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: make use on_results=True for some build rules
Stefan Metzmacher
2010-04-06
5
-0
/
+7
*
build: cope with systems that don't have md5 in python
Andrew Tridgell
2010-04-06
1
-0
/
+21
*
build: need to mark disabled libraries as DISABLED
Andrew Tridgell
2010-04-06
1
-0
/
+1
*
build: fixed the cflags for pkg_config libs
Andrew Tridgell
2010-04-06
1
-10
/
+21
*
build: split out the base waf rules into buildtools/wafsamba/wscript
Andrew Tridgell
2010-04-06
3
-1
/
+155
*
build: use gzip for waf packing, to try to make it work on irix
Andrew Tridgell
2010-04-06
1
-0
/
+0
*
build: use shell=True for SAMBA_GENERATOR
Andrew Tridgell
2010-04-06
1
-0
/
+1
*
build: added msg argument to CHECK_TYPE()
Andrew Tridgell
2010-04-06
1
-2
/
+4
*
build: add cflags from pkg_config results to header/function tests
Andrew Tridgell
2010-04-06
2
-32
/
+53
*
build: test all the developer cflags before adding them
Andrew Tridgell
2010-04-06
1
-5
/
+16
*
build: finer grained rpath checking for binary/install
Andrew Tridgell
2010-04-06
2
-15
/
+20
*
build: configure fixes for opensolaris
Andrew Tridgell
2010-04-06
1
-19
/
+58
*
build: fixed headers for C prototype check
Andrew Tridgell
2010-04-06
1
-0
/
+1
*
build: rewrote the autoconf-like macros to be more consistent
Andrew Tridgell
2010-04-06
1
-151
/
+209
*
build: fixed prototype test
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
build: added CHECK_C_PROTOTYPE() configure function
Andrew Tridgell
2010-04-06
1
-4
/
+27
*
build: python 2.4 doesn't support multiple union arguments for sets
Andrew Tridgell
2010-04-06
1
-2
/
+4
*
build: expand indirect syslibs after loop unrolling
Andrew Tridgell
2010-04-06
1
-1
/
+3
*
build: fixed handling of full dependencies for --disable-shared
Andrew Tridgell
2010-04-06
1
-119
/
+137
*
build: don't use double binaries/libs if not needed
Andrew Tridgell
2010-04-06
1
-8
/
+23
*
build: mark wafsamba as unbuffered, so stdout and stderr are better in sync
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
build: more complete implementation of waf configure -C
Andrew Tridgell
2010-04-06
1
-10
/
+19
*
build: fixed build of heimdal/lib/roken/err.h
Andrew Tridgell
2010-04-06
1
-1
/
+2
*
build: enable real cacheing with waf configure -C
Andrew Tridgell
2010-04-06
1
-0
/
+11
*
build: added --disable-shared option
Andrew Tridgell
2010-04-06
1
-5
/
+11
*
build: optimise and re-enable check_duplicate_sources
Andrew Tridgell
2010-04-06
1
-18
/
+47
*
build: fixed issue with CC="ccache cc" on solaris
Andrew Tridgell
2010-04-06
2
-0
/
+10
*
build: support systems without rpath
Andrew Tridgell
2010-04-06
2
-3
/
+15
*
build: cope with subsystems with no enabled modules
Andrew Tridgell
2010-04-06
2
-11
/
+13
*
build: fixed ifaddrs.h for heimdal (from template)
Andrew Tridgell
2010-04-06
1
-2
/
+6
*
build: if a library is found, but not the fn, still define the library
Andrew Tridgell
2010-04-06
1
-9
/
+2
*
build: don't use gcc warnings during configure
Andrew Tridgell
2010-04-06
1
-1
/
+8
*
build: fixed check for pthread_create()
Andrew Tridgell
2010-04-06
1
-13
/
+29
*
build: more careful library list handling
Andrew Tridgell
2010-04-06
1
-14
/
+29
*
build: CONFIG_SET() takes conf argument
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
build: cope with double check for functions
Andrew Tridgell
2010-04-06
1
-1
/
+4
*
build: lib needs to take a list when more than 1
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
build: ensure all libs in CHECK_FUNCS_IN() get a target type
Andrew Tridgell
2010-04-06
1
-6
/
+12
*
build: cope with multiple libs in CHECK_FUNCS_IN()
Andrew Tridgell
2010-04-06
1
-10
/
+10
*
build: cope with multiple checks for the same function/library
Andrew Tridgell
2010-04-06
2
-1
/
+11
*
build: rename s4 compare_config_h.sh helper and add a s3 version of it
Kai Blin
2010-04-06
2
-0
/
+12
*
build: gccdeps fixes from ita
Andrew Tridgell
2010-04-06
1
-3
/
+23
*
build: tool to find missing install components
Andrew Tridgell
2010-04-06
1
-0
/
+8
*
build: fixed includes paths for CHECK_CODE()
Andrew Tridgell
2010-04-06
1
-2
/
+5
*
build: use SUBST_VARS_RECURSIVE() for install_path
Andrew Tridgell
2010-04-06
1
-2
/
+5
*
build: added SUBST_VARS_RECURSIVE()
Andrew Tridgell
2010-04-06
1
-3
/
+12
*
build: updated waf-svn (lower preproc recursion limit)
Andrew Tridgell
2010-04-06
1
-0
/
+0
*
build: rename samba_includes.py to samba_optimisation.py
Andrew Tridgell
2010-04-06
2
-2
/
+8
*
build: more optimisations from Thomas
Andrew Tridgell
2010-04-06
1
-4
/
+54
*
build: fixed git version in samba -V
Andrew Tridgell
2010-04-06
1
-1
/
+2
[prev]
[next]