summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsC.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: some changes to the depends signature to be more flexibleKen Martin2005-05-111-4/+5
|
* BUG: Re-implemented dependency line parsing to deal with quoted paths and ↵Brad King2005-05-101-0/+5
| | | | escaped spaces.
* ENH: Added optional verbose output to build system dependency check.Brad King2005-05-061-1/+1
|
* 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.