summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06s4-waf: install the rest of the headersAndrew Tridgell12-32/+32
2010-04-06build: support wildcard mappings for header_pathAndrew Tridgell1-8/+34
this allows a public_headers attribute to put different headers in different install directories
2010-04-06s4-waf: set CONFIG_H variable for selftestAndrew Tridgell1-0/+3
2010-04-06s4-waf: test/simple.c is not needed any moreAndrew Tridgell1-8/+0
2010-04-06s4-waf: forgot these filesAndrew Tridgell2-0/+24
2010-04-06s4-waf: started adding auto-install of include filesAndrew Tridgell7-13/+61
2010-04-06build: fixed EXPAND_VARIABLES() for env expansionAndrew Tridgell1-1/+2
2010-04-06build: these chdir() calls break waf on HPUX. They are not neededAndrew Tridgell1-7/+0
2010-04-06s3-waf: added options for static/shared module buildingAndrew Tridgell1-0/+60
Pair-Programmed-With: Kai Blin <kai@samba.org>
2010-04-06s3-waf: build version.hAndrew Tridgell1-0/+2
2010-04-06s3-waf: charsets needs to be quoted as strings in config.hAndrew Tridgell1-6/+6
Pair-Programmed-With: Kai Blin <kai@samba.org>
2010-04-06build: added quote option to conf.DEFINE()Andrew Tridgell1-2/+2
Pair-Programmed-With: Kai Blin <kai@samba.org>
2010-04-06s3-waf: fixed tests for charsetsAndrew Tridgell2-10/+7
Pair-Programmed-With: Kai
2010-04-06s4-waf: fdatasync is in librt on solaris8Andrew Tridgell2-2/+4
2010-04-06s4-waf: added rap/rpc.cAndrew Tridgell1-1/+1
2010-04-06libreplace: add a replacement for strerror_r (needed on solaris8)Andrew Tridgell1-1/+1
2010-04-06s4-waf: look for libiconv before checking libcAndrew Tridgell1-1/+6
This is needed for solaris8
2010-04-06s4-waf: added checks for all the different statvfs varientsAndrew Tridgell1-4/+83
2010-04-06s4-waf: another place where broken ln -f on solaris8 mattersAndrew Tridgell1-2/+2
2010-04-06s4-waf: cope with systems with zlib versions that are too oldAndrew Tridgell2-1/+12
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