summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_bundled.py
AgeCommit message (Expand)AuthorFilesLines
2012-10-11build: Remove --disable-sharedAndrew Bartlett1-4/+0
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-1/+1
2012-04-20wafsamba: allow certain public libraries to be forced to be privateAndrew Bartlett1-0/+4
2012-04-10wafsamba/bundled: Fix typo in tuplize_version.Jelmer Vernooij1-1/+1
2012-04-09wafsamba: Parse Python versions as integers separated by dots.Jelmer Vernooij1-1/+4
2012-04-08wafsamba: Return missing libs rather than last syslib.Jelmer Vernooij1-1/+1
2012-04-03wafsamba: Avoid NameError when printing error about missing system deps.Jelmer Vernooij1-6/+9
2011-12-16wafsamba: Fix undefined variable name in error message.Jelmer Vernooij1-1/+1
2011-11-14waf: Fix uselib_store for system libsubunit.Jelmer Vernooij1-1/+1
2011-11-13wafsambaa: Support libraries that don't have the same name as their pkg-confi...Jelmer Vernooij1-1/+1
2011-11-13wafsamba: add CHECK_BUNDLED_SYSTEM_PKG function.Jelmer Vernooij1-8/+64
2011-01-24s4-waf: Only show minversion when there was a minimum version specified.Jelmer Vernooij1-1/+5
2011-01-19waf: change private libraries to use the same soname as public librariesAndrew Tridgell1-7/+5
2011-01-05buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher1-1/+1
2010-12-22wafsamba: Allow newer or the same python module versions to be installed,Jelmer Vernooij1-1/+1
2010-12-08buildtools: add the PRIVATE_EXTENSION for private librariesStefan Metzmacher1-3/+0
2010-11-05wafsamba: Drop private library prefix when installing private librariesJelmer Vernooij1-2/+5
2010-10-23waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij1-9/+9
2010-10-21waf: allows libraries to be marked as private_library=TrueAndrew Tridgell1-2/+2
2010-10-16heimdal_build: Use existing functions for finding system libraries.Jelmer Vernooij1-1/+1
2010-10-06waf: fixed the problem with com_err on Ubuntu 9.04Andrew Tridgell1-6/+14
2010-10-04waf: Add function for checking for system python modules.Jelmer Vernooij1-0/+32
2010-06-19wafsamba: Use convenience function to find out if bundling is necessary.Jelmer Vernooij1-2/+2
2010-06-19wafsamba: Factor out functions to determine if a bundled library should not orJelmer Vernooij1-2/+14
2010-06-19wafsamba: Fix typo: noextenion -> noextension.Jelmer Vernooij1-2/+2
2010-04-21build: added --nonshared-binary=LIST optionAndrew Tridgell1-0/+8
2010-04-18build: added ABI checking to the WAF buildAndrew Tridgell1-0/+1
2010-04-13build: fixed a typo that prevented --bundled-libraries from working correctlyAndrew Tridgell1-1/+1
2010-04-12build: added --minimum-library-version configure optionAndrew Tridgell1-0/+19
2010-04-09build: use Logs.error() and Logs.info() instead of print()Andrew Tridgell1-2/+3
2010-04-06build: use a target_in_list() function for more flexible builtin controlAndrew Tridgell1-3/+14
2010-04-06build: add require_headers option to CHECK_BUNDLED_SYSTEM()Andrew Tridgell1-2/+6
2010-04-06s4-waf: added implied_deps for system librariesAndrew Tridgell1-1/+6
2010-04-06s4-waf: ensure we don't end up with mixed versions of talloc/tdb/teventAndrew Tridgell1-1/+15
2010-04-06build: tidy up the wafsamba rules a bitAndrew Tridgell1-0/+5
2010-04-06build: fixed popt subsystem on systems without poptAndrew Tridgell1-1/+1
2010-04-06s4-waf: cleanup use of LIBPOPT vs popt dependencyAndrew Tridgell1-1/+13
2010-04-06s4-waf: support the use of system librariesAndrew Tridgell1-0/+15
2010-04-06build: better control over bundled library extensionsAndrew Tridgell1-9/+23
2010-04-06build: added support for controlling library typesAndrew Tridgell1-0/+28