summaryrefslogtreecommitdiff
path: root/lib/replace/wscript
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-13libreplace: Add a closefrom() implementationVolker Lendecke1-0/+6
2016-04-26Fix CHECK_CODE usage in atomics builtin detectionJérémie Courrèges-Anglas1-12/+4
2015-11-19libreplace: Only check for malloc.h if neededVolker Lendecke1-1/+8
2015-11-19libreplace: Put the malloc.h check on a line of its ownVolker Lendecke1-1/+3
2015-11-19libreplace: Only check malloc.h onceVolker Lendecke1-1/+1
2015-11-06build:wafsamba: Remove samba_utils.runonceThomas Nagy1-2/+2
2015-10-27build:wafsamba: dead code removal in gettext detectionThomas Nagy1-11/+0
2015-10-01libreplace: Fix the build on SolarisVolker Lendecke1-0/+5
2015-09-10replace: Fix check for gettimeofday()Andreas Schneider1-1/+3
2015-07-29lib: replace: Add strsep function (missing on Solaris).Jeremy Allison1-2/+2
2015-06-12lib/replace: remove unused HAVE_DECL_PTHREAD_{MUTEXATTR_SETROBUST,MUTEX_CONSI...Stefan Metzmacher1-10/+0