summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsC.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: some changes to the depends signature to be more flexibleKen Martin2005-05-111-10/+3
* BUG: Re-implemented dependency line parsing to deal with quoted paths and esc...Brad King2005-05-101-44/+63
* ENH: Added optional verbose output to build system dependency check.Brad King2005-05-061-8/+41
* 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
* ENH: Implemented support for include/complain regular expressions for depende...Brad King2005-02-071-13/+29
* ENH: Split dependency scanning and checking into separate cmDepends superclas...Brad King2005-01-181-0/+247