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
/
wafsamba
/
wscript
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-09
build(waf): support AIX 6.1
Christian Ambach
1
-1
/
+1
2012-10-11
build: Remove --disable-shared
Andrew Bartlett
1
-11
/
+2
2012-05-27
build: Add option to specify where gettext is (/usr/local by default)
Andriy Syrovenko
1
-1
/
+5
2012-05-18
build: Also look for iconv in /usr/local by default
Andrew Bartlett
1
-2
/
+2
2012-05-18
Add include/lib folders from the commandline
Thomas Nagy
1
-0
/
+5
2012-04-20
wafsamba: allow certain public libraries to be forced to be private
Andrew Bartlett
1
-0
/
+5
2012-04-11
buildtools: Add --enable-debug option
Andrew Bartlett
1
-0
/
+3
2012-04-05
build: Require 64-bit files support and do not define HAVE_EXPLICIT_LARGEFILE...
Andrew Bartlett
1
-1
/
+2
2012-03-21
waf: Add autoconf --target support.
Andreas Schneider
1
-0
/
+3
2012-03-11
waf: Do not use standards.h on darwin
Volker Lendecke
1
-1
/
+6
2011-10-14
build: added autoconf --disable-silent-rules option
Sumit Bose
1
-0
/
+3
2011-09-08
build: Add duplicate symbol checking as part of make test
Andrew Bartlett
1
-0
/
+4
2011-02-22
build: added WHYNEEDED=TARGET:DEPENDENCY
Andrew Tridgell
1
-0
/
+4
2011-02-15
Fix private libdir and codepages paths
Simo Sorce
1
-1
/
+1
2011-01-05
buildtools/wafsamba: import 'sys' and 'Logs' if we use them
Stefan Metzmacher
1
-1
/
+1
2010-12-11
build: add more CFLAGS for aix
Matthieu Patou
1
-1
/
+3
2010-12-11
build: On AIX we need _XOPEN_SOURCE >= 500 for CLOCK_REALTIME
Matthieu Patou
1
-0
/
+3
2010-12-08
waf: added --disable-symbol-versions configure option
Andrew Tridgell
1
-3
/
+8
2010-12-08
waf: added configure test for -Wl,--version-script
Andrew Tridgell
1
-0
/
+9
2010-11-16
waf: added --git-local-changes configure option
Andrew Tridgell
1
-0
/
+5
2010-11-05
wafsamba: Use project name variable rather than hardcoding 'samba4'.
Jelmer Vernooij
1
-2
/
+2
2010-11-05
Add --disable-rpath-private-install flag.
Jelmer Vernooij
1
-2
/
+15
2010-11-05
Add --with-privatelibdir build option.
Jelmer Vernooij
1
-0
/
+5
2010-10-31
build: In some case the flags for the sun studio linker are wrong
Matthieu Patou
1
-0
/
+10
2010-10-30
build: set shared libraries flags correctly on mac os X
Matthieu Patou
1
-2
/
+0
2010-10-30
waf: added --symbol-check option
Andrew Tridgell
1
-0
/
+4
2010-10-28
build: add the -fno-common flags to fix the link pb on mac os X
Matthieu Patou
1
-0
/
+2
2010-10-28
build: Add XPG6 otherwise we have a configure pb on sun Solaris
Matthieu Patou
1
-0
/
+1
2010-10-27
build: remove warnings about redifinition of boolean use -KPIC on suncc
Matthieu Patou
1
-1
/
+9
2010-10-23
waf: Rename some BUNDLED_ functios to PRIVATE_.
Jelmer Vernooij
1
-10
/
+10
2010-10-21
waf: added --show-deps and --show-duplicates
Andrew Tridgell
1
-0
/
+8
2010-10-19
waf: automap shared library names from .so to the right extension
Andrew Tridgell
1
-1
/
+6
2010-08-30
Disable gccdeps if -MD is not supported
Thomas Nagy
1
-3
/
+23
2010-08-17
Revert "waf: enable gccdeps in developer mode"
Stefan Metzmacher
1
-3
/
+2
2010-08-14
waf: enable gccdeps in developer mode
Andrew Tridgell
1
-2
/
+3
2010-05-28
waf Provide release signing capability in 'waf dist'
Andrew Bartlett
1
-0
/
+8
2010-05-21
wafsamba: Disable the abi checks when gdb is not available
Thomas Nagy
1
-0
/
+4
2010-05-14
Revert "wafsamba: use -D_XOPEN_SOURCE=700 for the build"
Stefan Metzmacher
1
-1
/
+0
2010-05-14
wafsamba: use -D_XOPEN_SOURCE=700 for the build
Stefan Metzmacher
1
-0
/
+1
2010-05-07
build: treat a blank --build or --host as not a cross-compile
Andrew Tridgell
1
-1
/
+3
2010-05-05
build: added configure test for inline
Andrew Tridgell
1
-0
/
+2
2010-04-26
build: use option_group() not add_option_group()
Andrew Tridgell
1
-1
/
+1
2010-04-23
build: give a more useful error when the source dir has moved
Andrew Tridgell
1
-0
/
+6
2010-04-22
build: added --enable-auto-reconfigure
Andrew Tridgell
1
-1
/
+13
2010-04-21
build: added --nonshared-binary=LIST option
Andrew Tridgell
1
-0
/
+4
2010-04-21
build: fixed uname output to be on target machine when cross compiling
Andrew Tridgell
1
-4
/
+7
2010-04-20
build: added uname display and SYSTEM_UNAME define
Andrew Tridgell
1
-0
/
+3
2010-04-19
build: added --cross-answers support
Andrew Tridgell
1
-0
/
+4
2010-04-18
build: added ABI checking to the WAF build
Andrew Tridgell
1
-24
/
+47
2010-04-14
build: try to honor MAKEFLAGS from make
Andrew Tridgell
1
-0
/
+1
[next]