index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
buildtools
/
wafsamba
/
samba_utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
wafsamba: replace try:except: case with explicit comment about FIPS mode
Alexander Bokovoy
2012-12-08
1
-8
/
+7
*
wafsamba: Make sure md5 is really work before using it or overriding the hash...
Alexander Bokovoy
2012-12-08
1
-0
/
+8
*
s4-python: Various formatting fixes.
Jelmer Vernooij
2012-09-27
1
-5
/
+5
*
wafsamba: ensure TO_LIST does not fail with empty string
Alexander Bokovoy
2012-05-23
1
-0
/
+2
*
Introduce system MIT krb5 build with --with-system-mitkrb5 option.
Alexander Bokovoy
2012-05-23
1
-1
/
+10
*
waf: samba-specific methods should have capitalized names, change process_sep...
Alexander Bokovoy
2012-04-14
1
-3
/
+3
*
wafsamba: add support for separate rules in stages
Alexander Bokovoy
2012-04-13
1
-1
/
+24
*
wafsamba: Add tests for unique_list, subst_vars_error.
Jelmer Vernooij
2012-02-12
1
-2
/
+1
*
wafsamba: Cope with not everything having a final_libs attribute.
Jelmer Vernooij
2011-12-05
1
-1
/
+1
*
wafsamba: Use final_libs list to determine if a target needs private librarie...
Jelmer Vernooij
2011-12-05
1
-1
/
+1
*
build: explain the passing of make options to waf
Andrew Tridgell
2011-10-20
1
-0
/
+7
*
waf: ensure that MAKEFLAGS is set before parsing it
Andrew Tridgell
2011-03-15
1
-0
/
+2
*
waf: make mkdir_p() a bit more robust
Andrew Tridgell
2011-03-15
1
-1
/
+6
*
waf: support building libraries with a directory prefix
Andrew Tridgell
2011-02-18
1
-2
/
+9
*
waf: make mkdir_p on a empty string not recurse forever
Andrew Tridgell
2010-12-09
1
-1
/
+1
*
waf-abi: auto-generate per-symbol versions from ABI files
Andrew Tridgell
2010-12-09
1
-0
/
+3
*
wafsamba: Fix indentation.
Jelmer Vernooij
2010-11-30
1
-1
/
+1
*
wafsamba: Only use private library rpath when linking against private
Jelmer Vernooij
2010-11-30
1
-2
/
+12
*
waf: Put private libraries in a separate directory when building.
Jelmer Vernooij
2010-11-05
1
-3
/
+4
*
wafsamba: Support expanding variables in LIBDIR/PRIVATELIBDIR variables.
Jelmer Vernooij
2010-11-05
1
-2
/
+2
*
Add --disable-rpath-private-install flag.
Jelmer Vernooij
2010-11-05
1
-2
/
+5
*
samba_utils: Use LIBDIR rather than assuming it is set to $prefix/lib.
Jelmer Vernooij
2010-11-05
1
-1
/
+1
*
waf: use Utils.WafError() instead of raising an AssertionError
Andrew Tridgell
2010-10-30
1
-2
/
+1
*
waf: separate out get_tgt_list()
Andrew Tridgell
2010-10-30
1
-0
/
+19
*
waf: cope with libraries with a specified version number
Andrew Tridgell
2010-10-21
1
-0
/
+3
*
waf: automap shared library names from .so to the right extension
Andrew Tridgell
2010-10-19
1
-0
/
+39
*
waf: fixed some python3.x portability issues
Andrew Tridgell
2010-10-06
1
-0
/
+4
*
wafsamba: Some reformatting.
Jelmer Vernooij
2010-10-03
1
-3
/
+1
*
waf: add delimiter argument to TO_LIST.
Günther Deschner
2010-09-27
1
-2
/
+2
*
waf: fixed make test with TESTS="test1 test2"
Andrew Tridgell
2010-09-04
1
-1
/
+3
*
build: allow LOAD_ENVIRONMENT() to pass when no configure has been run
Andrew Tridgell
2010-06-29
1
-2
/
+5
*
buildtools/wafsamba: fix build group ordering
Thomas Nagy
2010-05-13
1
-2
/
+5
*
build: added a reconfigure target
Andrew Tridgell
2010-05-06
1
-0
/
+10
*
build: use the waf patterns for RPATH
Andrew Tridgell
2010-05-03
1
-4
/
+2
*
build: fixed a python-3 indent error
Andrew Tridgell
2010-04-19
1
-1
/
+1
*
build: support make V=1 for verbose build
Andrew Tridgell
2010-04-18
1
-1
/
+10
*
build: added ABI checking to the WAF build
Andrew Tridgell
2010-04-18
1
-0
/
+36
*
build: throw a fatal error for duplicate target declarations
Andrew Tridgell
2010-04-15
1
-4
/
+4
*
build: try to honor MAKEFLAGS from make
Andrew Tridgell
2010-04-14
1
-0
/
+26
*
build: allow target upgrades from EMPTY to SYSLIB
Andrew Tridgell
2010-04-12
1
-1
/
+1
*
build: use Logs.error() and Logs.info() instead of print()
Andrew Tridgell
2010-04-09
1
-6
/
+6
*
build: make the handling of relative paths a bit saner
Andrew Tridgell
2010-04-08
1
-1
/
+1
*
build: allow the waf build to work with python 3.0 and 3.1
Thomas Nagy
2010-04-08
1
-3
/
+3
*
s4-waf: replace TOUCH_FILE() with normal install rules
Andrew Tridgell
2010-04-06
1
-13
/
+0
*
build: fixed LOAD_ENVIRONMENT for out of tree builds
Andrew Tridgell
2010-04-06
1
-1
/
+2
*
s4-waf: move to a universal method of recursing into subdirs
Andrew Tridgell
2010-04-06
1
-0
/
+32
*
build: fixed DESTDIR for TOUCH_FILE()
Andrew Tridgell
2010-04-06
1
-1
/
+6
*
build: make sure the directory exists in TOUCH_FILE()
Andrew Tridgell
2010-04-06
1
-0
/
+1
*
s4-waf: create a blank __init__.py in samba/external
Andrew Tridgell
2010-04-06
1
-0
/
+5
*
build: a bit more information for tracking --target deps
Andrew Tridgell
2010-04-06
1
-1
/
+2
[next]