summaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-23build: fixed 'make dist' without configuringAndrew Tridgell1-1/+5
2011-02-23build: don't display expected duplicate symbolsAndrew Tridgell1-1/+6
2011-02-23build: duplicate symbols between system libraries aren't interestingAndrew Tridgell1-0/+10
2011-02-22build: added WHYNEEDED=TARGET:DEPENDENCYAndrew Tridgell2-9/+40
2011-02-22build: enhanced the symbolcheck codeAndrew Tridgell1-14/+86
2011-02-22python: use os.environ[] instead of os.putenv()Andrew Tridgell1-1/+1
2011-02-22build: we don't need the special case for s3build any moreAndrew Tridgell1-6/+0
2011-02-20s4-version: Fix version finding for bzr branches.Jelmer Vernooij1-1/+1
2011-02-18s3-waf: fix popt support.Günther Deschner1-0/+3
2011-02-18build: put links for libs in the right directoryAndrew Tridgell1-1/+1
2011-02-18waf: improved error message for bad paths in SAMBA_LIBRARY()Andrew Tridgell1-1/+7
2011-02-18waf: support building libraries with a directory prefixAndrew Tridgell3-4/+13