Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-02 | lib/replace: Merge remaining xattr test details from lib/util | Andrew Bartlett | 1 | -8/+0 | |
I prefer the longer XATTR_ADDITIONAL_OPTIONS define and the NULL rather than 0 values in the getxattr test. Andrew Bartlett | |||||
2012-06-02 | s4-xattr: Use libreplace xattr functions directly | Andrew Bartlett | 1 | -5/+0 | |
2012-04-05 | build: Remove configure tests for *64 functions and types | Andrew Bartlett | 1 | -5/+0 | |
We now use the standard types only. Andrew Bartlett | |||||
2012-03-15 | util: Add --disable-fault-handling. | Ira Cooper | 1 | -0/+3 | |
On some platforms you can not debug coredumps after the default signal handler gets done dumping core. This allows waf to have an option to disable our default signal handler. | |||||
2012-03-01 | build: look for backtrace_symbols in libexec | Andrew Bartlett | 1 | -1/+1 | |
2010-05-14 | lib/util: fix waf configure tests for xattr functions on Mac OS 10. | Stefan Metzmacher | 1 | -4/+6 | |
metze | |||||
2010-04-08 | build: allow the waf build to work with python 3.0 and 3.1 | Thomas Nagy | 1 | -1/+1 | |
Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | s4-waf: added checks for all the different statvfs varients | Andrew Tridgell | 1 | -4/+83 | |
2010-04-06 | build: updated configure checks or new syntax | Andrew Tridgell | 1 | -8/+3 | |
2010-04-06 | build: added statvfs64 test | Andrew Tridgell | 1 | -0/+9 | |
2010-04-06 | build: check for xattr support | Andrew Tridgell | 1 | -0/+6 | |
2010-04-06 | build: move gettimeofday check to libreplace | Andrew Tridgell | 1 | -1/+0 | |
- add checklink option to CHECK_FUNC() - Used for when a prototype is not available | |||||
2010-04-06 | build: added interface checking and nicer snprintf checking | Andrew Tridgell | 1 | -1/+1 | |
use CHECK_CODE() | |||||
2010-04-06 | build: added CHECK_CODE_COMPILES() | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | build: check xattr and frsize | Andrew Tridgell | 1 | -0/+5 | |
2010-04-06 | build: check signal functions | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | build: backtrace and crypt tests | Andrew Tridgell | 1 | -2/+1 | |
2010-04-06 | build: check for backtrace | Andrew Tridgell | 1 | -0/+6 | |