summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_autoconf.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* tdb-waf: added build of manpages and config options for RPM buildAndrew Tridgell2010-04-131-0/+1
* build: added cross-compilation configure optionsAndrew Tridgell2010-04-121-0/+4
* build: Add an always parameter to CHECK_DECLSKai Blin2010-04-121-2/+3
* build: allow target upgrades from EMPTY to SYSLIBAndrew Tridgell2010-04-121-1/+1
* build: use Logs.error() and Logs.info() instead of print()Andrew Tridgell2010-04-091-3/+3
* build: added --picky-developer and --fatal-errorsAndrew Tridgell2010-04-091-1/+7
* build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy2010-04-081-1/+1
* build: don't define vars in config.h for CONFIG_PATH()Andrew Tridgell2010-04-061-2/+0
* build: added functions for compound configuration testingAndrew Tridgell2010-04-061-16/+68
* build: tweak the strategy for finding functionsAndrew Tridgell2010-04-061-4/+9
* build: tidy up the wafsamba rules a bitAndrew Tridgell2010-04-061-24/+24
* build: fixed popt subsystem on systems without poptAndrew Tridgell2010-04-061-6/+8