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