summaryrefslogtreecommitdiff
path: root/buildtools
AgeCommit message (Expand)AuthorFilesLines
2012-02-23waf: Make sure libraries are installed with the execute flag set.Andreas Schneider1-1/+2
2012-02-19waf: make "update-waf" script work on Darwin tooDave Abrahams1-1/+1
2012-02-19waf: Use libraries when building.Jelmer Vernooij1-2/+4
2012-02-19Use uselib in CHECK_HEADER.Jelmer Vernooij1-0/+3
2012-02-19library_flags: Leave setting of CPPPATH to waf too.Jelmer Vernooij1-4/+1
2012-02-18waf: Update to new upstream version.Jelmer Vernooij1-2/+5
2012-02-18wafsamba: Fix some whitespace issues.Jelmer Vernooij1-4/+1
2012-02-16wafsamba: fix blacklist handling in "make dist"Michael Adam1-1/+1
2012-02-12wafsamba: Add tests for dict_concat.Jelmer Vernooij1-1/+20
2012-02-12wafsamba: Add tests for unique_list, subst_vars_error.Jelmer Vernooij2-3/+38
2012-02-12waf: Add initial unit test for samba_utils.Jelmer Vernooij3-0/+54
2012-02-10wafsamba: Expand tabs.Jelmer Vernooij10-597/+597
2012-02-02build: fixed a link order problemAndrew Tridgell1-1/+3
2012-01-05waf: Use git repository.Jelmer Vernooij1-1/+1
2012-01-04Include waf as an extracted source directory, rather than as a one-in-a-file ...Jelmer Vernooij79-17/+18127
2011-12-16wafsamba: Fix undefined variable name in error message.Jelmer Vernooij1-1/+1
2011-12-05wafsamba: Cope with not everything having a final_libs attribute.Jelmer Vernooij1-1/+1
2011-12-05wafsamba: Use final_libs list to determine if a target needs private librarie...Jelmer Vernooij1-1/+1
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij1-1/+1
2011-11-14waf: Fix uselib_store for system libsubunit.Jelmer Vernooij1-1/+1
2011-11-13waf: Factor checking for undefined symbol flags out into separate method.Jelmer Vernooij1-0/+12
2011-11-13waf: Simplify handling of python modules.Jelmer Vernooij2-21/+6
2011-11-13Revert 9a5ae8edd6d006c078b3af8fdfd84677a63276b1.Jelmer Vernooij1-3/+0
2011-11-13wafsamba: Support allow_undefined_symbols in SAMBA_SUBSYSTEM.Jelmer Vernooij1-4/+10
2011-11-13wafsambaa: Support libraries that don't have the same name as their pkg-confi...Jelmer Vernooij1-1/+1
2011-11-13wafsamba: add CHECK_BUNDLED_SYSTEM_PKG function.Jelmer Vernooij1-8/+64
2011-11-13ldb: Use pyembed rather than pyext for ldb-util library.Jelmer Vernooij1-1/+5
2011-11-13waf: Don't link python modules against libpython2.x, consistent with other Py...Jelmer Vernooij2-5/+4
2011-10-28lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett1-1/+1
2011-10-20build: explain the passing of make options to wafAndrew Tridgell1-0/+7
2011-10-19build: added deletion of stale .so and .o filesAndrew Tridgell1-2/+16
2011-10-14build: added autoconf --disable-silent-rules optionSumit Bose1-0/+3
2011-10-07build: Reduce build systems to just top level waf and autoconfAndrew Bartlett2-3/+2
2011-09-08build: Add duplicate symbol checking as part of make testAndrew Bartlett2-6/+26
2011-09-07build: Replace mkbuildoptions-waf awk script with waf targetAmitay Isaacs1-0/+174
2011-08-21wafsamba: Only install .pc files if libraries are public.Jelmer Vernooij1-1/+1
2011-08-21wafsamba: Require public libraries to have headers.Jelmer Vernooij1-0/+3
2011-08-21wafsamba: Require public libraries to have a pc file specified, or explicitly...Jelmer Vernooij1-4/+11
2011-08-13waf: Add SAMBA3_PYTHON context to build python wrappers in samba3Amitay Isaacs1-0/+5
2011-07-27waf: update to latest waf 1.5 versionAndrew Tridgell1-0/+0
2011-07-23wafsamba: Properly lock object store when retrieving version through Bazaar.Jelmer Vernooij1-1/+5
2011-07-08param: Move per-share parameters into a seperate file, to share with s3Andrew Bartlett1-0/+2
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-2/+2
2011-07-05build: remove mktowscriptAndrew Bartlett3-574/+0
2011-07-03s3-build Require fully defined modules by defaultAndrew Bartlett1-2/+0
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