summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* 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
* waf: added SAMBA3_*() build rules to samba3.pyAndrew Tridgell2011-02-181-2/+72
* waf: give a more sensible error on symlink_bin with missing directoryAndrew Tridgell2011-02-181-0/+2
* build: fixed passing of includes= for modulesAndrew Tridgell2011-02-181-0/+1
* build: added subdir option for module buildingAndrew Tridgell2011-02-181-0/+3
* build: added allow_undefined_symbols options for libraries and modulesAndrew Tridgell2011-02-182-2/+10
* build: make ADD_LDFLAGS() returns the flags that were addedAndrew Tridgell2011-02-181-1/+3
* waf: library_flags() doesn't only operate on conf objectsAndrew Tridgell2011-02-181-7/+8
* waf: added subdir= option in SAMBA_*() rulesAndrew Tridgell2011-02-181-0/+9
* waf: use Utils.WafError() instead of sys.exit(1)Andrew Tridgell2011-02-181-2/+1
* waf Fix dependencies for .pc (pkg-config) filesAndrew Bartlett2011-02-161-1/+1
* Fix private libdir and codepages pathsSimo Sorce2011-02-151-1/+1
* waf: substitute '/' in -D static defines as well.Günther Deschner2011-02-111-2/+4
* waf: bring back shared Makefile and configure (needed by s3-waf).Günther Deschner2011-02-083-0/+113