summaryrefslogtreecommitdiff
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2012-05-28freebsd9: support both WAF MIT krb5 build and autoconf build against MIT krb5Alexander Bokovoy1-2/+17
2012-05-27build: Remove all references to libuuidAndrew Bartlett1-1/+0
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy1-2/+13
2012-05-09allow to use system iniparser library.Günther Deschner1-0/+1
2012-04-23waf: move krb5 checks to a separate waf fileAlexander Bokovoy1-1/+8
2012-04-23build: Remove support for a system libsmbclientAndrew Bartlett1-1/+0
2012-04-23build: Remove support for system libwbclientAndrew Bartlett1-1/+0
2012-04-17waf: Add possibility to build with system libwbclient.Andreas Schneider1-0/+1
2012-04-17s3-waf: Add possibility to build with system libsmbclient.Andreas Schneider1-0/+1
2012-04-12waf: when USING_SYSTEM_KRB5 environment variable is set, dont configure localGünther Deschner1-1/+2
2012-04-05build: Add configure summary checking to waf buildAndrew Bartlett1-0/+7
2012-03-15util: Add --disable-fault-handling.Ira Cooper1-0/+1
2012-03-10wscript: Include talloc, tdb and ldb in pydoctor output.Jelmer Vernooij1-1/+10
2012-03-10pydoctor: Specify --project-name.Jelmer Vernooij1-1/+1
2012-03-07addns: Fix the Solaris/Illumos build.Ira Cooper1-0/+1
2012-02-16wafsamba: exclude '.brzignore' from "make dist"Michael Adam1-1/+1
2012-02-16wafsamba: exclude '.gitignore' from "make dist"Michael Adam1-0/+1
2012-02-07crypto: Use libbsd md5 header, if available.Jelmer Vernooij1-0/+1
2011-12-09Add 'make pep8' target.Jelmer Vernooij1-0/+8
2011-11-13waf: Factor checking for undefined symbol flags out into separate method.Jelmer Vernooij1-9/+1
2011-10-07build: Remove _SAMBA_WAF_BUILD_Andrew Bartlett1-1/+0
2011-10-07build: Reduce build systems to just top level waf and autoconfAndrew Bartlett1-3/+0
2011-10-02wscript: Also generate ctags for python filesKai Blin1-1/+1
2011-09-23build: Fix waf build on MacOS XAndrew Bartlett1-0/+4
2011-09-08build: Add duplicate symbol checking as part of make testAndrew Bartlett1-0/+1
2011-07-06build: Re-enable the -Wl,--as-needed flagAndrew Bartlett1-6/+2
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-2/+2
2011-06-24build: Remove blacklist now we have a common buildAndrew Bartlett1-10/+0
2011-06-21build: move dynconfig for top level build upAndrew Bartlett1-2/+2
2011-06-21build: disable -Wl,--as-needed to try and fix the buildAndrew Bartlett1-2/+7
2011-06-20lib: import ccan modules for tdb2Rusty Russell1-0/+1
2011-06-17build: only use the git version on install, not in the build treeAndrew Tridgell1-1/+1
2011-05-09build: Remove --disable-s3build so we can rely on these subsystemsAndrew Bartlett1-10/+1
2011-05-08build: Allow the C code to know if this is a waf buildAndrew Bartlett1-0/+1
2011-04-27build: Add lib/replace as a default include pathAndrew Bartlett1-1/+1
2011-04-26waf: introduce reverse logic for allowing unknown symbolsMatthieu Patou1-0/+5
2011-04-26build: Invert --enable-s3build into --disable-s3buildAndrew Bartlett1-3/+4
2011-04-16selftest: Move Samba4 selftest wscript to the top levelAndrew Bartlett1-2/+2
2011-03-15build: added include/public to the list of include pathsAndrew Tridgell1-1/+1
2011-02-23Fix broken build with make dist tarballsSimo Sorce1-1/+1
2011-02-22s4-waf: fixed make test for toplevelAndrew Tridgell1-2/+1
2011-02-22s4-waf: added --enable-s3build configure optionAndrew Tridgell1-1/+9
2011-02-22s3build: use source3/wscript for s3 configure rulesAndrew Tridgell1-0/+5
2011-02-18build: remember the flags used for undefined variable errorsAndrew Tridgell1-2/+2
2011-02-09waf Remove debugging hacks left in the top level buildAndrew Bartlett1-1/+1
2011-02-07build: fixed top level etags and ctags targetAndrew Tridgell1-2/+2
2011-02-07waf: added top level build rules Andrew Tridgell1-0/+199