summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_deps.py
AgeCommit message (Expand)AuthorFilesLines
2013-05-20buildtools: Fix compilation warningsMatthieu Patou1-1/+1
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-4/+4
2012-04-19waf: Fix mispellingSimo Sorce1-6/+6
2012-04-17Fix typoSimo Sorce1-2/+2
2012-04-11build: use include paths for pkg-config found librariesAndrew Bartlett1-1/+1
2012-02-18wafsamba: Fix some whitespace issues.Jelmer Vernooij1-4/+1
2011-04-26waf: introduce reverse logic for allowing unknown symbolsMatthieu Patou1-0/+4
2011-03-15wafsamba: added global_include optionAndrew Tridgell1-2/+3
2011-02-18build: added allow_undefined_symbols options for libraries and modulesAndrew Tridgell1-1/+5
2011-02-18waf: use Utils.WafError() instead of sys.exit(1)Andrew Tridgell1-2/+1
2011-02-11waf: substitute '/' in -D static defines as well.Günther Deschner1-2/+4
2011-02-07waf: samba deps generation depends on EXTRA_INCLUDESAndrew Tridgell1-1/+1
2011-01-05buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher1-1/+1
2010-12-17wafsamba: Move version script handling out of SAMBA_LIBRARY.Jelmer Vernooij1-1/+1
2010-12-15waf: fixed re-running of build rulesAndrew Tridgell1-2/+2
2010-12-08waf: use -Wl,--version-script if availableAndrew Tridgell1-1/+2
2010-11-08waf: fixed tabs/spaces for python3.0Andrew Tridgell1-1/+1
2010-11-03waf: more agressively expand subsystem syslib depsAndrew Tridgell1-4/+9
2010-11-03waf: rerun deps calculation on LDFLAGS or CFLAGS changeAndrew Tridgell1-1/+1
2010-11-01waf: added automatic prototyping of static module init functionsAndrew Tridgell1-0/+8
2010-10-30waf: fixed building of non-shared binaries that contain modulesAndrew Tridgell1-0/+19
2010-10-30waf: get rid of target aliases in wafsambaAndrew Tridgell1-24/+1
2010-10-30waf: save the samba_deps_extendedAndrew Tridgell1-1/+1
2010-10-30waf: give a better error on a bad grouping libraryAndrew Tridgell1-0/+1
2010-10-30waf: cope with subsystems with no static modulesAndrew Tridgell1-4/+6
2010-10-30waf: don't auto-depend on subsystemsAndrew Tridgell1-7/+0
2010-10-30waf: separate out get_tgt_list()Andrew Tridgell1-12/+1
2010-10-30waf: display the paths in library loopsAndrew Tridgell1-0/+21
2010-10-27waf: sped up the project rules checkingAndrew Tridgell1-21/+60
2010-10-26waf: quote subsystem names to make them clearerAndrew Tridgell1-1/+1
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