summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba
Commit message (Expand)AuthorAgeFilesLines
* test_duplicate_symbol: Use Samba subunit emitter.Jelmer Vernooij2015-03-061-1/+1
* build: amend typo for address sanitizer helpGarming Sam2015-02-251-1/+1
* wafsamba: make sure build fails when uninitialized variable is detectedAlexander Bokovoy2015-02-241-0/+2
* buildtools: Use separate storage for each function in runoncePetr Viktorin2015-02-171-1/+1
* waf: Add address sanitizer configure option.Andreas Schneider2015-01-282-0/+8
* wafsamba: create unique names when building shared modulesStefan Metzmacher2015-01-191-0/+3
* wafsamba: remove unused variable in SAMBA_MODULE()Stefan Metzmacher2015-01-191-2/+0
* wafsamba: passing 'subsystem' to SAMBA_MODULE() is not optionalStefan Metzmacher2015-01-191-8/+9
* wafsamba: make it possible to pass bundled_name to SAMBA_LIBRARY()Stefan Metzmacher2015-01-191-1/+4
* wafsamba: remove commented out code.Michael Adam2015-01-081-27/+0
* Revert "waf: added suncc_wrap"Michael Adam2015-01-081-18/+1
* wafsamba: generate an empty.c file if a SAMBA_{LIBRARY,SUBSYSTEM} doesn't hav...Stefan Metzmacher2015-01-081-6/+23
* wafsamba: flags from enviroment are put before our own internal versionsRalph Boehme2015-01-081-0/+42
* wafsamba: filter out standard library paths from RPATH and LIBPATHMichael Adam2015-01-083-1/+55
* wafsamba: fix ordering problems with lib-provided and internal RPATHsMichael Adam2015-01-081-0/+53
* wafsamba: make it possible to specify ADDITIONAL_{CFLAGS,LDFLAGS} as env var ...Stefan Metzmacher2015-01-081-0/+13
* wafsamba: improve -fvisibility=hidden, we should check it together this WERRO...Stefan Metzmacher2015-01-081-1/+1
* wafsamba: let CURRENT_CFLAGS() use bld.env.VISIBILITY_CFLAGSStefan Metzmacher2015-01-081-1/+1
* wafsamba: move -fvisibility=hidden checks from lib/replace to wafsambaStefan Metzmacher2015-01-081-0/+7
* wafsamba: move '-fstack-protector' checks from lib/replace to wafsambaStefan Metzmacher2015-01-081-0/+4
* wafsamba: move WERROR_CFLAGS checks from lib/replace to wafsambaStefan Metzmacher2015-01-081-0/+13
* wafsamba: move compiler / cflags related stuff from lib/replace to wafsambaStefan Metzmacher2015-01-081-0/+21
* wafsamba: let TO_LIST(mylist) return a copy of mylistStefan Metzmacher2015-01-081-1/+2
* wafsamba: check for rpath compiler/linker flagsRalph Boehme2014-12-191-0/+4
* wafsamba: fill PRIVATE_NAME() logic againStefan Metzmacher2014-12-192-4/+21
* wafsamba: add optional keep_underscore=True to SAMBA_LIBRARY()Stefan Metzmacher2014-12-191-1/+5
* 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
* 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