summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* wafsamba: Allow passing 'lib' to CHECK_STRUCTURE_MEMBERAndreas Schneider2018-01-251-1/+3
* s3: drop build_envBernhard M. Wiedemann2017-07-251-14/+0
* wafsamba: add maxversion and version_blacklist to CHECK_BUNDLED_SYSTEM[_PKG]()Stefan Metzmacher2017-07-021-2/+19
* wafsamba: Pass down the install argument for samba modulesAndreas Schneider2017-06-061-2/+4
* wafsamba: Allow to specify VERSION file pathAmitay Isaacs2017-05-241-2/+2
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-0/+3
* wafsamba: add source directory define SRCDIR to config.hRalph Boehme2017-04-201-0/+2
* wafsamba: Add CHECK_CMOCKA functionAndreas Schneider2017-04-101-0/+6
* wafsamba: move -L/some/path from LINKFLAGS_PYEMBED to LIBPATH_PYEMBEDStefan Metzmacher2017-04-041-0/+6
* waf: disable-python - add option globally to build systemIan Stakenvicius2017-03-102-1/+37
* buildtools: Work around a . being in the target name when building python3 he...Andrew Bartlett2017-03-101-0/+1
* talloc: use the system pytalloc-util for python3 as wellAndrew Bartlett2017-03-103-7/+16
* waf: Fix a typoVolker Lendecke2017-03-011-1/+1
* build:wafsamba: Remove ambiguous 'if x in conf.env' constructsThomas Nagy2017-02-211-2/+2
* wafsamba: Remove 2010 comments that seems not accurate anymoreMatthieu Patou2017-02-091-2/+0
* wafsamba: Move command line option function labelled as 'samba3' to the commo...Matthieu Patou2017-02-092-29/+29
* wscript: remove executable bits for all wscript* filesStefan Metzmacher2017-01-111-0/+0
* WAF: Fix detection os sysname ...Lukas Slebodnik2017-01-021-0/+1
* WAF: Fix detection of linker featuresLukas Slebodnik2017-01-021-1/+3
* build: Fix build with perl on debian sid.Andrew Bartlett2016-10-291-1/+2
* wafsamba: add -Werror=format-security to the developer buildStefan Metzmacher2016-09-051-0/+1
* 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