summaryrefslogtreecommitdiffstats
path: root/Source/cmDepends.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: a fix for constant recomputing of dependsKen Martin2005-05-251-2/+7
|
* ENH: some changes to the depends signature to be more flexibleKen Martin2005-05-111-12/+19
|
* ENH: Added optional verbose output to build system dependency check.Brad King2005-05-061-2/+11
|
* ENH: do not collapse full path for cwdBill Hoffman2005-04-121-1/+3
|
* BUG: Dependency scans and checks must always set the current working ↵Brad King2005-03-081-0/+20
| | | | directory to the directory containing the Makefile.
* ENH: Implemented support for include/complain regular expressions for ↵Brad King2005-02-071-1/+6
| | | | 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/+96
superclass with language-specific subclasses such as cmDependsC.