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
*
configure: set HAVE___ATTRIBUTE__ for heimdal
Douglas Bagnall
2016-03-09
1
-0
/
+16
*
Error when private libraries have public headers.
Jelmer Vernooij
2016-01-13
1
-1
/
+5
*
Add private_headers flag to SAMBA_*() functions.
Jelmer Vernooij
2016-01-13
1
-0
/
+5
*
build: Add space before -D option
Andrew Bartlett
2016-01-08
1
-1
/
+1
*
python: Assert that we use Py_ssize_t consistently for PyParseArgs*()
Andrew Bartlett
2016-01-07
1
-0
/
+11
*
build:wafsamba: Use the upstream version of gccdeps
Thomas Nagy
2016-01-02
2
-127
/
+5
*
build:wafsamba: Ensure that check_group_ordering can be overridden
Thomas Nagy
2015-11-24
1
-2
/
+2
*
build:wafsamba: Ensure that target clones get a different name
Thomas Nagy
2015-11-24
1
-0
/
+1
*
build:wafsamba: Specify whether node objects or flat lists in ant_glob
Thomas Nagy
2015-11-24
2
-3
/
+3
*
build:wafsamba: remove check_orphaned_targets
Thomas Nagy
2015-11-19
1
-19
/
+0
*
build:wafsamba: Waf 1.8 compatible declaration of 'mandatory' configuration t...
Thomas Nagy
2015-11-16
3
-6
/
+14
*
build:wafsamba: Replace Options.is_install by bld.is_install
Thomas Nagy
2015-11-16
4
-7
/
+5
*
build:wafsamba: Remove the print_commands code from the build scripts
Thomas Nagy
2015-11-06
2
-21
/
+1
*
build:wafsamba: Remove samba_utils.runonce
Thomas Nagy
2015-11-06
6
-30
/
+4
*
build:wafsamba: Moved samba_before_apply_obj_vars to samba_utils
Thomas Nagy
2015-11-06
2
-22
/
+25
*
build:wafsamba: Removed unnecessary and misleading variables
Thomas Nagy
2015-11-06
1
-8
/
+2
*
ldb: Run the Python testsuite
Petr Viktorin
2015-11-05
1
-1
/
+4
*
wafsamba: detect programmer errors in CHECK_BUNDLED_SYSTEM()
Stefan Metzmacher
2015-11-04
1
-25
/
+25
*
build:wafsamba: Remove the now unneeded special treatment of rpath flags
Thomas Nagy
2015-11-02
1
-55
/
+1
*
buildtools: Ignore exact Python version for ABI checking
Petr Viktorin
2015-11-01
2
-2
/
+13
*
build:wafsamba: Removed hard-coded class names from build scripts
Thomas Nagy
2015-10-28
1
-4
/
+3
*
build:wafsamba: removed most import * statements
Thomas Nagy
2015-10-28
22
-58
/
+64
*
build: --picky-developer implies --enable-developer
Martin Schwenke
2015-10-27
1
-1
/
+5
*
build:wafsamba: dead code removal in gettext detection
Thomas Nagy
2015-10-27
1
-3
/
+0
*
build:wafsamba: Enable feature-compatible declaration for Waf 1.8
Thomas Nagy
2015-10-13
7
-15
/
+15
*
build: Move __attribute__ ((destructor)) and ((constructor)) tests to wafsamba
Andrew Bartlett
2015-10-09
1
-0
/
+34
*
build: improve stack protector check
Gustavo Zacarias
2015-09-21
1
-3
/
+17
*
build:wafsamba: Use the Waf 1.8 API get_tgen_by_name instead of name_to_obj
Thomas Nagy
2015-09-02
5
-40
/
+40
*
build:wafsamba: Close file handles in the build scripts too
Thomas Nagy
2015-09-02
7
-49
/
+14
*
wafsamba: don't add -DSTATIC_%s_MODULES* arguments for SAMBA_LIBRARY(pyembed=...
Stefan Metzmacher
2015-08-06
1
-0
/
+3
*
buildtools: Fix crash on invalid --extra-python option
Petr Viktorin
2015-07-21
1
-1
/
+1
*
buildtools: Don't configure Python more than once
Petr Viktorin
2015-07-21
1
-0
/
+4
*
wafsamba: Cache final_libs for each target
Amitay Isaacs
2015-06-30
1
-1
/
+2
*
Always use Samba's CHECK_CFG instead of waf check_cfg
Thomas Nagy
2015-06-26
1
-1
/
+1
*
Remove PYTHONDIR and PYTHONARCHDIR in a single place
Thomas Nagy
2015-06-26
1
-0
/
+4
*
wafsamba: Also build libraries with RELRO protection
Andreas Schneider
2015-06-19
1
-0
/
+2
*
wafsamba: let CHECK_DECLS() find enum values
Stefan Metzmacher
2015-06-12
1
-1
/
+12
*
wafsamba: remove unused allow_warnings=True from SAMBA_PYTHON()
Stefan Metzmacher
2015-06-12
1
-1
/
+0
*
buildtools: Always reset the build environment
Petr Viktorin
2015-06-10
1
-81
/
+82
*
waf: add a sample run-on-target script
Uri Simchoni
2015-05-20
1
-0
/
+148
*
waf: Fix parsing of cross-answers file in case answer includes a colon
Uri Simchoni
2015-05-20
1
-1
/
+1
*
waf: allow cross-execute program to have arguments with spaces
Uri Simchoni
2015-05-20
1
-1
/
+2
*
waf: improve readability of cross-answers generated by cross-execute
Uri Simchoni
2015-05-20
1
-5
/
+8
*
Adds a new mode to samba cross-compiling.
Uri Simchoni
2015-05-20
1
-12
/
+34
*
waf: sanitize and fix added cross answer
Uri Simchoni
2015-05-20
1
-2
/
+11
*
waf: always close cross answers file
Uri Simchoni
2015-05-20
1
-0
/
+2
*
Factor out submodule presence checking.
Jelmer Vernooij
2015-05-19
1
-1
/
+10
*
Make waf fail if submodules are out of date.
Jelmer Vernooij
2015-05-19
1
-0
/
+34
*
Factor out function for finding Git binary.
Jelmer Vernooij
2015-05-19
2
-6
/
+19
*
Drop bzr VCS support.
Jelmer Vernooij
2015-05-19
2
-59
/
+0
[next]