summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_utils.py
Commit message (Expand)AuthorAgeFilesLines
* build:wafsamba: Remove the print_commands code from the build scriptsThomas Nagy2015-11-061-21/+0
* build:wafsamba: Remove samba_utils.runonceThomas Nagy2015-11-061-16/+0
* build:wafsamba: Moved samba_before_apply_obj_vars to samba_utilsThomas Nagy2015-11-061-1/+24
* ldb: Run the Python testsuitePetr Viktorin2015-11-051-1/+4
* build:wafsamba: Removed hard-coded class names from build scriptsThomas Nagy2015-10-281-4/+3
* build:wafsamba: removed most import * statementsThomas Nagy2015-10-281-3/+2
* build:wafsamba: Enable feature-compatible declaration for Waf 1.8Thomas Nagy2015-10-131-1/+1
* build:wafsamba: Use the Waf 1.8 API get_tgen_by_name instead of name_to_objThomas Nagy2015-09-021-3/+3
* buildtools: Add a helper for running Python testsPetr Viktorin2015-05-191-0/+16
* buildtools: Use all of pyext_PATTERN in map_shlib_extensionPetr Viktorin2015-04-241-1/+1
* buildtools: Use separate storage for each function in runoncePetr Viktorin2015-02-171-1/+1
* wafsamba: let TO_LIST(mylist) return a copy of mylistStefan Metzmacher2015-01-081-1/+2
* build: test the generic md5 function after importing it from hashlibBjörn Jacke2014-01-081-1/+1
* wafsamba: replace try:except: case with explicit comment about FIPS modeAlexander Bokovoy2012-12-081-8/+7
* wafsamba: Make sure md5 is really work before using it or overriding the hash...Alexander Bokovoy2012-12-081-0/+8
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-5/+5
* wafsamba: ensure TO_LIST does not fail with empty stringAlexander Bokovoy2012-05-231-0/+2
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-231-1/+10
* waf: samba-specific methods should have capitalized names, change process_sep...Alexander Bokovoy2012-04-141-3/+3
* wafsamba: add support for separate rules in stagesAlexander Bokovoy2012-04-131-1/+24
* wafsamba: Add tests for unique_list, subst_vars_error.Jelmer Vernooij2012-02-121-2/+1
* wafsamba: Cope with not everything having a final_libs attribute.Jelmer Vernooij2011-12-051-1/+1
* wafsamba: Use final_libs list to determine if a target needs private librarie...Jelmer Vernooij2011-12-051-1/+1
* build: explain the passing of make options to wafAndrew Tridgell2011-10-201-0/+7
* waf: ensure that MAKEFLAGS is set before parsing itAndrew Tridgell2011-03-151-0/+2
* waf: make mkdir_p() a bit more robustAndrew Tridgell2011-03-151-1/+6
* waf: support building libraries with a directory prefixAndrew Tridgell2011-02-181-2/+9
* waf: make mkdir_p on a empty string not recurse foreverAndrew Tridgell2010-12-091-1/+1
* waf-abi: auto-generate per-symbol versions from ABI filesAndrew Tridgell2010-12-091-0/+3
* wafsamba: Fix indentation.Jelmer Vernooij2010-11-301-1/+1
* wafsamba: Only use private library rpath when linking against privateJelmer Vernooij2010-11-301-2/+12
* waf: Put private libraries in a separate directory when building.Jelmer Vernooij2010-11-051-3/+4
* wafsamba: Support expanding variables in LIBDIR/PRIVATELIBDIR variables.Jelmer Vernooij2010-11-051-2/+2
* Add --disable-rpath-private-install flag.Jelmer Vernooij2010-11-051-2/+5
* samba_utils: Use LIBDIR rather than assuming it is set to $prefix/lib.Jelmer Vernooij2010-11-051-1/+1
* waf: use Utils.WafError() instead of raising an AssertionErrorAndrew Tridgell2010-10-301-2/+1
* waf: separate out get_tgt_list()Andrew Tridgell2010-10-301-0/+19
* waf: cope with libraries with a specified version numberAndrew Tridgell2010-10-211-0/+3
* waf: automap shared library names from .so to the right extensionAndrew Tridgell2010-10-191-0/+39
* waf: fixed some python3.x portability issuesAndrew Tridgell2010-10-061-0/+4
* wafsamba: Some reformatting.Jelmer Vernooij2010-10-031-3/+1
* waf: add delimiter argument to TO_LIST.Günther Deschner2010-09-271-2/+2
* waf: fixed make test with TESTS="test1 test2"Andrew Tridgell2010-09-041-1/+3
* build: allow LOAD_ENVIRONMENT() to pass when no configure has been runAndrew Tridgell2010-06-291-2/+5
* buildtools/wafsamba: fix build group orderingThomas Nagy2010-05-131-2/+5
* build: added a reconfigure targetAndrew Tridgell2010-05-061-0/+10
* build: use the waf patterns for RPATHAndrew Tridgell2010-05-031-4/+2
* build: fixed a python-3 indent errorAndrew Tridgell2010-04-191-1/+1
* build: support make V=1 for verbose buildAndrew Tridgell2010-04-181-1/+10
* build: added ABI checking to the WAF buildAndrew Tridgell2010-04-181-0/+36