summaryrefslogtreecommitdiff
path: root/qdbm
Commit message (Collapse)AuthorAge
* Fix compile on FreeBSD 10 with Clang.Chris Wilson2014-12-01
| | | | | | | Clang doesn't recognise the -fforce-addr and -fno-force-addr compiler flags that qdbm tries to use.
* Mark qdbm for no auto-generation by Boxi.Chris Wilson2011-08-28
|
* Revert [2710] and [2717], remove TDB and replace with QDBM again, to fix Chris Wilson2010-10-18
| | | | | build on Windows and make it easier to merge Charles' work.
* Remove QDBM, and switch BackupClientInodeToIDMap to use the bundled TDB Chris Wilson2010-08-28
| | | | | instead.
* Remove -O3 -fomit-frame-pointer from qdbm gcc options, as they make Chris Wilson2010-02-22
| | | | | debugging impossible.
* Honour CFLAGS in QDBM so that Cygwin/MinGW builds work.Chris Wilson2010-02-19
|
* Add QDBM 1.8.77 dbm-compatible database library to sources, will Chris Wilson2010-01-09
probably be used as a default for the reference tracking implementation as it's smaller than BDB and apparently faster.