summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* 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
* buildtools/wafsamba Provide proper pc fileNoel Power2018-12-101-1/+1
* buildtools/wafsamba: Ensure we detect the correct python.Noel Power2018-12-101-1/+3
* buildtools/wafsamba: Decode result of Popen as unicode/stringNoel Power2018-12-101-1/+1
* PY3 pure build fix some str/bytes wobbliesNoel Power2018-12-101-2/+2
* wafsamba: add MODE_{744,_777}Stefan Metzmacher2018-12-051-0/+2
* buildtools: remove unused buildtools/bin/waf-1.9Stefan Metzmacher2018-12-051-164/+0
* wafsamba: Do not always set _FORTIFY_SOURCE=2Andreas Schneider2018-11-281-1/+1
* waf: Load the C compiler correctlyAndreas Schneider2018-11-201-1/+1
* wafsamba: simplify SAMBA_PIDL_TABLES() ruleStefan Metzmacher2018-11-201-1/+2
* wafsamba: remove unused Build.BuildContext.pre_build overloadStefan Metzmacher2018-11-202-8/+1
* wafsamba: remove the need of BuildContext.bdirStefan Metzmacher2018-11-202-3/+2
* wafsamba: remove hardcoded '..' and '/default/' from SAMBA_PIDL()Stefan Metzmacher2018-11-201-3/+7
* wafsamba: add a fix for broken python threading if just one job is forcedStefan Metzmacher2018-11-203-223/+18
* wafsamba: fix CHECK_MAKEFLAGS() with waf 2.0.8Stefan Metzmacher2018-11-202-11/+19
* third_party: Update socket_wrapper to version 1.2.1Andreas Schneider2018-11-151-1/+1
* waflib: fix syntax error in string formatDouglas Bagnall2018-11-011-1/+1
* waflib: add necessary importsDouglas Bagnall2018-11-012-1/+2
* third_party: Update nss_wrapper to version 1.1.5Andreas Schneider2018-10-311-1/+1
* PY3: ensure StringIO usage is py2/py3 compatibleNoel Power2018-10-231-1/+1