summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_abi.py
AgeCommit message (Expand)AuthorFilesLines
2013-04-09wafsamba: fix samba_abi for default catch-all caseAlexander Bokovoy1-1/+3
2012-11-06wafsamba.abi: Fix abi_match with both excludes and includes.Jelmer Vernooij1-3/+3
2012-11-06wafsamba.samba_abi: Add basic unit tests.Jelmer Vernooij1-1/+1
2012-11-06buildtools: Remove extra space from global: lineAndrew Bartlett1-1/+1
2012-11-06wafsamba.samba_abi: Refactor abi_write_vscript to take file argument.Jelmer Vernooij1-9/+13
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-1/+1
2012-09-07wafsamba/samba_abi: allow negative matches in abi_matchAlexander Bokovoy1-3/+12
2012-09-07wafsamba/samba_abi: fix signature parsing for structuresAlexander Bokovoy1-2/+3
2012-05-16build: Add explicit mention of --abi-check-disable to ABI checkerAndrew Bartlett1-1/+1
2012-05-10build: Avoid printing the ABI signature normalisation during the default buildAndrew Bartlett1-1/+1
2012-03-26wafsamba: Cope with slight differences in gdb output regarding incomplete seq...Jelmer Vernooij1-0/+4
2011-03-12samba_abi: Also sort ABI files properly so symbols end up in the right version.Jelmer Vernooij1-2/+6
2011-03-12Sort by release component integer values rather than using standard stringJelmer Vernooij1-1/+2
2011-02-28samba_abi: Generate vscript entries even for ABI versions that didn't introduceJelmer Vernooij1-10/+21
2011-02-18waf: support building libraries with a directory prefixAndrew Tridgell1-0/+2
2010-12-18wafsamba: Use abi_match in version script files.Jelmer Vernooij1-6/+17
2010-12-09waf: add a dependency between the library and its vscriptAndrew Tridgell1-1/+1
2010-12-09waf: use vscripts for our private libraries tooAndrew Tridgell1-7/+5
2010-12-09waf-abi: auto-generate per-symbol versions from ABI filesAndrew Tridgell1-3/+76
2010-04-20build: allow "waf --abi-check" to force a re-check of the ABIAndrew Tridgell1-0/+3
2010-04-18build: more adjustments for the ABI type name mapsAndrew Tridgell1-4/+12
2010-04-18build: added abi_type_maps for FC12 struct va_listAndrew Tridgell1-1/+2
2010-04-18build: added abi type maps for _Bool and __va_list_tagAndrew Tridgell1-0/+10
2010-04-18build: added ABI checking to the WAF buildAndrew Tridgell1-0/+112