summaryrefslogtreecommitdiffstats
path: root/buildtools
Commit message (Collapse)AuthorAgeFilesLines
...
* build: make use on_results=True for some build rulesStefan Metzmacher2010-04-065-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
* build: cope with systems that don't have md5 in pythonAndrew Tridgell2010-04-061-0/+21
|
* build: need to mark disabled libraries as DISABLEDAndrew Tridgell2010-04-061-0/+1
|
* build: fixed the cflags for pkg_config libsAndrew Tridgell2010-04-061-10/+21
|
* build: split out the base waf rules into buildtools/wafsamba/wscriptAndrew Tridgell2010-04-063-1/+155
| | | | this stops lib/replace becoming a mess
* build: use gzip for waf packing, to try to make it work on irixAndrew Tridgell2010-04-061-0/+0
|
* build: use shell=True for SAMBA_GENERATORAndrew Tridgell2010-04-061-0/+1
| | | | This allows for shell redirection in rules
* build: added msg argument to CHECK_TYPE()Andrew Tridgell2010-04-061-2/+4
|
* build: add cflags from pkg_config results to header/function testsAndrew Tridgell2010-04-062-32/+53
| | | | | | | | | When we find a package with pkg_config we may need to use the resulting ccflags and ldflags in later tests. Support this by adding lib= options to CHECK_FUNC and CHECK_HEADER This gets gnutls on FreeBSD working
* build: test all the developer cflags before adding themAndrew Tridgell2010-04-061-5/+16
|
* build: finer grained rpath checking for binary/installAndrew Tridgell2010-04-062-15/+20
|
* build: configure fixes for opensolarisAndrew Tridgell2010-04-061-19/+58
|
* build: fixed headers for C prototype checkAndrew Tridgell2010-04-061-0/+1
|
* build: rewrote the autoconf-like macros to be more consistentAndrew Tridgell2010-04-061-151/+209
| | | | This also brings them much closer to the behaviour of autoconf
* build: fixed prototype testAndrew Tridgell2010-04-061-1/+1
|
* build: added CHECK_C_PROTOTYPE() configure functionAndrew Tridgell2010-04-061-4/+27
|
* build: python 2.4 doesn't support multiple union arguments for setsAndrew Tridgell2010-04-061-2/+4
|
* build: expand indirect syslibs after loop unrollingAndrew Tridgell2010-04-061-1/+3
| | | | | otherwide python libs in the disable-shared build don't get all the needed syslibs
* build: fixed handling of full dependencies for --disable-sharedAndrew Tridgell2010-04-061-119/+137
| | | | | the subsystem dependency loops get quite complex when shared libs are disabled
* build: don't use double binaries/libs if not neededAndrew Tridgell2010-04-061-8/+23
| | | | | when rpath is disabled on both install and build we don't need the double binaries
* build: mark wafsamba as unbuffered, so stdout and stderr are better in syncAndrew Tridgell2010-04-061-1/+1
|
* build: more complete implementation of waf configure -CAndrew Tridgell2010-04-061-10/+19
| | | | this is a closer emulation of the autoconf behaviour
* build: fixed build of heimdal/lib/roken/err.hAndrew Tridgell2010-04-061-1/+2
|
* build: enable real cacheing with waf configure -CAndrew Tridgell2010-04-061-0/+11
|
* build: added --disable-shared optionAndrew Tridgell2010-04-061-5/+11
|
* build: optimise and re-enable check_duplicate_sourcesAndrew Tridgell2010-04-061-18/+47
|
* build: fixed issue with CC="ccache cc" on solarisAndrew Tridgell2010-04-062-0/+10
|
* build: support systems without rpathAndrew Tridgell2010-04-062-3/+15
|
* build: cope with subsystems with no enabled modulesAndrew Tridgell2010-04-062-11/+13
| | | | This happens for the notify subsystem on non-Linux systems
* build: fixed ifaddrs.h for heimdal (from template)Andrew Tridgell2010-04-061-2/+6
|
* build: if a library is found, but not the fn, still define the libraryAndrew Tridgell2010-04-061-9/+2
|
* build: don't use gcc warnings during configureAndrew Tridgell2010-04-061-1/+8
|
* build: fixed check for pthread_create()Andrew Tridgell2010-04-061-13/+29
|
* build: more careful library list handlingAndrew Tridgell2010-04-061-14/+29
|
* build: CONFIG_SET() takes conf argumentAndrew Tridgell2010-04-061-1/+1
|
* build: cope with double check for functionsAndrew Tridgell2010-04-061-1/+4
|
* build: lib needs to take a list when more than 1Andrew Tridgell2010-04-061-1/+1
|
* build: ensure all libs in CHECK_FUNCS_IN() get a target typeAndrew Tridgell2010-04-061-6/+12
|
* build: cope with multiple libs in CHECK_FUNCS_IN()Andrew Tridgell2010-04-061-10/+10
|
* build: cope with multiple checks for the same function/libraryAndrew Tridgell2010-04-062-1/+11
|
* build: rename s4 compare_config_h.sh helper and add a s3 version of itKai Blin2010-04-062-0/+12
|
* build: gccdeps fixes from itaAndrew Tridgell2010-04-061-3/+23
|
* build: tool to find missing install componentsAndrew Tridgell2010-04-061-0/+8
|
* build: fixed includes paths for CHECK_CODE()Andrew Tridgell2010-04-061-2/+5
|
* build: use SUBST_VARS_RECURSIVE() for install_pathAndrew Tridgell2010-04-061-2/+5
|
* build: added SUBST_VARS_RECURSIVE()Andrew Tridgell2010-04-061-3/+12
|
* build: updated waf-svn (lower preproc recursion limit)Andrew Tridgell2010-04-061-0/+0
|
* build: rename samba_includes.py to samba_optimisation.pyAndrew Tridgell2010-04-062-2/+8
|
* build: more optimisations from ThomasAndrew Tridgell2010-04-061-4/+54
|
* build: fixed git version in samba -VAndrew Tridgell2010-04-061-1/+2
|