Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-15 | Add exports file and abi checker for talloc | Simo Sorce | 1 | -0/+1 | |
This is a first attempt at exporting symbols only for public functions We also provide a rudimentary ABI checker that tries to check that function signatures are not changed by mistake. Given our use of macros this is not an API checker. It's all based on talloc.h contents and the gcc -aux-info option | |||||
2008-12-23 | standalone: Use more variables, preparing to include these files from main | Jelmer Vernooij | 1 | -4/+5 | |
Samba 4 makefile. | |||||
2008-12-23 | Fix prefixing swig library directory with prefix. | Jelmer Vernooij | 1 | -2/+2 | |
2008-09-22 | lib/talloc: move main() out of testsuite.c | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2008-09-19 | Add shared-build target to talloc. | Simo Sorce | 1 | -2/+2 | |
Useful to build multiple standalone libraries that depend on each other without having to install them to the final install dir during the build. | |||||
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 1 | -0/+37 | |