waf: rework expand_subsystem_deps()
[abartlet/samba.git/.git] / buildtools / wafsamba / samba_deps.py
2010-10-21 Andrew Tridgellwaf: rework expand_subsystem_deps()
2010-10-21 Andrew Tridgellwaf: added --show-deps and --show-duplicates
2010-10-19 Andrew Tridgellwaf: don't save deps on install
2010-10-14 Andrew Tridgells4-waf: automatically remove stale C and header files
2010-10-13 Jelmer Vernooijwafsamba: Don't allow circular dependencies involving...
2010-10-12 Jelmer Vernooijwafsamba: Warn about circular dependencies between...
2010-06-15 Jelmer Vernooijwafsamba: Improve assertion error message to include...
2010-05-03 Andrew Tridgellbuild: added a check for group ordering within target...
2010-04-26 Andrew Tridgellbuild: normalise paths in unique source checking
2010-04-21 Andrew Tridgellbuild: recalculate project deps when NONSHARED_BINARIES...
2010-04-21 Andrew Tridgellbuild: added --nonshared-binary=LIST option
2010-04-15 Andrew Tridgellbuild: ensure we don't recreate library loops in expansions
2010-04-13 Andrew Tridgellbuild: check the type of implied dependencies
2010-04-12 Stefan Metzmacherwafsamba: don't add global dependencies to hostcc targets
2010-04-09 Andrew Tridgellbuild: use Logs.error() and Logs.info() instead of...
2010-04-08 Andrew Tridgellbuild: the exceptions here are not useful
2010-04-08 Andrew Tridgellbuild: make the handling of relative paths a bit saner
2010-04-07 Thomas Nagybuild: allow the waf build to work with python 3.0...
2010-04-06 Andrew Tridgellbuild: loop until all object reductions are complete
2010-04-06 Andrew Tridgellbuild: much simpler and faster rpath install handler
2010-04-06 Andrew Tridgellbuild: only link install targets at install time
2010-04-06 Andrew Tridgellbuild: fixed the dependencies of the install targets
2010-04-06 Andrew Tridgellbuild: refactor the object reduction code
2010-04-06 Andrew Tridgellbuild: finally got LIBRARY<->LIBRARY reductions working
2010-04-06 Andrew Tridgellbuild: add python library object reduction
2010-04-06 Andrew Tridgellbuild: expand indirect includes to fix disable-shared...
2010-04-06 Andrew Tridgellbuild: removed debug line
2010-04-06 Andrew Tridgells4-waf: added implied_deps for system libraries
2010-04-06 Andrew Tridgellbuild: tidy up the wafsamba rules a bit
2010-04-06 Andrew Tridgellbuild: a better way of calculating syslib dependencies
2010-04-06 Andrew Tridgellbuild: fixed case of system library deps
2010-04-06 Andrew Tridgellbuild: fixed the cflags for pkg_config libs
2010-04-06 Andrew Tridgellbuild: python 2.4 doesn't support multiple union argume...
2010-04-06 Andrew Tridgellbuild: expand indirect syslibs after loop unrolling
2010-04-06 Andrew Tridgellbuild: fixed handling of full dependencies for --disabl...
2010-04-06 Andrew Tridgellbuild: optimise and re-enable check_duplicate_sources
2010-04-06 Andrew Tridgellbuild: cope with subsystems with no enabled modules
2010-04-06 Andrew Tridgellbuild: make bin/sambadeps depend on samba_deps.py modtime
2010-04-06 Andrew Tridgellbuild: python modules need the libs from broken lib...
2010-04-06 Andrew Tridgellbuild: split build and install libraries/binaries
2010-04-06 Andrew Tridgellbuild: allow waf to cache include lists more efficiently
2010-04-06 Andrew Tridgellbuild: try faster includes processing
2010-04-06 Andrew Tridgellbuild: fixed samba_deps.py for python 2.4
2010-04-06 Andrew Tridgellbuild: waf quicktest nearly works
2010-04-06 Andrew Tridgellbuild: separate out dependencies and python rules