Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-06 | build: removed some unused imports found by pyflakes | Andrew Tridgell | 1 | -1/+0 | |
thanks to Jelmer for pointing me at pyflakes | |||||
2010-04-06 | s4-waf: merge in the latest changes from master | Andrew Tridgell | 1 | -0/+12 | |
The heimdal changes mean the asn1 compiler produces a 2nd header file | |||||
2010-04-06 | build: a few more build rules that should have on_results=True | Andrew Tridgell | 1 | -0/+2 | |
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: cleanup the ASN1 rules a bit | Andrew Tridgell | 1 | -18/+2 | |
2010-04-06 | build: don't need the S4 in the PIDL prefix | Andrew Tridgell | 1 | -1/+0 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -6/+10 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: nearly there on samba4 build | Andrew Tridgell | 1 | -8/+26 | |
2010-04-06 | build: enable ENFORCE_GROUP_ORDERING() | Andrew Tridgell | 1 | -0/+90 | |
also fixed ASN1 target names |