summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* wafsamba: Add tests for dict_concat.Jelmer Vernooij2012-02-121-1/+20
* wafsamba: Add tests for unique_list, subst_vars_error.Jelmer Vernooij2012-02-122-3/+38
* waf: Add initial unit test for samba_utils.Jelmer Vernooij2012-02-123-0/+54
* wafsamba: Expand tabs.Jelmer Vernooij2012-02-1010-597/+597
* build: fixed a link order problemAndrew Tridgell2012-02-021-1/+3
* waf: Use git repository.Jelmer Vernooij2012-01-051-1/+1
* Include waf as an extracted source directory, rather than as a one-in-a-file ...Jelmer Vernooij2012-01-0479-17/+18127
* wafsamba: Fix undefined variable name in error message.Jelmer Vernooij2011-12-161-1/+1
* wafsamba: Cope with not everything having a final_libs attribute.Jelmer Vernooij2011-12-051-1/+1
* wafsamba: Use final_libs list to determine if a target needs private librarie...Jelmer Vernooij2011-12-051-1/+1
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-031-1/+1
* waf: Fix uselib_store for system libsubunit.Jelmer Vernooij2011-11-141-1/+1
* 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