summaryrefslogtreecommitdiffstats
path: root/Source/cmDepends.h
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Updated Makefile dependency scanning to provide a full local generator ↵Brad King2006-05-251-9/+10
| | | | to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway.
* STYLE: fix line lengthKen Martin2006-05-101-1/+2
|
* BUG: Fix to avoid repeated calls to CollapseFullPath during dependency ↵Brad King2006-05-031-1/+8
| | | | scanning. This addresses bug#3191.
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-10/+11
|
* ENH: Improve performance of check build system by creating another file that ↵Andy Cedilnik2005-10-121-5/+16
| | | | is simpler to parse and therefore much faster overall
* 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.