summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* wafsamba: use cluster_support_features in build_options.cStefan Metzmacher2014-03-241-0/+5
* wafsamba: add CONFIG_RESET()Stefan Metzmacher2014-03-241-0/+8
* build: warn about mixed declarations and codeDavid Disseldorp2014-02-011-1/+1
* docs: define and include entities for the docsGarming Sam2014-01-311-2/+4
* waf:lib/replace change detection of gettextChristian Ambach2014-01-031-2/+1
* build: test the generic md5 function after importing it from hashlibBjörn Jacke2014-01-081-1/+1
* waf: add --without-gettext optionChristian Ambach2013-08-091-0/+3
* waf: fix build on AIX7Christian Ambach2013-08-091-1/+1
* waf: Build with RELRO if supported by the compiler.Andreas Schneider2013-07-091-0/+2
* build: Add missing new line to replaced python shebang line. (Fix bug #9909)Michael Adam2013-05-291-2/+2
* waf: build position independent executablesDavid Disseldorp2013-05-281-2/+9