summaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-17waf: remove duplicate WERROR cflagsBjörn Jacke1-1/+1
2019-02-17waf: fix compiler warnings in configure checksBjörn Jacke1-4/+4
2019-02-17waf: fix WERROR_CFLAGS checkBjörn Jacke1-2/+1
2019-02-17waf: fix some missing newline compiler warningsBjörn Jacke3-6/+7
2019-02-13wafsamba/samba_utils.py: override symlink to allow force linkJoe Guo2-2/+16
2019-02-11build: Fixed usage of non-default path to WAFLOCKAliaksei Karaliou1-1/+1
2019-02-11buildtools/wafsamba: Avoid decode when using python2Noel Power7-10/+43
2019-02-08build:docs: Get rid of hardcoded 'bin/default'Aliaksei Karaliou1-1/+1
2019-02-02abi_gen.sh: ignore gdb customisations when comparing signaturesDouglas Bagnall1-1/+1
2019-02-01build: replace SAMBA3_ADD_OPTION with samba_add_onoff_optionDavid Disseldorp via samba-technical1-3/+1
2019-01-29wafsamba/replace: move __STDC_WANT_LIB_EXT1__ to CFLAGSStefan Metzmacher1-0/+9
2019-01-02waf: let CHECK_SIZEOF check for 64 bit alsoBjoern Jacke1-1/+1
2018-12-21build: Remove --timestamp-dependencies (BROKEN)Andrew Bartlett2-22/+0
2018-12-20wafsamba: Do not remove BUILTINS as duplicatesAndreas Schneider1-0/+5
2018-12-14PY3: change shebang to python3 in misc dirsJoe Guo1-1/+1
2018-12-14build: Move python detection back into waf (instead of in configure and Makef...Andrew Bartlett1-1/+1
2018-12-14buildtools/wafsamba: Ensure default python picked up is python3Andrew Bartlett1-5/+2
2018-12-14buildtools/wafsamba: re-write shebang for delivered python scriptsNoel Power2-5/+7
2018-12-14buildtools/wafsamba: Decode output of cmd_output (which is bytes)Noel Power1-1/+1
2018-12-13wafsamba: fix pidl dependencies to rebuild on pidl changesStefan Metzmacher1-2/+2
2018-12-13selftest: Run waf build --dup-symbol-check under $PYTHONAndrew Bartlett1-1/+1
2018-12-13waf-py3: Allow waf build --dup-symbol-check to operate in python3Andrew Bartlett1-10/+10