summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/samba_deps.py
Commit message (Expand)AuthorAgeFilesLines
* wafsamba: require a ';' after STATIC_*_MODULES_PROTOStefan Metzmacher2014-04-021-3/+6
* buildtools: Fix compilation warningsMatthieu Patou2013-05-201-1/+1
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-4/+4
* waf: Fix mispellingSimo Sorce2012-04-191-6/+6
* Fix typoSimo Sorce2012-04-171-2/+2
* build: use include paths for pkg-config found librariesAndrew Bartlett2012-04-111-1/+1
* wafsamba: Fix some whitespace issues.Jelmer Vernooij2012-02-181-4/+1
* waf: introduce reverse logic for allowing unknown symbolsMatthieu Patou2011-04-261-0/+4
* wafsamba: added global_include optionAndrew Tridgell2011-03-151-2/+3
* build: added allow_undefined_symbols options for libraries and modulesAndrew Tridgell2011-02-181-1/+5
* waf: use Utils.WafError() instead of sys.exit(1)Andrew Tridgell2011-02-181-2/+1
* waf: substitute '/' in -D static defines as well.Günther Deschner2011-02-111-2/+4
* waf: samba deps generation depends on EXTRA_INCLUDESAndrew Tridgell2011-02-071-1/+1
* buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher2011-01-051-1/+1
* wafsamba: Move version script handling out of SAMBA_LIBRARY.Jelmer Vernooij2010-12-171-1/+1
* waf: fixed re-running of build rulesAndrew Tridgell2010-12-151-2/+2
* waf: use -Wl,--version-script if availableAndrew Tridgell2010-12-081-1/+2
* waf: fixed tabs/spaces for python3.0Andrew Tridgell2010-11-081-1/+1
* waf: more agressively expand subsystem syslib depsAndrew Tridgell2010-11-031-4/+9
* waf: rerun deps calculation on LDFLAGS or CFLAGS changeAndrew Tridgell2010-11-031-1/+1
* waf: added automatic prototyping of static module init functionsAndrew Tridgell2010-11-011-0/+8
* waf: fixed building of non-shared binaries that contain modulesAndrew Tridgell2010-10-301-0/+19
* waf: get rid of target aliases in wafsambaAndrew Tridgell2010-10-301-24/+1
* waf: save the samba_deps_extendedAndrew Tridgell2010-10-301-1/+1
* waf: give a better error on a bad grouping libraryAndrew Tridgell2010-10-301-0/+1
* waf: cope with subsystems with no static modulesAndrew Tridgell2010-10-301-4/+6
* waf: don't auto-depend on subsystemsAndrew Tridgell2010-10-301-7/+0
* waf: separate out get_tgt_list()Andrew Tridgell2010-10-301-12/+1
* waf: display the paths in library loopsAndrew Tridgell2010-10-301-0/+21
* waf: sped up the project rules checkingAndrew Tridgell2010-10-271-21/+60
* waf: quote subsystem names to make them clearerAndrew Tridgell2010-10-261-1/+1
* waf: loosen the restriction on depending on python libsAndrew Tridgell2010-10-211-1/+3
* waf: fixed the handling of -Wl,-no-undefinedAndrew Tridgell2010-10-211-1/+1
* waf: show duplicate objects in python modules as well as librariesAndrew Tridgell2010-10-211-2/+3
* waf: raise an error on a dependency on a python moduleAndrew Tridgell2010-10-211-0/+3
* waf: prevent the global deps list creating depenency loopsAndrew Tridgell2010-10-211-1/+9
* waf: added the concept of a grouping_libraryAndrew Tridgell2010-10-211-1/+32
* waf: fixed expansion of direct_objects and direct_libsAndrew Tridgell2010-10-211-2/+2
* waf: rework expand_subsystem_deps()Andrew Tridgell2010-10-211-18/+36
* waf: added --show-deps and --show-duplicatesAndrew Tridgell2010-10-211-1/+66
* waf: don't save deps on installAndrew Tridgell2010-10-191-1/+2
* s4-waf: automatically remove stale C and header filesAndrew Tridgell2010-10-141-0/+1
* wafsamba: Don't allow circular dependencies involving libraries byJelmer Vernooij2010-10-131-7/+17
* wafsamba: Warn about circular dependencies between libraries.Jelmer Vernooij2010-10-121-1/+1
* 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