summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsC.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Fixed scanning to account for double-quote includes.Brad King2005-03-031-18/+46
|
* BUG: Avoid putting a leading ./ on the dependency names.Brad King2005-02-241-1/+12
|
* ENH: Removing collapsing of files to full path before checking. The current ↵Brad King2005-02-171-14/+0
| | | | working directory is set correctly because the dependency lines are used by make anyway. This drastically improves the speed of dependency checking.
* ENH: Implemented support for include/complain regular expressions for ↵Brad King2005-02-071-13/+29
| | | | 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/+247
superclass with language-specific subclasses such as cmDependsC.