build: added functions for compound configuration testing
[nivanova/samba-autobuild/.git] / buildtools / wafsamba / samba_autoconf.py
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...