summaryrefslogtreecommitdiffstats
path: root/lib/talloc/script/abi_checks.sh
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove unused release scripts for tallocAndrew Bartlett2012-05-301-80/+0
| | | | | | | | These now use waf dist, and the script/librelease.sh script as a wrapper. The mksyms.sh call in the source3/Makefile uses the copy in source3/script Andrew Bartlett
* talloc: Change the way mksysms workSimo Sorce2009-10-141-19/+8
| | | | | | | | Make sure we always have a sorted (per file) export file. This way we can directly compare the real export and the check file w/o having to further sort things. Also return error code from abi_checks.sh if warnings were reported
* One would expect I could spell my name.Michael Adam2009-08-301-1/+1
|
* talloc: add script/abi_checks.sh. check for abi changes without gcc magic.Michael Adam2009-08-301-0/+91
USAGE: abi_checks.sh LIBRARY_NAME header1 [header2 ...] This creates symbol signature lists using the mksyms and mksigs scripts and compares them with the checked in lists. Michael