Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |