Fix #316155: Don't call glib-mkenums with arguments that break MinGW
[platform/upstream/gst-common.git] / ChangeLog
1 2005-09-14  Michael Smith <msmith@fluendo.com>
2
3         * glib-gen.mak:
4           Don't call glib-mkenums with arguments that confuse/break MinGW,
5           fixes 316155.
6
7 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8
9         * gtk-doc-plugins.mak:
10         * gtk-doc.mak:
11         * m4/gst-doc.m4:
12           separate out gtk-doc and docbook stuff
13           have two separate --enable configure flags
14
15 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16
17         * check.mak:
18           add a .gdb target; rebuild registry for each target, otherwise
19           a code rebuild always triggers a reg rebuild, and it's just too
20           annoying
21         * gstdoc-scangobj:
22
23 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24
25         * check.mak:
26           separate out REGISTRY_ENVIRONMENT; we want to use that from
27           our valgrind runs, but we also want TESTS_ENVIRONMENT to contain
28           everything that the first test, gst-register, needs
29
30 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31
32         * check.mak:
33           parse output of valgrind and check for definitely lost, and error
34           out; somehow I was led to believe valgrind returns non-zero for
35           leaks, but I can't make it do that, so let's parse
36
37 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38
39         * check.mak:
40           for some weird reason valgrind does not report actual memleaks
41           if GST_PLUGIN_PATH is set to anything but the core gstreamer dir
42           while valgrind is running.  Since the registry is going to go
43           anyway, I don't want to waste any more time on this; I just run
44           valgrind without GST_PLUGIN_PATH set.  Since the registry loading
45           doesn't check if GST_PLUGIN_PATH got changed as a reason to rebuild
46           the registry, that's actually fine.
47
48 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
49
50         * mangle-tmpl.py:
51           keep original Long_Description; only insert an include if it's
52           not already the first line in there
53         * plugins.xsl:
54           output more information for plugins, including an origin hyperlink
55
56 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
57
58         * gst-xmlinspect.py:
59           a first stab at inspecting plugins and outputting an xml description
60         * gtk-doc-plugins.mak:
61           a gtk-doc using snippet for plugins documentation
62         * plugins.xsl:
63           a stylesheet to convert gst-xmlinspect.py output to docbook output
64           for inclusion in the gtk-doc stuff
65
66 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
67
68         * m4/gst-doc.m4:
69           s/pdf/eps/ in test for whether we output EPS images (#309379).
70
71 2005-07-18  Andy Wingo  <wingo@pobox.com>
72
73         * m4/as-libtool-tags.m4: Ooh, backported from libtool 1.6. Much
74         better. Thanks, Paolo Bonzini!
75         
76         * m4/Makefile.am (EXTRA_DIST): 
77         * m4/as-libtool-tags.m4: New file, tries to disable some CXX and
78         fortran checks.
79
80 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
81
82         * m4/gst-error.m4:
83           add macro to set ERROR_CFLAGS
84
85 2005-06-30  Jan Schmidt  <thaytan@mad.scientist.com>
86
87         * gst-autogen.sh:
88           Remove the old autoregen.sh if it exists before recreating it,
89           to prevent confusing any shell process that might be reading it
90           currently.
91
92 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
93
94         * m4/gtk-doc.m4:
95           added
96
97 2005-06-03  Stefan Kost  <ensonic@users.sf.net>
98
99         * gst-autogen.sh: create autoregen.sh *before* shifting the options
100
101 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
102
103         * gst-autogen.sh: only update autoregen.sh on actual runs
104
105 2005-03-11  Thomas Vander Stichele  <thomas at apestaart dot org>
106
107         * m4/check.m4: m4 from the check unit test suite
108
109 2004-12-14  David Schleef  <ds@schleef.org>
110
111         * m4/gst-arch.m4: remove MMX stuff, since it doesn't work and
112         isn't needed anywhere
113
114 2004-12-08  Thomas Vander Stichele  <thomas at apestaart dot org>
115
116         * gst-autogen.sh:
117           allow failure command to be run so we can clean upfrom autopoint
118
119 2004-09-03  Zeeshan Ali Khattak <zeenix@gmail.com>
120         * m4/gst-feature.m4: Trying to correct the GST_CHECK_CONFIGPROG macro
121
122 2004-07-21  Benjamin Otte  <otte@gnome.org>
123
124         * m4/.cvsignore: exciting updates for libtool m4 files
125
126 2004-07-12  David Schleef  <ds@schleef.org>
127
128         * m4/as-objc.m4:  Add a macro to test for objective C
129
130 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
131
132         * m4/gst-feature.m4:
133           not all of them support --plugin-libs, so redirect stderr
134
135 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
136
137         * m4/as-scrub-include.m4:
138           sync with upstream to 0.1.4.  Fixes #132440
139
140 2004-06-07  Benjamin Otte  <otte@gnome.org>
141
142         * m4/gst-feature.m4:
143           write a big marker into configure output when checking next plugin
144           to allow easier parsing of why plugins are(n't) built.
145
146 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
147
148         * m4/as-compiler-flag.m4:
149         * m4/as-compiler.m4:
150         * m4/as-libtool.m4:
151         * m4/as-version.m4:
152           sync with upstream, change sticky options to -ko
153
154 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
155
156         * m4/as-scrub-include.m4: synced with upstream
157
158 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
159
160         * po.mak:
161           snippet for updating .po files
162
163 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
164
165         * Makefile.am:
166         * m4/Makefile.am:
167           integrate these with the dist
168
169 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
170
171         * release.mak: add a release target
172
173 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
174
175         patch by: Stephane Loeuillet
176
177         * m4/ax_create_stdint_h.m4:
178           use head -n instead of head - (#136500)
179
180 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
181
182         * m4/gst-doc.m4: don't build PS without dvips binary
183
184 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
185
186         reviewed by: Benjamin Otte  <otte@gnome.org>
187
188         * m4/as-docbook.m4:
189           don't use == operator with test(1) (fixes #135115)
190
191 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
192  
193         * common/m4/gst-arch.m4: x86_64 is x86 too (clue from Fedora 2 test)
194
195 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
196
197         * m4/gst-feature.m4:
198           remove AM_CONDITIONAL for the subsystem since automake 1.6.x
199           requires that call be in configure.ac
200
201 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
202
203         * m4/gst-libxml2.m4:
204           take required version as argument, and default to 2.4.9 if not
205           specified
206
207 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
208
209         * m4/gst-feature.m4:
210           rename and fix up GST_CHECK_DISABLE_SUBSYSTEM
211
212 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
213
214         * common/m4/as-ac-expand.m4:
215         * common/m4/as-auto-alt.m4:
216         * common/m4/as-compiler-flag.m4:
217         * common/m4/as-compiler.m4:
218         * common/m4/as-docbook.m4:
219         * common/m4/as-libtool.m4:
220         * common/m4/as-scrub-include.m4:
221         * common/m4/as-version.m4:
222         * common/m4/glib-gettext.m4:
223         * common/m4/gst-arch.m4:
224         * common/m4/gst-debuginfo.m4:
225         * common/m4/gst-doc.m4:
226         * common/m4/gst-feature.m4:
227         * common/m4/gst-function.m4:
228         * common/m4/gst-glib2.m4:
229         * common/m4/gst-gstreamer.m4:
230         * common/m4/gst-libxml2.m4:
231         * common/m4/gst-makecontext.m4:
232         * common/m4/gst-mcsc.m4:
233         * common/m4/pkg.m4:
234           fix underquoted macros as reported by automake 1.8.x (#133800)
235
236 2004-02-11  Johan Dahlin  <johan@gnome.org>
237
238         * gst-autogen.sh: Use A-Z instead of A-z in sed expression to
239         avoid a warning
240
241 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
242
243         * m4/gst-doc.m4:
244           we use --output-format=xml and --ingnore-files options to
245           gtkdoc-mkdb, which got added between 0.9 and 1.0
246
247 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
248
249         * m4/as-libtool.m4: remove AM_PROG_LIBTOOL so it can move back
250           to configure.ac to shut up libtoolize
251
252 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
253
254         * glib-gen.mak: added; used to generate enums and marshal code
255
256 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
257
258         * gettext.patch: added; used by autogen.sh to make sure
259           GETTEXT_PACKAGE is understood from po/Makefile.in.in -> po/Makefile.in
260