Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: some changes to the depends signature to be more flexible | Ken Martin | 2005-05-11 | 1 | -4/+5 |
| | |||||
* | BUG: Re-implemented dependency line parsing to deal with quoted paths and ↵ | Brad King | 2005-05-10 | 1 | -0/+5 |
| | | | | escaped spaces. | ||||
* | ENH: Added optional verbose output to build system dependency check. | Brad King | 2005-05-06 | 1 | -1/+1 |
| | |||||
* | BUG: Fixed scanning to account for double-quote includes. | Brad King | 2005-03-03 | 1 | -2/+7 |
| | |||||
* | ENH: Implemented support for include/complain regular expressions for ↵ | Brad King | 2005-02-07 | 1 | -3/+9 |
| | | | | 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/+70 |
superclass with language-specific subclasses such as cmDependsC. |