summaryrefslogtreecommitdiff
path: root/lib/replace/wscript
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-15build(waf)-libreplace: remove redundant check for flistea functionBjörn Baumbach1-1/+1
2013-01-15lib/replace: Add ucontext configure waf checks.Jeremy Allison1-1/+10
2013-01-14Fix bug 9548: Correctly detect O_DIRECTVolker Lendecke1-0/+11
2012-12-03replace: Remove deprecated getpass() support.Andreas Schneider1-12/+0
2012-10-30wafbuild: use -Wstack-protector if availableBjörn Jacke1-0/+3
2012-10-30wafbuild: reorder the Werror checks so that the ambigous w2 option is being c...Björn Jacke1-1/+5
2012-10-30wafbuild: merge the missing IBM compiler Werror flag "-qhalt=w" to wafBjörn Jacke1-1/+1
2012-10-30wfabuild: fix the -errwarn compile flag testBjörn Jacke1-1/+1
2012-10-23lib/replace: Fix configure on FreeBSD: define_ret is not correct hereAndrew Bartlett1-1/+0
2012-10-23lib/replace: Fix detection of rpcsrv/yp_prot.h on FreeBSDAndrew Bartlett1-1/+4
2012-09-29lib/replace: Add test for what flag we need for -Werror behaviourAndrew Bartlett1-0/+9
2012-09-24replace: Support setproctitle().Jelmer Vernooij1-0/+2
2012-09-24lib/replace: Look for special flags needed for c99Andrew Bartlett1-0/+10
2012-09-24lib/replace: Improve mkstemp test in autoconf and wafAndrew Bartlett1-1/+16
2012-09-11lib/replace: remove duplicate check for inotifyMichael Adam1-1/+1