summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/samba_autoconf.py
Commit message (Expand)AuthorAgeFilesLines
* build: make wafsamba CHECK_SIZEOF cross-compile friendlyGustavo Zacarias2014-05-061-12/+16
* wafsamba: replace dots in library namesRalph Boehme2014-04-081-1/+1
* 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: add CONFIG_RESET()Stefan Metzmacher2014-03-241-0/+8
* build: warn about mixed declarations and codeDavid Disseldorp2014-02-011-1/+1
* More generic check for OpenBSD platformVadim Zhukov2013-05-171-2/+2
* wafsamba: add CHECK_VALUEOF() helperStefan Metzmacher2013-03-011-1/+19
* buildtools/wafsamba: only display 'ok' if the result is TrueStefan Metzmacher2012-10-191-2/+2
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-5/+5
* build: Ensure -Werror=format works with -Wformat=2 on NULL format stringsAndrew Bartlett2012-08-171-1/+1
* build: Make -Werror=format check only run where NULL is still acceptedAndrew Bartlett2012-08-061-3/+18
* build: Add more -Werror flags now the tree is clean of these errorsAndrew Bartlett2012-07-301-1/+1
* build: Add -Werror=address to the developer buildAndrew Bartlett2012-07-241-1/+1
* wafsamba: try to fix the build on AIX with xlc_rStefan Metzmacher2012-06-101-1/+10
* build: use include paths for pkg-config found librariesAndrew Bartlett2012-04-111-4/+12
* buildtools: Add --enable-debug optionAndrew Bartlett2012-04-111-0/+4
* build: Fix build issue on OpenBSD 5.xAmitay Isaacs2012-03-161-2/+2
* waf: Use libraries when building.Jelmer Vernooij2012-02-191-2/+4
* Use uselib in CHECK_HEADER.Jelmer Vernooij2012-02-191-0/+3
* library_flags: Leave setting of CPPPATH to waf too.Jelmer Vernooij2012-02-191-4/+1
* build: fixed a link order problemAndrew Tridgell2012-02-021-1/+3
* waf: Factor checking for undefined symbol flags out into separate method.Jelmer Vernooij2011-11-131-0/+12
* build: Reduce build systems to just top level waf and autoconfAndrew Bartlett2011-10-071-2/+1
* Add -fno-common where supported (WAF only)Rusty Russell2011-05-101-1/+1
* wafsamba: add -Wcast-qual only to the toplevel (s4) build.Günther Deschner2011-03-191-1/+3
* build: make ADD_LDFLAGS() returns the flags that were addedAndrew Tridgell2011-02-181-1/+3
* waf: library_flags() doesn't only operate on conf objectsAndrew Tridgell2011-02-181-7/+8
* s4-waf: Skip header-not-found cache if a library is specified, as it may provideJelmer Vernooij2011-01-251-1/+1
* buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher2011-01-051-1/+1
* build: use CPP and CC values when calling pidlMatthieu Patou2010-12-101-0/+9
* waf: added -Wmissing-prototypes to buildAndrew Tridgell2010-12-081-1/+1
* waf: fixed the build with a space in the source directoryAndrew Tridgell2010-11-211-2/+3
* build: check that if we provide -liconv we can build shared libsMatthieu Patou2010-10-311-2/+13
* waf: added env.DEVELOPER_MODE flagAndrew Tridgell2010-10-301-0/+1
* waf: moved the -Wl,-no-undefined flags to source4 and ldbAndrew Tridgell2010-10-251-2/+0
* waf: check the linker accepts a set of ldflags before using themAndrew Tridgell2010-10-211-1/+10
* waf: fixed the handling of -Wl,-no-undefinedAndrew Tridgell2010-10-211-8/+4
* waf: put -Wl,-no-undefined only in the linker flags, not when compiling CAndrew Tridgell2010-10-191-1/+26
* wafsamba/developer: Forbid shared objects with unresolved symbols, ifJelmer Vernooij2010-10-131-1/+1
* waf: fixed the problem with com_err on Ubuntu 9.04Andrew Tridgell2010-10-061-16/+18
* wafsamba: Allow manually specifying cflags/ldflags for system libraries.Jelmer Vernooij2010-06-191-5/+6
* build: Also replace '-' by '_' when creating header definesKai Blin2010-05-301-0/+1
* buildtools/wafsamba: inline defines during configure into the testsStefan Metzmacher2010-04-241-7/+4
* build: fixed uname output to be on target machine when cross compilingAndrew Tridgell2010-04-211-3/+13
* build: added --cross-answers supportAndrew Tridgell2010-04-191-1/+2
* build: added ABI checking to the WAF buildAndrew Tridgell2010-04-181-1/+3
* buildtools/wafsamba: make sure CHECK_FUNC() and CHECK_VARIABLE() work with -O...Stefan Metzmacher2010-04-131-2/+6