index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
buildtools
/
wafsamba
/
samba_utils.py
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-18
waf: support building libraries with a directory prefix
Andrew Tridgell
1
-2
/
+9
2010-12-09
waf: make mkdir_p on a empty string not recurse forever
Andrew Tridgell
1
-1
/
+1
2010-12-09
waf-abi: auto-generate per-symbol versions from ABI files
Andrew Tridgell
1
-0
/
+3
2010-11-30
wafsamba: Fix indentation.
Jelmer Vernooij
1
-1
/
+1
2010-11-30
wafsamba: Only use private library rpath when linking against private
Jelmer Vernooij
1
-2
/
+12
2010-11-05
waf: Put private libraries in a separate directory when building.
Jelmer Vernooij
1
-3
/
+4
2010-11-05
wafsamba: Support expanding variables in LIBDIR/PRIVATELIBDIR variables.
Jelmer Vernooij
1
-2
/
+2
2010-11-05
Add --disable-rpath-private-install flag.
Jelmer Vernooij
1
-2
/
+5
2010-11-05
samba_utils: Use LIBDIR rather than assuming it is set to $prefix/lib.
Jelmer Vernooij
1
-1
/
+1
2010-10-30
waf: use Utils.WafError() instead of raising an AssertionError
Andrew Tridgell
1
-2
/
+1
2010-10-30
waf: separate out get_tgt_list()
Andrew Tridgell
1
-0
/
+19
2010-10-21
waf: cope with libraries with a specified version number
Andrew Tridgell
1
-0
/
+3
2010-10-19
waf: automap shared library names from .so to the right extension
Andrew Tridgell
1
-0
/
+39
2010-10-06
waf: fixed some python3.x portability issues
Andrew Tridgell
1
-0
/
+4
2010-10-03
wafsamba: Some reformatting.
Jelmer Vernooij
1
-3
/
+1
2010-09-27
waf: add delimiter argument to TO_LIST.
Günther Deschner
1
-2
/
+2
2010-09-04
waf: fixed make test with TESTS="test1 test2"
Andrew Tridgell
1
-1
/
+3
2010-06-29
build: allow LOAD_ENVIRONMENT() to pass when no configure has been run
Andrew Tridgell
1
-2
/
+5
2010-05-13
buildtools/wafsamba: fix build group ordering
Thomas Nagy
1
-2
/
+5
2010-05-06
build: added a reconfigure target
Andrew Tridgell
1
-0
/
+10
2010-05-03
build: use the waf patterns for RPATH
Andrew Tridgell
1
-4
/
+2
2010-04-19
build: fixed a python-3 indent error
Andrew Tridgell
1
-1
/
+1
2010-04-18
build: support make V=1 for verbose build
Andrew Tridgell
1
-1
/
+10
2010-04-18
build: added ABI checking to the WAF build
Andrew Tridgell
1
-0
/
+36
2010-04-15
build: throw a fatal error for duplicate target declarations
Andrew Tridgell
1
-4
/
+4
2010-04-14
build: try to honor MAKEFLAGS from make
Andrew Tridgell
1
-0
/
+26
2010-04-12
build: allow target upgrades from EMPTY to SYSLIB
Andrew Tridgell
1
-1
/
+1
2010-04-09
build: use Logs.error() and Logs.info() instead of print()
Andrew Tridgell
1
-6
/
+6
2010-04-08
build: make the handling of relative paths a bit saner
Andrew Tridgell
1
-1
/
+1
2010-04-08
build: allow the waf build to work with python 3.0 and 3.1
Thomas Nagy
1
-3
/
+3
2010-04-06
s4-waf: replace TOUCH_FILE() with normal install rules
Andrew Tridgell
1
-13
/
+0
2010-04-06
build: fixed LOAD_ENVIRONMENT for out of tree builds
Andrew Tridgell
1
-1
/
+2
2010-04-06
s4-waf: move to a universal method of recursing into subdirs
Andrew Tridgell
1
-0
/
+32
2010-04-06
build: fixed DESTDIR for TOUCH_FILE()
Andrew Tridgell
1
-1
/
+6
2010-04-06
build: make sure the directory exists in TOUCH_FILE()
Andrew Tridgell
1
-0
/
+1
2010-04-06
s4-waf: create a blank __init__.py in samba/external
Andrew Tridgell
1
-0
/
+5
2010-04-06
build: a bit more information for tracking --target deps
Andrew Tridgell
1
-1
/
+2
2010-04-06
build: sys.exit is better than raise here
Andrew Tridgell
1
-2
/
+2
2010-04-06
s4-waf: fixed some of the group ordering
Andrew Tridgell
1
-7
/
+21
2010-04-06
s4-waf: added rules for rebuilding the yapp parser in pidl
Andrew Tridgell
1
-0
/
+9
2010-04-06
build: added pattern option for recursive_dirlist
Andrew Tridgell
1
-2
/
+12
2010-04-06
build: tidy up the wafsamba rules a bit
Andrew Tridgell
1
-73
/
+22
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
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
2010-04-06
build: cope with systems that don't have md5 in python
Andrew Tridgell
1
-0
/
+21
[next]