Age | Commit message (Expand) | Author | Files | Lines |
2011-08-21 | wafsamba: Only install .pc files if libraries are public. | Jelmer Vernooij | 1 | -3/+1 |
2011-08-21 | tdb: Install pkg-config file. | Jelmer Vernooij | 1 | -1/+3 |
2011-04-23 | Support the 'PYTHON' environment variable. | Jelmer Vernooij | 1 | -0/+1 |
2011-03-15 | lib: don't install public headers if a private library | Andrew Tridgell | 1 | -0/+1 |
2011-03-15 | tdb: use public_headers to install header files | Andrew Tridgell | 1 | -1/+1 |
2011-02-22 | python: use os.environ[] instead of os.putenv() | Andrew Tridgell | 1 | -1/+1 |
2010-12-29 | tdb: tdb_summary() support. | Rusty Russell | 1 | -2/+2 |
2010-12-27 | tdb: setup TEST_DATA_PREFIX for make test | Stefan Metzmacher | 1 | -1/+5 |
2010-12-21 | tdb: Bump version number after symbol versioning changes. | Jelmer Vernooij | 1 | -1/+1 |
2010-12-10 | build: introduce SAMBA_CHECK_PYTHON_HEADERS | Matthieu Patou | 1 | -1/+1 |
2010-12-09 | waf: remove the restriction that private libraries must not have a vnum | Andrew Tridgell | 1 | -3/+1 |
2010-12-09 | waf-abi: auto-generate per-symbol versions from ABI files | Andrew Tridgell | 1 | -1/+1 |
2010-11-03 | waf: added reconfigure targets to our libraries | Andrew Tridgell | 1 | -0/+5 |
2010-10-26 | waf: Only specify vnum for non-private libraries. | Jelmer Vernooij | 1 | -6/+12 |
2010-10-23 | waf: Rename some BUNDLED_ functios to PRIVATE_. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-21 | waf: replace the is_bundled option with private_library | Andrew Tridgell | 1 | -1/+1 |
2010-10-21 | s4-build: fixed some formatting | Andrew Tridgell | 1 | -1/+2 |
2010-10-17 | tdb: Bump version to 1.2.7 after addition of pytdb.__version__. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-07 | waf: fixed exit status of test suites | Andrew Tridgell | 1 | -2/+4 |
2010-10-04 | tdb: Only use system pytdb when using system tdb. | Jelmer Vernooij | 1 | -2/+2 |
2010-10-04 | tdb: Support using system pytdb. | Jelmer Vernooij | 1 | -8/+9 |
2010-10-04 | pytdb: Add __version__ attribute. | Jelmer Vernooij | 1 | -1/+2 |
2010-09-27 | tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash. | Rusty Russell | 1 | -1/+1 |
2010-09-27 | tdb: add Bob Jenkins lookup3 hash as helper hash. | Rusty Russell | 1 | -2/+2 |
2010-09-23 | tdb: add restore | Volker Lendecke | 1 | -0/+4 |
2010-09-13 | lib/tdb: change version to 1.2.4 after hash checking improvments | Stefan Metzmacher | 1 | -1/+1 |
2010-08-31 | tdb/waf: the deps for rt are provided by libreplace | Björn Jacke | 1 | -1/+1 |
2010-08-14 | tdb: workaround starvation problem in locking entire database. | Rusty Russell | 1 | -1/+1 |
2010-06-24 | s4-ldb: use CHECK_XSLTPROC_MANPAGES() | Andrew Tridgell | 1 | -2/+1 |
2010-06-19 | wafsamba: Fix typo: noextenion -> noextension. | Jelmer Vernooij | 1 | -1/+1 |
2010-05-31 | tdb-waf: Don't install binaries when using system tdb. | Jelmer Vernooij | 1 | -17/+17 |
2010-05-31 | tdb-waf: Simplify manpage handling. | Jelmer Vernooij | 1 | -17/+4 |
2010-05-31 | s4-waf: sanitize library names like the old build system did, only add | Jelmer Vernooij | 1 | -1/+1 |
2010-04-21 | build: make python development headers not mandatory in standalone libs | Andrew Tridgell | 1 | -1/+1 |
2010-04-20 | tdb: update tdb ABI to use hide_symbols=True | Andrew Tridgell | 1 | -1/+2 |
2010-04-18 | tdb-waf: added ABI checking for tdb | Andrew Tridgell | 1 | -0/+2 |
2010-04-13 | s4-waf: don't try to use the system lib for the library build | Andrew Tridgell | 1 | -5/+6 |
2010-04-13 | tdb-waf: added build of manpages and config options for RPM build | Andrew Tridgell | 1 | -3/+44 |
2010-04-06 | s4-waf: fixed waf distcheck for our standalone libs and s4 | Andrew Tridgell | 1 | -0/+4 |
2010-04-06 | s4-waf: added simple 'waf test' support for tdb, talloc and ldb | Andrew Tridgell | 1 | -0/+6 |
2010-04-06 | s4-waf: use a common pattern for finding buildtools and libs | Andrew Tridgell | 1 | -11/+7 |
2010-04-06 | s4-waf: move to a universal method of recursing into subdirs | Andrew Tridgell | 1 | -3/+3 |
2010-04-06 | s4-waf: fixed finding of buildtools and srcdir | Andrew Tridgell | 1 | -7/+6 |
2010-04-06 | s4-waf: avoid having to run waf configure before waf dist | Andrew Tridgell | 1 | -2/+3 |
2010-04-06 | s4-waf: allow standalone tarball build of libraries | Andrew Tridgell | 1 | -2/+9 |
2010-04-06 | s4-waf: added 'waf dist' to our standalone libs as well | Andrew Tridgell | 1 | -1/+3 |
2010-04-06 | s4-waf: added implied_deps for system libraries | Andrew Tridgell | 1 | -1/+2 |
2010-04-06 | s4-waf: support the use of system libraries | Andrew Tridgell | 1 | -5/+10 |
2010-04-06 | s4-waf: set default for bundled libraries | Andrew Tridgell | 1 | -1/+2 |
2010-04-06 | s4-waf: set the bundled library extension for some libs | Andrew Tridgell | 1 | -0/+1 |