summaryrefslogtreecommitdiffstats
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* s3-build Require fully defined symbols in ALL libraries by defaultAndrew Bartlett2011-06-241-2/+0
* s3-build: Require fully defined symbols for all public librariesAndrew Bartlett2011-06-241-1/+1
* tdb2: tie it into build process if --enable-tdb2-breaks-compatRusty Russell2011-06-201-2/+6
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-201-1/+1
* build: only use the git version on install, not in the build treeAndrew Tridgell2011-06-172-7/+11
* build: fixed development symlinks for libraries in subdirectoriesAndrew Tridgell2011-06-151-2/+2
* build: fixed dependencies on install prefix for pc files and python scriptsAndrew Tridgell2011-06-152-0/+3
* waf-symbols: don't look for symbol lists in GENERATOR targetsAndrew Tridgell2011-06-101-1/+1
* waf: fixed 'make bin/XXX' for the remaining binariesAndrew Tridgell2011-06-102-5/+32
* build: fixed a problem with installing scripts in the build treeAndrew Tridgell2011-06-011-18/+9
* Add -fno-common where supported (WAF only)Rusty Russell2011-05-101-1/+1
* build: allow s3 libraries to be built with no undefined symbolsAndrew Tridgell2011-05-081-2/+4
* waf: introduce reverse logic for allowing unknown symbolsMatthieu Patou2011-04-261-0/+4
* build: use readelf as a replacement for lddAndrew Tridgell2011-04-131-33/+77
* build: speed up SYMBOLCHECK codeAndrew Tridgell2011-04-131-6/+41
* waf: a better way to detect duplicated symbolsAndrew Tridgell2011-04-061-20/+82
* s3:waf:compare_config_h3.sh: make diff tool configurable as env var "DIFF"Michael Adam2011-04-021-3/+5
* s3:waf:compare_config_h3.sh: specify autoconf-config.h as commandline parameterMichael Adam2011-04-021-1/+6
* waf: prevent an error in the symbol checking codeAndrew Tridgell2011-03-231-1/+2
* wafsamba: add -Wcast-qual only to the toplevel (s4) build.Günther Deschner2011-03-191-1/+3
* waf: ensure that MAKEFLAGS is set before parsing itAndrew Tridgell2011-03-151-0/+2
* build: added simple header handling for our librariesAndrew Tridgell2011-03-151-1/+23
* build: removed mkdir of public headers directoryAndrew Tridgell2011-03-151-7/+0
* build: added public_headers_allow_broken optionAndrew Tridgell2011-03-151-1/+6
* waf: auto-create include paths if neededAndrew Tridgell2011-03-151-0/+7
* waf: make mkdir_p() a bit more robustAndrew Tridgell2011-03-151-1/+6
* waf: build headers in separate 'headers' build groupAndrew Tridgell2011-03-152-1/+2
* waf: always generate public headers in the build treeAndrew Tridgell2011-03-152-166/+123
* waf: build substituted public headers in build treeAndrew Tridgell2011-03-151-1/+3
* waf: moved header file handling into its own moduleAndrew Tridgell2011-03-152-196/+201
* wafsamba: keep a list of public headersAndrew Tridgell2011-03-151-1/+3
* wafsamba: don't follow symlinks outside the build treeAndrew Tridgell2011-03-151-1/+3
* wafsamba: added global_include optionAndrew Tridgell2011-03-152-3/+15
* build: install public headers in the build treeAndrew Tridgell2011-03-151-15/+54
* samba_abi: Also sort ABI files properly so symbols end up in the right version.Jelmer Vernooij2011-03-121-2/+6
* Sort by release component integer values rather than using standard stringJelmer Vernooij2011-03-121-1/+2
* build: fixed the ELF name for private librariesAndrew Tridgell2011-03-021-2/+6
* samba_abi: Generate vscript entries even for ABI versions that didn't introduceJelmer Vernooij2011-02-281-10/+21
* build: fixed 'make dist' without configuringAndrew Tridgell2011-02-231-1/+5
* build: don't display expected duplicate symbolsAndrew Tridgell2011-02-231-1/+6
* build: duplicate symbols between system libraries aren't interestingAndrew Tridgell2011-02-231-0/+10
* build: added WHYNEEDED=TARGET:DEPENDENCYAndrew Tridgell2011-02-222-9/+40
* build: enhanced the symbolcheck codeAndrew Tridgell2011-02-221-14/+86
* python: use os.environ[] instead of os.putenv()Andrew Tridgell2011-02-221-1/+1
* build: we don't need the special case for s3build any moreAndrew Tridgell2011-02-221-6/+0
* s4-version: Fix version finding for bzr branches.Jelmer Vernooij2011-02-201-1/+1
* s3-waf: fix popt support.Günther Deschner2011-02-181-0/+3
* build: put links for libs in the right directoryAndrew Tridgell2011-02-181-1/+1
* waf: improved error message for bad paths in SAMBA_LIBRARY()Andrew Tridgell2011-02-181-1/+7
* waf: support building libraries with a directory prefixAndrew Tridgell2011-02-183-4/+13