summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
...
* Factor out function for finding Git binary.Jelmer Vernooij2015-05-192-6/+19
* Drop bzr VCS support.Jelmer Vernooij2015-05-192-59/+0
* buildtools: Add a helper for running Python testsPetr Viktorin2015-05-192-0/+22
* buildtools: Add a helper to iterate through Python environmentsPetr Viktorin2015-05-192-0/+28
* buildtools: Add --extra-python configure optionPetr Viktorin2015-05-194-4/+48
* buildtools: Expose the Python 3 ABI tagPetr Viktorin2015-05-191-0/+12
* Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2015-05-141-3/+3
* Revert "wafsamba: flags from enviroment are put before our own internal versi...Ralph Boehme2015-04-261-42/+0
* docs: correctly depend on used xsl files and catalog for building manpages.tMichael Adam2015-04-241-1/+3
* buildtools: Use all of pyext_PATTERN in map_shlib_extensionPetr Viktorin2015-04-241-1/+1
* wafsamba: Add install argument to SAMBA_PYTHONPetr Viktorin2015-04-241-0/+2
* build:wafsamba: fix a typoMichael Adam2015-04-021-3/+3
* waf: Remove 'linkflags.remove(x)' line added in error.Jeremy Allison2015-03-311-1/+0
* Merge update-waf.sh into update-external.shJelmer Vernooij2015-03-261-13/+0
* Move waf into third_party/.Jelmer Vernooij2015-03-2677-18407/+1
* lib: Remove tdb_compatVolker Lendecke2015-03-171-1/+1
* Transition to waf 1.8: wrapped conf.check_cfgThomas Nagy2015-03-162-1/+5
* Transition to waf 1.8: replaced on_results by update_outputsThomas Nagy2015-03-163-4/+4
* Update the copy of waf to current 1.5Jelmer Vernooij2015-03-166-9/+339
* test_duplicate_symbol: Use Samba subunit emitter.Jelmer Vernooij2015-03-061-1/+1
* build:wafadmin: fix use of spaces instead of tabs.Michael Adam2015-03-041-3/+3
* waf: Fix the build on openbsdVolker Lendecke2015-03-031-1/+3
* 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
* wafadmin: backported the openbsd fixes from waf 1.7Thomas Nagy2015-01-093-6/+20
* 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