summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* 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
* buildtools/wafsamba: remove ENFORCE_GROUP_ORDERINGAlexander Bokovoy2018-09-051-45/+0
* buildtools/wafsamba: port stale_files to waf 2.0Alexander Bokovoy2018-09-051-1/+3
* buildtools/wafsamba: generate build options output with waf 2.0Alexander Bokovoy2018-09-051-2/+9
* wafsamba: install Python modules back to bin/python, not bin/python_modulesAlexander Bokovoy2018-09-052-2/+2
* buildtools/wafsamba: use cflags instead of ccflags for waf 2.0Alexander Bokovoy2018-09-051-3/+3
* buildtools/wafsamba: use context instead of options for cross-compile checks ...Alexander Bokovoy2018-09-051-2/+2
* buildtools/wafsamba: crosscompile should use Utils.subprocess in waf 2.0Alexander Bokovoy2018-09-051-4/+4
* buildtools/wafsamba: use top and out for waf 2.0Alexander Bokovoy2018-09-051-1/+1
* buildtools/wafsamba: use top for waf 2.0Alexander Bokovoy2018-09-051-1/+3
* buildtools/wafsamba: change SAMBA_BUILD_ENV to use bldnode.abspath()Alexander Bokovoy2018-09-051-1/+1
* wafsamba: use correct context for APPNAMEAlexander Bokovoy2018-09-051-1/+1
* buildtools/wafsamba: compile asn1 files by adding missing code from compat15Thomas Nagy2018-09-051-28/+166
* buildtools/wafsamba/samba_abi: always_run helper was deprecated in waf 2.0Alexander Bokovoy2018-09-051-1/+1
* buildtools/wafsamba: add install_dir to build contextAlexander Bokovoy2018-09-051-0/+17
* buildtools/wafsamba: reduce importsAlexander Bokovoy2018-09-051-2/+2