Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: correct include for memcpy | Bill Hoffman | 2006-01-23 | 1 | -2/+1 |
| | |||||
* | BUG: Fix logic to return true when the file was already statted. Also, use ↵ | Andy Cedilnik | 2005-10-13 | 1 | -1/+0 |
| | | | | nanosecond percision if available. Remove debug | ||||
* | ENH: Improve performance of check build system by creating another file that ↵ | Andy Cedilnik | 2005-10-12 | 1 | -7/+102 |
| | | | | is simpler to parse and therefore much faster overall | ||||
* | ENH: reduce the number of files produced still needs a bit more cleanup | Ken Martin | 2005-07-27 | 1 | -65/+13 |
| | |||||
* | BUG: a fix for constant recomputing of depends | Ken Martin | 2005-05-25 | 1 | -2/+7 |
| | |||||
* | ENH: some changes to the depends signature to be more flexible | Ken Martin | 2005-05-11 | 1 | -12/+19 |
| | |||||
* | ENH: Added optional verbose output to build system dependency check. | Brad King | 2005-05-06 | 1 | -2/+11 |
| | |||||
* | ENH: do not collapse full path for cwd | Bill Hoffman | 2005-04-12 | 1 | -1/+3 |
| | |||||
* | BUG: Dependency scans and checks must always set the current working ↵ | Brad King | 2005-03-08 | 1 | -0/+20 |
| | | | | directory to the directory containing the Makefile. | ||||
* | ENH: Implemented support for include/complain regular expressions for ↵ | Brad King | 2005-02-07 | 1 | -1/+6 |
| | | | | dependency scanning. This now includes the possibility that scanning will return failure and the build will stop. | ||||
* | ENH: Split dependency scanning and checking into separate cmDepends ↵ | Brad King | 2005-01-18 | 1 | -0/+96 |
superclass with language-specific subclasses such as cmDependsC. |