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
/
samba_autoconf.py
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-06
s4-waf: support the use of system libraries
Andrew Tridgell
1
-5
/
+12
2010-04-06
build: added quote option to conf.DEFINE()
Andrew Tridgell
1
-2
/
+2
2010-04-06
build: much better rpath test function
Andrew Tridgell
1
-9
/
+0
2010-04-06
build: started a library of common config tests for s3/s4
Andrew Tridgell
1
-31
/
+0
2010-04-06
build: split out the base waf rules into buildtools/wafsamba/wscript
Andrew Tridgell
1
-0
/
+3
2010-04-06
build: added msg argument to CHECK_TYPE()
Andrew Tridgell
1
-2
/
+4
2010-04-06
build: add cflags from pkg_config results to header/function tests
Andrew Tridgell
1
-32
/
+51
2010-04-06
build: test all the developer cflags before adding them
Andrew Tridgell
1
-5
/
+16
2010-04-06
build: configure fixes for opensolaris
Andrew Tridgell
1
-19
/
+58
2010-04-06
build: fixed headers for C prototype check
Andrew Tridgell
1
-0
/
+1
2010-04-06
build: rewrote the autoconf-like macros to be more consistent
Andrew Tridgell
1
-151
/
+209
2010-04-06
build: fixed prototype test
Andrew Tridgell
1
-1
/
+1
2010-04-06
build: added CHECK_C_PROTOTYPE() configure function
Andrew Tridgell
1
-4
/
+27
2010-04-06
build: more complete implementation of waf configure -C
Andrew Tridgell
1
-10
/
+19
2010-04-06
build: enable real cacheing with waf configure -C
Andrew Tridgell
1
-0
/
+11
2010-04-06
build: fixed issue with CC="ccache cc" on solaris
Andrew Tridgell
1
-0
/
+10
2010-04-06
build: support systems without rpath
Andrew Tridgell
1
-0
/
+9
2010-04-06
build: if a library is found, but not the fn, still define the library
Andrew Tridgell
1
-9
/
+2
2010-04-06
build: don't use gcc warnings during configure
Andrew Tridgell
1
-1
/
+8
2010-04-06
build: fixed check for pthread_create()
Andrew Tridgell
1
-13
/
+29
2010-04-06
build: more careful library list handling
Andrew Tridgell
1
-14
/
+29
2010-04-06
build: CONFIG_SET() takes conf argument
Andrew Tridgell
1
-1
/
+1
2010-04-06
build: cope with double check for functions
Andrew Tridgell
1
-1
/
+4
2010-04-06
build: lib needs to take a list when more than 1
Andrew Tridgell
1
-1
/
+1
2010-04-06
build: ensure all libs in CHECK_FUNCS_IN() get a target type
Andrew Tridgell
1
-6
/
+12
2010-04-06
build: cope with multiple libs in CHECK_FUNCS_IN()
Andrew Tridgell
1
-10
/
+10
2010-04-06
build: cope with multiple checks for the same function/library
Andrew Tridgell
1
-1
/
+2
2010-04-06
build: fixed includes paths for CHECK_CODE()
Andrew Tridgell
1
-2
/
+5
2010-04-06
build: fixed config.h generation when we have source -> source4 symlink
Andrew Tridgell
1
-2
/
+4
2010-04-06
build: fixed cflags in CHECK_CODE
Andrew Tridgell
1
-1
/
+1
2010-04-06
build: waf quicktest nearly works
Andrew Tridgell
1
-5
/
+3
2010-04-06
build: nearly there on samba4 build
Andrew Tridgell
1
-18
/
+19
2010-04-06
build: saner CFLAGS handling for defines
Andrew Tridgell
1
-2
/
+3
2010-04-06
build: make CONFIG_PATH() understand absolute paths
Andrew Tridgell
1
-1
/
+4
2010-04-06
build: added local_include option to CHECK_CODE()
Andrew Tridgell
1
-3
/
+5
2010-04-06
build: fixed cflags in CHECK_CODE()
Andrew Tridgell
1
-1
/
+3
2010-04-06
build: added CHECK_CFLAGS()
Andrew Tridgell
1
-8
/
+26
2010-04-06
build: fix name of libs with - in them
Andrew Tridgell
1
-1
/
+1
2010-04-06
build: define HAVE_LIBxxx when we find a library
Andrew Tridgell
1
-0
/
+2
2010-04-06
build: move gettimeofday check to libreplace
Andrew Tridgell
1
-6
/
+8
2010-04-06
build: expand CHECK_CODE() function
Andrew Tridgell
1
-12
/
+25
2010-04-06
build: added CHECK_CODE_COMPILES()
Andrew Tridgell
1
-0
/
+27
2010-04-06
build: added help on fns
Andrew Tridgell
1
-0
/
+48
2010-04-06
build: check for volatile
Andrew Tridgell
1
-4
/
+9
2010-04-06
build: check size of types
Andrew Tridgell
1
-2
/
+6
2010-04-06
build: added CHECK_SIZEOF()
Andrew Tridgell
1
-11
/
+35
2010-04-06
build: improve autoconf macros
Andrew Tridgell
1
-6
/
+25
2010-04-06
build: added CHECK_DECLS()
Andrew Tridgell
1
-0
/
+11
2010-04-06
build: return values for autoconf-like tests
Andrew Tridgell
1
-9
/
+44
2010-04-06
build: another typo
Andrew Tridgell
1
-1
/
+1
[prev]
[next]