summaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Expand)AuthorFilesLines
2018-01-25wafsamba: Allow passing 'lib' to CHECK_STRUCTURE_MEMBERAndreas Schneider1-1/+3
2017-07-25s3: drop build_envBernhard M. Wiedemann1-14/+0
2017-07-02wafsamba: add maxversion and version_blacklist to CHECK_BUNDLED_SYSTEM[_PKG]()Stefan Metzmacher1-2/+19
2017-06-06wafsamba: Pass down the install argument for samba modulesAndreas Schneider1-2/+4
2017-05-24wafsamba: Allow to specify VERSION file pathAmitay Isaacs1-2/+2
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-0/+3
2017-04-20wafsamba: add source directory define SRCDIR to config.hRalph Boehme1-0/+2
2017-04-10wafsamba: Add CHECK_CMOCKA functionAndreas Schneider1-0/+6
2017-04-04wafsamba: move -L/some/path from LINKFLAGS_PYEMBED to LIBPATH_PYEMBEDStefan Metzmacher1-0/+6
2017-03-10waf: disable-python - add option globally to build systemIan Stakenvicius2-1/+37
2017-03-10buildtools: Work around a . being in the target name when building python3 he...Andrew Bartlett1-0/+1
2017-03-10talloc: use the system pytalloc-util for python3 as wellAndrew Bartlett3-7/+16
2017-03-01waf: Fix a typoVolker Lendecke1-1/+1
2017-02-21build:wafsamba: Remove ambiguous 'if x in conf.env' constructsThomas Nagy1-2/+2
2017-02-09wafsamba: Remove 2010 comments that seems not accurate anymoreMatthieu Patou1-2/+0
2017-02-09wafsamba: Move command line option function labelled as 'samba3' to the commo...Matthieu Patou2-29/+29
2017-01-11wscript: remove executable bits for all wscript* filesStefan Metzmacher1-0/+0
2017-01-02WAF: Fix detection os sysname ...Lukas Slebodnik1-0/+1
2017-01-02WAF: Fix detection of linker featuresLukas Slebodnik1-1/+3
2016-10-29build: Fix build with perl on debian sid.Andrew Bartlett1-1/+2
2016-09-05wafsamba: add -Werror=format-security to the developer buildStefan Metzmacher1-0/+1
2016-07-15build: avoid -Wtautological-compare errors from gcc6+ by disabling it globallyMichael Adam1-0/+1
2016-03-09configure: set HAVE___ATTRIBUTE__ for heimdalDouglas Bagnall1-0/+16
2016-01-13Error when private libraries have public headers.Jelmer Vernooij1-1/+5
2016-01-13Add private_headers flag to SAMBA_*() functions.Jelmer Vernooij1-0/+5
2016-01-08build: Add space before -D optionAndrew Bartlett1-1/+1
2016-01-07python: Assert that we use Py_ssize_t consistently for PyParseArgs*()Andrew Bartlett1-0/+11
2016-01-02build:wafsamba: Use the upstream version of gccdepsThomas Nagy2-127/+5
2015-11-24build:wafsamba: Ensure that check_group_ordering can be overriddenThomas Nagy1-2/+2
2015-11-24build:wafsamba: Ensure that target clones get a different nameThomas Nagy1-0/+1
2015-11-24build:wafsamba: Specify whether node objects or flat lists in ant_globThomas Nagy2-3/+3
2015-11-19build:wafsamba: remove check_orphaned_targetsThomas Nagy1-19/+0
2015-11-16build:wafsamba: Waf 1.8 compatible declaration of 'mandatory' configuration t...Thomas Nagy3-6/+14
2015-11-16build:wafsamba: Replace Options.is_install by bld.is_installThomas Nagy4-7/+5
2015-11-06build:wafsamba: Remove the print_commands code from the build scriptsThomas Nagy2-21/+1
2015-11-06build:wafsamba: Remove samba_utils.runonceThomas Nagy6-30/+4
2015-11-06build:wafsamba: Moved samba_before_apply_obj_vars to samba_utilsThomas Nagy2-22/+25
2015-11-06build:wafsamba: Removed unnecessary and misleading variablesThomas Nagy1-8/+2
2015-11-05ldb: Run the Python testsuitePetr Viktorin1-1/+4
2015-11-04wafsamba: detect programmer errors in CHECK_BUNDLED_SYSTEM()Stefan Metzmacher1-25/+25
2015-11-02build:wafsamba: Remove the now unneeded special treatment of rpath flagsThomas Nagy1-55/+1
2015-11-01buildtools: Ignore exact Python version for ABI checkingPetr Viktorin2-2/+13
2015-10-28build:wafsamba: Removed hard-coded class names from build scriptsThomas Nagy1-4/+3
2015-10-28build:wafsamba: removed most import * statementsThomas Nagy22-58/+64
2015-10-27build: --picky-developer implies --enable-developerMartin Schwenke1-1/+5
2015-10-27build:wafsamba: dead code removal in gettext detectionThomas Nagy1-3/+0
2015-10-13build:wafsamba: Enable feature-compatible declaration for Waf 1.8Thomas Nagy7-15/+15
2015-10-09build: Move __attribute__ ((destructor)) and ((constructor)) tests to wafsambaAndrew Bartlett1-0/+34
2015-09-21build: improve stack protector checkGustavo Zacarias1-3/+17
2015-09-02build:wafsamba: Use the Waf 1.8 API get_tgen_by_name instead of name_to_objThomas Nagy5-40/+40