summaryrefslogtreecommitdiff
path: root/lib/replace
AgeCommit message (Expand)AuthorFilesLines
2010-04-12lib/replace/wscript: avoid global deps for LIBREPLACE_HOSTCCStefan Metzmacher1-0/+1
2010-04-12lib/replace/wscript: inline LIBREPLACE_EXT into 'replace' as the autoconf sys...Stefan Metzmacher1-9/+2
2010-04-12lib/replace/wscript: add dependency to 'dl'Stefan Metzmacher1-1/+1
2010-04-12lib/replace/wscript: rename LIBREPLACE_H => LIBREPLACE_HOSTCCStefan Metzmacher1-2/+2
2010-04-12s4-waf: move the KRB5_DEPRECATED check into lib/replaceAndrew Tridgell1-0/+7
2010-04-12s4-waf: inline LIBREPLACE_NETWORK into 'replace'Stefan Metzmacher1-14/+7
2010-04-12lib/replace/wscript: rename REPLACE_H_SOURCE => REPLACE_HOSTCC_SOURCEStefan Metzmacher1-5/+6
2010-04-12lib/replace/wscript: implement the same getpass detection logic as the autoco...Stefan Metzmacher1-2/+2
2010-04-12lib/replace/wscript: inline LIBREPLACE_GETPASS into 'replace'Stefan Metzmacher1-5/+3
2010-04-12build: use a common autogen-waf.sh for all buildsAndrew Tridgell1-22/+1
2010-04-10lib/replace: create a LIBREPLACE_H subsystemStefan Metzmacher1-3/+12
2010-04-06s4-waf: fixed waf distcheck for our standalone libs and s4Andrew Tridgell1-0/+4
2010-04-06s4-waf: autogen-waf.sh for the standalone library buildsAndrew Tridgell1-0/+22
2010-04-06s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell1-10/+8
2010-04-06s4-waf: fixed finding of buildtools and srcdirAndrew Tridgell1-7/+7
2010-04-06s4-waf: avoid having to run waf configure before waf distAndrew Tridgell1-3/+15
2010-04-06s4-waf: fixed some of the group orderingAndrew Tridgell1-2/+7
2010-04-06s4-waf: add getaddrinfo.c replacement if neededAndrew Tridgell1-0/+1
2010-04-06s4-waf: added test for dlopen prototypeAndrew Tridgell1-0/+3
2010-04-06s4-waf: get the sense of the tests for the HAVE_INET_* replacements rightAndrew Tridgell1-5/+5
2010-04-06s4-waf: heimdal wants to look for dd_fd in DIRAndrew Tridgell1-2/+0
2010-04-06s4-waf: fixed dirfd() detection for heimdalAndrew Tridgell1-1/+2
2010-04-06s4-waf: cleanup use of LIBPOPT vs popt dependencyAndrew Tridgell1-2/+1
2010-04-06s4-waf: set default for bundled librariesAndrew Tridgell1-0/+2
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2-0/+4
2010-04-06s4-waf: test/simple.c is not needed any moreAndrew Tridgell1-8/+0
2010-04-06s4-waf: fdatasync is in librt on solaris8Andrew Tridgell1-1/+3
2010-04-06libreplace: add a replacement for strerror_r (needed on solaris8)Andrew Tridgell1-1/+1
2010-04-06s4-waf: replace stdint.h and stdbool.h on systems that don't have themAndrew Tridgell2-0/+14
2010-04-06build: split out the base waf rules into buildtools/wafsamba/wscriptAndrew Tridgell1-159/+32
2010-04-06build: Change checks to conform to new CHECK_* behaviourKai Blin1-8/+8
2010-04-06build: check for inttypes.hKai Blin1-1/+1
2010-04-06build: check size of dev_t, ino_t and time_tKai Blin1-0/+1
2010-04-06build: check for uint_tKai Blin1-0/+1
2010-04-06build: Check for syscall headersKai Blin1-0/+1
2010-04-06build: add cflags from pkg_config results to header/function testsAndrew Tridgell1-8/+29
2010-04-06build: add additional libreplace conditional sourcesAndrew Tridgell1-3/+6
2010-04-06build: finer grained rpath checking for binary/installAndrew Tridgell1-2/+0
2010-04-06build: configure fixes for opensolarisAndrew Tridgell1-6/+27
2010-04-06build: socklen_t is in sys/socket.hAndrew Tridgell1-1/+2
2010-04-06build: updated configure checks or new syntaxAndrew Tridgell2-32/+46
2010-04-06build: added checks for solaris getXXent_r() functionsAndrew Tridgell2-0/+27
2010-04-06build: sun c compiler wants a newlineAndrew Tridgell1-1/+1
2010-04-06build: check if a simple C program runsAndrew Tridgell2-0/+17
2010-04-06build: more complete implementation of waf configure -CAndrew Tridgell1-8/+1
2010-04-06build: enable real cacheing with waf configure -CAndrew Tridgell1-7/+12
2010-04-06build: added --disable-shared optionAndrew Tridgell1-1/+6
2010-04-06build: fixed issue with CC="ccache cc" on solarisAndrew Tridgell1-5/+1
2010-04-06build: support systems without rpathAndrew Tridgell1-4/+14
2010-04-06build: don't use gcc warnings during configureAndrew Tridgell1-3/+0