summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_utils.py
AgeCommit message (Expand)AuthorFilesLines
2012-12-08wafsamba: replace try:except: case with explicit comment about FIPS modeAlexander Bokovoy1-8/+7
2012-12-08wafsamba: Make sure md5 is really work before using it or overriding the hash...Alexander Bokovoy1-0/+8
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-5/+5
2012-05-23wafsamba: ensure TO_LIST does not fail with empty stringAlexander Bokovoy1-0/+2
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy1-1/+10
2012-04-14waf: samba-specific methods should have capitalized names, change process_sep...Alexander Bokovoy1-3/+3
2012-04-13wafsamba: add support for separate rules in stagesAlexander Bokovoy1-1/+24
2012-02-12wafsamba: Add tests for unique_list, subst_vars_error.Jelmer Vernooij1-2/+1
2011-12-05wafsamba: Cope with not everything having a final_libs attribute.Jelmer Vernooij1-1/+1
2011-12-05wafsamba: Use final_libs list to determine if a target needs private librarie...Jelmer Vernooij1-1/+1
2011-10-20build: explain the passing of make options to wafAndrew Tridgell1-0/+7
2011-03-15waf: ensure that MAKEFLAGS is set before parsing itAndrew Tridgell1-0/+2
2011-03-15waf: make mkdir_p() a bit more robustAndrew Tridgell1-1/+6
2011-02-18waf: support building libraries with a directory prefixAndrew Tridgell1-2/+9
2010-12-09waf: make mkdir_p on a empty string not recurse foreverAndrew Tridgell1-1/+1
2010-12-09waf-abi: auto-generate per-symbol versions from ABI filesAndrew Tridgell1-0/+3
2010-11-30wafsamba: Fix indentation.Jelmer Vernooij1-1/+1
2010-11-30wafsamba: Only use private library rpath when linking against privateJelmer Vernooij1-2/+12
2010-11-05waf: Put private libraries in a separate directory when building.Jelmer Vernooij1-3/+4
2010-11-05wafsamba: Support expanding variables in LIBDIR/PRIVATELIBDIR variables.Jelmer Vernooij1-2/+2
2010-11-05Add --disable-rpath-private-install flag.Jelmer Vernooij1-2/+5
2010-11-05samba_utils: Use LIBDIR rather than assuming it is set to $prefix/lib.Jelmer Vernooij1-1/+1
2010-10-30waf: use Utils.WafError() instead of raising an AssertionErrorAndrew Tridgell1-2/+1
2010-10-30waf: separate out get_tgt_list()Andrew Tridgell1-0/+19
2010-10-21waf: cope with libraries with a specified version numberAndrew Tridgell1-0/+3
2010-10-19waf: automap shared library names from .so to the right extensionAndrew Tridgell1-0/+39
2010-10-06waf: fixed some python3.x portability issuesAndrew Tridgell1-0/+4
2010-10-03wafsamba: Some reformatting.Jelmer Vernooij1-3/+1
2010-09-27waf: add delimiter argument to TO_LIST.Günther Deschner1-2/+2
2010-09-04waf: fixed make test with TESTS="test1 test2"Andrew Tridgell1-1/+3
2010-06-29build: allow LOAD_ENVIRONMENT() to pass when no configure has been runAndrew Tridgell1-2/+5
2010-05-13buildtools/wafsamba: fix build group orderingThomas Nagy1-2/+5
2010-05-06build: added a reconfigure targetAndrew Tridgell1-0/+10
2010-05-03build: use the waf patterns for RPATHAndrew Tridgell1-4/+2
2010-04-19build: fixed a python-3 indent errorAndrew Tridgell1-1/+1
2010-04-18build: support make V=1 for verbose buildAndrew Tridgell1-1/+10
2010-04-18build: added ABI checking to the WAF buildAndrew Tridgell1-0/+36
2010-04-15build: throw a fatal error for duplicate target declarationsAndrew Tridgell1-4/+4
2010-04-14build: try to honor MAKEFLAGS from makeAndrew Tridgell1-0/+26
2010-04-12build: allow target upgrades from EMPTY to SYSLIBAndrew Tridgell1-1/+1
2010-04-09build: use Logs.error() and Logs.info() instead of print()Andrew Tridgell1-6/+6
2010-04-08build: make the handling of relative paths a bit sanerAndrew Tridgell1-1/+1
2010-04-08build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy1-3/+3
2010-04-06s4-waf: replace TOUCH_FILE() with normal install rulesAndrew Tridgell1-13/+0
2010-04-06build: fixed LOAD_ENVIRONMENT for out of tree buildsAndrew Tridgell1-1/+2
2010-04-06s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell1-0/+32
2010-04-06build: fixed DESTDIR for TOUCH_FILE()Andrew Tridgell1-1/+6
2010-04-06build: make sure the directory exists in TOUCH_FILE()Andrew Tridgell1-0/+1
2010-04-06s4-waf: create a blank __init__.py in samba/externalAndrew Tridgell1-0/+5
2010-04-06build: a bit more information for tracking --target depsAndrew Tridgell1-1/+2