summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/samba_autoconf.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4-waf: support the use of system librariesAndrew Tridgell2010-04-061-5/+12
* build: added quote option to conf.DEFINE()Andrew Tridgell2010-04-061-2/+2
* build: much better rpath test functionAndrew Tridgell2010-04-061-9/+0
* build: started a library of common config tests for s3/s4Andrew Tridgell2010-04-061-31/+0
* build: split out the base waf rules into buildtools/wafsamba/wscriptAndrew Tridgell2010-04-061-0/+3
* build: added msg argument to CHECK_TYPE()Andrew Tridgell2010-04-061-2/+4
* build: add cflags from pkg_config results to header/function testsAndrew Tridgell2010-04-061-32/+51
* build: test all the developer cflags before adding themAndrew Tridgell2010-04-061-5/+16
* build: configure fixes for opensolarisAndrew Tridgell2010-04-061-19/+58
* build: fixed headers for C prototype checkAndrew Tridgell2010-04-061-0/+1
* build: rewrote the autoconf-like macros to be more consistentAndrew Tridgell2010-04-061-151/+209
* build: fixed prototype testAndrew Tridgell2010-04-061-1/+1
* build: added CHECK_C_PROTOTYPE() configure functionAndrew Tridgell2010-04-061-4/+27
* build: more complete implementation of waf configure -CAndrew Tridgell2010-04-061-10/+19