summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* wafsamba: Fix 'make -j<jobs>'Andreas Schneider2018-09-101-2/+7
* wafsamba: Be strict when checking __attribute__ featuresAmitay Isaacs2018-07-101-0/+4
* wafsamba: Add strict option to CHECK_CODEAmitay Isaacs2018-07-101-1/+11
* wafsamba: Allow passing 'lib' to CHECK_STRUCTURE_MEMBERAndreas Schneider2018-01-251-1/+3
* waf: Remove build system info (uname -a)Mathieu Parent2018-01-141-4/+0
* third_party: Update socket_wrapper to version 1.1.9Andreas Schneider2017-12-061-1/+1
* build: Move pam_wrapper to third_partyAndreas Schneider2017-11-251-0/+5
* build: Move uid_wrapper to third_partyAndreas Schneider2017-11-251-0/+5
* build: Move resolv_wrapper to third_partyAndreas Schneider2017-11-251-0/+5
* build: Move nss_wrapper to third_partyAndreas Schneider2017-11-251-0/+5
* build: Move socket_wrapper to third_partyAndreas Schneider2017-11-251-0/+5
* build: ensure compiler flags are properly detectedUri Simchoni2017-11-221-1/+4
* build: specify -Wformat as a prerequisite of -Wformat-securityUri Simchoni2017-11-221-1/+2
* build: allow specifying prerequisite flags when checking flagsUri Simchoni2017-11-221-4/+6
* build: disable format-zero-length warningUri Simchoni2017-11-221-0/+1
* build: allow adding cflags to end of python module build commandUri Simchoni2017-11-221-0/+2
* build: allow passing custom cflags to end of library buildUri Simchoni2017-11-221-0/+2
* wafsamba: We need to honor DESTDIR in INSTALL_DIRAndreas Schneider2017-09-161-8/+9
* wafsamba: Do not chmod already existing dirs on installAndreas Schneider2017-09-161-2/+0
* param: Add 'binddns dir' parameterAndreas Schneider2017-09-051-0/+1
* wafsamba: Call INSTALL_DIR in INSTALL_DIRSAndreas Schneider2017-08-241-2/+2
* wafsamba: Add INSTALL_DIR functionAndreas Schneider2017-08-241-0/+18
* build: Do not recurse on symlinks to directories when building tarballsMartin Schwenke2017-08-101-1/+1
* build: Do not ignore symlinks to directories when building tarballsMartin Schwenke2017-08-101-1/+1
* s3: drop build_envBernhard M. Wiedemann2017-07-141-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