Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate unnecessary scanning before a Node is rebuilt. | Steven Knight | 2003-01-12 | 1 | -6/+8 |
| | |||||
* | Refactor the Scanner interface to eliminate unnecessary scanning and make it ↵ | Steven Knight | 2003-01-06 | 1 | -37/+413 |
| | | | | easier to write efficient scanners. | ||||
* | Refactor FunctionAction objects to support -n and -s. | Steven Knight | 2002-12-28 | 1 | -0/+6 |
| | |||||
* | Provide graceful failures when a source file doesn't exist and can't be ↵ | Steven Knight | 2002-11-27 | 1 | -6/+0 |
| | | | | build, and when a nonexistent drive letter is used on Win32. | ||||
* | Add output to tell people when we're reading SConscript files versus when ↵ | Steven Knight | 2002-09-30 | 1 | -8/+12 |
| | | | | we're building targets. | ||||
* | Provide a Scanner hook to allow file scans to be avoided when it isn't ↵ | Steven Knight | 2002-09-15 | 1 | -0/+94 |
necessary. |