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