summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* PY3: relative import fixesNoel Power2018-10-232-3/+3
* third_party: Update cmocka to version 1.1.3Andreas Schneider2018-10-031-1/+1
* third_party: Update pam_wrapper to version 1.0.7Andreas Schneider2018-10-021-1/+1
* buildtools/wafsamba: Finally fix reference to basestring PY3 error.Noel Power2018-09-281-2/+5
* buildtools/wafsamba: add_manual_dependency needs bytes for valueNoel Power2018-09-271-1/+1
* buildtools/wafsamba: fix basestring not defined error in PY3Noel Power2018-09-271-1/+1
* PY3: md5 related functions need to be passed bytesNoel Power2018-09-271-2/+2
* PY3: decode bytes in py3 where strings are neededNoel Power2018-09-273-3/+6
* PY3: fix "TabError: inconsistent use of tabs and spaces"Noel Power2018-09-271-1/+1
* PY3: make sure print stmt is enclosed by '(' & ')'Noel Power2018-09-191-2/+2
* PY3: decode output of cmd_output for easier string manipNoel Power2018-09-161-1/+1
* PY3: bytes.maketrans, string.maketrans is a PY2 only functionNoel Power2018-09-161-1/+1