Age | Commit message (Expand) | Author | Files | Lines |
2011-12-16 | wafsamba: Fix undefined variable name in error message. | Jelmer Vernooij | 1 | -1/+1 |
2011-11-14 | waf: Fix uselib_store for system libsubunit. | Jelmer Vernooij | 1 | -1/+1 |
2011-11-13 | wafsambaa: Support libraries that don't have the same name as their pkg-confi... | Jelmer Vernooij | 1 | -1/+1 |
2011-11-13 | wafsamba: add CHECK_BUNDLED_SYSTEM_PKG function. | Jelmer Vernooij | 1 | -8/+64 |
2011-01-24 | s4-waf: Only show minversion when there was a minimum version specified. | Jelmer Vernooij | 1 | -1/+5 |
2011-01-19 | waf: change private libraries to use the same soname as public libraries | Andrew Tridgell | 1 | -7/+5 |
2011-01-05 | buildtools/wafsamba: import 'sys' and 'Logs' if we use them | Stefan Metzmacher | 1 | -1/+1 |
2010-12-22 | wafsamba: Allow newer or the same python module versions to be installed, | Jelmer Vernooij | 1 | -1/+1 |
2010-12-08 | buildtools: add the PRIVATE_EXTENSION for private libraries | Stefan Metzmacher | 1 | -3/+0 |
2010-11-05 | wafsamba: Drop private library prefix when installing private libraries | Jelmer Vernooij | 1 | -2/+5 |
2010-10-23 | waf: Rename some BUNDLED_ functios to PRIVATE_. | Jelmer Vernooij | 1 | -9/+9 |
2010-10-21 | waf: allows libraries to be marked as private_library=True | Andrew Tridgell | 1 | -2/+2 |
2010-10-16 | heimdal_build: Use existing functions for finding system libraries. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-06 | waf: fixed the problem with com_err on Ubuntu 9.04 | Andrew Tridgell | 1 | -6/+14 |
2010-10-04 | waf: Add function for checking for system python modules. | Jelmer Vernooij | 1 | -0/+32 |
2010-06-19 | wafsamba: Use convenience function to find out if bundling is necessary. | Jelmer Vernooij | 1 | -2/+2 |
2010-06-19 | wafsamba: Factor out functions to determine if a bundled library should not or | Jelmer Vernooij | 1 | -2/+14 |
2010-06-19 | wafsamba: Fix typo: noextenion -> noextension. | Jelmer Vernooij | 1 | -2/+2 |
2010-04-21 | build: added --nonshared-binary=LIST option | Andrew Tridgell | 1 | -0/+8 |
2010-04-18 | build: added ABI checking to the WAF build | Andrew Tridgell | 1 | -0/+1 |
2010-04-13 | build: fixed a typo that prevented --bundled-libraries from working correctly | Andrew Tridgell | 1 | -1/+1 |
2010-04-12 | build: added --minimum-library-version configure option | Andrew Tridgell | 1 | -0/+19 |
2010-04-09 | build: use Logs.error() and Logs.info() instead of print() | Andrew Tridgell | 1 | -2/+3 |
2010-04-06 | build: use a target_in_list() function for more flexible builtin control | Andrew Tridgell | 1 | -3/+14 |
2010-04-06 | build: add require_headers option to CHECK_BUNDLED_SYSTEM() | Andrew Tridgell | 1 | -2/+6 |
2010-04-06 | s4-waf: added implied_deps for system libraries | Andrew Tridgell | 1 | -1/+6 |
2010-04-06 | s4-waf: ensure we don't end up with mixed versions of talloc/tdb/tevent | Andrew Tridgell | 1 | -1/+15 |
2010-04-06 | build: tidy up the wafsamba rules a bit | Andrew Tridgell | 1 | -0/+5 |
2010-04-06 | build: fixed popt subsystem on systems without popt | Andrew Tridgell | 1 | -1/+1 |
2010-04-06 | s4-waf: cleanup use of LIBPOPT vs popt dependency | Andrew Tridgell | 1 | -1/+13 |
2010-04-06 | s4-waf: support the use of system libraries | Andrew Tridgell | 1 | -0/+15 |
2010-04-06 | build: better control over bundled library extensions | Andrew Tridgell | 1 | -9/+23 |
2010-04-06 | build: added support for controlling library types | Andrew Tridgell | 1 | -0/+28 |