build: we need to replace md5 in Task as well
[nivanova/samba-autobuild/.git] / lib /
2010-04-06 Andrew Tridgells4-waf: remove the need for some of the lib aliases
2010-04-06 Andrew Tridgellbuild: split out the base waf rules into buildtools...
2010-04-06 Kai Blinbuild: Change checks to conform to new CHECK_* behaviour
2010-04-06 Kai Blinbuild: check for inttypes.h
2010-04-06 Kai Blinbuild: check size of dev_t, ino_t and time_t
2010-04-06 Kai Blinbuild: check for uint_t
2010-04-06 Kai Blinbuild: Check for syscall headers
2010-04-06 Andrew Tridgellbuild: add cflags from pkg_config results to header...
2010-04-06 Andrew Tridgellbuild: add additional libreplace conditional sources
2010-04-06 Andrew Tridgellbuild: finer grained rpath checking for binary/install
2010-04-06 Andrew Tridgellbuild: configure fixes for opensolaris
2010-04-06 Andrew Tridgellbuild: socklen_t is in sys/socket.h
2010-04-06 Andrew Tridgellbuild: updated configure checks or new syntax
2010-04-06 Andrew Tridgellbuild: added checks for solaris getXXent_r() functions
2010-04-06 Andrew Tridgellbuild: sun c compiler wants a newline
2010-04-06 Andrew Tridgellbuild: check if a simple C program runs
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: added --disable-shared option
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: tevent_epoll.c is conditional on HAVE_EPOLL
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 functions that are in -lsocket -lnsl on...
2010-04-06 Andrew Tridgellbuild: libreplace now depends on nsl and socket
2010-04-06 Andrew Tridgellbuild: inet_n*() are normally in libc
2010-04-06 Andrew Tridgellbuild: cope with multiple libs in CHECK_FUNCS_IN()
2010-04-06 Andrew Tridgellbuild: don't look for gettext twice
2010-04-06 Andrew Tridgellbuild: these cause problems incrementally too
2010-04-06 Andrew Tridgellbuild: more non-incremental headers
2010-04-06 Andrew Tridgellbuild: check libc first for several libraries
2010-04-06 Andrew Tridgellbuild: fixed REPLACE_GETPASS
2010-04-06 Kai Blinbuild: Check for various headers S3 needs.
2010-04-06 Andrew Tridgellbuild: also need to put stripped CC in conf.env
2010-04-06 Andrew Tridgellbuild: added WORDS_BIGENDIAN test
2010-04-06 Andrew Tridgellbuild: added --enable-gccdeps option
2010-04-06 Andrew Tridgellbuild: don't install talloc_testsuite and ldbtest
2010-04-06 Kai Blinbuild: Enable more warnings when using the --pedantic...
2010-04-06 Andrew Tridgellbuild: trim whitespace from CC options
2010-04-06 Andrew Tridgellbuild: only enable pytdb on s4 build
2010-04-06 Andrew Tridgellbuild: enable pytdb
2010-04-06 Andrew Tridgellbuild: optionally enable builtin popt
2010-04-06 Andrew Tridgellbuild: don't use -W warning option for developer build
2010-04-06 Andrew Tridgellbuild: allow configure -C to work again
2010-04-06 Andrew Tridgellbuild: go into system includes for dependencies on...
2010-04-06 Andrew Tridgellbuild: waf quicktest nearly works
2010-04-06 Andrew Tridgellbuild: commit all the waf build files in the tree
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: added getpass() tests
2010-04-06 Andrew Tridgellbuild: added statvfs64 test
2010-04-06 Andrew Tridgellbuild: added wrapper options
2010-04-06 Andrew Tridgellbuild: check for RETSIGTYPE
2010-04-06 Andrew Tridgellbuild: added IPV6 test
2010-04-06 Andrew Tridgellbuild: fixed _Bool va_copy and VA_ARGS tests
2010-04-06 Andrew Tridgellbuild: fixed sockaddr_in6 test
2010-04-06 Andrew Tridgellbuild: iconv checks
2010-04-06 Andrew Tridgellbuild: check for xattr support
2010-04-06 Andrew Tridgellbuild: more libreplace config checks
2010-04-06 Andrew Tridgellbuild: zlib checks
2010-04-06 Andrew Tridgellbuild: check immediate structures
2010-04-06 Andrew Tridgellbuild: move gettimeofday check to libreplace
2010-04-06 Andrew Tridgellbuild: added interface checking and nicer snprintf...
2010-04-06 Andrew Tridgellbuild: more config checks
2010-04-06 Andrew Tridgellbuild: added CHECK_CODE_COMPILES()
2010-04-06 Andrew Tridgellbuild: check freeaddrinfo
2010-04-06 Andrew Tridgellbuild: check xattr and frsize
2010-04-06 Andrew Tridgellbuild: check for volatile
2010-04-06 Andrew Tridgellbuild: more config checks
2010-04-06 Andrew Tridgellbuild: check for offset_t and pw*_r functions
2010-04-06 Andrew Tridgellbuild: check size of types
2010-04-06 Andrew Tridgellbuild: check signal functions
2010-04-06 Andrew Tridgellbuild: improve autoconf macros
2010-04-06 Andrew Tridgellbuild: added CHECK_DECLS()
2010-04-06 Andrew Tridgellbuild: backtrace and crypt tests
2010-04-06 Andrew Tridgellbuild: check for backtrace
2010-04-06 Andrew Tridgellbuild: more headers and variables in configure
2010-04-06 Andrew Tridgellbuild: check for pkgconfig
2010-04-06 Andrew Tridgellbuild: result of hack session with ita
2010-04-06 Andrew Tridgellbuild: fixes from ita
2010-04-06 Andrew Tridgellbuild: using deps= for deps is clearer
2010-04-06 Andrew Tridgellbuild: started to split up wafsamba.py into separate...
2010-04-06 Andrew Tridgellbuild: moved wafsamba.py to buildtools
2010-04-06 Andrew Tridgellbuild: cope with empty source lists for libs
2010-04-06 Andrew Tridgellbuild: added ASN1, PIDL and ET build rules
2010-04-06 Andrew Tridgellbuild: added build groups
2010-04-06 Andrew Tridgellbuild: recursive dependency calculation
2010-04-06 Andrew Tridgellbuild: DEFUN->DEFINE, and fixed CFLAGS handling
2010-04-06 Andrew Tridgellbuild: heimdal_build waf support
2010-04-06 Andrew Tridgellbuild: make CHECK_FUNCS_IN() smarter about mandatory...
2010-04-06 Andrew Tridgellbuild: added gettext/libintl to libreplace
2010-04-06 Andrew Tridgellbuild: add LIBREPLACE_EXT
2010-04-06 Andrew Tridgellbuild: added ASN1 and ERRTABLE build targets
2010-04-06 Andrew Tridgellbuild: auto-strip empty dependencies
2010-04-06 Andrew Tridgellbuild: added LIBREPLACE_NETWORK
2010-04-06 Andrew Tridgellbuild: don't distinguish system and local libs in wscri...
2010-04-06 Andrew Tridgellbuild: add libresolv
2010-04-06 Andrew Tridgellbuild: on the fly dependency checking
2010-04-06 Andrew Tridgellbuild: auto-remove circular dependencies
next