s3: piddir creation fix part 2.
[ira/wip.git] / buildtools / wafsamba / samba_autoconf.py
2012-02-19 Jelmer Vernooijwaf: Use libraries when building.
2012-02-19 Jelmer VernooijUse uselib in CHECK_HEADER.
2012-02-19 Jelmer Vernooijlibrary_flags: Leave setting of CPPPATH to waf too.
2012-02-02 Andrew Tridgellbuild: fixed a link order problem
2011-11-13 Jelmer Vernooijwaf: Factor checking for undefined symbol flags out...
2011-10-07 Andrew Bartlettbuild: Reduce build systems to just top level waf and...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-10 Rusty RussellAdd -fno-common where supported (WAF only)
2011-03-18 Günther Deschnerwafsamba: add -Wcast-qual only to the toplevel (s4...
2011-02-18 Andrew Tridgellbuild: make ADD_LDFLAGS() returns the flags that were...
2011-02-18 Andrew Tridgellwaf: library_flags() doesn't only operate on conf objects
2011-01-25 Jelmer Vernooijs4-waf: Skip header-not-found cache if a library is...
2011-01-05 Stefan Metzmacherbuildtools/wafsamba: import 'sys' and 'Logs' if we...
2010-12-09 Matthieu Patoubuild: use CPP and CC values when calling pidl
2010-12-08 Andrew Tridgellwaf: added -Wmissing-prototypes to build
2010-11-21 Andrew Tridgellwaf: fixed the build with a space in the source directory
2010-10-31 Matthieu Patoubuild: check that if we provide -liconv we can build...
2010-10-30 Andrew Tridgellwaf: added env.DEVELOPER_MODE flag
2010-10-25 Andrew Tridgellwaf: moved the -Wl,-no-undefined flags to source4 and ldb
2010-10-21 Andrew Tridgellwaf: check the linker accepts a set of ldflags before...
2010-10-21 Andrew Tridgellwaf: fixed the handling of -Wl,-no-undefined
2010-10-19 Andrew Tridgellwaf: put -Wl,-no-undefined only in the linker flags...
2010-10-13 Jelmer Vernooijwafsamba/developer: Forbid shared objects with unresolv...
2010-10-06 Andrew Tridgellwaf: fixed the problem with com_err on Ubuntu 9.04
2010-06-19 Jelmer Vernooijwafsamba: Allow manually specifying cflags/ldflags...
2010-05-30 Kai Blinbuild: Also replace '-' by '_' when creating header...
2010-04-24 Stefan Metzmacherbuildtools/wafsamba: inline defines during configure...
2010-04-21 Andrew Tridgellbuild: fixed uname output to be on target machine when...
2010-04-19 Andrew Tridgellbuild: added --cross-answers support
2010-04-18 Andrew Tridgellbuild: added ABI checking to the WAF build
2010-04-13 Stefan Metzmacherbuildtools/wafsamba: make sure CHECK_FUNC() and CHECK_V...
2010-04-13 Andrew Tridgelltdb-waf: added build of manpages and config options...
2010-04-12 Andrew Tridgellbuild: added cross-compilation configure options
2010-04-12 Kai Blinbuild: Add an always parameter to CHECK_DECLS
2010-04-12 Andrew Tridgellbuild: allow target upgrades from EMPTY to SYSLIB
2010-04-09 Andrew Tridgellbuild: use Logs.error() and Logs.info() instead of...
2010-04-09 Andrew Tridgellbuild: added --picky-developer and --fatal-errors
2010-04-07 Thomas Nagybuild: allow the waf build to work with python 3.0...
2010-04-06 Andrew Tridgellbuild: don't define vars in config.h for CONFIG_PATH()
2010-04-06 Andrew Tridgellbuild: added functions for compound configuration testing
2010-04-06 Andrew Tridgellbuild: tweak the strategy for finding functions
2010-04-06 Andrew Tridgellbuild: tidy up the wafsamba rules a bit
2010-04-06 Andrew Tridgellbuild: fixed popt subsystem on systems without popt
2010-04-06 Andrew Tridgells4-waf: support the use of system libraries
2010-04-06 Andrew Tridgellbuild: added quote option to conf.DEFINE()
2010-04-06 Andrew Tridgellbuild: much better rpath test function
2010-04-06 Andrew Tridgellbuild: started a library of common config tests for...
2010-04-06 Andrew Tridgellbuild: split out the base waf rules into buildtools...
2010-04-06 Andrew Tridgellbuild: added msg argument to CHECK_TYPE()
2010-04-06 Andrew Tridgellbuild: add cflags from pkg_config results to header...
2010-04-06 Andrew Tridgellbuild: test all the developer cflags before adding...
2010-04-06 Andrew Tridgellbuild: configure fixes for opensolaris
2010-04-06 Andrew Tridgellbuild: fixed headers for C prototype check
2010-04-06 Andrew Tridgellbuild: rewrote the autoconf-like macros to be more...
2010-04-06 Andrew Tridgellbuild: fixed prototype test
2010-04-06 Andrew Tridgellbuild: added CHECK_C_PROTOTYPE() configure function
2010-04-06 Andrew Tridgellbuild: more complete implementation of waf configure -C
2010-04-06 Andrew Tridgellbuild: enable real cacheing with waf configure -C
2010-04-06 Andrew Tridgellbuild: fixed issue with CC="ccache cc" on solaris
2010-04-06 Andrew Tridgellbuild: support systems without rpath
2010-04-06 Andrew Tridgellbuild: if a library is found, but not the fn, still...
2010-04-06 Andrew Tridgellbuild: don't use gcc warnings during configure
2010-04-06 Andrew Tridgellbuild: fixed check for pthread_create()
2010-04-06 Andrew Tridgellbuild: more careful library list handling
2010-04-06 Andrew Tridgellbuild: CONFIG_SET() takes conf argument
2010-04-06 Andrew Tridgellbuild: cope with double check for functions
2010-04-06 Andrew Tridgellbuild: lib needs to take a list when more than 1
2010-04-06 Andrew Tridgellbuild: ensure all libs in CHECK_FUNCS_IN() get a target...
2010-04-06 Andrew Tridgellbuild: cope with multiple libs in CHECK_FUNCS_IN()
2010-04-06 Andrew Tridgellbuild: cope with multiple checks for the same function...
2010-04-06 Andrew Tridgellbuild: fixed includes paths for CHECK_CODE()
2010-04-06 Andrew Tridgellbuild: fixed config.h generation when we have source...
2010-04-06 Andrew Tridgellbuild: fixed cflags in CHECK_CODE
2010-04-06 Andrew Tridgellbuild: waf quicktest nearly works
2010-04-06 Andrew Tridgellbuild: nearly there on samba4 build
2010-04-06 Andrew Tridgellbuild: saner CFLAGS handling for defines
2010-04-06 Andrew Tridgellbuild: make CONFIG_PATH() understand absolute paths
2010-04-06 Andrew Tridgellbuild: added local_include option to CHECK_CODE()
2010-04-06 Andrew Tridgellbuild: fixed cflags in CHECK_CODE()
2010-04-06 Andrew Tridgellbuild: added CHECK_CFLAGS()
2010-04-06 Andrew Tridgellbuild: fix name of libs with - in them
2010-04-06 Andrew Tridgellbuild: define HAVE_LIBxxx when we find a library
2010-04-06 Andrew Tridgellbuild: move gettimeofday check to libreplace
2010-04-06 Andrew Tridgellbuild: expand CHECK_CODE() function
2010-04-06 Andrew Tridgellbuild: added CHECK_CODE_COMPILES()
2010-04-06 Andrew Tridgellbuild: added help on fns
2010-04-06 Andrew Tridgellbuild: check for volatile
2010-04-06 Andrew Tridgellbuild: check size of types
2010-04-06 Andrew Tridgellbuild: added CHECK_SIZEOF()
2010-04-06 Andrew Tridgellbuild: improve autoconf macros
2010-04-06 Andrew Tridgellbuild: added CHECK_DECLS()
2010-04-06 Andrew Tridgellbuild: return values for autoconf-like tests
2010-04-06 Andrew Tridgellbuild: another typo
2010-04-06 Andrew Tridgellbuild: add_headers flag to CHECK_HEADER()
2010-04-06 Andrew Tridgellbuild: added define and always options to CHECK_VARIABLE()
2010-04-06 Andrew Tridgellbuild: result of hack session with ita
2010-04-06 Andrew Tridgellbuild: started to split up wafsamba.py into separate...