summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wafsamba.py
Commit message (Expand)AuthorAgeFilesLines
* third_party: Update waf to version 2.0.17Andreas Schneider2019-06-051-1/+1
* build: Remove distinct .py3 ABI filesAndrew Bartlett2019-03-211-3/+3
* build: Remove --extra-pythonAndrew Bartlett2019-03-211-4/+1
* wafsamba: we should also remove stale symlinks hereBjörn Jacke2019-02-171-1/+1
* wafsamba/samba_utils.py: override symlink to allow force linkJoe Guo2019-02-131-2/+3
* build:docs: Get rid of hardcoded 'bin/default'Aliaksei Karaliou2019-02-081-1/+1
* build: Remove --timestamp-dependencies (BROKEN)Andrew Bartlett2018-12-211-16/+0
* buildtools/wafsamba: re-write shebang for delivered python scriptsNoel Power2018-12-141-4/+4
* buildtools/wafsamba Provide proper pc fileNoel Power2018-12-101-1/+1
* wafsamba: add a fix for broken python threading if just one job is forcedStefan Metzmacher2018-11-201-4/+0
* 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: 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-101-1/+0
* wafsamba: remove hpuxcc.py as it's not compatible with waf 2Stefan Metzmacher2018-09-101-1/+0
* wafsamba: remove irixcc.py as we don't support IRIX any moreStefan Metzmacher2018-09-101-1/+0
* wafsamba: install Python modules back to bin/python, not bin/python_modulesAlexander Bokovoy2018-09-051-1/+1
* buildtools/wafsamba: change SAMBA_BUILD_ENV to use bldnode.abspath()Alexander Bokovoy2018-09-051-1/+1
* buildtools/wafsamba: adopt to waf 2.0.8Alexander Bokovoy2018-09-051-1/+1
* third_party:waf: update to upstream 2.0.4 releaseAlexander Bokovoy2018-09-051-24/+24
* build:wafsamba: Build on waf 1.9Thomas Nagy2018-09-051-60/+9
* 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
* buildtools python: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-151-1/+1
* build: allow passing custom cflags to end of library buildUri Simchoni2017-11-221-0/+2
* wafsamba: We need to honor DESTDIR in INSTALL_DIRAndreas Schneider2017-09-161-8/+9
* wafsamba: Do not chmod already existing dirs on installAndreas Schneider2017-09-161-2/+0
* wafsamba: Call INSTALL_DIR in INSTALL_DIRSAndreas Schneider2017-08-241-2/+2
* wafsamba: Add INSTALL_DIR functionAndreas Schneider2017-08-241-0/+18
* wafsamba: Pass down the install argument for samba modulesAndreas Schneider2017-06-061-2/+4
* talloc: use the system pytalloc-util for python3 as wellAndrew Bartlett2017-03-101-3/+6
* Error when private libraries have public headers.Jelmer Vernooij2016-01-131-1/+5
* Add private_headers flag to SAMBA_*() functions.Jelmer Vernooij2016-01-131-0/+5
* build:wafsamba: Specify whether node objects or flat lists in ant_globThomas Nagy2015-11-241-2/+2
* build:wafsamba: Replace Options.is_install by bld.is_installThomas Nagy2015-11-161-1/+1
* build:wafsamba: Remove samba_utils.runonceThomas Nagy2015-11-061-1/+1
* buildtools: Ignore exact Python version for ABI checkingPetr Viktorin2015-11-011-1/+11
* build:wafsamba: removed most import * statementsThomas Nagy2015-10-281-0/+1
* build:wafsamba: Enable feature-compatible declaration for Waf 1.8Thomas Nagy2015-10-131-3/+3
* build:wafsamba: Close file handles in the build scripts tooThomas Nagy2015-09-021-3/+1
* wafsamba: Also build libraries with RELRO protectionAndreas Schneider2015-06-191-0/+2
* buildtools: Add a helper to iterate through Python environmentsPetr Viktorin2015-05-191-0/+3
* buildtools: Add --extra-python configure optionPetr Viktorin2015-05-191-2/+2
* docs: correctly depend on used xsl files and catalog for building manpages.tMichael Adam2015-04-241-1/+3
* Transition to waf 1.8: replaced on_results by update_outputsThomas Nagy2015-03-161-1/+1
* wafsamba: create unique names when building shared modulesStefan Metzmacher2015-01-191-0/+3
* wafsamba: remove unused variable in SAMBA_MODULE()Stefan Metzmacher2015-01-191-2/+0
* wafsamba: passing 'subsystem' to SAMBA_MODULE() is not optionalStefan Metzmacher2015-01-191-8/+9
* wafsamba: make it possible to pass bundled_name to SAMBA_LIBRARY()Stefan Metzmacher2015-01-191-1/+4