summaryrefslogtreecommitdiff
path: root/lib/replace/wscript
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-12lib/replace: fix PTHREAD_MUTEX_ROBUST fallback to PTHREAD_MUTEX_ROBUST_NP on ...Stefan Metzmacher1-0/+6
2015-06-10lib/replace: add signal related configure checksStefan Metzmacher1-0/+1
2015-03-31replace: check for dirname() and basename()David Disseldorp1-1/+2
2015-03-26Move waf into third_party/.Jelmer Vernooij1-1/+1
2015-03-13replace: Remove superfluous check for gcrypt header.Andreas Schneider1-1/+1
2015-02-15Add Solaris ports as a tevent backend.Jeremy Allison1-0/+5
2015-01-08wafsamba: move -fvisibility=hidden checks from lib/replace to wafsambaStefan Metzmacher1-7/+0
2015-01-08wafsamba: move '-fstack-protector' checks from lib/replace to wafsambaStefan Metzmacher1-4/+0
2015-01-08wafsamba: move WERROR_CFLAGS checks from lib/replace to wafsambaStefan Metzmacher1-13/+0
2015-01-08wafsamba: move compiler / cflags related stuff from lib/replace to wafsambaStefan Metzmacher1-21/+0
2014-11-10Don't use a nested function when testing for visibility attribute support.Jelmer Vernooij1-2/+2
2014-09-17replace: Make EWOULDBLOCK always availableVolker Lendecke1-0/+1
2014-08-31Look for system setproctitle before trying -lbsd.Jelmer Vernooij1-2/+2
2014-08-31replace: remove tabs.Jelmer Vernooij1-4/+4
2014-08-31replace: remove unused and duplicate imports.Jelmer Vernooij1-2/+2
2014-06-20replace:build: improve detection of srcdirMichael Adam1-1/+1
2014-06-07lib: tevent: make TEVENT_SIG_INCREMENT atomic.Jeremy Allison1-0/+25
2014-05-22libreplace-waf: Only check for _np functions if standard functions are not av...Volker Lendecke1-8/+14
2014-05-22libreplace: Add support for pthread_mutex_consistentVolker Lendecke1-2/+12
2014-05-22libreplace: Add support for pthread_mutexattr_setrobustVolker Lendecke1-0/+14
2014-05-22libreplace: only add PTHREAD CFLAGS and LDFLAGS globally if asked forStefan Metzmacher1-2/+3
2014-05-22libreplace: Move thread checks from source3/wscriptVolker Lendecke1-0/+32
2014-04-17Remove special socket_wrapper code.Andreas Schneider1-2/+1
2014-04-17Remove special nss_wrapper codeAndreas Schneider1-1/+1
2014-04-17Remove uid_wrapper related code.Andreas Schneider1-1/+1
2014-04-17replace: Add uid_wrapper_enabled().Andreas Schneider1-0/+1
2014-02-13waf:lib/replace fix iconv checks on HP/UXChristian Ambach1-1/+1
2014-01-17waf:lib/replace gettext configure checksChristian Ambach1-0/+9
2014-01-03waf:lib/replace fix gettext detectionChristian Ambach1-0/+7
2014-01-03waf:lib/replace change detection of gettextChristian Ambach1-4/+5
2014-01-03waf:lib/replace fix up libintl related checksChristian Ambach1-0/+1
2014-01-03waf:lib/replace correct detection of libiconvChristian Ambach1-1/+1
2014-01-06waf: Fix the FreeBSD build with libinotifyVolker Lendecke1-1/+5
2013-08-09waf: consolidate libintl related checksChristian Ambach1-10/+36
2013-05-23lib/replace: Set BROKEN_STRNLEN and BROKEN_STRNDUP on all AIXAndrew Bartlett1-0/+13
2013-05-17waf: only use -fstack-protector when both compiler and linker support itChristian Ambach1-1/+1
2013-03-06waf: add -fstack-protector to LDFLAGS if detected.Ira Cooper1-0/+1
2013-03-05waf: Correctly check for prctl in just one place.Andreas Schneider1-1/+14
2013-02-22build: use -fstack-protector if availableBjörn Jacke1-0/+3
2013-02-22Revert "wafbuild: use -Wstack-protector if available"Björn Jacke1-3/+0