summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_deps.py
AgeCommit message (Expand)AuthorFilesLines
2010-10-21waf: loosen the restriction on depending on python libsAndrew Tridgell1-1/+3
2010-10-21waf: fixed the handling of -Wl,-no-undefinedAndrew Tridgell1-1/+1
2010-10-21waf: show duplicate objects in python modules as well as librariesAndrew Tridgell1-2/+3
2010-10-21waf: raise an error on a dependency on a python moduleAndrew Tridgell1-0/+3
2010-10-21waf: prevent the global deps list creating depenency loopsAndrew Tridgell1-1/+9
2010-10-21waf: added the concept of a grouping_libraryAndrew Tridgell1-1/+32
2010-10-21waf: fixed expansion of direct_objects and direct_libsAndrew Tridgell1-2/+2
2010-10-21waf: rework expand_subsystem_deps()Andrew Tridgell1-18/+36
2010-10-21waf: added --show-deps and --show-duplicatesAndrew Tridgell1-1/+66
2010-10-19waf: don't save deps on installAndrew Tridgell1-1/+2
2010-10-14s4-waf: automatically remove stale C and header filesAndrew Tridgell1-0/+1
2010-10-13wafsamba: Don't allow circular dependencies involving libraries byJelmer Vernooij1-7/+17
2010-10-12wafsamba: Warn about circular dependencies between libraries.Jelmer Vernooij1-1/+1
2010-06-15wafsamba: Improve assertion error message to include the module.Jelmer Vernooij1-1/+2
2010-05-03build: added a check for group ordering within target dependenciesAndrew Tridgell1-0/+47
2010-04-26build: normalise paths in unique source checkingAndrew Tridgell1-1/+1
2010-04-21build: recalculate project deps when NONSHARED_BINARIES changesAndrew Tridgell1-0/+10
2010-04-21build: added --nonshared-binary=LIST optionAndrew Tridgell1-0/+13
2010-04-15build: ensure we don't recreate library loops in expansionsAndrew Tridgell1-1/+26
2010-04-13build: check the type of implied dependenciesAndrew Tridgell1-1/+12
2010-04-12wafsamba: don't add global dependencies to hostcc targetsStefan Metzmacher1-1/+2
2010-04-09build: use Logs.error() and Logs.info() instead of print()Andrew Tridgell1-11/+12
2010-04-08build: the exceptions here are not usefulAndrew Tridgell1-3/+3
2010-04-08build: make the handling of relative paths a bit sanerAndrew Tridgell1-1/+1
2010-04-08build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy1-11/+10
2010-04-06build: loop until all object reductions are completeAndrew Tridgell1-2/+14
2010-04-06build: much simpler and faster rpath install handlerAndrew Tridgell1-48/+2
2010-04-06build: only link install targets at install timeAndrew Tridgell1-6/+11
2010-04-06build: fixed the dependencies of the install targetsAndrew Tridgell1-3/+47
2010-04-06build: refactor the object reduction codeAndrew Tridgell1-30/+39
2010-04-06build: finally got LIBRARY<->LIBRARY reductions workingAndrew Tridgell1-2/+12
2010-04-06build: add python library object reductionAndrew Tridgell1-1/+1
2010-04-06build: expand indirect includes to fix disable-shared buildAndrew Tridgell1-3/+32
2010-04-06build: removed debug lineAndrew Tridgell1-1/+0
2010-04-06s4-waf: added implied_deps for system librariesAndrew Tridgell1-1/+13
2010-04-06build: tidy up the wafsamba rules a bitAndrew Tridgell1-23/+1
2010-04-06build: a better way of calculating syslib dependenciesAndrew Tridgell1-33/+15
2010-04-06build: fixed case of system library depsAndrew Tridgell1-1/+5
2010-04-06build: fixed the cflags for pkg_config libsAndrew Tridgell1-10/+21
2010-04-06build: python 2.4 doesn't support multiple union arguments for setsAndrew Tridgell1-2/+4
2010-04-06build: expand indirect syslibs after loop unrollingAndrew Tridgell1-1/+3
2010-04-06build: fixed handling of full dependencies for --disable-sharedAndrew Tridgell1-119/+137
2010-04-06build: optimise and re-enable check_duplicate_sourcesAndrew Tridgell1-18/+47
2010-04-06build: cope with subsystems with no enabled modulesAndrew Tridgell1-2/+8
2010-04-06build: make bin/sambadeps depend on samba_deps.py modtimeAndrew Tridgell1-1/+13
2010-04-06build: python modules need the libs from broken lib loops tooAndrew Tridgell1-1/+1
2010-04-06build: split build and install libraries/binariesAndrew Tridgell1-3/+16
2010-04-06build: allow waf to cache include lists more efficientlyAndrew Tridgell1-3/+17
2010-04-06build: try faster includes processingAndrew Tridgell1-4/+20
2010-04-06build: fixed samba_deps.py for python 2.4Andrew Tridgell1-0/+11