summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsC.h
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Fixed scanning to account for double-quote includes.Brad King2005-03-031-2/+7
|
* ENH: Implemented support for include/complain regular expressions for ↵Brad King2005-02-071-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 King2005-01-181-0/+70
superclass with language-specific subclasses such as cmDependsC.