build:wafsamba: removed most import * statements
[sfrench/samba-autobuild/.git] / buildtools / wafsamba / samba_deps.py
2015-10-28 Thomas Nagybuild:wafsamba: removed most import * statements
2015-09-02 Thomas Nagybuild:wafsamba: Use the Waf 1.8 API get_tgen_by_name...
2015-08-05 Stefan Metzmacherwafsamba: don't add -DSTATIC_%s_MODULES* arguments...
2015-06-30 Amitay Isaacswafsamba: Cache final_libs for each target
2014-10-03 Thomas NagyReduce the no-op build times by 30%
2014-04-02 Stefan Metzmacherwafsamba: require a ';' after STATIC_*_MODULES_PROTO
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-05-20 Matthieu Patoubuildtools: Fix compilation warnings
2012-09-27 Jelmer Vernooijs4-python: Various formatting fixes.
2012-04-19 Simo Sorcewaf: Fix mispelling
2012-04-17 Simo SorceFix typo
2012-04-11 Andrew Bartlettbuild: use include paths for pkg-config found libraries
2012-02-18 Jelmer Vernooijwafsamba: Fix some whitespace issues.
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-04-26 Matthieu Patouwaf: introduce reverse logic for allowing unknown symbols
2011-03-15 Andrew Tridgellwafsamba: added global_include option
2011-02-18 Andrew Tridgellbuild: added allow_undefined_symbols options for librar...
2011-02-18 Andrew Tridgellwaf: use Utils.WafError() instead of sys.exit(1)
2011-02-11 Günther Deschnerwaf: substitute '/' in -D static defines as well.
2011-02-07 Andrew Tridgellwaf: samba deps generation depends on EXTRA_INCLUDES
2011-01-05 Stefan Metzmacherbuildtools/wafsamba: import 'sys' and 'Logs' if we...
2010-12-17 Jelmer Vernooijwafsamba: Move version script handling out of SAMBA_LIB...
2010-12-15 Andrew Tridgellwaf: fixed re-running of build rules
2010-12-08 Andrew Tridgellwaf: use -Wl,--version-script if available
2010-11-08 Andrew Tridgellwaf: fixed tabs/spaces for python3.0
2010-11-03 Andrew Tridgellwaf: more agressively expand subsystem syslib deps
2010-11-02 Andrew Tridgellwaf: rerun deps calculation on LDFLAGS or CFLAGS change
2010-11-01 Andrew Tridgellwaf: added automatic prototyping of static module init...
2010-10-30 Andrew Tridgellwaf: fixed building of non-shared binaries that contain...
2010-10-30 Andrew Tridgellwaf: get rid of target aliases in wafsamba
2010-10-30 Andrew Tridgellwaf: save the samba_deps_extended
2010-10-30 Andrew Tridgellwaf: give a better error on a bad grouping library
2010-10-30 Andrew Tridgellwaf: cope with subsystems with no static modules
2010-10-30 Andrew Tridgellwaf: don't auto-depend on subsystems
2010-10-30 Andrew Tridgellwaf: separate out get_tgt_list()
2010-10-30 Andrew Tridgellwaf: display the paths in library loops
2010-10-27 Andrew Tridgellwaf: sped up the project rules checking
2010-10-26 Andrew Tridgellwaf: quote subsystem names to make them clearer
2010-10-21 Andrew Tridgellwaf: loosen the restriction on depending on python...
2010-10-21 Andrew Tridgellwaf: fixed the handling of -Wl,-no-undefined
2010-10-21 Andrew Tridgellwaf: show duplicate objects in python modules as well...
2010-10-21 Andrew Tridgellwaf: raise an error on a dependency on a python module
2010-10-21 Andrew Tridgellwaf: prevent the global deps list creating depenency...
2010-10-21 Andrew Tridgellwaf: added the concept of a grouping_library
2010-10-21 Andrew Tridgellwaf: fixed expansion of direct_objects and direct_libs
2010-10-21 Andrew Tridgellwaf: rework expand_subsystem_deps()
2010-10-21 Andrew Tridgellwaf: added --show-deps and --show-duplicates
2010-10-19 Andrew Tridgellwaf: don't save deps on install
2010-10-14 Andrew Tridgells4-waf: automatically remove stale C and header files
2010-10-13 Jelmer Vernooijwafsamba: Don't allow circular dependencies involving...
2010-10-12 Jelmer Vernooijwafsamba: Warn about circular dependencies between...
2010-06-15 Jelmer Vernooijwafsamba: Improve assertion error message to include...
2010-05-03 Andrew Tridgellbuild: added a check for group ordering within target...
2010-04-26 Andrew Tridgellbuild: normalise paths in unique source checking
2010-04-21 Andrew Tridgellbuild: recalculate project deps when NONSHARED_BINARIES...
2010-04-21 Andrew Tridgellbuild: added --nonshared-binary=LIST option
2010-04-15 Andrew Tridgellbuild: ensure we don't recreate library loops in expansions
2010-04-13 Andrew Tridgellbuild: check the type of implied dependencies
2010-04-12 Stefan Metzmacherwafsamba: don't add global dependencies to hostcc targets
2010-04-09 Andrew Tridgellbuild: use Logs.error() and Logs.info() instead of...
2010-04-08 Andrew Tridgellbuild: the exceptions here are not useful
2010-04-08 Andrew Tridgellbuild: make the handling of relative paths a bit saner
2010-04-07 Thomas Nagybuild: allow the waf build to work with python 3.0...
2010-04-06 Andrew Tridgellbuild: loop until all object reductions are complete
2010-04-06 Andrew Tridgellbuild: much simpler and faster rpath install handler
2010-04-06 Andrew Tridgellbuild: only link install targets at install time
2010-04-06 Andrew Tridgellbuild: fixed the dependencies of the install targets
2010-04-06 Andrew Tridgellbuild: refactor the object reduction code
2010-04-06 Andrew Tridgellbuild: finally got LIBRARY<->LIBRARY reductions working
2010-04-06 Andrew Tridgellbuild: add python library object reduction
2010-04-06 Andrew Tridgellbuild: expand indirect includes to fix disable-shared...
2010-04-06 Andrew Tridgellbuild: removed debug line
2010-04-06 Andrew Tridgells4-waf: added implied_deps for system libraries
2010-04-06 Andrew Tridgellbuild: tidy up the wafsamba rules a bit
2010-04-06 Andrew Tridgellbuild: a better way of calculating syslib dependencies
2010-04-06 Andrew Tridgellbuild: fixed case of system library deps
2010-04-06 Andrew Tridgellbuild: fixed the cflags for pkg_config libs
2010-04-06 Andrew Tridgellbuild: python 2.4 doesn't support multiple union argume...
2010-04-06 Andrew Tridgellbuild: expand indirect syslibs after loop unrolling
2010-04-06 Andrew Tridgellbuild: fixed handling of full dependencies for --disabl...
2010-04-06 Andrew Tridgellbuild: optimise and re-enable check_duplicate_sources
2010-04-06 Andrew Tridgellbuild: cope with subsystems with no enabled modules
2010-04-06 Andrew Tridgellbuild: make bin/sambadeps depend on samba_deps.py modtime
2010-04-06 Andrew Tridgellbuild: python modules need the libs from broken lib...
2010-04-06 Andrew Tridgellbuild: split build and install libraries/binaries
2010-04-06 Andrew Tridgellbuild: allow waf to cache include lists more efficiently
2010-04-06 Andrew Tridgellbuild: try faster includes processing
2010-04-06 Andrew Tridgellbuild: fixed samba_deps.py for python 2.4
2010-04-06 Andrew Tridgellbuild: waf quicktest nearly works
2010-04-06 Andrew Tridgellbuild: separate out dependencies and python rules