summaryrefslogtreecommitdiffstats
path: root/lib/tdb/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* tdb: Fix help string in configure flag to enable Python bindings.Jelmer Vernooij2009-06-171-1/+1
|
* Add exports file and abi checker for tdbtdb-1.1.5Simo Sorce2009-06-151-1/+2
| | | | | | | | 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 tdb.h contents and the gcc -aux-info option
* Add option to --disable-python on buildSimo Sorce2009-06-151-0/+9
|
* up the version to 1.1.4 with the addition ofAndrew Tridgell2009-03-311-1/+1
| | | | tdb_transaction_prepare_commit()
* lib/tdb: increase the version number after some critial changesStefan Metzmacher2008-09-291-1/+1
| | | | | | The tdb_transaction/traverse interaction fixes are critical. metze
* Add shared-build target to tdb.Simo Sorce2008-09-191-0/+4
| | | | | Useful to build multiple standalone libraries that depend on each other without having to install them to the final install dir during the build.
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+30