summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
2010-04-06build: added quote option to conf.DEFINE()Andrew Tridgell1-2/+2
2010-04-06s3-waf: fixed tests for charsetsAndrew Tridgell2-10/+7
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
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
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
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
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
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
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
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
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
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