summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* wafsamba: don't add -DSTATIC_%s_MODULES* arguments for SAMBA_LIBRARY(pyembed=...Stefan Metzmacher2015-08-061-0/+3
* buildtools: Fix crash on invalid --extra-python optionPetr Viktorin2015-07-211-1/+1
* buildtools: Don't configure Python more than oncePetr Viktorin2015-07-211-0/+4
* wafsamba: Cache final_libs for each targetAmitay Isaacs2015-06-301-1/+2
* Always use Samba's CHECK_CFG instead of waf check_cfgThomas Nagy2015-06-261-1/+1
* Remove PYTHONDIR and PYTHONARCHDIR in a single placeThomas Nagy2015-06-261-0/+4
* wafsamba: Also build libraries with RELRO protectionAndreas Schneider2015-06-191-0/+2
* wafsamba: let CHECK_DECLS() find enum valuesStefan Metzmacher2015-06-121-1/+12
* wafsamba: remove unused allow_warnings=True from SAMBA_PYTHON()Stefan Metzmacher2015-06-121-1/+0
* buildtools: Always reset the build environmentPetr Viktorin2015-06-101-81/+82
* waf: add a sample run-on-target scriptUri Simchoni2015-05-201-0/+148
* waf: Fix parsing of cross-answers file in case answer includes a colonUri Simchoni2015-05-201-1/+1
* waf: allow cross-execute program to have arguments with spacesUri Simchoni2015-05-201-1/+2
* waf: improve readability of cross-answers generated by cross-executeUri Simchoni2015-05-201-5/+8
* Adds a new mode to samba cross-compiling.Uri Simchoni2015-05-201-12/+34
* waf: sanitize and fix added cross answerUri Simchoni2015-05-201-2/+11
* waf: always close cross answers fileUri Simchoni2015-05-201-0/+2
* Factor out submodule presence checking.Jelmer Vernooij2015-05-191-1/+10
* Make waf fail if submodules are out of date.Jelmer Vernooij2015-05-191-0/+34
* Factor out function for finding Git binary.Jelmer Vernooij2015-05-192-6/+19
* Drop bzr VCS support.Jelmer Vernooij2015-05-192-59/+0
* buildtools: Add a helper for running Python testsPetr Viktorin2015-05-192-0/+22
* buildtools: Add a helper to iterate through Python environmentsPetr Viktorin2015-05-192-0/+28
* buildtools: Add --extra-python configure optionPetr Viktorin2015-05-194-4/+48
* buildtools: Expose the Python 3 ABI tagPetr Viktorin2015-05-191-0/+12
* Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2015-05-141-3/+3
* Revert "wafsamba: flags from enviroment are put before our own internal versi...Ralph Boehme2015-04-261-42/+0
* docs: correctly depend on used xsl files and catalog for building manpages.tMichael Adam2015-04-241-1/+3
* buildtools: Use all of pyext_PATTERN in map_shlib_extensionPetr Viktorin2015-04-241-1/+1
* wafsamba: Add install argument to SAMBA_PYTHONPetr Viktorin2015-04-241-0/+2
* build:wafsamba: fix a typoMichael Adam2015-04-021-3/+3
* waf: Remove 'linkflags.remove(x)' line added in error.Jeremy Allison2015-03-311-1/+0
* Merge update-waf.sh into update-external.shJelmer Vernooij2015-03-261-13/+0
* Move waf into third_party/.Jelmer Vernooij2015-03-2677-18407/+1
* lib: Remove tdb_compatVolker Lendecke2015-03-171-1/+1
* Transition to waf 1.8: wrapped conf.check_cfgThomas Nagy2015-03-162-1/+5
* Transition to waf 1.8: replaced on_results by update_outputsThomas Nagy2015-03-163-4/+4
* Update the copy of waf to current 1.5Jelmer Vernooij2015-03-166-9/+339
* test_duplicate_symbol: Use Samba subunit emitter.Jelmer Vernooij2015-03-061-1/+1
* build:wafadmin: fix use of spaces instead of tabs.Michael Adam2015-03-041-3/+3
* waf: Fix the build on openbsdVolker Lendecke2015-03-031-1/+3
* build: amend typo for address sanitizer helpGarming Sam2015-02-251-1/+1
* wafsamba: make sure build fails when uninitialized variable is detectedAlexander Bokovoy2015-02-241-0/+2
* buildtools: Use separate storage for each function in runoncePetr Viktorin2015-02-171-1/+1
* waf: Add address sanitizer configure option.Andreas Schneider2015-01-282-0/+8
* wafsamba: create unique names when building shared modulesStefan Metzmacher2015-01-191-0/+3
* wafsamba: remove unused variable in SAMBA_MODULE()Stefan Metzmacher2015-01-191-2/+0
* wafsamba: passing 'subsystem' to SAMBA_MODULE() is not optionalStefan Metzmacher2015-01-191-8/+9
* wafsamba: make it possible to pass bundled_name to SAMBA_LIBRARY()Stefan Metzmacher2015-01-191-1/+4
* wafadmin: backported the openbsd fixes from waf 1.7Thomas Nagy2015-01-093-6/+20