Age | Commit message (Expand) | Author | Files | Lines |
2010-06-15 | wafsamba: Improve assertion error message to include the module. | Jelmer Vernooij | 1 | -1/+2 |
2010-05-03 | build: added a check for group ordering within target dependencies | Andrew Tridgell | 1 | -0/+47 |
2010-04-26 | build: normalise paths in unique source checking | Andrew Tridgell | 1 | -1/+1 |
2010-04-21 | build: recalculate project deps when NONSHARED_BINARIES changes | Andrew Tridgell | 1 | -0/+10 |
2010-04-21 | build: added --nonshared-binary=LIST option | Andrew Tridgell | 1 | -0/+13 |
2010-04-15 | build: ensure we don't recreate library loops in expansions | Andrew Tridgell | 1 | -1/+26 |
2010-04-13 | build: check the type of implied dependencies | Andrew Tridgell | 1 | -1/+12 |
2010-04-12 | wafsamba: don't add global dependencies to hostcc targets | Stefan Metzmacher | 1 | -1/+2 |
2010-04-09 | build: use Logs.error() and Logs.info() instead of print() | Andrew Tridgell | 1 | -11/+12 |
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 | 1 | -1/+1 |
2010-04-08 | build: allow the waf build to work with python 3.0 and 3.1 | Thomas Nagy | 1 | -11/+10 |
2010-04-06 | build: loop until all object reductions are complete | Andrew Tridgell | 1 | -2/+14 |
2010-04-06 | build: much simpler and faster rpath install handler | Andrew Tridgell | 1 | -48/+2 |
2010-04-06 | build: only link install targets at install time | Andrew Tridgell | 1 | -6/+11 |
2010-04-06 | build: fixed the dependencies of the install targets | Andrew Tridgell | 1 | -3/+47 |
2010-04-06 | build: refactor the object reduction code | Andrew Tridgell | 1 | -30/+39 |
2010-04-06 | build: finally got LIBRARY<->LIBRARY reductions working | Andrew Tridgell | 1 | -2/+12 |
2010-04-06 | build: add python library object reduction | Andrew Tridgell | 1 | -1/+1 |
2010-04-06 | build: expand indirect includes to fix disable-shared build | Andrew Tridgell | 1 | -3/+32 |
2010-04-06 | build: removed debug line | Andrew Tridgell | 1 | -1/+0 |
2010-04-06 | s4-waf: added implied_deps for system libraries | Andrew Tridgell | 1 | -1/+13 |
2010-04-06 | build: tidy up the wafsamba rules a bit | Andrew Tridgell | 1 | -23/+1 |
2010-04-06 | build: a better way of calculating syslib dependencies | Andrew Tridgell | 1 | -33/+15 |
2010-04-06 | build: fixed case of system library deps | Andrew Tridgell | 1 | -1/+5 |
2010-04-06 | build: fixed the cflags for pkg_config libs | Andrew Tridgell | 1 | -10/+21 |
2010-04-06 | build: python 2.4 doesn't support multiple union arguments for sets | Andrew Tridgell | 1 | -2/+4 |
2010-04-06 | build: expand indirect syslibs after loop unrolling | Andrew Tridgell | 1 | -1/+3 |
2010-04-06 | build: fixed handling of full dependencies for --disable-shared | Andrew Tridgell | 1 | -119/+137 |
2010-04-06 | build: optimise and re-enable check_duplicate_sources | Andrew Tridgell | 1 | -18/+47 |
2010-04-06 | build: cope with subsystems with no enabled modules | Andrew Tridgell | 1 | -2/+8 |
2010-04-06 | build: make bin/sambadeps depend on samba_deps.py modtime | Andrew Tridgell | 1 | -1/+13 |
2010-04-06 | build: python modules need the libs from broken lib loops too | Andrew Tridgell | 1 | -1/+1 |
2010-04-06 | build: split build and install libraries/binaries | Andrew Tridgell | 1 | -3/+16 |
2010-04-06 | build: allow waf to cache include lists more efficiently | Andrew Tridgell | 1 | -3/+17 |
2010-04-06 | build: try faster includes processing | Andrew Tridgell | 1 | -4/+20 |
2010-04-06 | build: fixed samba_deps.py for python 2.4 | Andrew Tridgell | 1 | -0/+11 |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -255/+568 |
2010-04-06 | build: separate out dependencies and python rules | Andrew Tridgell | 1 | -0/+390 |