summaryrefslogtreecommitdiff
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
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