summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-21m4/gst-dowhile.m4: Add macro that checks if the compiler supports do {} while...RELEASE-0_10_9RELEASE-0_10_8RELEASE-0_10_7RELEASE-0_10_6RELEASE-0_10_5RELEASE-0_10_4RELEASE-0_10_14RELEASE-0_10_13RELEASE-0_10_12RELEASE-0_10_11RELEASE-0_10_10Sebastian Dröge2-0/+33
2008-03-21m/: Don't depend on PyXML and use only XML modules that are shipped with pyth...Sebastian Dröge3-60/+44
2008-03-08m4/gtk-doc.m4: The previous commit to this file by Stefan Kost mentionned che...RELEASE-0_10_19RELEASE-0_10_18BRANCH-RELEASE-0_10_19Edward Hervey2-2/+7
2008-03-04m4/ax_create_stdint_h.m4: Oops, checked in the wrong copy of this file. (Upd...David Schleef2-117/+287
2008-03-04m4/ax_create_stdint_h.m4: Update from upstream. Fixes a bug compiling with M...David Schleef1-0/+5
2008-03-03m4/pkg.m4: Allow override of pkg-config results, as proposed by configure --h...Edward Hervey2-0/+11
2008-03-03ChangeLog: Changelog surgery of my previous commit to add bugzilla reference.Peter Kjellerstedt2-17/+52
2008-03-03gst.supp: Add another glibc suppression.Sebastian Dröge2-0/+24
2008-02-29m4/gst-feature.m4: Make the comment before defines generated via AG_GST_CHECK...Peter Kjellerstedt2-2/+9
2008-02-26m4/: Add Dave Schleef's GCC inline assembly detection macro for using in gst-...Jan Schmidt3-0/+60
2008-02-25gst-autogen.sh: Instead of only passing certain arguments to configure, pass ...Andy Wingo2-19/+11
2008-02-23m4/gst-error.m4: Store the detected compiler flags into ERROR_CFLAGS rather thanJan Schmidt2-3/+10
2008-02-23m4/gst-error.m4: Reflow checks for additional warning flags so they're not ne...Tim-Philipp Müller2-24/+34
2008-02-22m4/as-compiler-flag.m4: Add AS_CXX_COMPILER_FLAGTim-Philipp Müller3-17/+126
2008-02-22gtk-doc-plugins.mak: Add 'check-inspected-versions' target; this helps identi...Tim-Philipp Müller2-0/+33
2008-02-22gst.supp: Add even more glibc 2.7 suppressions.Sebastian Dröge2-0/+143
2008-02-22gst.supp: Add another suppression for GLib caching some values after the firs...Sebastian Dröge2-0/+20
2008-02-12m4/gst-error.m4: Use no%E_MACRO_REDEFINED on Solaris to prevent compiler warn...Sebastian Dröge2-3/+13
2008-02-11gst.supp: Add a few more glibc 2.7 suppressions to make the avisubtitle unit ...Sebastian Dröge2-0/+42
2008-02-08ChangeLog: Changelog surgery for last commit.Stefan Kost1-1/+6
2008-02-08m4/gtk-doc.m4: Conditionally check for SED.Stefan Kost2-1/+11
2008-02-08gtk-doc/: Use '$(SED)' instead of 'sed'. Don't use -i for in-place as its gnu...Stefan Kost3-2/+13
2008-02-06gtk-doc/: As our docs are versioned, we need to patch the index.sgml file to ...Stefan Kost3-2/+12
2008-02-02m4/gst-feature.m4: Use printf instead of echo as "echo -e" isn't POSIX and do...Sebastian Dröge2-13/+20
2008-01-24ChangeLog: ChangeLog surgery.RELEASE-0_10_17RELEASE-0_10_16RELEASE-0_10_0_3Stefan Kost2-13/+61
2008-01-24gtk-doc-plugins.mak: Sync the object scanner with gtk-doc fixes. Update args ...Stefan Kost1-0/+6
2008-01-20Use $(MAKE) instead of make to fix the build if GNU make is called something ...Sebastian Dröge6-16/+29
2008-01-18gst.supp: Add a suppression for a glibc bug: http://valgrind.org/docs/manual/...Sebastian Dröge2-0/+18
2008-01-18gst.supp: Add some more glibc 2.7 suppressions and make the GLib suppressions...Sebastian Dröge2-6/+42
2008-01-18gst.supp: Add some glibc 2.7 supressions as found on Debian/unstable.Sebastian Dröge2-0/+84
2008-01-14download-translations: Apparently I have problems with leaving things comment...Jan Schmidt2-1/+7
2008-01-12download-translations: Remove bash-ismsJan Schmidt2-8/+15
2008-01-12check-exports: Restore the cleanup rm of our tmp file which I didn't mean to ...Jan Schmidt2-1/+7
2008-01-12check-exports: Fixes to make check-export work on both Solaris and LinuxJan Schmidt4-18/+40
2008-01-11m4/: Improve/fix output from configure if either glib-2.0 or libxml2 are not ...Peter Kjellerstedt3-4/+15
2008-01-09coverage/lcov.mak: Update coverage make-rules: use them conditionaly, use lib...Stefan Kost2-5/+24
2007-12-18glib-gen.mak: Also use #include "header" instead of #include <header> for the...Sebastian Dröge2-1/+10
2007-12-18glib-gen.mak: Use #include "header" instead of #include <header> for the gene...Sebastian Dröge2-1/+14
2007-12-17win32.mak: Make check for CR LF in Visual C++ 6.0 project filesDavid Schleef2-4/+18
2007-12-17Makefile.am: Don't forget to dist the new win32.mak.Tim-Philipp Müller2-1/+6
2007-12-17win32.mak: Move common win32 Makefile foo into this new file.Tim-Philipp Müller2-0/+51
2007-12-15gtk-doc/: We should have never forked this that much :/.Stefan Kost3-13/+37
2007-12-13check-exports: Fix build on the ppc64 build bot.Tim-Philipp Müller2-1/+6
2007-12-13check-exports: Suppress more unintentional exports (too much hassle to rename...Tim-Philipp Müller2-1/+8
2007-12-12Makefile.am: check-exports should be disted.Tim-Philipp Müller2-0/+6
2007-12-12check-exports: Add quick'n'dirty script to check the exported symbols of a li...Tim-Philipp Müller2-0/+67
2007-11-06gtk-doc-plugins.mak: Fix distcheck by making sure the types files are treated...RELEASE-0_10_15GST_FFMPEG_NO_MIRRORJan Schmidt2-1/+7
2007-09-21m4/gst-args.m4: Let the AG_GST_ARG_ENABLE_EXPERIMENTAL macro default to disab...Sebastian Dröge2-1/+9
2007-09-06gtk-doc-plugins.mak: Just use the normal 'check' target and avoid a circular ...Tim-Philipp Müller2-7/+20
2007-09-06gtk-doc-plugins.mak: Add rule to error out if .hierarchy file contains tabs.Tim-Philipp Müller2-1/+12