summaryrefslogtreecommitdiff
path: root/lib/replace/wscript
AgeCommit message (Expand)AuthorFilesLines
2019-11-13build: Only link against libcrypt where neededAndrew Bartlett1-1/+1
2019-10-23replace: Only link libnsl and libsocket if requriredAndreas Schneider1-5/+31
2019-10-07replace: Improve sys/sysctl.h check to catch warning on glibc >= 2.30Andreas Schneider1-1/+12
2019-10-04lib/replace: Remove libaio supportVolker Lendecke1-1/+1
2019-09-25waf:replace: Do not link against libpthread if not necessaryAndreas Schneider1-4/+6
2019-09-25replace: Only link against librt if really neededAndreas Schneider1-3/+21
2019-09-19replace: Remove crypt() reimplementationAndrew Bartlett1-1/+0
2019-09-17build: Remove tests for getdents() and getdirentries()Andrew Bartlett1-1/+1
2019-09-17lib/replace/wscript: Avoid generating nested main functionKhem Raj1-0/+1
2019-09-01Spelling fixes s/convertion/conversion/Mathieu Parent1-1/+1
2019-05-25lib: Only compile resolvconftest if fmemopen existsVolker Lendecke1-0/+1
2019-05-06replace: Fix "make test" to actually test libreplaceAndrew Bartlett1-9/+27
2019-05-06build: Remove build of replacetortAndrew Bartlett1-5/+4
2019-02-17replace: remove needless vxfs header file checkBjörn Jacke1-1/+1
2019-01-10waf:lib/replace: fix a build error with non-gcc compilersBjörn Jacke1-1/+1
2018-12-20replace: Add memset_s to replacement functionsAndreas Schneider1-1/+1
2018-11-30replace: Correctly check for 'extern char **environ' in unistd.hAndreas Schneider1-1/+2
2018-11-13replace: Add check for variable program_invocation_short_nameMartin Schwenke1-0/+1
2018-11-12lib:replace: Add getprogname()Andreas Schneider1-0/+1
2018-10-16replace: Add memset_s() if not availableAndreas Schneider1-0/+17
2018-09-16PY3: fix iteritems usage, not supported in python3Noel Power1-2/+2
2018-09-10Revert "lib/replace: force to unset defines if check has failed"Stefan Metzmacher1-2/+1
2018-09-08lib/replace: force to unset defines if check has failedAlexander Bokovoy1-1/+2
2018-09-07lib/replace/wscript: fix detection of a fallthrough attribute for clangAlexander Bokovoy1-0/+1
2018-09-05lib/replace/wscript: update to handle waf 2.0.4Alexander Bokovoy1-10/+12
2018-07-24lib/replace: also check for valgrind/helgrind.hStefan Metzmacher1-1/+2
2018-07-24replace: add checks for atomic_thread_fence(memory_order_seq_cst) and add pos...Stefan Metzmacher1-1/+18
2018-07-24lib/replace: check for __thread supportStefan Metzmacher1-0/+12
2018-07-04replace: Be strict when checking __attribute__ featuresAmitay Isaacs1-1/+1
2018-07-03build: bundle and reduce huge number of EA function testsBjörn Jacke1-29/+18
2018-07-02replace: Add test for sin6_len in sockaddr_in6 structureAmitay Isaacs1-0/+4
2018-04-03replace: Check for -Wno-strict-overflowAndreas Schneider1-0/+3
2018-03-20lib:replace: Fix linking when libtirpc-devel overwrites system headersNoel Power1-1/+9
2018-03-01lib:replace: Add FALL_THROUGH supportAndreas Schneider1-0/+36
2018-02-27replace: Only warn if rpc/rpc.h haven't been foundAndreas Schneider1-2/+1
2018-01-22waf: Fix NFS quota support with libtirpcAndreas Schneider1-1/+1
2018-01-22build: deal with recent glibc sunrpc header removalGünther Deschner1-5/+33
2017-11-22build: detect availability of -Wno-unused-functionUri Simchoni1-0/+3
2017-10-20replace: Link to -lbsd when building replace.c by handAndrew Bartlett1-3/+9
2017-09-26s4:smbd: call setproctitle_initGary Lockyer1-0/+2
2017-08-24configure: Centralize check for posix_fallocateVolker Lendecke1-0/+12
2017-06-23waf:lib/replace: Fix building with older GCC versionsBjörn Baumbach1-1/+7
2017-06-13strerror_r: provide XSI-compliant strerror_rGary Lockyer1-0/+7
2017-06-01waf: Do not trhow a format-truncation error for test/snprintf.cAndreas Schneider1-1/+1
2017-06-01password_hash: conditional compilation for crypt_rGary Lockyer1-0/+1
2017-03-16replace: Fix compiler warning flagAmitay Isaacs1-1/+1
2017-02-22Correct "seperate" typos.Chris Lamb1-1/+1
2017-02-10lib/replace tests: prevent GCC fretting over snprintf sizesDouglas Bagnall1-3/+4
2017-01-02WAF: Fix detection of IPv6Lukas Slebodnik1-1/+1
2016-08-24libreplace: Ask for eventfd(2)Volker Lendecke1-0/+3