Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-06 | build: added pattern option for recursive_dirlist | Andrew Tridgell | 1 | -2/+12 | |
also added LOAD_ENVIRONMENT(), which will be used in the testsuite | |||||
2010-04-06 | build: tidy up the wafsamba rules a bit | Andrew Tridgell | 1 | -73/+22 | |
use python string conventions for function comments | |||||
2010-04-06 | build: throw an error on all bad variable substitutions | Andrew Tridgell | 1 | -12/+18 | |
2010-04-06 | build: fixed EXPAND_VARIABLES() for env expansion | Andrew Tridgell | 1 | -1/+2 | |
2010-04-06 | build: support variable expansion in source= arguments to build rules | Andrew Tridgell | 1 | -0/+34 | |
This makes it much easier to follow the s3 approach to lists of source files in the top level wscript Pair-Programmed-With: Kai Blin <kai@samba.org> | |||||
2010-04-06 | build: honor existing LD_LIBRARY_PATH settings when adding shared lib paths | Andrew Tridgell | 1 | -1/+12 | |
2010-04-06 | build: we need to replace md5 in Task as well | Andrew Tridgell | 1 | -1/+2 | |
2010-04-06 | build: need to set h_file on Utils | Andrew Tridgell | 1 | -2/+3 | |
2010-04-06 | build: replace h_file when replacing md5 | Thomas Nagy | 1 | -0/+8 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-04-06 | build: cope with systems that don't have md5 in python | Andrew Tridgell | 1 | -0/+21 | |
2010-04-06 | build: need to mark disabled libraries as DISABLED | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: add cflags from pkg_config results to header/function tests | Andrew Tridgell | 1 | -0/+2 | |
When we find a package with pkg_config we may need to use the resulting ccflags and ldflags in later tests. Support this by adding lib= options to CHECK_FUNC and CHECK_HEADER This gets gnutls on FreeBSD working | |||||
2010-04-06 | build: finer grained rpath checking for binary/install | Andrew Tridgell | 1 | -10/+13 | |
2010-04-06 | build: support systems without rpath | Andrew Tridgell | 1 | -3/+6 | |
2010-04-06 | build: cope with multiple checks for the same function/library | Andrew Tridgell | 1 | -0/+9 | |
2010-04-06 | build: added SUBST_VARS_RECURSIVE() | Andrew Tridgell | 1 | -3/+12 | |
2010-04-06 | build: use RUN_COMMAND() to wrap os.system() | Andrew Tridgell | 1 | -0/+18 | |
2010-04-06 | build: split build and install libraries/binaries | Andrew Tridgell | 1 | -14/+9 | |
we need to split these to avoid re-compilation on install as install has different rpath settings | |||||
2010-04-06 | build: try faster includes processing | Andrew Tridgell | 1 | -1/+0 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -12/+38 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: nearly there on samba4 build | Andrew Tridgell | 1 | -32/+27 | |
2010-04-06 | build: assert on missing dependency | Andrew Tridgell | 1 | -1/+13 | |
2010-04-06 | build: added ENFORCE_GROUP_ORDERING() | Andrew Tridgell | 1 | -0/+28 | |
2010-04-06 | build: added SUBST_ENV_VAR() | Andrew Tridgell | 1 | -0/+5 | |
2010-04-06 | build: smarter list splitting | Andrew Tridgell | 1 | -2/+9 | |
2010-04-06 | build: a useful example of a debug technique in waf | Andrew Tridgell | 1 | -0/+8 | |
2010-04-06 | build: result of hack session with ita | Andrew Tridgell | 1 | -4/+4 | |
2010-04-06 | build: fixes from ita | Andrew Tridgell | 1 | -1/+43 | |
2010-04-06 | build: rewrote PIDL rules, breaking them into a separate waf tool | Andrew Tridgell | 1 | -0/+48 | |
2010-04-06 | build: started to split up wafsamba.py into separate modules | Andrew Tridgell | 1 | -0/+133 | |