summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* PY3: enclose filter with list as len on result of filter failsNoel Power2018-09-161-2/+2
* py2/py3 enclose map with listNoel Power2018-09-161-1/+1
* PY3: fix some octal literalsNoel Power2018-09-161-2/+2
* wafsamba: Only use $DESTDIR in INSTALL_DIR() if it is setMartin Schwenke2018-09-131-2/+3
* wafsamba: Drop unused, broken install_dir()Martin Schwenke2018-09-111-17/+0
* wafsamba: Have INSTALL_DIR() log directory creationMartin Schwenke2018-09-111-0/+1
* wafsamba: Make INSTALL_DIR() respect $DESTDIRMartin Schwenke2018-09-111-1/+2
* wafsamba: remove tru64cc.py as it's not compatible with waf 2Stefan Metzmacher2018-09-102-78/+0
* wafsamba: remove hpuxcc.py as it's not compatible with waf 2Stefan Metzmacher2018-09-102-57/+0
* wafsamba: remove irixcc.py as we don't support IRIX any moreStefan Metzmacher2018-09-102-80/+0
* wafsamba: fix generic_cc.py to work with waf 2Stefan Metzmacher2018-09-102-54/+49
* buildtools/wafsamba: undefine a define for a failed test unless asked to keep itAlexander Bokovoy2018-09-101-0/+2
* Revert "wafsamba/samba_autoconf: when setting undefined result, use empty tuple"Stefan Metzmacher2018-09-101-5/+1
* wafsamba/samba_autoconf: when setting undefined result, use empty tupleAlexander Bokovoy2018-09-081-1/+5
* wafsamba: Fix 'make -j<jobs>'Andreas Schneider2018-09-071-2/+7
* wafsamba/samba_waf18: redefine flex functionAlexander Bokovoy2018-09-071-3/+30
* wafsamba/samba_autoconf: when setting undefined result, use empty tupleAlexander Bokovoy2018-09-072-6/+13
* wafsamba: Support clang as C compilerAndreas Schneider2018-09-061-1/+2
* buildtools/wafsamba: use CACHE_SUFFIX instead of a hard-coded nameAlexander Bokovoy2018-09-051-1/+2