summaryrefslogtreecommitdiffstats
path: root/Source/cmGraphVizWriter.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Exclude targets from the graphviz file based on a regexAlex Neundorf2010-11-141-1/+19
* Collect targets and libs on demand instead of in the ctorAlex Neundorf2010-11-141-4/+18
* Use std::cout instead of fprintfAlex Neundorf2010-11-141-2/+3
* Enable/disable generating graphs depending on the target typeAlex Neundorf2010-11-141-8/+40
* Move the code for generating dot-files into separate class cmGraphVizWriterAlex Neundorf2010-11-091-0/+370