summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_patterns.py
AgeCommit message (Collapse)AuthorFilesLines
2013-05-27build: Do not always regenerate the version.h fileAndrew Bartlett1-1/+5
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
2013-05-18swat: Remove swat.Kai Blin1-1/+0
Signed-off-by: Kai Blin <kai@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Sat May 18 16:32:38 CEST 2013 on sn-devel-104
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-1/+1
* Trailing whitespace * use of "==" where "is" should be used * double spaces
2011-09-07build: Replace mkbuildoptions-waf awk script with waf targetAmitay Isaacs1-0/+174
2011-06-17build: only use the git version on install, not in the build treeAndrew Tridgell1-1/+2
having the git version in our version.h in the build tree is annoying for developers, as every time you commit or rebase you need to spend several minutes re-linking. This changes it to use the git version only on install, which is much more useful as when you actually install the binaries you may be using them in a way that reporting the version is useful Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Jun 17 08:37:06 CEST 2011 on sn-devel-104
2010-11-16waf: added --git-local-changes configure optionAndrew Tridgell1-3/+1
if you use --git-local-changes then the version number that waf extracts from git will have a '+' on the end if you have local changes, as determined by running 'git diff'. This used to be the default, but unfortunately it is far too slow on some systems. On a NFS build system I was using the first line of configure took about 2 minutes. Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Nov 16 01:51:54 UTC 2010 on sn-devel-104
2010-11-12samba_version: When working from git checkout, display git revision SHA1 ratherJelmer Vernooij1-2/+2
than Bazaar revision ids.
2010-06-29build: only use git when found by configureAndrew Tridgell1-2/+5
this rebuilds version.h whenever the git version changes, so we always get the right version with samba -V. That adds about 15s to the build time on each git commit, which shouldn't be too onerous
2010-05-28waf Read VERSION file inside WAF to set package versionAndrew Bartlett1-8/+19
This replaces the call to mkversion.sh in both the Samba3 and Samba4 WAF builds. Andrew Bartlett
2010-04-06build: tidy up the wafsamba rules a bitAndrew Tridgell1-2/+0
use python string conventions for function comments
2010-04-06build: make use on_results=True for some build rulesStefan Metzmacher1-0/+1
This makes sure we generate a checksum over the result. In practice it means we no longer recompile when a proto header is triggers a rebuild if it hasn't changed its md5sum. metze
2010-04-06build: fixed git version in samba -VAndrew Tridgell1-1/+2
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-20/+1
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
2010-04-06build: added generation of version.hAndrew Tridgell1-0/+13
2010-04-06build: result of hack session with itaAndrew Tridgell1-65/+0
2010-04-06build: add README to explain gen_ndr, and ensure directory existsAndrew Tridgell1-0/+6
2010-04-06build: rewrote PIDL rules, breaking them into a separate waf toolAndrew Tridgell1-35/+0
2010-04-06build: fixed location of gen_ndr filesAndrew Tridgell1-8/+8
2010-04-06build: fixed --includedir options for PIDLAndrew Tridgell1-1/+11
2010-04-06build: split out the extension based build patternsAndrew Tridgell1-0/+107