Age | Commit message (Expand) | Author | Files | Lines |
2008-02-13 | Allow tdb.mk and talloc.mk to be included at the same time. | Jelmer Vernooij | 1 | -3/+3 |
2008-02-12 | Fix installation of python module for ldb and tdb. | Jelmer Vernooij | 1 | -1/+3 |
2008-02-12 | Avoid using setup.py for intsallation. | Jelmer Vernooij | 1 | -0/+1 |
2008-02-12 | Manually compile python files rather than using setup.py. | Jelmer Vernooij | 1 | -1/+4 |
2008-02-11 | Fix out of tree builds. | Jelmer Vernooij | 1 | -2/+2 |
2008-02-11 | Split actual content out of tdb Makefile into a separate file. | Jelmer Vernooij | 1 | -80/+8 |
2008-02-11 | Split rules out of tdb Makefile. | Jelmer Vernooij | 1 | -38/+20 |
2008-01-10 | r26700: tdb: Build and install Python bindings when possible. | Jelmer Vernooij | 1 | -7/+17 |
2007-12-24 | r26582: Use the same swig flags everywhere. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26294: Use hardcoded name for SWIG for now, until proper autoconf checks are... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26293: Make sure SWIG directory exists, respect DESTDIR. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26276: Install SWIG files if swig is present. | Jelmer Vernooij | 1 | -0/+3 |
2007-12-21 | r26218: Remove libtdb.so as well. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26180: Allow prebuilding swig output files. | Jelmer Vernooij | 1 | -1/+5 |
2007-12-21 | r26108: Add makefile rules for building, installing and checking python bindi... | Jelmer Vernooij | 1 | -2/+15 |
2007-12-21 | r25991: tdb: use AC_LIBREPLACE_SHLD and use it for linking the shared library | Stefan Metzmacher | 1 | -1/+2 |
2007-12-21 | r25972: tdb: fix usage of SONAMEFLAG | Stefan Metzmacher | 1 | -3/+2 |
2007-12-21 | r25953: AIX make doesn't support $^. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25888: Attempt to fix standalone tdb build. | Jelmer Vernooij | 1 | -6/+8 |
2007-12-21 | r25884: Specify shldflags first, as required by some compilers. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25883: Fix tdb dependency. | Jelmer Vernooij | 1 | -5/+9 |
2007-12-21 | r25881: Add ability to build .so of tdb. | Jelmer Vernooij | 1 | -7/+24 |
2007-10-10 | r22637: Install tdbbackup and tdbdump again. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r22600: Update bzr ignores, put right version in .pc files, prepare for suppo... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r22598: Simplify includes for replace. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r22516: Use DESTDIR | Jelmer Vernooij | 1 | -7/+7 |
2007-10-10 | r19989: Add support to the tdb Makefile.in for executable extensions and for | Paul Green | 1 | -15/+23 |
2007-10-10 | r18539: 'make distclean' should delete config.cache | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18149: fix make *clean | Stefan Metzmacher | 1 | -4/+5 |
2007-10-10 | r18148: - use PHONY for test | Stefan Metzmacher | 1 | -4/+14 |
2007-10-10 | r18143: the 'showflags' convention from Samba is useful for the other packages | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r18129: moved the system includes into libreplace - this gives much more | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r18108: move tdb to use the same build methods | Andrew Tridgell | 1 | -3/+1 |
2007-10-10 | r18031: Merge my replace fixes: | Jelmer Vernooij | 1 | -10/+13 |
2007-10-10 | r17960: try to use gmake if present on IRIX | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r17686: tdb.pc is in the build directory | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r17684: and we need -Iinclude for tdb | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r17680: make standalone tdb support building and testing in a different | Andrew Tridgell | 1 | -5/+14 |
2007-10-10 | r13651: Always make sure pkgconfig directory exists | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r10462: cope better with compilers that don't put the object file in the same... | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r10405: added transactions into tdb, and hook them into ldb. See my | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r10253: a fairly large tdb cleanup and re-organise. Nearly all of this change | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r8448: - added a test target for tdb | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r8447: fixed make install in the farm | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r8441: don't build tdbtest by default as there are too many systems that | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r6546: Fix ldb standalone build | Jelmer Vernooij | 1 | -0/+39 |