summaryrefslogtreecommitdiff
path: root/check-exports
AgeCommit message (Collapse)AuthorFilesLines
2016-11-18check-exports: Change symbol regex to work for gst-editing-servicesScott D Phillips1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=774641
2011-10-08check-exports: update for new symbol export regexpTim-Philipp Müller1-17/+1
2011-10-08check-exports: no need to blacklist gstparse symbols any moreTim-Philipp Müller1-3/+1
2009-05-25check-exports: Use the return code of diff rather than the outputJan Schmidt1-1/+2
diff on Solaris prints 'No differences found' for matching files, which makes the check-exports call fail regardless of whether the exports match or not. Instead, use the return code of diff, which is 0 when the files match.
2009-04-04Whitespace cleanupsFelipe Contreras1-1/+1
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2008-01-12check-exports: Restore the cleanup rm of our tmp file which I didn't mean to ↵Jan Schmidt1-1/+1
leave commented out. Original commit message from CVS: * check-exports: Restore the cleanup rm of our tmp file which I didn't mean to leave commented out.
2008-01-12check-exports: Fixes to make check-export work on both Solaris and LinuxJan Schmidt1-14/+24
Original commit message from CVS: * check-exports: Fixes to make check-export work on both Solaris and Linux * m4/gst-error.m4: Disable extra warning category (argument mismatch) as an error on Forte, as it prevents the libcheck fail_if macros from compiling. * win32.mak: Substitute the GStreamer version so things will keep working in 0.11
2007-12-13check-exports: Fix build on the ppc64 build bot.Tim-Philipp Müller1-1/+1
Original commit message from CVS: * check-exports: Fix build on the ppc64 build bot.
2007-12-13check-exports: Suppress more unintentional exports (too much hassle to ↵Tim-Philipp Müller1-1/+2
rename them, since the win32 project files wou... Original commit message from CVS: * check-exports: Suppress more unintentional exports (too much hassle to rename them, since the win32 project files would need changing too).
2007-12-12check-exports: Add quick'n'dirty script to check the exported symbols of a ↵Tim-Philipp Müller1-0/+60
library against the symbols in the corresp... Original commit message from CVS: * check-exports: Add quick'n'dirty script to check the exported symbols of a library against the symbols in the corresponding .def file (#493983). Based on script by Ole André Vadla Ravnås.