summaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Expand)AuthorFilesLines
2011-09-08build: Add duplicate symbol checking as part of make testAndrew Bartlett2-6/+26
2011-09-07build: Replace mkbuildoptions-waf awk script with waf targetAmitay Isaacs1-0/+174
2011-08-21wafsamba: Only install .pc files if libraries are public.Jelmer Vernooij1-1/+1
2011-08-21wafsamba: Require public libraries to have headers.Jelmer Vernooij1-0/+3
2011-08-21wafsamba: Require public libraries to have a pc file specified, or explicitly...Jelmer Vernooij1-4/+11
2011-08-13waf: Add SAMBA3_PYTHON context to build python wrappers in samba3Amitay Isaacs1-0/+5
2011-07-27waf: update to latest waf 1.5 versionAndrew Tridgell1-0/+0
2011-07-23wafsamba: Properly lock object store when retrieving version through Bazaar.Jelmer Vernooij1-1/+5
2011-07-08param: Move per-share parameters into a seperate file, to share with s3Andrew Bartlett1-0/+2
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-2/+2
2011-07-05build: remove mktowscriptAndrew Bartlett3-574/+0
2011-07-03s3-build Require fully defined modules by defaultAndrew Bartlett1-2/+0
2011-06-24s3-build Require fully defined symbols in ALL libraries by defaultAndrew Bartlett1-2/+0
2011-06-24s3-build: Require fully defined symbols for all public librariesAndrew Bartlett1-1/+1
2011-06-20tdb2: tie it into build process if --enable-tdb2-breaks-compatRusty Russell1-2/+6
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell1-1/+1
2011-06-17build: only use the git version on install, not in the build treeAndrew Tridgell2-7/+11
2011-06-15build: fixed development symlinks for libraries in subdirectoriesAndrew Tridgell1-2/+2
2011-06-15build: fixed dependencies on install prefix for pc files and python scriptsAndrew Tridgell2-0/+3
2011-06-10waf-symbols: don't look for symbol lists in GENERATOR targetsAndrew Tridgell1-1/+1
2011-06-10waf: fixed 'make bin/XXX' for the remaining binariesAndrew Tridgell2-5/+32
2011-06-01build: fixed a problem with installing scripts in the build treeAndrew Tridgell1-18/+9
2011-05-10Add -fno-common where supported (WAF only)Rusty Russell1-1/+1
2011-05-08build: allow s3 libraries to be built with no undefined symbolsAndrew Tridgell1-2/+4
2011-04-26waf: introduce reverse logic for allowing unknown symbolsMatthieu Patou1-0/+4
2011-04-13build: use readelf as a replacement for lddAndrew Tridgell1-33/+77
2011-04-13build: speed up SYMBOLCHECK codeAndrew Tridgell1-6/+41
2011-04-06waf: a better way to detect duplicated symbolsAndrew Tridgell1-20/+82
2011-04-02s3:waf:compare_config_h3.sh: make diff tool configurable as env var "DIFF"Michael Adam1-3/+5
2011-04-02s3:waf:compare_config_h3.sh: specify autoconf-config.h as commandline parameterMichael Adam1-1/+6
2011-03-23waf: prevent an error in the symbol checking codeAndrew Tridgell1-1/+2
2011-03-19wafsamba: add -Wcast-qual only to the toplevel (s4) build.Günther Deschner1-1/+3
2011-03-15waf: ensure that MAKEFLAGS is set before parsing itAndrew Tridgell1-0/+2
2011-03-15build: added simple header handling for our librariesAndrew Tridgell1-1/+23
2011-03-15build: removed mkdir of public headers directoryAndrew Tridgell1-7/+0
2011-03-15build: added public_headers_allow_broken optionAndrew Tridgell1-1/+6
2011-03-15waf: auto-create include paths if neededAndrew Tridgell1-0/+7
2011-03-15waf: make mkdir_p() a bit more robustAndrew Tridgell1-1/+6
2011-03-15waf: build headers in separate 'headers' build groupAndrew Tridgell2-1/+2
2011-03-15waf: always generate public headers in the build treeAndrew Tridgell2-166/+123
2011-03-15waf: build substituted public headers in build treeAndrew Tridgell1-1/+3
2011-03-15waf: moved header file handling into its own moduleAndrew Tridgell2-196/+201
2011-03-15wafsamba: keep a list of public headersAndrew Tridgell1-1/+3
2011-03-15wafsamba: don't follow symlinks outside the build treeAndrew Tridgell1-1/+3
2011-03-15wafsamba: added global_include optionAndrew Tridgell2-3/+15
2011-03-15build: install public headers in the build treeAndrew Tridgell1-15/+54
2011-03-12samba_abi: Also sort ABI files properly so symbols end up in the right version.Jelmer Vernooij1-2/+6
2011-03-12Sort by release component integer values rather than using standard stringJelmer Vernooij1-1/+2
2011-03-02build: fixed the ELF name for private librariesAndrew Tridgell1-2/+6
2011-02-28samba_abi: Generate vscript entries even for ABI versions that didn't introduceJelmer Vernooij1-10/+21