summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* 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
* buildtools/wafsamba: adopt to waf 2.0.8Alexander Bokovoy2018-09-052-2/+2
* lib/tdb/wscript: update to handle waf 2.0.4Alexander Bokovoy2018-09-051-2/+2
* third_party:waf: update to upstream 2.0.4 releaseAlexander Bokovoy2018-09-0533-277/+470
* build:wafsamba: Update dist/distcheck commandsThomas Nagy2018-09-051-0/+31
* build:wafsamba: Build on waf 1.9Thomas Nagy2018-09-0515-432/+490
* waf: Add -fstack-clash-protectionAndreas Schneider2018-09-041-0/+17
* waf: Check for -fstack-protect-strong supportAndreas Schneider2018-09-041-17/+19
* buildtools: Split git ls-files output on newline, not any whitespaceAndrew Bartlett2018-08-161-1/+1
* wafsamba/samba_abi: always hide ABI symbols which must be localAlexander Bokovoy2018-07-132-4/+20
* wscript: Add --with-system-heimdalkrb5Christof Schmitt2018-07-112-0/+3
* wafsamba: Be strict when checking __attribute__ featuresAmitay Isaacs2018-07-041-0/+4
* wafsamba: Add strict option to CHECK_CODEAmitay Isaacs2018-07-041-1/+11
* python: bulk replace dict.iteritems to items for py3Joe Guo2018-04-131-1/+1
* wafsamba: Add '-Werror=strict-overflow -Wstrict-overflow=2' to the developer ...Andreas Schneider2018-04-061-0/+2
* wafsamba: Add missing cflags_end argument to SAMBA_BINARYAndreas Schneider2018-04-031-0/+2
* wafsamba: Add missing cflags_end argument to SAMBA_MODULEAndreas Schneider2018-04-031-0/+3
* wafsamba: Build with -Wimplicit-fallthrough if supportedAndreas Schneider2018-03-011-0/+2
* buildtools python: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-154-5/+5