Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-08 | build: make the handling of relative paths a bit saner | Andrew Tridgell | 1 | -5/+5 | |
This should fix a problem that Anatoliy has struck with the PIDL rules. It also brings us much closer to a working build for a true out of tree build (ie. with waf configure -b /tmp/build) | |||||
2010-04-06 | build: don't depend on the blib/ files in SAMBA_PIDL() | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: nicer progress display for a standard build | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: tidy up the wafsamba rules a bit | Andrew Tridgell | 1 | -0/+1 | |
use python string conventions for function comments | |||||
2010-04-06 | build: fixed build group for the PIDL tables generation | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: only depend on the actual pidl source files in the pidl rule | Andrew Tridgell | 1 | -1/+3 | |
We don't need to depend on the wscript files, or any backup editor files. | |||||
2010-04-06 | build: make use on_results=True for some build rules | Stefan Metzmacher | 1 | -0/+2 | |
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: teach samba_pild.py about the --com-header and --dcom-proxy options | Andrew Tridgell | 1 | -6/+9 | |
2010-04-06 | build: more efficient pidl rules from ita | Andrew Tridgell | 1 | -3/+7 | |
Don't re-scan the pidl source tree each time | |||||
2010-04-06 | build: cope with the common gen_ndr files being in the git tree | Andrew Tridgell | 1 | -4/+24 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -5/+8 | |
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 | -6/+5 | |
2010-04-06 | build: much nicer pidl rules | Andrew Tridgell | 1 | -77/+57 | |
2010-04-06 | build: smarter list splitting | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: use shell for TDR rule, as -- confuses the build rule | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: result of hack session with ita | Andrew Tridgell | 1 | -13/+31 | |
2010-04-06 | build: fixes from ita | Andrew Tridgell | 1 | -33/+85 | |
2010-04-06 | build: rewrote PIDL rules, breaking them into a separate waf tool | Andrew Tridgell | 1 | -0/+53 | |