index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
buildtools
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: use readelf as a replacement for ldd
Andrew Tridgell
2011-04-13
1
-33
/
+77
*
build: speed up SYMBOLCHECK code
Andrew Tridgell
2011-04-13
1
-6
/
+41
*
waf: a better way to detect duplicated symbols
Andrew Tridgell
2011-04-06
1
-20
/
+82
*
s3:waf:compare_config_h3.sh: make diff tool configurable as env var "DIFF"
Michael Adam
2011-04-02
1
-3
/
+5
*
s3:waf:compare_config_h3.sh: specify autoconf-config.h as commandline parameter
Michael Adam
2011-04-02
1
-1
/
+6
*
waf: prevent an error in the symbol checking code
Andrew Tridgell
2011-03-23
1
-1
/
+2
*
wafsamba: add -Wcast-qual only to the toplevel (s4) build.
Günther Deschner
2011-03-19
1
-1
/
+3
*
waf: ensure that MAKEFLAGS is set before parsing it
Andrew Tridgell
2011-03-15
1
-0
/
+2
*
build: added simple header handling for our libraries
Andrew Tridgell
2011-03-15
1
-1
/
+23
*
build: removed mkdir of public headers directory
Andrew Tridgell
2011-03-15
1
-7
/
+0
*
build: added public_headers_allow_broken option
Andrew Tridgell
2011-03-15
1
-1
/
+6
*
waf: auto-create include paths if needed
Andrew Tridgell
2011-03-15
1
-0
/
+7
*
waf: make mkdir_p() a bit more robust
Andrew Tridgell
2011-03-15
1
-1
/
+6
*
waf: build headers in separate 'headers' build group
Andrew Tridgell
2011-03-15
2
-1
/
+2
*
waf: always generate public headers in the build tree
Andrew Tridgell
2011-03-15
2
-166
/
+123
*
waf: build substituted public headers in build tree
Andrew Tridgell
2011-03-15
1
-1
/
+3
*
waf: moved header file handling into its own module
Andrew Tridgell
2011-03-15
2
-196
/
+201
*
wafsamba: keep a list of public headers
Andrew Tridgell
2011-03-15
1
-1
/
+3
*
wafsamba: don't follow symlinks outside the build tree
Andrew Tridgell
2011-03-15
1
-1
/
+3
*
wafsamba: added global_include option
Andrew Tridgell
2011-03-15
2
-3
/
+15
*
build: install public headers in the build tree
Andrew Tridgell
2011-03-15
1
-15
/
+54
*
samba_abi: Also sort ABI files properly so symbols end up in the right version.
Jelmer Vernooij
2011-03-12
1
-2
/
+6
*
Sort by release component integer values rather than using standard string
Jelmer Vernooij
2011-03-12
1
-1
/
+2
*
build: fixed the ELF name for private libraries
Andrew Tridgell
2011-03-02
1
-2
/
+6
*
samba_abi: Generate vscript entries even for ABI versions that didn't introduce
Jelmer Vernooij
2011-02-28
1
-10
/
+21
*
build: fixed 'make dist' without configuring
Andrew Tridgell
2011-02-23
1
-1
/
+5
*
build: don't display expected duplicate symbols
Andrew Tridgell
2011-02-23
1
-1
/
+6
*
build: duplicate symbols between system libraries aren't interesting
Andrew Tridgell
2011-02-23
1
-0
/
+10
*
build: added WHYNEEDED=TARGET:DEPENDENCY
Andrew Tridgell
2011-02-22
2
-9
/
+40
*
build: enhanced the symbolcheck code
Andrew Tridgell
2011-02-22
1
-14
/
+86
*
python: use os.environ[] instead of os.putenv()
Andrew Tridgell
2011-02-22
1
-1
/
+1
*
build: we don't need the special case for s3build any more
Andrew Tridgell
2011-02-22
1
-6
/
+0
*
s4-version: Fix version finding for bzr branches.
Jelmer Vernooij
2011-02-20
1
-1
/
+1
*
s3-waf: fix popt support.
Günther Deschner
2011-02-18
1
-0
/
+3
*
build: put links for libs in the right directory
Andrew Tridgell
2011-02-18
1
-1
/
+1
*
waf: improved error message for bad paths in SAMBA_LIBRARY()
Andrew Tridgell
2011-02-18
1
-1
/
+7
*
waf: support building libraries with a directory prefix
Andrew Tridgell
2011-02-18
3
-4
/
+13
*
waf: added SAMBA3_*() build rules to samba3.py
Andrew Tridgell
2011-02-18
1
-2
/
+72
*
waf: give a more sensible error on symlink_bin with missing directory
Andrew Tridgell
2011-02-18
1
-0
/
+2
*
build: fixed passing of includes= for modules
Andrew Tridgell
2011-02-18
1
-0
/
+1
*
build: added subdir option for module building
Andrew Tridgell
2011-02-18
1
-0
/
+3
*
build: added allow_undefined_symbols options for libraries and modules
Andrew Tridgell
2011-02-18
2
-2
/
+10
*
build: make ADD_LDFLAGS() returns the flags that were added
Andrew Tridgell
2011-02-18
1
-1
/
+3
*
waf: library_flags() doesn't only operate on conf objects
Andrew Tridgell
2011-02-18
1
-7
/
+8
*
waf: added subdir= option in SAMBA_*() rules
Andrew Tridgell
2011-02-18
1
-0
/
+9
*
waf: use Utils.WafError() instead of sys.exit(1)
Andrew Tridgell
2011-02-18
1
-2
/
+1
*
waf Fix dependencies for .pc (pkg-config) files
Andrew Bartlett
2011-02-16
1
-1
/
+1
*
Fix private libdir and codepages paths
Simo Sorce
2011-02-15
1
-1
/
+1
*
waf: substitute '/' in -D static defines as well.
Günther Deschner
2011-02-11
1
-2
/
+4
*
waf: bring back shared Makefile and configure (needed by s3-waf).
Günther Deschner
2011-02-08
3
-0
/
+113
[next]