summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wafsamba.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* wafsamba: generate an empty.c file if a SAMBA_{LIBRARY,SUBSYSTEM} doesn't hav...Stefan Metzmacher2015-01-081-6/+23
* wafsamba: fill PRIVATE_NAME() logic againStefan Metzmacher2014-12-191-3/+6
* wafsamba: add optional keep_underscore=True to SAMBA_LIBRARY()Stefan Metzmacher2014-12-191-1/+5
* wafsamba: change the default to allow_warnings=False for SAMBA_{SUBSYSTEM,LIB...Stefan Metzmacher2014-11-251-3/+3
* Fix more pep8 issues in code I touched recently.Jelmer Vernooij2014-10-141-1/+2
* Remove last instances of pep8 error E712 (use 'is' rather than '==' for boole...Jelmer Vernooij2014-10-141-3/+3
* wafsamba: add perl_fixup parameter to INSTALL_FILESMichael Adam2014-09-051-4/+43
* wafsamba: add samba_perl.py with SAMBA_CHECK_PERL() higher level check.Michael Adam2014-09-051-0/+1
* wafsamba: fix dependencies on environment variables for python_fixupStefan Metzmacher2014-09-051-4/+1
* wafsamba: allow an optional dep_vars list to be passed to SAMBA_GENERATOR()Stefan Metzmacher2014-09-051-1/+1
* wafsamba: fix dependency for SAMBA_GENERATOR() when passing vars!=NoneStefan Metzmacher2014-09-051-4/+5
* wafsamba: fix dependency calculation for SAMBA_GENERATOR()Stefan Metzmacher2014-09-051-1/+2
* wafsamba: improve wording in a commentMichael Adam2014-09-051-1/+1
* wafsamba: remove unused variable from copy_and_fix_python_pathMichael Adam2014-09-051-2/+0
* third_party/iniparser: Initial support for iniparser.Ira Cooper2014-08-091-0/+1
* wafsamba: add optional allow_warnings(default=True) to SAMBA_{SUBSYSTEM,LIBRA...Stefan Metzmacher2014-04-021-3/+11
* docs: define and include entities for the docsGarming Sam2014-01-311-2/+4
* waf: Build with RELRO if supported by the compiler.Andreas Schneider2013-07-091-0/+2
* build: Add missing new line to replaced python shebang line. (Fix bug #9909)Michael Adam2013-05-291-2/+2
* waf: build position independent executablesDavid Disseldorp2013-05-281-2/+9
* build: Remove binaries and libraries build groupsAndrew Bartlett2013-05-271-4/+2
* build: Replace #!/usr/bin/env python with passed in PYTHON=Andrew Bartlett2013-04-101-1/+14