Age | Commit message (Expand) | Author | Files | Lines |
2011-03-19 | wafsamba: add -Wcast-qual only to the toplevel (s4) build. | Günther Deschner | 1 | -1/+3 |
2011-02-18 | build: make ADD_LDFLAGS() returns the flags that were added | Andrew Tridgell | 1 | -1/+3 |
2011-02-18 | waf: library_flags() doesn't only operate on conf objects | Andrew Tridgell | 1 | -7/+8 |
2011-01-25 | s4-waf: Skip header-not-found cache if a library is specified, as it may provide | Jelmer Vernooij | 1 | -1/+1 |
2011-01-05 | buildtools/wafsamba: import 'sys' and 'Logs' if we use them | Stefan Metzmacher | 1 | -1/+1 |
2010-12-10 | build: use CPP and CC values when calling pidl | Matthieu Patou | 1 | -0/+9 |
2010-12-08 | waf: added -Wmissing-prototypes to build | Andrew Tridgell | 1 | -1/+1 |
2010-11-21 | waf: fixed the build with a space in the source directory | Andrew Tridgell | 1 | -2/+3 |
2010-10-31 | build: check that if we provide -liconv we can build shared libs | Matthieu Patou | 1 | -2/+13 |
2010-10-30 | waf: added env.DEVELOPER_MODE flag | Andrew Tridgell | 1 | -0/+1 |
2010-10-25 | waf: moved the -Wl,-no-undefined flags to source4 and ldb | Andrew Tridgell | 1 | -2/+0 |
2010-10-21 | waf: check the linker accepts a set of ldflags before using them | Andrew Tridgell | 1 | -1/+10 |
2010-10-21 | waf: fixed the handling of -Wl,-no-undefined | Andrew Tridgell | 1 | -8/+4 |
2010-10-19 | waf: put -Wl,-no-undefined only in the linker flags, not when compiling C | Andrew Tridgell | 1 | -1/+26 |
2010-10-13 | wafsamba/developer: Forbid shared objects with unresolved symbols, if | Jelmer Vernooij | 1 | -1/+1 |
2010-10-06 | waf: fixed the problem with com_err on Ubuntu 9.04 | Andrew Tridgell | 1 | -16/+18 |
2010-06-19 | wafsamba: Allow manually specifying cflags/ldflags for system libraries. | Jelmer Vernooij | 1 | -5/+6 |
2010-05-30 | build: Also replace '-' by '_' when creating header defines | Kai Blin | 1 | -0/+1 |
2010-04-24 | buildtools/wafsamba: inline defines during configure into the tests | Stefan Metzmacher | 1 | -7/+4 |
2010-04-21 | build: fixed uname output to be on target machine when cross compiling | Andrew Tridgell | 1 | -3/+13 |
2010-04-19 | build: added --cross-answers support | Andrew Tridgell | 1 | -1/+2 |
2010-04-18 | build: added ABI checking to the WAF build | Andrew Tridgell | 1 | -1/+3 |
2010-04-13 | buildtools/wafsamba: make sure CHECK_FUNC() and CHECK_VARIABLE() work with -O... | Stefan Metzmacher | 1 | -2/+6 |
2010-04-13 | tdb-waf: added build of manpages and config options for RPM build | Andrew Tridgell | 1 | -0/+1 |
2010-04-12 | build: added cross-compilation configure options | Andrew Tridgell | 1 | -0/+4 |
2010-04-12 | build: Add an always parameter to CHECK_DECLS | Kai Blin | 1 | -2/+3 |
2010-04-12 | build: allow target upgrades from EMPTY to SYSLIB | Andrew Tridgell | 1 | -1/+1 |
2010-04-09 | build: use Logs.error() and Logs.info() instead of print() | Andrew Tridgell | 1 | -3/+3 |
2010-04-09 | build: added --picky-developer and --fatal-errors | Andrew Tridgell | 1 | -1/+7 |
2010-04-08 | build: allow the waf build to work with python 3.0 and 3.1 | Thomas Nagy | 1 | -1/+1 |
2010-04-06 | build: don't define vars in config.h for CONFIG_PATH() | Andrew Tridgell | 1 | -2/+0 |
2010-04-06 | build: added functions for compound configuration testing | Andrew Tridgell | 1 | -16/+68 |
2010-04-06 | build: tweak the strategy for finding functions | Andrew Tridgell | 1 | -4/+9 |
2010-04-06 | build: tidy up the wafsamba rules a bit | Andrew Tridgell | 1 | -24/+24 |
2010-04-06 | build: fixed popt subsystem on systems without popt | Andrew Tridgell | 1 | -6/+8 |
2010-04-06 | s4-waf: support the use of system libraries | Andrew Tridgell | 1 | -5/+12 |
2010-04-06 | build: added quote option to conf.DEFINE() | Andrew Tridgell | 1 | -2/+2 |
2010-04-06 | build: much better rpath test function | Andrew Tridgell | 1 | -9/+0 |
2010-04-06 | build: started a library of common config tests for s3/s4 | Andrew Tridgell | 1 | -31/+0 |
2010-04-06 | build: split out the base waf rules into buildtools/wafsamba/wscript | Andrew Tridgell | 1 | -0/+3 |
2010-04-06 | build: added msg argument to CHECK_TYPE() | Andrew Tridgell | 1 | -2/+4 |
2010-04-06 | build: add cflags from pkg_config results to header/function tests | Andrew Tridgell | 1 | -32/+51 |
2010-04-06 | build: test all the developer cflags before adding them | Andrew Tridgell | 1 | -5/+16 |
2010-04-06 | build: configure fixes for opensolaris | Andrew Tridgell | 1 | -19/+58 |
2010-04-06 | build: fixed headers for C prototype check | Andrew Tridgell | 1 | -0/+1 |
2010-04-06 | build: rewrote the autoconf-like macros to be more consistent | Andrew Tridgell | 1 | -151/+209 |
2010-04-06 | build: fixed prototype test | Andrew Tridgell | 1 | -1/+1 |
2010-04-06 | build: added CHECK_C_PROTOTYPE() configure function | Andrew Tridgell | 1 | -4/+27 |
2010-04-06 | build: more complete implementation of waf configure -C | Andrew Tridgell | 1 | -10/+19 |
2010-04-06 | build: enable real cacheing with waf configure -C | Andrew Tridgell | 1 | -0/+11 |