summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_autoconf.py
AgeCommit message (Expand)AuthorFilesLines
2013-05-17More generic check for OpenBSD platformVadim Zhukov1-2/+2
2013-03-01wafsamba: add CHECK_VALUEOF() helperStefan Metzmacher1-1/+19
2012-10-19buildtools/wafsamba: only display 'ok' if the result is TrueStefan Metzmacher1-2/+2
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-5/+5
2012-08-17build: Ensure -Werror=format works with -Wformat=2 on NULL format stringsAndrew Bartlett1-1/+1
2012-08-06build: Make -Werror=format check only run where NULL is still acceptedAndrew Bartlett1-3/+18
2012-07-30build: Add more -Werror flags now the tree is clean of these errorsAndrew Bartlett1-1/+1
2012-07-24build: Add -Werror=address to the developer buildAndrew Bartlett1-1/+1
2012-06-10wafsamba: try to fix the build on AIX with xlc_rStefan Metzmacher1-1/+10
2012-04-11build: use include paths for pkg-config found librariesAndrew Bartlett1-4/+12
2012-04-11buildtools: Add --enable-debug optionAndrew Bartlett1-0/+4
2012-03-16build: Fix build issue on OpenBSD 5.xAmitay Isaacs1-2/+2
2012-02-19waf: Use libraries when building.Jelmer Vernooij1-2/+4
2012-02-19Use uselib in CHECK_HEADER.Jelmer Vernooij1-0/+3
2012-02-19library_flags: Leave setting of CPPPATH to waf too.Jelmer Vernooij1-4/+1
2012-02-02build: fixed a link order problemAndrew Tridgell1-1/+3
2011-11-13waf: Factor checking for undefined symbol flags out into separate method.Jelmer Vernooij1-0/+12
2011-10-07build: Reduce build systems to just top level waf and autoconfAndrew Bartlett1-2/+1
2011-05-10Add -fno-common where supported (WAF only)Rusty Russell1-1/+1
2011-03-19wafsamba: add -Wcast-qual only to the toplevel (s4) build.Günther Deschner1-1/+3
2011-02-18build: make ADD_LDFLAGS() returns the flags that were addedAndrew Tridgell1-1/+3
2011-02-18waf: library_flags() doesn't only operate on conf objectsAndrew Tridgell1-7/+8
2011-01-25s4-waf: Skip header-not-found cache if a library is specified, as it may provideJelmer Vernooij1-1/+1
2011-01-05buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher1-1/+1
2010-12-10build: use CPP and CC values when calling pidlMatthieu Patou1-0/+9
2010-12-08waf: added -Wmissing-prototypes to buildAndrew Tridgell1-1/+1
2010-11-21waf: fixed the build with a space in the source directoryAndrew Tridgell1-2/+3
2010-10-31build: check that if we provide -liconv we can build shared libsMatthieu Patou1-2/+13
2010-10-30waf: added env.DEVELOPER_MODE flagAndrew Tridgell1-0/+1
2010-10-25waf: moved the -Wl,-no-undefined flags to source4 and ldbAndrew Tridgell1-2/+0
2010-10-21waf: check the linker accepts a set of ldflags before using themAndrew Tridgell1-1/+10
2010-10-21waf: fixed the handling of -Wl,-no-undefinedAndrew Tridgell1-8/+4
2010-10-19waf: put -Wl,-no-undefined only in the linker flags, not when compiling CAndrew Tridgell1-1/+26
2010-10-13wafsamba/developer: Forbid shared objects with unresolved symbols, ifJelmer Vernooij1-1/+1
2010-10-06waf: fixed the problem with com_err on Ubuntu 9.04Andrew Tridgell1-16/+18
2010-06-19wafsamba: Allow manually specifying cflags/ldflags for system libraries.Jelmer Vernooij1-5/+6
2010-05-30build: Also replace '-' by '_' when creating header definesKai Blin1-0/+1
2010-04-24buildtools/wafsamba: inline defines during configure into the testsStefan Metzmacher1-7/+4
2010-04-21build: fixed uname output to be on target machine when cross compilingAndrew Tridgell1-3/+13
2010-04-19build: added --cross-answers supportAndrew Tridgell1-1/+2
2010-04-18build: added ABI checking to the WAF buildAndrew Tridgell1-1/+3
2010-04-13buildtools/wafsamba: make sure CHECK_FUNC() and CHECK_VARIABLE() work with -O...Stefan Metzmacher1-2/+6
2010-04-13tdb-waf: added build of manpages and config options for RPM buildAndrew Tridgell1-0/+1
2010-04-12build: added cross-compilation configure optionsAndrew Tridgell1-0/+4
2010-04-12build: Add an always parameter to CHECK_DECLSKai Blin1-2/+3
2010-04-12build: allow target upgrades from EMPTY to SYSLIBAndrew Tridgell1-1/+1
2010-04-09build: use Logs.error() and Logs.info() instead of print()Andrew Tridgell1-3/+3
2010-04-09build: added --picky-developer and --fatal-errorsAndrew Tridgell1-1/+7
2010-04-08build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy1-1/+1
2010-04-06build: don't define vars in config.h for CONFIG_PATH()Andrew Tridgell1-2/+0