summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/samba_deps.py
Commit message (Expand)AuthorAgeFilesLines
* wafsamba: Improve assertion error message to include the module.Jelmer Vernooij2010-06-151-1/+2
* build: added a check for group ordering within target dependenciesAndrew Tridgell2010-05-031-0/+47
* build: normalise paths in unique source checkingAndrew Tridgell2010-04-261-1/+1
* build: recalculate project deps when NONSHARED_BINARIES changesAndrew Tridgell2010-04-211-0/+10
* build: added --nonshared-binary=LIST optionAndrew Tridgell2010-04-211-0/+13
* build: ensure we don't recreate library loops in expansionsAndrew Tridgell2010-04-151-1/+26
* build: check the type of implied dependenciesAndrew Tridgell2010-04-131-1/+12
* wafsamba: don't add global dependencies to hostcc targetsStefan Metzmacher2010-04-121-1/+2
* build: use Logs.error() and Logs.info() instead of print()Andrew Tridgell2010-04-091-11/+12
* build: the exceptions here are not usefulAndrew Tridgell2010-04-081-3/+3
* build: make the handling of relative paths a bit sanerAndrew Tridgell2010-04-081-1/+1
* build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy2010-04-081-11/+10
* build: loop until all object reductions are completeAndrew Tridgell2010-04-061-2/+14
* build: much simpler and faster rpath install handlerAndrew Tridgell2010-04-061-48/+2
* build: only link install targets at install timeAndrew Tridgell2010-04-061-6/+11
* build: fixed the dependencies of the install targetsAndrew Tridgell2010-04-061-3/+47
* build: refactor the object reduction codeAndrew Tridgell2010-04-061-30/+39
* build: finally got LIBRARY<->LIBRARY reductions workingAndrew Tridgell2010-04-061-2/+12
* build: add python library object reductionAndrew Tridgell2010-04-061-1/+1
* build: expand indirect includes to fix disable-shared buildAndrew Tridgell2010-04-061-3/+32
* build: removed debug lineAndrew Tridgell2010-04-061-1/+0
* s4-waf: added implied_deps for system librariesAndrew Tridgell2010-04-061-1/+13
* build: tidy up the wafsamba rules a bitAndrew Tridgell2010-04-061-23/+1
* build: a better way of calculating syslib dependenciesAndrew Tridgell2010-04-061-33/+15
* build: fixed case of system library depsAndrew Tridgell2010-04-061-1/+5
* build: fixed the cflags for pkg_config libsAndrew Tridgell2010-04-061-10/+21
* build: python 2.4 doesn't support multiple union arguments for setsAndrew Tridgell2010-04-061-2/+4
* build: expand indirect syslibs after loop unrollingAndrew Tridgell2010-04-061-1/+3
* build: fixed handling of full dependencies for --disable-sharedAndrew Tridgell2010-04-061-119/+137
* build: optimise and re-enable check_duplicate_sourcesAndrew Tridgell2010-04-061-18/+47
* build: cope with subsystems with no enabled modulesAndrew Tridgell2010-04-061-2/+8
* build: make bin/sambadeps depend on samba_deps.py modtimeAndrew Tridgell2010-04-061-1/+13
* build: python modules need the libs from broken lib loops tooAndrew Tridgell2010-04-061-1/+1
* build: split build and install libraries/binariesAndrew Tridgell2010-04-061-3/+16
* build: allow waf to cache include lists more efficientlyAndrew Tridgell2010-04-061-3/+17
* build: try faster includes processingAndrew Tridgell2010-04-061-4/+20
* build: fixed samba_deps.py for python 2.4Andrew Tridgell2010-04-061-0/+11
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-255/+568
* build: separate out dependencies and python rulesAndrew Tridgell2010-04-061-0/+390