summaryrefslogtreecommitdiffstats
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* build: Add duplicate symbol checking as part of make testAndrew Bartlett2011-09-082-6/+26
* build: Replace mkbuildoptions-waf awk script with waf targetAmitay Isaacs2011-09-071-0/+174
* wafsamba: Only install .pc files if libraries are public.Jelmer Vernooij2011-08-211-1/+1
* wafsamba: Require public libraries to have headers.Jelmer Vernooij2011-08-211-0/+3
* wafsamba: Require public libraries to have a pc file specified, or explicitly...Jelmer Vernooij2011-08-211-4/+11
* waf: Add SAMBA3_PYTHON context to build python wrappers in samba3Amitay Isaacs2011-08-131-0/+5
* waf: update to latest waf 1.5 versionAndrew Tridgell2011-07-271-0/+0
* wafsamba: Properly lock object store when retrieving version through Bazaar.Jelmer Vernooij2011-07-231-1/+5
* param: Move per-share parameters into a seperate file, to share with s3Andrew Bartlett2011-07-081-0/+2
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-051-2/+2
* build: remove mktowscriptAndrew Bartlett2011-07-053-574/+0
* s3-build Require fully defined modules by defaultAndrew Bartlett2011-07-031-2/+0
* 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