summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-251-1/+3
* wafsamba: allow certain public libraries to be forced to be privateAndrew Bartlett2012-04-203-0/+12
* waf: Fix mispellingSimo Sorce2012-04-193-10/+10
* build: Remove more of the s3 special cases in waf: only pidfile.c needs -DCON...Andrew Bartlett2012-04-181-6/+0
* Fix typoSimo Sorce2012-04-171-2/+2
* waf: samba-specific methods should have capitalized names, change process_sep...Alexander Bokovoy2012-04-141-3/+3
* wafsamba: add support for separate rules in stagesAlexander Bokovoy2012-04-132-6/+24
* WAF: Add support for stopping processing before end of wscript{_*}Alexander Bokovoy2012-04-121-0/+5
* wafsamba: point out that local heimdal paths are not included whenGünther Deschner2012-04-121-0/+1
* build: Fix spelling of teventAndrew Bartlett2012-04-111-1/+1
* build: use include paths for pkg-config found librariesAndrew Bartlett2012-04-113-15/+23
* buildtools: Add --enable-debug optionAndrew Bartlett2012-04-112-0/+7
* build: search for talloc, tdb, tevent in non-standard system locationsAndrew Bartlett2012-04-111-5/+21
* wafsamba/bundled: Fix typo in tuplize_version.Jelmer Vernooij2012-04-103-1/+29
* wafsamba: Parse Python versions as integers separated by dots.Jelmer Vernooij2012-04-091-1/+4
* wafsamba: Return missing libs rather than last syslib.Jelmer Vernooij2012-04-081-1/+1
* build: Require 64-bit files support and do not define HAVE_EXPLICIT_LARGEFILE...Andrew Bartlett2012-04-051-1/+2
* build: Add getconf LFS_CFLAGS support to waf buildAndrew Bartlett2012-04-051-1/+19
* wafsamba: Avoid NameError when printing error about missing system deps.Jelmer Vernooij2012-04-031-6/+9
* wafsamba: Cope with slight differences in gdb output regarding incomplete seq...Jelmer Vernooij2012-03-263-0/+58
* waf: Add autoconf --target support.Andreas Schneider2012-03-211-0/+3
* build: Fix build issue on OpenBSD 5.xAmitay Isaacs2012-03-161-2/+2
* wafsamba: Remove shebang lines from non-executable files.Jelmer Vernooij2012-03-154-5/+0
* waf: Do not use standards.h on darwinVolker Lendecke2012-03-111-1/+6
* waf: Make sure libraries are installed with the execute flag set.Andreas Schneider2012-02-231-1/+2
* waf: make "update-waf" script work on Darwin tooDave Abrahams2012-02-191-1/+1
* waf: Use libraries when building.Jelmer Vernooij2012-02-191-2/+4
* Use uselib in CHECK_HEADER.Jelmer Vernooij2012-02-191-0/+3
* library_flags: Leave setting of CPPPATH to waf too.Jelmer Vernooij2012-02-191-4/+1
* waf: Update to new upstream version.Jelmer Vernooij2012-02-181-2/+5
* wafsamba: Fix some whitespace issues.Jelmer Vernooij2012-02-181-4/+1
* wafsamba: fix blacklist handling in "make dist"Michael Adam2012-02-161-1/+1
* 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