index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
buildtools
Commit message (
Expand
)
Author
Age
Files
Lines
*
wafsamba: add -Werror=return-type for developer builds
Stefan Metzmacher
2014-11-14
1
-0
/
+2
*
Run duplicate symbol check as just another test, rather than as part of "waf ...
Jelmer Vernooij
2014-10-14
1
-0
/
+12
*
Fix more pep8 issues in code I touched recently.
Jelmer Vernooij
2014-10-14
2
-5
/
+7
*
Remove last instances of pep8 error E712 (use 'is' rather than '==' for boole...
Jelmer Vernooij
2014-10-14
2
-5
/
+5
*
Reduce the no-op build times by 30%
Thomas Nagy
2014-10-03
2
-3
/
+148
*
Revert "buildtools: Rename perl vendorarch configure option."
Michael Adam
2014-09-09
1
-9
/
+4
*
Revert "buildtools: Add perl vendorlib configure option."
Michael Adam
2014-09-09
1
-10
/
+0
*
Revert "wafsamba: If perl can't provide defaults, define them."
Michael Adam
2014-09-09
1
-8
/
+2
*
Revert "wafsamba: Fail with error message if perl doesn't provide valid dirs."
Michael Adam
2014-09-09
1
-39
/
+19
*
wafsamba: add perl_fixup parameter to INSTALL_FILES
Michael Adam
2014-09-05
1
-4
/
+43
*
wafsamba: add samba_perl.py with SAMBA_CHECK_PERL() higher level check.
Michael Adam
2014-09-05
2
-0
/
+63
*
wafsamba: let SAMBA_BLDOPTIONS() use dep_vars=['defines'] instead of always=True
Stefan Metzmacher
2014-09-05
1
-2
/
+2
*
wafsamba: fix dependencies on environment variables for python_fixup
Stefan Metzmacher
2014-09-05
1
-4
/
+1
*
wafsamba: allow an optional dep_vars list to be passed to SAMBA_GENERATOR()
Stefan Metzmacher
2014-09-05
1
-1
/
+1
*
wafsamba: fix dependency for SAMBA_GENERATOR() when passing vars!=None
Stefan Metzmacher
2014-09-05
1
-4
/
+5
*
wafsamba: fix dependency calculation for SAMBA_GENERATOR()
Stefan Metzmacher
2014-09-05
1
-1
/
+2
*
wafsamba: improve wording in a comment
Michael Adam
2014-09-05
1
-1
/
+1
*
wafsamba: remove unused variable from copy_and_fix_python_path
Michael Adam
2014-09-05
1
-2
/
+0
*
wafsamba: Correctly locate the 'third_party' directory
Amitay Isaacs
2014-08-21
1
-1
/
+1
*
Don't build iniparser anymore.
Jeremy Allison
2014-08-14
2
-12
/
+0
*
third_party/popt: Initial support for popt.
Ira Cooper
2014-08-09
1
-0
/
+6
*
third_party/zlib: Initial support for zlib
Ira Cooper
2014-08-09
1
-0
/
+20
*
third_party/iniparser: Initial support for iniparser.
Ira Cooper
2014-08-09
2
-0
/
+16
*
smbd/nmbd: Remove HAVE_LONGLONG
Volker Lendecke
2014-07-22
1
-2
/
+0
*
build: rename argument of list_directory_files(): abspath->path
Michael Adam
2014-06-20
1
-2
/
+2
*
wafsamba: allow samba_dist.dist() to be called from a different directory.
Amitay Isaacs
2014-06-20
1
-0
/
+3
*
wafsamba: Fail with error message if perl doesn't provide valid dirs.
Stefan Metzmacher
2014-05-09
1
-19
/
+39
*
wafsamba: If perl can't provide defaults, define them.
Andreas Schneider
2014-05-08
1
-2
/
+8
*
build: make wafsamba CHECK_SIZEOF cross-compile friendly
Gustavo Zacarias
2014-05-06
1
-12
/
+16
*
build: unify and fix endian tests
Gustavo Zacarias
2014-05-06
1
-3
/
+62
*
wafsamba: Add set_target to CHECK_BUNDLED_SYSTEM.
Andreas Schneider
2014-04-17
1
-3
/
+5
*
wafsamba: replace dots in library names
Ralph Boehme
2014-04-08
1
-1
/
+1
*
wafsamba: explicitly use allow_warnings=True for SAMBA_PYTHON()
Stefan Metzmacher
2014-04-02
1
-0
/
+1
*
wafsamba: add optional allow_warnings(default=True) to SAMBA_{SUBSYSTEM,LIBRA...
Stefan Metzmacher
2014-04-02
1
-3
/
+11
*
wafsamba: add an optional allow_warnings(default=True) to CURRENT_CFLAGS()
Stefan Metzmacher
2014-04-02
1
-3
/
+6
*
wafsamba: split out a conf.ADD_NAMED_CFLAGS() function
Stefan Metzmacher
2014-04-02
1
-4
/
+11
*
wafsamba: use -Werror=declaration-after-statement if available
Stefan Metzmacher
2014-04-02
1
-1
/
+2
*
wafsamba: use multiple conf.ADD_CFLAGS() lines for developer CFLAGS
Stefan Metzmacher
2014-04-02
1
-5
/
+20
*
wafsamba: allow --bundled-libraries=ALL,!popt
Stefan Metzmacher
2014-04-02
1
-0
/
+2
*
wafsamba: allow --bundled-libraries=NONE,popt
Stefan Metzmacher
2014-04-02
1
-0
/
+2
*
wafsamba: simplify LIB_MUST_BE_BUNDLED()
Stefan Metzmacher
2014-04-02
1
-2
/
+5
*
wafsamba: simplify LIB_MAY_BE_BUNDLED()
Stefan Metzmacher
2014-04-02
1
-3
/
+5
*
wafsamba: allow optional 'checkcode' argument to CHECK_BUNDLED_SYSTEM()
Stefan Metzmacher
2014-04-02
1
-4
/
+12
*
wafsamba: allow CHECK_BUNDLED_SYSTEM() to check headers without functions
Stefan Metzmacher
2014-04-02
1
-4
/
+7
*
wafsamba: simplify CHECK_BUNDLED_SYSTEM_PKG() by just calling CHECK_BUNDLED_S...
Stefan Metzmacher
2014-04-02
1
-41
/
+5
*
wafsamba: port optional 'pkg' option from CHECK_BUNDLED_SYSTEM_PKG() to CHECK...
Stefan Metzmacher
2014-04-02
1
-4
/
+8
*
wafsamba: require a ';' after STATIC_*_MODULES_PROTO
Stefan Metzmacher
2014-04-02
1
-3
/
+6
*
wafsamba: use cluster_support_features in build_options.c
Stefan Metzmacher
2014-03-24
1
-0
/
+5
*
wafsamba: add CONFIG_RESET()
Stefan Metzmacher
2014-03-24
1
-0
/
+8
*
buildtools: Add perl vendorlib configure option.
Andreas Schneider
2014-03-06
1
-0
/
+10
[next]