build: Reduce build systems to just top level waf and autoconf
[amitay/samba.git] / buildtools / wafsamba / samba_utils.py
2011-03-15 Andrew Tridgellwaf: ensure that MAKEFLAGS is set before parsing it
2011-03-15 Andrew Tridgellwaf: make mkdir_p() a bit more robust
2011-02-18 Andrew Tridgellwaf: support building libraries with a directory prefix
2010-12-09 Andrew Tridgellwaf: make mkdir_p on a empty string not recurse forever
2010-12-09 Andrew Tridgellwaf-abi: auto-generate per-symbol versions from ABI...
2010-11-30 Jelmer Vernooijwafsamba: Fix indentation.
2010-11-30 Jelmer Vernooijwafsamba: Only use private library rpath when linking...
2010-11-05 Jelmer Vernooijwaf: Put private libraries in a separate directory...
2010-11-05 Jelmer Vernooijwafsamba: Support expanding variables in LIBDIR/PRIVATE...
2010-11-05 Jelmer VernooijAdd --disable-rpath-private-install flag.
2010-11-05 Jelmer Vernooijsamba_utils: Use LIBDIR rather than assuming it is...
2010-10-30 Andrew Tridgellwaf: use Utils.WafError() instead of raising an Asserti...
2010-10-30 Andrew Tridgellwaf: separate out get_tgt_list()
2010-10-21 Andrew Tridgellwaf: cope with libraries with a specified version number
2010-10-19 Andrew Tridgellwaf: automap shared library names from .so to the right...
2010-10-06 Andrew Tridgellwaf: fixed some python3.x portability issues
2010-10-03 Jelmer Vernooijwafsamba: Some reformatting.
2010-09-26 Günther Deschnerwaf: add delimiter argument to TO_LIST.
2010-09-04 Andrew Tridgellwaf: fixed make test with TESTS="test1 test2"
2010-06-29 Andrew Tridgellbuild: allow LOAD_ENVIRONMENT() to pass when no configu...
2010-05-13 Thomas Nagybuildtools/wafsamba: fix build group ordering
2010-05-06 Andrew Tridgellbuild: added a reconfigure target
2010-05-03 Andrew Tridgellbuild: use the waf patterns for RPATH
2010-04-19 Andrew Tridgellbuild: fixed a python-3 indent error
2010-04-18 Andrew Tridgellbuild: support make V=1 for verbose build
2010-04-18 Andrew Tridgellbuild: added ABI checking to the WAF build
2010-04-15 Andrew Tridgellbuild: throw a fatal error for duplicate target declara...
2010-04-14 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2010-04-14 Andrew Tridgellbuild: try to honor MAKEFLAGS from make
2010-04-12 Andrew Tridgellbuild: allow target upgrades from EMPTY to SYSLIB
2010-04-09 Andrew Tridgellbuild: use Logs.error() and Logs.info() instead of...
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 Tridgells4-waf: replace TOUCH_FILE() with normal install rules
2010-04-06 Andrew Tridgellbuild: fixed LOAD_ENVIRONMENT for out of tree builds
2010-04-06 Andrew Tridgells4-waf: move to a universal method of recursing into...
2010-04-06 Andrew Tridgellbuild: fixed DESTDIR for TOUCH_FILE()
2010-04-06 Andrew Tridgellbuild: make sure the directory exists in TOUCH_FILE()
2010-04-06 Andrew Tridgells4-waf: create a blank __init__.py in samba/external
2010-04-06 Andrew Tridgellbuild: a bit more information for tracking --target...
2010-04-06 Andrew Tridgellbuild: sys.exit is better than raise here
2010-04-06 Andrew Tridgells4-waf: fixed some of the group ordering
2010-04-06 Andrew Tridgells4-waf: added rules for rebuilding the yapp parser...
2010-04-06 Andrew Tridgellbuild: added pattern option for recursive_dirlist
2010-04-06 Andrew Tridgellbuild: tidy up the wafsamba rules a bit
2010-04-06 Andrew Tridgellbuild: throw an error on all bad variable substitutions
2010-04-06 Andrew Tridgellbuild: fixed EXPAND_VARIABLES() for env expansion
2010-04-06 Andrew Tridgellbuild: support variable expansion in source= arguments...
2010-04-06 Andrew Tridgellbuild: honor existing LD_LIBRARY_PATH settings when...
2010-04-06 Andrew Tridgellbuild: we need to replace md5 in Task as well
2010-04-06 Andrew Tridgellbuild: need to set h_file on Utils
2010-04-06 Thomas Nagybuild: replace h_file when replacing md5
2010-04-06 Andrew Tridgellbuild: cope with systems that don't have md5 in python
2010-04-06 Andrew Tridgellbuild: need to mark disabled libraries as DISABLED
2010-04-06 Andrew Tridgellbuild: add cflags from pkg_config results to header...
2010-04-06 Andrew Tridgellbuild: finer grained rpath checking for binary/install
2010-04-06 Andrew Tridgellbuild: support systems without rpath
2010-04-06 Andrew Tridgellbuild: cope with multiple checks for the same function...
2010-04-06 Andrew Tridgellbuild: added SUBST_VARS_RECURSIVE()
2010-04-06 Andrew Tridgellbuild: use RUN_COMMAND() to wrap os.system()
2010-04-06 Andrew Tridgellbuild: split build and install libraries/binaries
2010-04-06 Andrew Tridgellbuild: try faster includes processing
2010-04-06 Andrew Tridgellbuild: waf quicktest nearly works
2010-04-06 Andrew Tridgellbuild: nearly there on samba4 build
2010-04-06 Andrew Tridgellbuild: assert on missing dependency
2010-04-06 Andrew Tridgellbuild: added ENFORCE_GROUP_ORDERING()
2010-04-06 Andrew Tridgellbuild: added SUBST_ENV_VAR()
2010-04-06 Andrew Tridgellbuild: smarter list splitting
2010-04-06 Andrew Tridgellbuild: a useful example of a debug technique in waf
2010-04-06 Andrew Tridgellbuild: result of hack session with ita
2010-04-06 Andrew Tridgellbuild: fixes from ita
2010-04-06 Andrew Tridgellbuild: rewrote PIDL rules, breaking them into a separat...
2010-04-06 Andrew Tridgellbuild: started to split up wafsamba.py into separate...