Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Remove unused release scripts for talloc | Andrew Bartlett | 2012-05-30 | 6 | -518/+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 | ||||
* | release-scripts: parametrize scripts | Simo Sorce | 2010-02-08 | 1 | -14/+17 |
| | | | | | | | This should make it easier to keep all release scripts alined as it will reduce the difference between them to ideally a few variables Also moves the tdb script in the scripts directory. | ||||
* | talloc: Fix abi checks in release script | Simo Sorce | 2010-02-08 | 1 | -17/+24 |
| | | | | | We must perform abi checks against the version we are going to release. Not against the current tree we are in. | ||||
* | talloc: Fix abi checks and ifdefs | Simo Sorce | 2010-02-08 | 2 | -2/+30 |
| | | | | | teach the abi check scripts to skip the DOXYGEN sections fix the header to use #ifdef DOXYGEN and not #if DOXYGEN | ||||
* | Fix release script to work with recent git versions | Simo Sorce | 2009-12-15 | 1 | -1/+1 |
| | |||||
* | talloc: Make abi checks in release script | Simo Sorce | 2009-10-14 | 1 | -0/+10 |
| | | | | | Make always sure the exports and signature files are up to date before shipping a release. | ||||
* | talloc: Move release script under /script too | Simo Sorce | 2009-10-14 | 1 | -0/+48 |
| | |||||
* | talloc: Change the way mksysms work | Simo Sorce | 2009-10-14 | 3 | -36/+29 |
| | | | | | | | | 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 | ||||
* | talloc:mksigs: allow PRINTF_ATTRIBUTE(..) macros function types as funcion args | Michael Adam | 2009-09-11 | 1 | -1/+1 |
| | | | | Michael | ||||
* | talloc:mksigs: normalize bool -> _Bool | Michael Adam | 2009-09-11 | 1 | -0/+3 |
| | | | | Michael | ||||
* | talloc:mksigs: ignore symbols (like _DEPRECATED_) after closing function ↵ | Michael Adam | 2009-09-11 | 1 | -0/+1 |
| | | | | | | parentheses Michael | ||||
* | talloc:mksigs: correctly ignode multiline function typedefs | Michael Adam | 2009-09-11 | 1 | -5/+5 |
| | | | | | | by first concatenating multilint parentheses and removing typefes afterwards. Michael | ||||
* | talloc:mksigs: ignore struct forward declarations. | Michael Adam | 2009-09-11 | 1 | -0/+1 |
| | | | | Michael | ||||
* | talloc:mksyms: allow characters after closing functions parenthesis. | Michael Adam | 2009-09-11 | 1 | -2/+2 |
| | | | | Michael | ||||
* | talloc:mksyms: allow double pointer return value of functions. | Michael Adam | 2009-09-11 | 1 | -1/+1 |
| | | | | Michael | ||||
* | One would expect I could spell my name. | Michael Adam | 2009-08-30 | 1 | -1/+1 |
| | |||||
* | talloc: move the original abi_checks script to script/abi_checks_gcc.sh | Michael Adam | 2009-08-30 | 1 | -0/+34 |
| | | | | Michael | ||||
* | talloc: add script/abi_checks.sh. check for abi changes without gcc magic. | Michael Adam | 2009-08-30 | 1 | -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 | ||||
* | talloc: add script to extract signatures from header files. | Michael Adam | 2009-08-30 | 1 | -0/+178 |
| | | | | | | | | | | | | This produces output like the output gcc produces when invoked with the -aux-info switch. Run like this: cat talloc.h | ./script/mksigs.pl This simple parser is probably too coarse to handle all possible header files, but it does treat talloc.h correctly. Michael | ||||
* | talloc: add scripts to extract library symbols (exports file) from headers | Michael Adam | 2009-08-30 | 2 | -0/+121 |
Michael |