summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba
Commit message (Expand)AuthorAgeFilesLines
* build: make wafsamba CHECK_SIZEOF cross-compile friendlyGustavo Zacarias2014-05-061-12/+16
* build: unify and fix endian testsGustavo Zacarias2014-05-061-3/+62
* wafsamba: Add set_target to CHECK_BUNDLED_SYSTEM.Andreas Schneider2014-04-171-3/+5
* wafsamba: replace dots in library namesRalph Boehme2014-04-081-1/+1
* wafsamba: explicitly use allow_warnings=True for SAMBA_PYTHON()Stefan Metzmacher2014-04-021-0/+1
* wafsamba: add optional allow_warnings(default=True) to SAMBA_{SUBSYSTEM,LIBRA...Stefan Metzmacher2014-04-021-3/+11
* wafsamba: add an optional allow_warnings(default=True) to CURRENT_CFLAGS()Stefan Metzmacher2014-04-021-3/+6
* wafsamba: split out a conf.ADD_NAMED_CFLAGS() functionStefan Metzmacher2014-04-021-4/+11
* wafsamba: use -Werror=declaration-after-statement if availableStefan Metzmacher2014-04-021-1/+2
* wafsamba: use multiple conf.ADD_CFLAGS() lines for developer CFLAGSStefan Metzmacher2014-04-021-5/+20
* wafsamba: allow --bundled-libraries=ALL,!poptStefan Metzmacher2014-04-021-0/+2
* wafsamba: allow --bundled-libraries=NONE,poptStefan Metzmacher2014-04-021-0/+2
* wafsamba: simplify LIB_MUST_BE_BUNDLED()Stefan Metzmacher2014-04-021-2/+5
* wafsamba: simplify LIB_MAY_BE_BUNDLED()Stefan Metzmacher2014-04-021-3/+5
* wafsamba: allow optional 'checkcode' argument to CHECK_BUNDLED_SYSTEM()Stefan Metzmacher2014-04-021-4/+12
* wafsamba: allow CHECK_BUNDLED_SYSTEM() to check headers without functionsStefan Metzmacher2014-04-021-4/+7
* wafsamba: simplify CHECK_BUNDLED_SYSTEM_PKG() by just calling CHECK_BUNDLED_S...Stefan Metzmacher2014-04-021-41/+5
* wafsamba: port optional 'pkg' option from CHECK_BUNDLED_SYSTEM_PKG() to CHECK...Stefan Metzmacher2014-04-021-4/+8
* wafsamba: require a ';' after STATIC_*_MODULES_PROTOStefan Metzmacher2014-04-021-3/+6
* wafsamba: use cluster_support_features in build_options.cStefan Metzmacher2014-03-241-0/+5
* wafsamba: add CONFIG_RESET()Stefan Metzmacher2014-03-241-0/+8
* build: warn about mixed declarations and codeDavid Disseldorp2014-02-011-1/+1
* docs: define and include entities for the docsGarming Sam2014-01-311-2/+4
* waf:lib/replace change detection of gettextChristian Ambach2014-01-031-2/+1
* build: test the generic md5 function after importing it from hashlibBjörn Jacke2014-01-081-1/+1
* waf: add --without-gettext optionChristian Ambach2013-08-091-0/+3
* waf: fix build on AIX7Christian Ambach2013-08-091-1/+1
* 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: Do not always regenerate the version.h fileAndrew Bartlett2013-05-271-1/+5
* build: Remove binaries and libraries build groupsAndrew Bartlett2013-05-271-4/+2
* buildtools: Fix compilation warningsMatthieu Patou2013-05-201-1/+1
* swat: Remove swat.Kai Blin2013-05-181-1/+0
* More generic check for OpenBSD platformVadim Zhukov2013-05-171-2/+2
* configure: print a message when docbook.xsl is missing localyMatthieu Patou2013-05-061-0/+3
* build: Raise minimum python version to 2.5.0 for samba buildAndrew Bartlett2013-04-111-2/+2
* build: Replace #!/usr/bin/env python with passed in PYTHON=Andrew Bartlett2013-04-102-1/+24
* wafsamba: fix samba_abi for default catch-all caseAlexander Bokovoy2013-04-091-1/+3
* wafsamba: display the default value in help for SAMBA3_ADD_OPTIONStefan Metzmacher2013-04-031-1/+10
* build: Do not pass CPP="" to pidl, skip the env variable entirelyAndrew Bartlett2013-03-251-1/+1
* build: Remove the forced use of only the first part of the compiler stringAndrew Bartlett2013-03-251-2/+2
* build: Change bin/default/python -> bin/python symlink to bin/default/python_...Andrew Bartlett2013-03-022-4/+4
* wafsamba: add CHECK_VALUEOF() helperStefan Metzmacher2013-03-011-1/+19
* wafsamba: use additional xml catalog file (bug #9512)Björn Baumbach2013-01-151-1/+2
* build: Remove bashism from SAMBAMANPAGES ruleAndrew Bartlett2013-01-101-1/+2
* wafsamba: replace try:except: case with explicit comment about FIPS modeAlexander Bokovoy2012-12-081-8/+7
* wafsamba: Make sure md5 is really work before using it or overriding the hash...Alexander Bokovoy2012-12-081-0/+8
* BUG 9459: Install manpages only if we install the target.Andreas Schneider2012-12-041-4/+5
* build(waf): support AIX 6.1Christian Ambach2012-11-091-1/+1