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
2010-04-13
build: check the type of implied dependencies
Andrew Tridgell
1
-1
/
+12
2010-04-13
build: fixed a typo that prevented --bundled-libraries from working correctly
Andrew Tridgell
1
-1
/
+1
2010-04-13
build: cope with existing binaries in bin/ left over from the old build
Andrew Tridgell
1
-4
/
+2
2010-04-12
build: added cross-compilation configure options
Andrew Tridgell
3
-0
/
+53
2010-04-12
wafsamba: don't add global dependencies to hostcc targets
Stefan Metzmacher
2
-3
/
+8
2010-04-12
wafsamba: allow passing 'use_hostcc' to SAMBA_SUBSYSTEM()
Stefan Metzmacher
1
-3
/
+6
2010-04-12
build: Add an always parameter to CHECK_DECLS
Kai Blin
1
-2
/
+3
2010-04-12
s3-waf: Correctly create symlink if SAMBA_BINARY targets are not in the curre...
Kai Blin
1
-1
/
+1
2010-04-12
build: allow target upgrades from EMPTY to SYSLIB
Andrew Tridgell
2
-2
/
+2
2010-04-12
build: use a common autogen-waf.sh for all builds
Andrew Tridgell
1
-0
/
+27
2010-04-12
build: cope with symlinks between build components in waf dist
Andrew Tridgell
1
-2
/
+50
2010-04-12
build: added --minimum-library-version configure option
Andrew Tridgell
2
-0
/
+23
2010-04-10
s4:autogen-waf: generate 'Makefile' instead of 'makefile'
Stefan Metzmacher
1
-0
/
+7
2010-04-09
build: use Logs.error() and Logs.info() instead of print()
Andrew Tridgell
6
-27
/
+29
2010-04-09
build: nicer error message on missing file in waf dist
Andrew Tridgell
1
-2
/
+6
2010-04-09
build: no need to re-create the lib and bin symlinks if they exist
Andrew Tridgell
1
-0
/
+6
2010-04-09
build: added --picky-developer and --fatal-errors
Andrew Tridgell
2
-1
/
+13
2010-04-08
s4:WAF buildsystem - support out of "source4" directory builds
Matthias Dieter Wallnöfer
1
-0
/
+3
2010-04-08
build: we need this isinstance() check for distcheck
Andrew Tridgell
1
-1
/
+1
2010-04-08
build: the exceptions here are not useful
Andrew Tridgell
1
-3
/
+3
2010-04-08
build: make the handling of relative paths a bit saner
Andrew Tridgell
6
-18
/
+16
2010-04-08
s4-waf: Add dist target.
Jelmer Vernooij
1
-0
/
+3
2010-04-08
build: allow the waf build to work with python 3.0 and 3.1
Thomas Nagy
5
-20
/
+23
2010-04-07
s4-waf: Fix 'waf dist' app name.
Jelmer Vernooij
1
-1
/
+1
2010-04-07
Support 'make test TESTS=foo' again.
Jelmer Vernooij
1
-2
/
+2
2010-04-06
build: use a target_in_list() function for more flexible builtin control
Andrew Tridgell
1
-3
/
+14
2010-04-06
build: cope with binaries with subdir prefixes (for s3 waf build)
Andrew Tridgell
1
-1
/
+1
2010-04-06
build: run distcheck in testwaf.sh
Andrew Tridgell
1
-0
/
+1
2010-04-06
build: update version of waf to add subdir argument to distcheck
Andrew Tridgell
1
-0
/
+0
2010-04-06
s4-waf: replace TOUCH_FILE() with normal install rules
Andrew Tridgell
2
-14
/
+1
2010-04-06
build: simpler symlink_bin and symlink_lib methods
Andrew Tridgell
1
-22
/
+20
2010-04-06
s4-waf: fixed waf distcheck for our standalone libs and s4
Andrew Tridgell
1
-3
/
+8
2010-04-06
build: fixed LOAD_ENVIRONMENT for out of tree builds
Andrew Tridgell
1
-1
/
+2
2010-04-06
s4-waf: new autogen-waf.sh
Andrew Tridgell
2
-0
/
+59
2010-04-06
s4-waf: move to a universal method of recursing into subdirs
Andrew Tridgell
2
-12
/
+32
2010-04-06
s4-waf: avoid having to run waf configure before waf dist
Andrew Tridgell
2
-13
/
+11
2010-04-06
build: nicer error msg when git ls-files fails
Andrew Tridgell
1
-1
/
+5
2010-04-06
s4-waf: added 'waf dist' to our standalone libs as well
Andrew Tridgell
2
-4
/
+7
2010-04-06
s4-waf: added 'waf dist' to build the tarball
Andrew Tridgell
2
-0
/
+70
2010-04-06
build: removed some unused imports found by pyflakes
Andrew Tridgell
3
-4
/
+2
2010-04-06
build: fixed the expansions in pkgconfig files
Andrew Tridgell
1
-1
/
+7
2010-04-06
build: fixed DESTDIR for TOUCH_FILE()
Andrew Tridgell
1
-1
/
+6
2010-04-06
build: waf update to fix macos build error
Andrew Tridgell
1
-0
/
+0
2010-04-06
build: try to fix the python link problem on SerNet-imini
Andrew Tridgell
1
-0
/
+0
2010-04-06
build: use waf from waf-svn.git repo
Andrew Tridgell
2
-0
/
+16
2010-04-06
build: try the generic C compiler on hpux if gcc not found
Andrew Tridgell
1
-0
/
+1
2010-04-06
build: update wav-svn
Andrew Tridgell
1
-0
/
+0
2010-04-06
build: added 'generic' cc support and a simple irix cc support module
Andrew Tridgell
4
-1
/
+150
2010-04-06
build: initial version of a tru64 compiler module
Andrew Tridgell
2
-0
/
+78
2010-04-06
pidl-waf: better handling of the man page generation
Andrew Tridgell
1
-2
/
+0
[prev]
[next]