Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-16 | waf: added --git-local-changes configure option | Andrew Tridgell | 1 | -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-12 | samba_version: When working from git checkout, display git revision SHA1 rather | Jelmer Vernooij | 1 | -2/+2 | |
than Bazaar revision ids. | |||||
2010-06-29 | build: only use git when found by configure | Andrew Tridgell | 1 | -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-28 | waf Read VERSION file inside WAF to set package version | Andrew Bartlett | 1 | -8/+19 | |
This replaces the call to mkversion.sh in both the Samba3 and Samba4 WAF builds. Andrew Bartlett | |||||
2010-04-06 | build: tidy up the wafsamba rules a bit | Andrew Tridgell | 1 | -2/+0 | |
use python string conventions for function comments | |||||
2010-04-06 | build: make use on_results=True for some build rules | Stefan Metzmacher | 1 | -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-06 | build: fixed git version in samba -V | Andrew Tridgell | 1 | -1/+2 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -20/+1 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: added generation of version.h | Andrew Tridgell | 1 | -0/+13 | |
2010-04-06 | build: result of hack session with ita | Andrew Tridgell | 1 | -65/+0 | |
2010-04-06 | build: add README to explain gen_ndr, and ensure directory exists | Andrew Tridgell | 1 | -0/+6 | |
2010-04-06 | build: rewrote PIDL rules, breaking them into a separate waf tool | Andrew Tridgell | 1 | -35/+0 | |
2010-04-06 | build: fixed location of gen_ndr files | Andrew Tridgell | 1 | -8/+8 | |
2010-04-06 | build: fixed --includedir options for PIDL | Andrew Tridgell | 1 | -1/+11 | |
2010-04-06 | build: split out the extension based build patterns | Andrew Tridgell | 1 | -0/+107 | |