summaryrefslogtreecommitdiffstats
path: root/Source/cmDepends.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: reduce the number of files produced still needs a bit more cleanupKen Martin2005-07-271-25/+7
|
* BUG: a fix for constant recomputing of dependsKen Martin2005-05-251-0/+4
|
* ENH: some changes to the depends signature to be more flexibleKen Martin2005-05-111-2/+9
|
* ENH: Added optional verbose output to build system dependency check.Brad King2005-05-061-1/+4
|
* ENH: Implemented support for include/complain regular expressions for ↵Brad King2005-02-071-1/+1
| | | | 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/+82
superclass with language-specific subclasses such as cmDependsC.