summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* wafsamba: Use native waf timerLukas Slebodnik2019-06-181-13/+12
* third_party: Update waf to version 2.0.17Andreas Schneider2019-06-052-2/+2
* third_party: Update nss_wrapper to version 1.1.6Andreas Schneider2019-05-231-1/+1
* samba_autoconf: fix undefined behaviour sanitizer compile flagsGary Lockyer2019-05-161-1/+4
* selftest: enable undefined behaviour sanitizerGary Lockyer2019-05-142-1/+13
* wscript: mv --enable-coverage option to globalJoe Guo2019-05-101-0/+11
* wafsamba: Enable warnings about zero-length formatsAndreas Schneider2019-05-071-0/+1
* wafsamba: Enable warnings about format overflowsAndreas Schneider2019-05-071-0/+1
* wafsamba: Add compiler check for missing field initializer checkChristof Schmitt2019-04-301-1/+7
* waf: only set mandatory to False if not already set by the callerRalph Boehme2019-04-291-1/+3
* wafsamba: Enable warnings for missing field initializerAndreas Schneider2019-04-291-0/+1
* waf: Simplify condition for undefined symbol detectionMichael Hanselmann2019-04-021-5/+4
* third_party: Update socket_wrapper to version 1.2.3Andreas Schneider2019-03-221-1/+1
* build: Standardise on calling conf.SAMBA_CHECK_PYTHON() in librariesAndrew Bartlett2019-03-211-15/+8
* build: Set default minimum python version to 3.4.0Andrew Bartlett2019-03-211-1/+1
* build: Do not make python mandatory to buildAndrew Bartlett2019-03-211-0/+4
* build: Remove distinct .py3 ABI filesAndrew Bartlett2019-03-211-3/+3
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-211-10/+0
* build: Remove --extra-pythonAndrew Bartlett2019-03-214-59/+2
* wafbuild: create missing private library symlinks on platforms without soname...Björn Jacke2019-03-011-1/+1
* wafsamba/symbols: change regex to match both rpath and runpath for different ...Joe Guo2019-02-181-2/+3
* wafsamba/symbols: always split Popen output by bytesJoe Guo2019-02-181-1/+2
* waf: fix setting of RPATH_ST variableBjörn Jacke2019-02-171-1/+3
* wafsamba: we should also remove stale symlinks hereBjörn Jacke2019-02-171-1/+1
* waf: print the library name in which we search for a functionBjörn Jacke2019-02-171-1/+4
* waf: use the correct WERROR_CFLAGS in CHECK_CODEBjörn Jacke2019-02-171-7/+2
* waf: remove redundant WERROR flagBjörn Jacke2019-02-171-1/+1
* waf: remove duplicate WERROR cflagsBjörn Jacke2019-02-171-1/+1
* waf: fix compiler warnings in configure checksBjörn Jacke2019-02-171-4/+4
* waf: fix WERROR_CFLAGS checkBjörn Jacke2019-02-171-2/+1
* waf: fix some missing newline compiler warningsBjörn Jacke2019-02-173-6/+7
* wafsamba/samba_utils.py: override symlink to allow force linkJoe Guo2019-02-132-2/+16
* build: Fixed usage of non-default path to WAFLOCKAliaksei Karaliou2019-02-111-1/+1
* buildtools/wafsamba: Avoid decode when using python2Noel Power2019-02-117-10/+43
* build:docs: Get rid of hardcoded 'bin/default'Aliaksei Karaliou2019-02-081-1/+1
* abi_gen.sh: ignore gdb customisations when comparing signaturesDouglas Bagnall2019-02-021-1/+1
* build: replace SAMBA3_ADD_OPTION with samba_add_onoff_optionDavid Disseldorp via samba-technical2019-02-011-3/+1
* wafsamba/replace: move __STDC_WANT_LIB_EXT1__ to CFLAGSStefan Metzmacher2019-01-291-0/+9
* waf: let CHECK_SIZEOF check for 64 bit alsoBjoern Jacke2019-01-021-1/+1
* build: Remove --timestamp-dependencies (BROKEN)Andrew Bartlett2018-12-212-22/+0
* wafsamba: Do not remove BUILTINS as duplicatesAndreas Schneider2018-12-201-0/+5
* PY3: change shebang to python3 in misc dirsJoe Guo2018-12-141-1/+1
* build: Move python detection back into waf (instead of in configure and Makef...Andrew Bartlett2018-12-141-1/+1
* buildtools/wafsamba: Ensure default python picked up is python3Andrew Bartlett2018-12-141-5/+2
* buildtools/wafsamba: re-write shebang for delivered python scriptsNoel Power2018-12-142-5/+7
* buildtools/wafsamba: Decode output of cmd_output (which is bytes)Noel Power2018-12-141-1/+1
* wafsamba: fix pidl dependencies to rebuild on pidl changesStefan Metzmacher2018-12-131-2/+2
* selftest: Run waf build --dup-symbol-check under $PYTHONAndrew Bartlett2018-12-131-1/+1
* waf-py3: Allow waf build --dup-symbol-check to operate in python3Andrew Bartlett2018-12-131-10/+10
* buildtools/wafsamba: Support --extra-python with python2Noel Power2018-12-101-3/+4