summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* wafsamba: detect programmer errors in CHECK_BUNDLED_SYSTEM()Stefan Metzmacher2015-11-041-25/+25
* build:wafsamba: Remove the now unneeded special treatment of rpath flagsThomas Nagy2015-11-021-55/+1
* buildtools: Ignore exact Python version for ABI checkingPetr Viktorin2015-11-012-2/+13
* build:wafsamba: Removed hard-coded class names from build scriptsThomas Nagy2015-10-281-4/+3
* build:wafsamba: removed most import * statementsThomas Nagy2015-10-2822-58/+64
* build: --picky-developer implies --enable-developerMartin Schwenke2015-10-271-1/+5
* build:wafsamba: dead code removal in gettext detectionThomas Nagy2015-10-271-3/+0
* build:wafsamba: Enable feature-compatible declaration for Waf 1.8Thomas Nagy2015-10-137-15/+15
* build: Move __attribute__ ((destructor)) and ((constructor)) tests to wafsambaAndrew Bartlett2015-10-091-0/+34
* build: improve stack protector checkGustavo Zacarias2015-09-211-3/+17
* build:wafsamba: Use the Waf 1.8 API get_tgen_by_name instead of name_to_objThomas Nagy2015-09-025-40/+40
* build:wafsamba: Close file handles in the build scripts tooThomas Nagy2015-09-027-49/+14
* 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