summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/samba_bundled.py
Commit message (Expand)AuthorAgeFilesLines
* wafsamba: Add set_target to CHECK_BUNDLED_SYSTEM.Andreas Schneider2014-04-171-3/+5
* wafsamba: allow --bundled-libraries=ALL,!poptStefan Metzmacher2014-04-021-0/+2
* wafsamba: allow --bundled-libraries=NONE,poptStefan Metzmacher2014-04-021-0/+2
* wafsamba: simplify LIB_MUST_BE_BUNDLED()Stefan Metzmacher2014-04-021-2/+5
* wafsamba: simplify LIB_MAY_BE_BUNDLED()Stefan Metzmacher2014-04-021-3/+5
* wafsamba: allow optional 'checkcode' argument to CHECK_BUNDLED_SYSTEM()Stefan Metzmacher2014-04-021-4/+12
* wafsamba: allow CHECK_BUNDLED_SYSTEM() to check headers without functionsStefan Metzmacher2014-04-021-4/+7
* wafsamba: simplify CHECK_BUNDLED_SYSTEM_PKG() by just calling CHECK_BUNDLED_S...Stefan Metzmacher2014-04-021-41/+5
* wafsamba: port optional 'pkg' option from CHECK_BUNDLED_SYSTEM_PKG() to CHECK...Stefan Metzmacher2014-04-021-4/+8
* build: Remove --disable-sharedAndrew Bartlett2012-10-111-4/+0
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-1/+1
* wafsamba: allow certain public libraries to be forced to be privateAndrew Bartlett2012-04-201-0/+4
* wafsamba/bundled: Fix typo in tuplize_version.Jelmer Vernooij2012-04-101-1/+1
* wafsamba: Parse Python versions as integers separated by dots.Jelmer Vernooij2012-04-091-1/+4
* wafsamba: Return missing libs rather than last syslib.Jelmer Vernooij2012-04-081-1/+1
* wafsamba: Avoid NameError when printing error about missing system deps.Jelmer Vernooij2012-04-031-6/+9
* wafsamba: Fix undefined variable name in error message.Jelmer Vernooij2011-12-161-1/+1
* waf: Fix uselib_store for system libsubunit.Jelmer Vernooij2011-11-141-1/+1
* wafsambaa: Support libraries that don't have the same name as their pkg-confi...Jelmer Vernooij2011-11-131-1/+1
* wafsamba: add CHECK_BUNDLED_SYSTEM_PKG function.Jelmer Vernooij2011-11-131-8/+64
* s4-waf: Only show minversion when there was a minimum version specified.Jelmer Vernooij2011-01-241-1/+5
* waf: change private libraries to use the same soname as public librariesAndrew Tridgell2011-01-191-7/+5
* buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher2011-01-051-1/+1
* wafsamba: Allow newer or the same python module versions to be installed,Jelmer Vernooij2010-12-221-1/+1
* buildtools: add the PRIVATE_EXTENSION for private librariesStefan Metzmacher2010-12-081-3/+0
* wafsamba: Drop private library prefix when installing private librariesJelmer Vernooij2010-11-051-2/+5
* waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij2010-10-231-9/+9
* waf: allows libraries to be marked as private_library=TrueAndrew Tridgell2010-10-211-2/+2
* heimdal_build: Use existing functions for finding system libraries.Jelmer Vernooij2010-10-161-1/+1
* waf: fixed the problem with com_err on Ubuntu 9.04Andrew Tridgell2010-10-061-6/+14
* waf: Add function for checking for system python modules.Jelmer Vernooij2010-10-041-0/+32
* wafsamba: Use convenience function to find out if bundling is necessary.Jelmer Vernooij2010-06-191-2/+2
* wafsamba: Factor out functions to determine if a bundled library should not orJelmer Vernooij2010-06-191-2/+14
* wafsamba: Fix typo: noextenion -> noextension.Jelmer Vernooij2010-06-191-2/+2
* build: added --nonshared-binary=LIST optionAndrew Tridgell2010-04-211-0/+8
* build: added ABI checking to the WAF buildAndrew Tridgell2010-04-181-0/+1
* build: fixed a typo that prevented --bundled-libraries from working correctlyAndrew Tridgell2010-04-131-1/+1
* build: added --minimum-library-version configure optionAndrew Tridgell2010-04-121-0/+19
* build: use Logs.error() and Logs.info() instead of print()Andrew Tridgell2010-04-091-2/+3
* build: use a target_in_list() function for more flexible builtin controlAndrew Tridgell2010-04-061-3/+14
* build: add require_headers option to CHECK_BUNDLED_SYSTEM()Andrew Tridgell2010-04-061-2/+6
* s4-waf: added implied_deps for system librariesAndrew Tridgell2010-04-061-1/+6
* s4-waf: ensure we don't end up with mixed versions of talloc/tdb/teventAndrew Tridgell2010-04-061-1/+15
* build: tidy up the wafsamba rules a bitAndrew Tridgell2010-04-061-0/+5
* build: fixed popt subsystem on systems without poptAndrew Tridgell2010-04-061-1/+1
* s4-waf: cleanup use of LIBPOPT vs popt dependencyAndrew Tridgell2010-04-061-1/+13
* s4-waf: support the use of system librariesAndrew Tridgell2010-04-061-0/+15
* build: better control over bundled library extensionsAndrew Tridgell2010-04-061-9/+23
* build: added support for controlling library typesAndrew Tridgell2010-04-061-0/+28