summaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Expand)AuthorFilesLines
2015-03-06test_duplicate_symbol: Use Samba subunit emitter.Jelmer Vernooij1-1/+1
2015-03-04build:wafadmin: fix use of spaces instead of tabs.Michael Adam1-3/+3
2015-03-03waf: Fix the build on openbsdVolker Lendecke1-1/+3
2015-02-25build: amend typo for address sanitizer helpGarming Sam1-1/+1
2015-02-24wafsamba: make sure build fails when uninitialized variable is detectedAlexander Bokovoy1-0/+2
2015-02-17buildtools: Use separate storage for each function in runoncePetr Viktorin1-1/+1
2015-01-28waf: Add address sanitizer configure option.Andreas Schneider2-0/+8
2015-01-19wafsamba: create unique names when building shared modulesStefan Metzmacher1-0/+3
2015-01-19wafsamba: remove unused variable in SAMBA_MODULE()Stefan Metzmacher1-2/+0
2015-01-19wafsamba: passing 'subsystem' to SAMBA_MODULE() is not optionalStefan Metzmacher1-8/+9
2015-01-19wafsamba: make it possible to pass bundled_name to SAMBA_LIBRARY()Stefan Metzmacher1-1/+4
2015-01-09wafadmin: backported the openbsd fixes from waf 1.7Thomas Nagy3-6/+20
2015-01-08wafsamba: remove commented out code.Michael Adam1-27/+0
2015-01-08Revert "waf: added suncc_wrap"Michael Adam1-18/+1
2015-01-08wafsamba: generate an empty.c file if a SAMBA_{LIBRARY,SUBSYSTEM} doesn't hav...Stefan Metzmacher1-6/+23
2015-01-08wafsamba: flags from enviroment are put before our own internal versionsRalph Boehme1-0/+42
2015-01-08wafsamba: filter out standard library paths from RPATH and LIBPATHMichael Adam3-1/+55
2015-01-08wafsamba: fix ordering problems with lib-provided and internal RPATHsMichael Adam1-0/+53
2015-01-08wafsamba: make it possible to specify ADDITIONAL_{CFLAGS,LDFLAGS} as env var ...Stefan Metzmacher1-0/+13
2015-01-08wafsamba: improve -fvisibility=hidden, we should check it together this WERRO...Stefan Metzmacher1-1/+1
2015-01-08wafsamba: let CURRENT_CFLAGS() use bld.env.VISIBILITY_CFLAGSStefan Metzmacher1-1/+1
2015-01-08wafsamba: move -fvisibility=hidden checks from lib/replace to wafsambaStefan Metzmacher1-0/+7
2015-01-08wafsamba: move '-fstack-protector' checks from lib/replace to wafsambaStefan Metzmacher1-0/+4
2015-01-08wafsamba: move WERROR_CFLAGS checks from lib/replace to wafsambaStefan Metzmacher1-0/+13
2015-01-08wafsamba: move compiler / cflags related stuff from lib/replace to wafsambaStefan Metzmacher1-0/+21
2015-01-08wafsamba: let TO_LIST(mylist) return a copy of mylistStefan Metzmacher1-1/+2
2014-12-19wafsamba: check for rpath compiler/linker flagsRalph Boehme1-0/+4
2014-12-19wafsamba: fill PRIVATE_NAME() logic againStefan Metzmacher2-4/+21
2014-12-19wafsamba: add optional keep_underscore=True to SAMBA_LIBRARY()Stefan Metzmacher1-1/+5
2014-11-25wafsamba: change the default to allow_warnings=False for CURRENT_CFLAGS()Stefan Metzmacher1-1/+1
2014-11-25wafsamba: change the default to allow_warnings=False for SAMBA_{SUBSYSTEM,LIB...Stefan Metzmacher1-3/+3
2014-11-25wafsamba: use -Wno-error=deprecated-declarations in picky-developer modeStefan Metzmacher1-1/+1
2014-11-14wafsamba: add -Werror=return-type for developer buildsStefan Metzmacher1-0/+2
2014-10-14Run duplicate symbol check as just another test, rather than as part of "waf ...Jelmer Vernooij1-0/+12
2014-10-14Fix more pep8 issues in code I touched recently.Jelmer Vernooij2-5/+7
2014-10-14Remove last instances of pep8 error E712 (use 'is' rather than '==' for boole...Jelmer Vernooij2-5/+5
2014-10-03Reduce the no-op build times by 30%Thomas Nagy2-3/+148
2014-09-09Revert "buildtools: Rename perl vendorarch configure option."Michael Adam1-9/+4
2014-09-09Revert "buildtools: Add perl vendorlib configure option."Michael Adam1-10/+0
2014-09-09Revert "wafsamba: If perl can't provide defaults, define them."Michael Adam1-8/+2
2014-09-09Revert "wafsamba: Fail with error message if perl doesn't provide valid dirs."Michael Adam1-39/+19
2014-09-05wafsamba: add perl_fixup parameter to INSTALL_FILESMichael Adam1-4/+43
2014-09-05wafsamba: add samba_perl.py with SAMBA_CHECK_PERL() higher level check.Michael Adam2-0/+63
2014-09-05wafsamba: let SAMBA_BLDOPTIONS() use dep_vars=['defines'] instead of always=TrueStefan Metzmacher1-2/+2
2014-09-05wafsamba: fix dependencies on environment variables for python_fixupStefan Metzmacher1-4/+1
2014-09-05wafsamba: allow an optional dep_vars list to be passed to SAMBA_GENERATOR()Stefan Metzmacher1-1/+1
2014-09-05wafsamba: fix dependency for SAMBA_GENERATOR() when passing vars!=NoneStefan Metzmacher1-4/+5
2014-09-05wafsamba: fix dependency calculation for SAMBA_GENERATOR()Stefan Metzmacher1-1/+2
2014-09-05wafsamba: improve wording in a commentMichael Adam1-1/+1
2014-09-05wafsamba: remove unused variable from copy_and_fix_python_pathMichael Adam1-2/+0