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