summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* waf: Factor checking for undefined symbol flags out into separate method.Jelmer Vernooij2011-11-131-0/+12
* waf: Simplify handling of python modules.Jelmer Vernooij2011-11-132-21/+6
* Revert 9a5ae8edd6d006c078b3af8fdfd84677a63276b1.Jelmer Vernooij2011-11-131-3/+0
* wafsamba: Support allow_undefined_symbols in SAMBA_SUBSYSTEM.Jelmer Vernooij2011-11-131-4/+10
* wafsambaa: Support libraries that don't have the same name as their pkg-confi...Jelmer Vernooij2011-11-131-1/+1
* wafsamba: add CHECK_BUNDLED_SYSTEM_PKG function.Jelmer Vernooij2011-11-131-8/+64
* ldb: Use pyembed rather than pyext for ldb-util library.Jelmer Vernooij2011-11-131-1/+5
* waf: Don't link python modules against libpython2.x, consistent with other Py...Jelmer Vernooij2011-11-132-5/+4
* lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett2011-10-281-1/+1
* build: explain the passing of make options to wafAndrew Tridgell2011-10-201-0/+7
* build: added deletion of stale .so and .o filesAndrew Tridgell2011-10-191-2/+16
* build: added autoconf --disable-silent-rules optionSumit Bose2011-10-141-0/+3
* build: Reduce build systems to just top level waf and autoconfAndrew Bartlett2011-10-072-3/+2
* 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