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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-05
waf: Use git repository.
Jelmer Vernooij
1
-1
/
+1
2012-01-04
Include waf as an extracted source directory, rather than as a one-in-a-file ...
Jelmer Vernooij
79
-17
/
+18127
2011-12-16
wafsamba: Fix undefined variable name in error message.
Jelmer Vernooij
1
-1
/
+1
2011-12-05
wafsamba: Cope with not everything having a final_libs attribute.
Jelmer Vernooij
1
-1
/
+1
2011-12-05
wafsamba: Use final_libs list to determine if a target needs private librarie...
Jelmer Vernooij
1
-1
/
+1
2011-12-03
Revert making public of the samba-module library.
Jelmer Vernooij
1
-1
/
+1
2011-11-14
waf: Fix uselib_store for system libsubunit.
Jelmer Vernooij
1
-1
/
+1
2011-11-13
waf: Factor checking for undefined symbol flags out into separate method.
Jelmer Vernooij
1
-0
/
+12
2011-11-13
waf: Simplify handling of python modules.
Jelmer Vernooij
2
-21
/
+6
2011-11-13
Revert 9a5ae8edd6d006c078b3af8fdfd84677a63276b1.
Jelmer Vernooij
1
-3
/
+0
2011-11-13
wafsamba: Support allow_undefined_symbols in SAMBA_SUBSYSTEM.
Jelmer Vernooij
1
-4
/
+10
2011-11-13
wafsambaa: Support libraries that don't have the same name as their pkg-confi...
Jelmer Vernooij
1
-1
/
+1
2011-11-13
wafsamba: add CHECK_BUNDLED_SYSTEM_PKG function.
Jelmer Vernooij
1
-8
/
+64
2011-11-13
ldb: Use pyembed rather than pyext for ldb-util library.
Jelmer Vernooij
1
-1
/
+5
2011-11-13
waf: Don't link python modules against libpython2.x, consistent with other Py...
Jelmer Vernooij
2
-5
/
+4
2011-10-28
lib/util Rename samba_init_module -> samba_module_init
Andrew Bartlett
1
-1
/
+1
2011-10-20
build: explain the passing of make options to waf
Andrew Tridgell
1
-0
/
+7
2011-10-19
build: added deletion of stale .so and .o files
Andrew Tridgell
1
-2
/
+16
2011-10-14
build: added autoconf --disable-silent-rules option
Sumit Bose
1
-0
/
+3
2011-10-07
build: Reduce build systems to just top level waf and autoconf
Andrew Bartlett
2
-3
/
+2
2011-09-08
build: Add duplicate symbol checking as part of make test
Andrew Bartlett
2
-6
/
+26
2011-09-07
build: Replace mkbuildoptions-waf awk script with waf target
Amitay Isaacs
1
-0
/
+174
2011-08-21
wafsamba: Only install .pc files if libraries are public.
Jelmer Vernooij
1
-1
/
+1
2011-08-21
wafsamba: Require public libraries to have headers.
Jelmer Vernooij
1
-0
/
+3
2011-08-21
wafsamba: Require public libraries to have a pc file specified, or explicitly...
Jelmer Vernooij
1
-4
/
+11
2011-08-13
waf: Add SAMBA3_PYTHON context to build python wrappers in samba3
Amitay Isaacs
1
-0
/
+5
2011-07-27
waf: update to latest waf 1.5 version
Andrew Tridgell
1
-0
/
+0
2011-07-23
wafsamba: Properly lock object store when retrieving version through Bazaar.
Jelmer Vernooij
1
-1
/
+5
2011-07-08
param: Move per-share parameters into a seperate file, to share with s3
Andrew Bartlett
1
-0
/
+2
2011-07-05
ldb: make ldb a top level library for Samba 4.0
Andrew Bartlett
1
-2
/
+2
2011-07-05
build: remove mktowscript
Andrew Bartlett
3
-574
/
+0
2011-07-03
s3-build Require fully defined modules by default
Andrew Bartlett
1
-2
/
+0
2011-06-24
s3-build Require fully defined symbols in ALL libraries by default
Andrew Bartlett
1
-2
/
+0
2011-06-24
s3-build: Require fully defined symbols for all public libraries
Andrew Bartlett
1
-1
/
+1
2011-06-20
tdb2: tie it into build process if --enable-tdb2-breaks-compat
Rusty Russell
1
-2
/
+6
2011-06-20
tdb_compat.h: divert every tdb build and includes to tdb_compat
Rusty Russell
1
-1
/
+1
2011-06-17
build: only use the git version on install, not in the build tree
Andrew Tridgell
2
-7
/
+11
2011-06-15
build: fixed development symlinks for libraries in subdirectories
Andrew Tridgell
1
-2
/
+2
2011-06-15
build: fixed dependencies on install prefix for pc files and python scripts
Andrew Tridgell
2
-0
/
+3
2011-06-10
waf-symbols: don't look for symbol lists in GENERATOR targets
Andrew Tridgell
1
-1
/
+1
2011-06-10
waf: fixed 'make bin/XXX' for the remaining binaries
Andrew Tridgell
2
-5
/
+32
2011-06-01
build: fixed a problem with installing scripts in the build tree
Andrew Tridgell
1
-18
/
+9
2011-05-10
Add -fno-common where supported (WAF only)
Rusty Russell
1
-1
/
+1
2011-05-08
build: allow s3 libraries to be built with no undefined symbols
Andrew Tridgell
1
-2
/
+4
2011-04-26
waf: introduce reverse logic for allowing unknown symbols
Matthieu Patou
1
-0
/
+4
2011-04-13
build: use readelf as a replacement for ldd
Andrew Tridgell
1
-33
/
+77
2011-04-13
build: speed up SYMBOLCHECK code
Andrew Tridgell
1
-6
/
+41
2011-04-06
waf: a better way to detect duplicated symbols
Andrew Tridgell
1
-20
/
+82
2011-04-02
s3:waf:compare_config_h3.sh: make diff tool configurable as env var "DIFF"
Michael Adam
1
-3
/
+5
2011-04-02
s3:waf:compare_config_h3.sh: specify autoconf-config.h as commandline parameter
Michael Adam
1
-1
/
+6
[next]