summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* wafsamba: change the default to allow_warnings=False for CURRENT_CFLAGS()Stefan Metzmacher2014-11-251-1/+1
* wafsamba: change the default to allow_warnings=False for SAMBA_{SUBSYSTEM,LIB...Stefan Metzmacher2014-11-251-3/+3
* wafsamba: use -Wno-error=deprecated-declarations in picky-developer modeStefan Metzmacher2014-11-251-1/+1
* wafsamba: add -Werror=return-type for developer buildsStefan Metzmacher2014-11-141-0/+2
* Run duplicate symbol check as just another test, rather than as part of "waf ...Jelmer Vernooij2014-10-141-0/+12
* Fix more pep8 issues in code I touched recently.Jelmer Vernooij2014-10-142-5/+7
* Remove last instances of pep8 error E712 (use 'is' rather than '==' for boole...Jelmer Vernooij2014-10-142-5/+5
* Reduce the no-op build times by 30%Thomas Nagy2014-10-032-3/+148
* Revert "buildtools: Rename perl vendorarch configure option."Michael Adam2014-09-091-9/+4
* Revert "buildtools: Add perl vendorlib configure option."Michael Adam2014-09-091-10/+0
* Revert "wafsamba: If perl can't provide defaults, define them."Michael Adam2014-09-091-8/+2
* Revert "wafsamba: Fail with error message if perl doesn't provide valid dirs."Michael Adam2014-09-091-39/+19
* wafsamba: add perl_fixup parameter to INSTALL_FILESMichael Adam2014-09-051-4/+43
* wafsamba: add samba_perl.py with SAMBA_CHECK_PERL() higher level check.Michael Adam2014-09-052-0/+63
* wafsamba: let SAMBA_BLDOPTIONS() use dep_vars=['defines'] instead of always=TrueStefan Metzmacher2014-09-051-2/+2
* wafsamba: fix dependencies on environment variables for python_fixupStefan Metzmacher2014-09-051-4/+1
* wafsamba: allow an optional dep_vars list to be passed to SAMBA_GENERATOR()Stefan Metzmacher2014-09-051-1/+1
* wafsamba: fix dependency for SAMBA_GENERATOR() when passing vars!=NoneStefan Metzmacher2014-09-051-4/+5
* wafsamba: fix dependency calculation for SAMBA_GENERATOR()Stefan Metzmacher2014-09-051-1/+2
* wafsamba: improve wording in a commentMichael Adam2014-09-051-1/+1
* wafsamba: remove unused variable from copy_and_fix_python_pathMichael Adam2014-09-051-2/+0
* wafsamba: Correctly locate the 'third_party' directoryAmitay Isaacs2014-08-211-1/+1
* Don't build iniparser anymore.Jeremy Allison2014-08-142-12/+0
* third_party/popt: Initial support for popt.Ira Cooper2014-08-091-0/+6
* third_party/zlib: Initial support for zlibIra Cooper2014-08-091-0/+20
* third_party/iniparser: Initial support for iniparser.Ira Cooper2014-08-092-0/+16
* smbd/nmbd: Remove HAVE_LONGLONGVolker Lendecke2014-07-221-2/+0
* build: rename argument of list_directory_files(): abspath->pathMichael Adam2014-06-201-2/+2
* wafsamba: allow samba_dist.dist() to be called from a different directory.Amitay Isaacs2014-06-201-0/+3
* wafsamba: Fail with error message if perl doesn't provide valid dirs.Stefan Metzmacher2014-05-091-19/+39
* wafsamba: If perl can't provide defaults, define them.Andreas Schneider2014-05-081-2/+8
* build: make wafsamba CHECK_SIZEOF cross-compile friendlyGustavo Zacarias2014-05-061-12/+16
* build: unify and fix endian testsGustavo Zacarias2014-05-061-3/+62
* wafsamba: Add set_target to CHECK_BUNDLED_SYSTEM.Andreas Schneider2014-04-171-3/+5
* wafsamba: replace dots in library namesRalph Boehme2014-04-081-1/+1
* wafsamba: explicitly use allow_warnings=True for SAMBA_PYTHON()Stefan Metzmacher2014-04-021-0/+1
* wafsamba: add optional allow_warnings(default=True) to SAMBA_{SUBSYSTEM,LIBRA...Stefan Metzmacher2014-04-021-3/+11
* wafsamba: add an optional allow_warnings(default=True) to CURRENT_CFLAGS()Stefan Metzmacher2014-04-021-3/+6
* wafsamba: split out a conf.ADD_NAMED_CFLAGS() functionStefan Metzmacher2014-04-021-4/+11
* wafsamba: use -Werror=declaration-after-statement if availableStefan Metzmacher2014-04-021-1/+2
* wafsamba: use multiple conf.ADD_CFLAGS() lines for developer CFLAGSStefan Metzmacher2014-04-021-5/+20
* wafsamba: allow --bundled-libraries=ALL,!poptStefan Metzmacher2014-04-021-0/+2
* wafsamba: allow --bundled-libraries=NONE,poptStefan Metzmacher2014-04-021-0/+2
* wafsamba: simplify LIB_MUST_BE_BUNDLED()Stefan Metzmacher2014-04-021-2/+5
* wafsamba: simplify LIB_MAY_BE_BUNDLED()Stefan Metzmacher2014-04-021-3/+5
* wafsamba: allow optional 'checkcode' argument to CHECK_BUNDLED_SYSTEM()Stefan Metzmacher2014-04-021-4/+12
* wafsamba: allow CHECK_BUNDLED_SYSTEM() to check headers without functionsStefan Metzmacher2014-04-021-4/+7
* wafsamba: simplify CHECK_BUNDLED_SYSTEM_PKG() by just calling CHECK_BUNDLED_S...Stefan Metzmacher2014-04-021-41/+5
* wafsamba: port optional 'pkg' option from CHECK_BUNDLED_SYSTEM_PKG() to CHECK...Stefan Metzmacher2014-04-021-4/+8
* wafsamba: require a ';' after STATIC_*_MODULES_PROTOStefan Metzmacher2014-04-021-3/+6