summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_deps.py
Commit message (Expand)AuthorAgeFilesLines
* wafsamba: Use native waf timerLukas Slebodnik2019-06-181-13/+12
* wafsamba: Do not remove BUILTINS as duplicatesAndreas Schneider2018-12-201-0/+5
* wafsamba: remove the need of BuildContext.bdirStefan Metzmacher2018-11-201-2/+2
* third_party:waf: update to upstream 2.0.4 releaseAlexander Bokovoy2018-09-051-7/+8
* build:wafsamba: Build on waf 1.9Thomas Nagy2018-09-051-6/+9
* buildtools: Work around a . being in the target name when building python3 he...Andrew Bartlett2017-03-101-0/+1
* build:wafsamba: Ensure that check_group_ordering can be overriddenThomas Nagy2015-11-241-2/+2
* build:wafsamba: remove check_orphaned_targetsThomas Nagy2015-11-191-19/+0
* build:wafsamba: Removed unnecessary and misleading variablesThomas Nagy2015-11-061-8/+2
* build:wafsamba: removed most import * statementsThomas Nagy2015-10-281-3/+8
* build:wafsamba: Use the Waf 1.8 API get_tgen_by_name instead of name_to_objThomas Nagy2015-09-021-27/+27
* wafsamba: don't add -DSTATIC_%s_MODULES* arguments for SAMBA_LIBRARY(pyembed=...Stefan Metzmacher2015-08-061-0/+3
* wafsamba: Cache final_libs for each targetAmitay Isaacs2015-06-301-1/+2
* Reduce the no-op build times by 30%Thomas Nagy2014-10-031-3/+3
* 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