summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* build: Fix build with perl on debian sid.Andrew Bartlett2016-11-161-1/+2
* build: avoid -Wtautological-compare errors from gcc6+ by disabling it globallyMichael Adam2016-07-151-0/+1
* configure: set HAVE___ATTRIBUTE__ for heimdalDouglas Bagnall2016-03-091-0/+16
* Error when private libraries have public headers.Jelmer Vernooij2016-01-131-1/+5
* Add private_headers flag to SAMBA_*() functions.Jelmer Vernooij2016-01-131-0/+5
* build: Add space before -D optionAndrew Bartlett2016-01-081-1/+1
* python: Assert that we use Py_ssize_t consistently for PyParseArgs*()Andrew Bartlett2016-01-071-0/+11
* build:wafsamba: Use the upstream version of gccdepsThomas Nagy2016-01-022-127/+5
* build:wafsamba: Ensure that check_group_ordering can be overriddenThomas Nagy2015-11-241-2/+2
* build:wafsamba: Ensure that target clones get a different nameThomas Nagy2015-11-241-0/+1
* build:wafsamba: Specify whether node objects or flat lists in ant_globThomas Nagy2015-11-242-3/+3
* build:wafsamba: remove check_orphaned_targetsThomas Nagy2015-11-191-19/+0
* build:wafsamba: Waf 1.8 compatible declaration of 'mandatory' configuration t...Thomas Nagy2015-11-163-6/+14
* build:wafsamba: Replace Options.is_install by bld.is_installThomas Nagy2015-11-164-7/+5
* build:wafsamba: Remove the print_commands code from the build scriptsThomas Nagy2015-11-062-21/+1
* build:wafsamba: Remove samba_utils.runonceThomas Nagy2015-11-066-30/+4
* build:wafsamba: Moved samba_before_apply_obj_vars to samba_utilsThomas Nagy2015-11-062-22/+25
* build:wafsamba: Removed unnecessary and misleading variablesThomas Nagy2015-11-061-8/+2
* ldb: Run the Python testsuitePetr Viktorin2015-11-051-1/+4
* 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