Displaying 20 results from an estimated 33 matches for "ignore_hfiles".
2007 Jun 28
0
Branch 'as' - 4 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
...hor: Benjamin Otte <otte at gnome.org>
Date: Thu Jun 28 18:59:47 2007 +0200
improve documentation, add first chunk of script-engine related docs.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5ce6db0..f43e706 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -55,6 +55,12 @@ IGNORE_HFILES= \
js \
jpeg \
swfdec_amf.h \
+ swfdec_as_interpret.h \
+ swfdec_as_number.h \
+ swfdec_as_string.h \
+ swfdec_as_strings.h \
+ swfdec_as_super.h \
+ swfdec_as_with.h \
swfdec_audio_internal.h \
swfdec_audio_event.h \
swfdec_audio_flv.h \
@@ -68,7 +74,7 @@ IGNORE_HFILES= \
swfdec_code...
2007 Dec 17
0
2 commits - doc/Makefile.am doc/swfdec-sections.txt NEWS
...n
commit 9129926e5ab57d2750a740dfbc0c6b1b2770d564
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Dec 17 19:02:43 2007 +0100
fix up doc build
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d697817..d7e384b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -92,9 +92,11 @@ IGNORE_HFILES= \
swfdec_flv_decoder.h \
swfdec_flash_security.h \
swfdec_font.h \
+ swfdec_gradient_pattern.h \
swfdec_graphic.h \
swfdec_graphic_movie.h \
swfdec_image.h \
+ swfdec_image_decoder.h \
swfdec_internal.h \
swfdec_interval.h \
swfdec_js.h \
@@ -112,6 +114,7 @@ IGNORE_HFILES= \
sw...
2012 Apr 26
1
[PATCH] gobject: Move headers into a subdirectory
...e/guestfs-gobject/*.h
+CFILE_GLOB=$(srcdir)/../src/*.c
# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
@@ -64,7 +64,7 @@ EXTRA_HFILES=
# Header files or dirs to ignore when scanning. Use base file/dir names
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
-IGNORE_HFILES=$(srcdir)/../guestfs-gobject.h
+IGNORE_HFILES=
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
--
1.7.10
2007 Mar 16
0
5 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_loader.c libswfdec/swfdec_player.c
...7f1ea7aa4785aaf6f411781e)
Author: Benjamin Otte <otte@gnome.org>
Date: Fri Mar 16 23:59:44 2007 +0100
update the list of header files to exclude
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6d4dca5..afe0261 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -56,36 +56,45 @@ IGNORE_HFILES= \
jpeg \
swfdec_audio_internal.h \
swfdec_audio_event.h \
+ swfdec_audio_flv.h \
swfdec_audio_stream.h \
swfdec_bits.h \
swfdec_button.h \
swfdec_button_movie.h \
swfdec_cache.h \
+ swfdec_cached.h \
swfdec_character.h \
swfdec_codec.h \
swfdec_color.h \
- swfdec_compiler.h \...
2007 Oct 22
0
6 commits - doc/Makefile.am doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_internal.h libswfdec/swfdec_player.c libswfdec/swfdec_player.h
...232e2883ec8ff35b2a08
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Oct 22 00:00:32 2007 +0200
it's called swfdec_resource.h these days
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 68cc5ac..5f441f8 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -112,6 +112,7 @@ IGNORE_HFILES= \
swfdec_pattern.h \
swfdec_player_internal.h \
swfdec_rect.h \
+ swfdec_resource.h \
swfdec_ringbuffer.h \
swfdec_root_movie.h \
swfdec_root_sprite.h \
@@ -128,7 +129,6 @@ IGNORE_HFILES= \
swfdec_stroke.h \
swfdec_style_sheet.h \
swfdec_swf_decoder.h \
- swfdec_swf_instance.h \...
2007 Jul 07
0
2 commits - doc/Makefile.am libswfdec-gtk/Makefile.am Makefile.am player/Makefile.am test/Makefile.am
...= \
libswfdec-gtk \
- player \
doc \
+ player
+else
+GTK_SUBDIRS =
+endif
+
+SUBDIRS= \
+ libswfdec \
+ $(GTK_SUBDIRS) \
test
ACLOCAL_FLAGS = -I m4
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5ce6db0..38ef71f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -110,10 +110,15 @@ IGNORE_HFILES= \
swfdec_video_movie.h \
swfdec_xml.h
+if WITH_GTK
EXTRA_HFILES = \
../libswfdec-gtk/swfdec_gtk_loader.h \
../libswfdec-gtk/swfdec_gtk_player.h \
../libswfdec-gtk/swfdec_gtk_widget.h
+else
+EXTRA_HFILES =
+endif
+
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_src...
2007 Jul 07
0
Branch 'as' - 3 commits - doc/Makefile.am libswfdec-gtk/Makefile.am Makefile.am player/Makefile.am test/Makefile.am
...= \
libswfdec-gtk \
- player \
doc \
+ player
+else
+GTK_SUBDIRS =
+endif
+
+SUBDIRS= \
+ libswfdec \
+ $(GTK_SUBDIRS) \
test
ACLOCAL_FLAGS = -I m4
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5ce6db0..38ef71f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -110,10 +110,15 @@ IGNORE_HFILES= \
swfdec_video_movie.h \
swfdec_xml.h
+if WITH_GTK
EXTRA_HFILES = \
../libswfdec-gtk/swfdec_gtk_loader.h \
../libswfdec-gtk/swfdec_gtk_player.h \
../libswfdec-gtk/swfdec_gtk_widget.h
+else
+EXTRA_HFILES =
+endif
+
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_src...
2012 Mar 28
1
[PATCH] Split gobject sources into 1 file per class
This patch replaces patches 14 and 15 from my previous series. The gtk-doc
output is now reasonable, and we can rely on an automatically generated
guestfs-sections.txt.
Matt
2007 Jul 12
0
15 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt INSTALL libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_interpret.h libswfdec/swfdec_as_object.h
...5cc02fe654a0fbaab833d064437888313c8a6704)
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Jul 12 23:24:23 2007 +0200
exclude swfdec_as_scope.h
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0b9b85d..540729e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -59,6 +59,7 @@ IGNORE_HFILES= \
swfdec_as_interpret.h \
swfdec_as_math.h \
swfdec_as_number.h \
+ swfdec_as_scope.h \
swfdec_as_stack.h \
swfdec_as_string.h \
swfdec_as_strings.h \
diff-tree 5cc02fe654a0fbaab833d064437888313c8a6704 (from 9cb965f4bf684ba88de23914dab745bf135f30f5)
Author: Benjamin Otte <otte at gn...
2017 Jul 07
3
[PATCH v3 0/3] gobject: Remove gtk-doc.
Another test, the same as before.
2017 Jul 07
3
[PATCH v4 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
Best of .. 4?
2017 Jul 07
3
[PATCH v5 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
After enabling procmail debugging ...
2017 Jul 07
3
[PATCH v2 0/3] Remove gtk-doc.
This is a repost so I can test my procmail script / automatic
testing framework. The patch series is identical to v1.
Rich.
2017 Jun 29
3
[PATCH 0/3] gobject: Remove gtk-doc and replace with guestfs-gobject(3) manual page.
Patch 1 cleans up the gobject tests.
Patches 2 and 3 remote gtk-doc, which is slow and useless, and replace
it with a simple manual page.
https://bugzilla.redhat.com/show_bug.cgi?id=1465665
Rich.
2007 Oct 14
0
3 commits - doc/Makefile.am libswfdec/swfdec_text_field_movie_as.c
...uthor: Pekka Lampila <pekka.lampila at iki.fi>
Date: Sun Oct 14 17:43:27 2007 +0300
Update doc/Makefile.am to handle edittext to text_field rename
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 44bf0e4..bb67895 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -84,8 +84,8 @@ IGNORE_HFILES= \
swfdec_debugger.h \
swfdec_decoder.h \
swfdec_draw.h \
- swfdec_edittext.h \
- swfdec_edittext_movie.h \
+ swfdec_text_field.h \
+ swfdec_text_field_movie.h \
swfdec_enums.h \
swfdec_event.h \
swfdec_filter.h \
commit a98b5bc4983639dd251429cd2af66f9814b2b845
Author: Pekka Lampila <...
2007 Mar 20
0
5 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h libswfdec/swfdec_net_stream.c
...Author: Benjamin Otte <otte@gnome.org>
Date: Tue Mar 20 22:39:22 2007 +0100
add swfdec_loader_[gs]et_size
diff --git a/doc/Makefile.am b/doc/Makefile.am
index afe0261..ba9c4cb 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -54,6 +54,7 @@ CFILE_GLOB=$(top_srcdir)/libswfdec/*.c
IGNORE_HFILES= \
js \
jpeg \
+ swfdec_amf.h \
swfdec_audio_internal.h \
swfdec_audio_event.h \
swfdec_audio_flv.h \
diff --git a/doc/swfdec-sections.txt b/doc/swfdec-sections.txt
index e0bb55f..26a98ab 100644
--- a/doc/swfdec-sections.txt
+++ b/doc/swfdec-sections.txt
@@ -22,6 +22,8 @@ swfdec_loader_ne...
2007 Jun 29
0
Branch 'as' - 3 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h
...te <otte at gnome.org>
Date: Fri Jun 29 02:00:55 2007 +0200
add an internals/garbage collection section and a stub for documenting SwfdecAsContext
diff --git a/doc/Makefile.am b/doc/Makefile.am
index f43e706..ce3ae3a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -56,6 +56,7 @@ IGNORE_HFILES= \
jpeg \
swfdec_amf.h \
swfdec_as_interpret.h \
+ swfdec_as_math.h \
swfdec_as_number.h \
swfdec_as_string.h \
swfdec_as_strings.h \
diff --git a/doc/swfdec-docs.sgml b/doc/swfdec-docs.sgml
index 07c7ee4..537817a 100644
--- a/doc/swfdec-docs.sgml
+++ b/doc/swfdec-docs.sgml
@@ -22,6 +22...
2007 Jul 13
0
12 commits - AUTHORS doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_array.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h
...5e442e22a25b6a18c953992b22299846b9dde706)
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Jul 13 17:24:59 2007 +0200
add functions to the docs
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 1a3e287..03bc0da 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -61,6 +61,7 @@ IGNORE_HFILES= \
swfdec_as_math.h \
swfdec_as_number.h \
swfdec_as_scope.h \
+ swfdec_as_script_function.h \
swfdec_as_stack.h \
swfdec_as_string.h \
swfdec_as_strings.h \
diff --git a/doc/swfdec-docs.sgml b/doc/swfdec-docs.sgml
index 2c7787f..553dfb1 100644
--- a/doc/swfdec-docs.sgml
+++ b/doc/swfde...
2007 Oct 11
0
10 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_buffer.c libswfdec/swfdec_movie_as_drawing.c test/image test/sound
...47d5e409a1002a68ec55e115b1f812e4824)
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Oct 11 11:37:33 2007 +0200
exclude swfdec_text_format.h
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d4bd69e..bfe7279 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -129,6 +129,7 @@ IGNORE_HFILES= \
swfdec_swf_instance.h \
swfdec_tag.h \
swfdec_text.h \
+ swfdec_text_format.h \
swfdec_types.h \
swfdec_utils.h \
swfdec_video.h \
diff-tree 91f6647d5e409a1002a68ec55e115b1f812e4824 (from 24f7a0aa475f8eb58863d575ced46d272d1ece2c)
Author: Benjamin Otte <otte at gnome.org>
Date:...
2007 Sep 04
0
5 commits - doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.c libswfdec/swfdec_asbroadcaster.c libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_native_function.c libswfdec/swfdec_as_native_function.h
...rom 7966b86c80ce185cf6c03b9abeb11c32b35d60df)
Author: Benjamin Otte <otte at gnome.org>
Date: Tue Sep 4 10:31:54 2007 +0200
ignore swfdec_filter.h
diff --git a/doc/Makefile.am b/doc/Makefile.am
index de001b0..21ffd71 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -90,6 +90,7 @@ IGNORE_HFILES= \
swfdec_edittext_movie.h \
swfdec_enums.h \
swfdec_event.h \
+ swfdec_filter.h \
swfdec_flv_decoder.h \
swfdec_font.h \
swfdec_graphic.h \
diff-tree 7966b86c80ce185cf6c03b9abeb11c32b35d60df (from b8da9da8a7a5ebd58cb38cf4c981d809ad6fd5ab)
Author: Benjamin Otte <otte at gnome.org>...