summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06build: fixed copy_script typoAndrew Tridgell1-1/+1
2010-04-06build: improved exception handling for systems without rpathAndrew Tridgell1-8/+3
2010-04-06build: much better rpath test functionAndrew Tridgell2-9/+106
This creates a full shared lib, and a binary that uses it. Then it tests that the binary runs correctly, relying on rpath Thanks to Thomas for the code for this!
2010-04-06build: a better way of calculating syslib dependenciesAndrew Tridgell1-33/+15
2010-04-06s3-waf: check for default charsetsKai Blin4-0/+56
2010-04-06build: Import conf decorator in samba_conftests.pyKai Blin1-1/+1
2010-04-06build: started a library of common config tests for s3/s4Andrew Tridgell3-31/+65
Pair-Programmed-With: Kai Blin <kai@samba.org>
2010-04-06s3-waf: use new variable expansion featureAndrew Tridgell1-11/+3
2010-04-06build: support variable expansion in source= arguments to build rulesAndrew Tridgell3-2/+52
This makes it much easier to follow the s3 approach to lists of source files in the top level wscript Pair-Programmed-With: Kai Blin <kai@samba.org>
2010-04-06s3-waf: modulesdir is in the base set of options nowAndrew Tridgell1-1/+0
2010-04-06s4-waf: update torture for new ndr/drsblobs.c testsAndrew Tridgell1-1/+1
2010-04-06s4-waf: replace stdint.h and stdbool.h on systems that don't have themAndrew Tridgell2-0/+14
2010-04-06build: solaris8 doesn't honor the -f flag to ln.Andrew Tridgell1-6/+6
It's in the man page, but it doesn't work!
2010-04-06build: honor existing LD_LIBRARY_PATH settings when adding shared lib pathsAndrew Tridgell2-3/+14
2010-04-06build: old versions of perl don't understand the -W optionAndrew Tridgell1-1/+1
2010-04-06build: we need to replace md5 in Task as wellAndrew Tridgell1-1/+2
2010-04-06build: need to set h_file on UtilsAndrew Tridgell1-2/+3
2010-04-06build: replace h_file when replacing md5Thomas Nagy1-0/+8
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-04-06build: attempt to fix md5 problem on solaris8Andrew Tridgell1-0/+0
2010-04-06s4-waf: remove the need for some of the lib aliasesAndrew Tridgell5-8/+4
2010-04-06build: a few more build rules that should have on_results=TrueAndrew Tridgell2-0/+3
2010-04-06build: fixed case of system library depsAndrew Tridgell1-1/+5
2010-04-06build: make use on_results=True for some build rulesStefan Metzmacher5-0/+7
This makes sure we generate a checksum over the result. In practice it means we no longer recompile when a proto header is triggers a rebuild if it hasn't changed its md5sum. metze
2010-04-06s4-waf: disable_gnutls is goneAndrew Tridgell1-1/+1
2010-04-06s4-waf: don't hardcode python pathAndrew Tridgell1-1/+1
2010-04-06build: cope with systems that don't have md5 in pythonAndrew Tridgell1-0/+21
2010-04-06build: need to mark disabled libraries as DISABLEDAndrew Tridgell2-2/+5
2010-04-06build: honor both --enable-gnutls and --disable-gnutlsAndrew Tridgell1-5/+12
This shows how we can do the dual-boolean rules we use so much with autoconf
2010-04-06build: fixed the cflags for pkg_config libsAndrew Tridgell1-10/+21
2010-04-06build: split out the base waf rules into buildtools/wafsamba/wscriptAndrew Tridgell6-162/+187
this stops lib/replace becoming a mess
2010-04-06build: use gzip for waf packing, to try to make it work on irixAndrew Tridgell1-0/+0
2010-04-06s3-waf: the start of the main build for s3Andrew Tridgell1-0/+611
2010-04-06s3-waf: more configure tests and minor fixesAndrew Tridgell1-26/+60
2010-04-06s3-waf: added build subdir for dynconfig generationAndrew Tridgell3-0/+97
2010-04-06build: use shell=True for SAMBA_GENERATORAndrew Tridgell1-0/+1
This allows for shell redirection in rules
2010-04-06build: added msg argument to CHECK_TYPE()Andrew Tridgell1-2/+4
2010-04-06build: Change checks to conform to new CHECK_* behaviourKai Blin2-15/+17
2010-04-06build: Check if the compiler will optimize out functionsKai Blin1-0/+9
2010-04-06build: check for int types included from rpc/rpc.hKai Blin1-0/+16
2010-04-06build: Check for POSIX capabilitiesKai Blin1-0/+19
2010-04-06build: Check for various members of struct statKai Blin1-0/+7
2010-04-06build: Fix package name and package string caseKai Blin1-2/+2
2010-04-06build: Check for functions needed by Samba3Kai Blin1-0/+19
2010-04-06build: Check for kernel share modesKai Blin1-0/+15
2010-04-06build: Check for IRIX kernel oplock typesKai Blin1-0/+5
2010-04-06build: Check for Linux kernel oplocksKai Blin1-0/+13
2010-04-06build: Check for kernel change notify supportKai Blin1-0/+13
2010-04-06build: check for inotify supportKai Blin1-0/+6
2010-04-06build: check for inttypes.hKai Blin1-1/+1
2010-04-06build: check for headers needed to generate stack tracesKai Blin1-0/+2