summaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Expand)AuthorFilesLines
2019-11-14third_party: Update nss_wrapper to version 1.1.7Andreas Schneider1-1/+1
2019-11-13build: Refuse to build if ADDITIONAL_LDFLAGS or ADDITIONAL_CFLAGS do not workAndrew Bartlett1-6/+16
2019-11-13heimdal_build: Recurse to bld.SAMBA_BINARY()Andrew Bartlett1-0/+4
2019-11-13build: Remove workaround for missing os.path.relpath in Python < 2.6Andrew Bartlett10-41/+22
2019-10-31buildtools/wafsamba/wscript: typo fixesBjörn Jacke1-1/+1
2019-10-31buildtools/wafsamba/samba_install.py: typo fixesBjörn Jacke1-3/+3
2019-10-24waf: Symlink the compile database to the source dir for clangdAndreas Schneider1-0/+6
2019-10-24waf: Create clang compilation databaseAndreas Schneider1-0/+2
2019-10-20wafsamba: pass environment to cross-execute testsUri Simchoni1-1/+2
2019-10-20wafsamba: avoid pre-forking if cross-compilation is enabledUri Simchoni1-0/+2
2019-10-20wafsamba: use test_args instead of exec_args to support cross-compilationUri Simchoni2-4/+4
2019-10-20waf: upgrade to 2.0.18Uri Simchoni2-2/+2
2019-10-09build: add SAMBA_DATADIR as "samba" subdirectory of DATADIRRalph Boehme1-0/+2
2019-09-21samba_version.py: avoid inefficient string concatenationsBjörn Jacke1-4/+4
2019-09-21samba_deps.py avoid inefficient string concatenationsBjörn Jacke1-4/+2
2019-09-21samba_bundled.py avoid inefficient string concatenationsBjörn Jacke1-2/+2
2019-09-21samba_autoconf.py: avoid inefficient string concatenationsBjörn Jacke1-3/+2
2019-09-21samba_abi.py: avoid inefficient string concatenationsBjörn Jacke1-3/+1
2019-09-02build: Raise minimum python version to 3.5.0 for Samba 4.12Andrew Bartlett1-1/+1
2019-08-17third_party: Remove zlib from third_partyAndrew Bartlett1-18/+0
2019-08-07Add fuzzing support to build systemMichael Hanselmann2-0/+12
2019-08-06wafsamba: change --picky-developer into --disable-warnings-as-errorsStefan Metzmacher2-10/+6
2019-07-16third_party: Update uid_wrapper to version 1.2.7Andreas Schneider1-1/+1
2019-06-18wafsamba: Use native waf timerLukas Slebodnik1-13/+12
2019-06-05third_party: Update waf to version 2.0.17Andreas Schneider2-2/+2
2019-05-23third_party: Update nss_wrapper to version 1.1.6Andreas Schneider1-1/+1
2019-05-16samba_autoconf: fix undefined behaviour sanitizer compile flagsGary Lockyer1-1/+4
2019-05-14selftest: enable undefined behaviour sanitizerGary Lockyer2-1/+13
2019-05-10wscript: mv --enable-coverage option to globalJoe Guo1-0/+11
2019-05-07wafsamba: Enable warnings about zero-length formatsAndreas Schneider1-0/+1
2019-05-07wafsamba: Enable warnings about format overflowsAndreas Schneider1-0/+1
2019-04-30wafsamba: Add compiler check for missing field initializer checkChristof Schmitt1-1/+7
2019-04-29waf: only set mandatory to False if not already set by the callerRalph Boehme1-1/+3
2019-04-29wafsamba: Enable warnings for missing field initializerAndreas Schneider1-0/+1
2019-04-02waf: Simplify condition for undefined symbol detectionMichael Hanselmann1-5/+4
2019-03-22third_party: Update socket_wrapper to version 1.2.3Andreas Schneider1-1/+1
2019-03-21build: Standardise on calling conf.SAMBA_CHECK_PYTHON() in librariesAndrew Bartlett1-15/+8
2019-03-21build: Set default minimum python version to 3.4.0Andrew Bartlett1-1/+1
2019-03-21build: Do not make python mandatory to buildAndrew Bartlett1-0/+4
2019-03-21build: Remove distinct .py3 ABI filesAndrew Bartlett1-3/+3
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-10/+0
2019-03-21build: Remove --extra-pythonAndrew Bartlett4-59/+2
2019-03-01wafbuild: create missing private library symlinks on platforms without soname...Björn Jacke1-1/+1
2019-02-18wafsamba/symbols: change regex to match both rpath and runpath for different ...Joe Guo1-2/+3
2019-02-18wafsamba/symbols: always split Popen output by bytesJoe Guo1-1/+2
2019-02-17waf: fix setting of RPATH_ST variableBjörn Jacke1-1/+3
2019-02-17wafsamba: we should also remove stale symlinks hereBjörn Jacke1-1/+1
2019-02-17waf: print the library name in which we search for a functionBjörn Jacke1-1/+4
2019-02-17waf: use the correct WERROR_CFLAGS in CHECK_CODEBjörn Jacke1-7/+2
2019-02-17waf: remove redundant WERROR flagBjörn Jacke1-1/+1