s4-waf: create a blank __init__.py in samba/external
[nivanova/samba-autobuild/.git] / buildtools / wafsamba / samba_utils.py
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...