Age | Commit message (Expand) | Author | Files | Lines |
2010-04-18 | build: added abi_type_maps for FC12 struct va_list | Andrew Tridgell | 1 | -1/+2 |
2010-04-18 | build: added abi type maps for _Bool and __va_list_tag | Andrew Tridgell | 1 | -0/+10 |
2010-04-18 | build: added ABI checking to the WAF build | Andrew Tridgell | 6 | -27/+214 |
2010-04-15 | build: throw a fatal error for duplicate target declarations | Andrew Tridgell | 3 | -15/+8 |
2010-04-15 | build: ensure we don't recreate library loops in expansions | Andrew Tridgell | 1 | -1/+26 |
2010-04-15 | build: make the 'wrong version of waf' message even clearer | Andrew Tridgell | 1 | -1/+4 |
2010-04-15 | build: check that the user is not using an old /usr/bin/waf | Andrew Tridgell | 1 | -1/+11 |
2010-04-14 | build: try to honor MAKEFLAGS from make | Andrew Tridgell | 2 | -0/+27 |
2010-04-13 | buildtools/wafsamba: make sure CHECK_FUNC() and CHECK_VARIABLE() work with -O... | Stefan Metzmacher | 1 | -2/+6 |
2010-04-13 | tdb-waf: added build of manpages and config options for RPM build | Andrew Tridgell | 1 | -0/+1 |
2010-04-13 | build: for unbundled libraries install devel link too | Andrew Tridgell | 1 | -0/+8 |
2010-04-13 | build: added autoconf compatible configure options | Andrew Tridgell | 1 | -0/+27 |
2010-04-13 | build: allow cross-builds to use shared libraries | Andrew Tridgell | 1 | -1/+1 |
2010-04-13 | build: check the type of implied dependencies | Andrew Tridgell | 1 | -1/+12 |
2010-04-13 | build: fixed a typo that prevented --bundled-libraries from working correctly | Andrew Tridgell | 1 | -1/+1 |
2010-04-13 | build: cope with existing binaries in bin/ left over from the old build | Andrew Tridgell | 1 | -4/+2 |
2010-04-12 | build: added cross-compilation configure options | Andrew Tridgell | 3 | -0/+53 |
2010-04-12 | wafsamba: don't add global dependencies to hostcc targets | Stefan Metzmacher | 2 | -3/+8 |
2010-04-12 | wafsamba: allow passing 'use_hostcc' to SAMBA_SUBSYSTEM() | Stefan Metzmacher | 1 | -3/+6 |
2010-04-12 | build: Add an always parameter to CHECK_DECLS | Kai Blin | 1 | -2/+3 |
2010-04-12 | s3-waf: Correctly create symlink if SAMBA_BINARY targets are not in the curre... | Kai Blin | 1 | -1/+1 |
2010-04-12 | build: allow target upgrades from EMPTY to SYSLIB | Andrew Tridgell | 2 | -2/+2 |
2010-04-12 | build: cope with symlinks between build components in waf dist | Andrew Tridgell | 1 | -2/+50 |
2010-04-12 | build: added --minimum-library-version configure option | Andrew Tridgell | 2 | -0/+23 |
2010-04-09 | build: use Logs.error() and Logs.info() instead of print() | Andrew Tridgell | 6 | -27/+29 |
2010-04-09 | build: nicer error message on missing file in waf dist | Andrew Tridgell | 1 | -2/+6 |
2010-04-09 | build: no need to re-create the lib and bin symlinks if they exist | Andrew Tridgell | 1 | -0/+6 |
2010-04-09 | build: added --picky-developer and --fatal-errors | Andrew Tridgell | 2 | -1/+13 |
2010-04-08 | build: we need this isinstance() check for distcheck | Andrew Tridgell | 1 | -1/+1 |
2010-04-08 | build: the exceptions here are not useful | Andrew Tridgell | 1 | -3/+3 |
2010-04-08 | build: make the handling of relative paths a bit saner | Andrew Tridgell | 6 | -18/+16 |
2010-04-08 | build: allow the waf build to work with python 3.0 and 3.1 | Thomas Nagy | 5 | -20/+23 |
2010-04-07 | s4-waf: Fix 'waf dist' app name. | Jelmer Vernooij | 1 | -1/+1 |
2010-04-06 | build: use a target_in_list() function for more flexible builtin control | Andrew Tridgell | 1 | -3/+14 |
2010-04-06 | build: cope with binaries with subdir prefixes (for s3 waf build) | Andrew Tridgell | 1 | -1/+1 |
2010-04-06 | s4-waf: replace TOUCH_FILE() with normal install rules | Andrew Tridgell | 2 | -14/+1 |
2010-04-06 | build: simpler symlink_bin and symlink_lib methods | Andrew Tridgell | 1 | -22/+20 |
2010-04-06 | s4-waf: fixed waf distcheck for our standalone libs and s4 | Andrew Tridgell | 1 | -3/+8 |
2010-04-06 | build: fixed LOAD_ENVIRONMENT for out of tree builds | Andrew Tridgell | 1 | -1/+2 |
2010-04-06 | s4-waf: move to a universal method of recursing into subdirs | Andrew Tridgell | 2 | -12/+32 |
2010-04-06 | s4-waf: avoid having to run waf configure before waf dist | Andrew Tridgell | 1 | -13/+10 |
2010-04-06 | build: nicer error msg when git ls-files fails | Andrew Tridgell | 1 | -1/+5 |
2010-04-06 | s4-waf: added 'waf dist' to our standalone libs as well | Andrew Tridgell | 2 | -4/+7 |
2010-04-06 | s4-waf: added 'waf dist' to build the tarball | Andrew Tridgell | 2 | -0/+70 |
2010-04-06 | build: removed some unused imports found by pyflakes | Andrew Tridgell | 3 | -4/+2 |
2010-04-06 | build: fixed the expansions in pkgconfig files | Andrew Tridgell | 1 | -1/+7 |
2010-04-06 | build: fixed DESTDIR for TOUCH_FILE() | Andrew Tridgell | 1 | -1/+6 |
2010-04-06 | build: try the generic C compiler on hpux if gcc not found | Andrew Tridgell | 1 | -0/+1 |
2010-04-06 | build: added 'generic' cc support and a simple irix cc support module | Andrew Tridgell | 4 | -1/+150 |
2010-04-06 | build: initial version of a tru64 compiler module | Andrew Tridgell | 2 | -0/+78 |