summaryrefslogtreecommitdiff
path: root/Source/cmGraphVizWriter.h
Commit message (Expand)AuthorAgeFilesLines
* cmGraphVizWriter: Re-arrange data layout.Stephen Kelly2015-06-071-8/+7
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-6/+6
* stringapi: Use strings in target nameBen Boeckel2014-03-081-4/+4
* graphviz: allow to disable per target graphs (#14746)Daniel Pfeifer2014-02-101-0/+2
* Also generate dependers-graphviz files.Alex Neundorf2011-02-061-0/+6
* GRAPHVIZ_IGNORE_TARGETS is now a list of regular expressionsAlex Neundorf2011-02-051-3/+1
* Make it possible to exlude external libs from dot filesAlex Neundorf2011-02-051-0/+1
* Exclude targets from the graphviz file based on a regexAlex Neundorf2010-11-141-1/+1
* Collect targets and libs on demand instead of in the ctorAlex Neundorf2010-11-141-2/+8
* Use std::cout instead of fprintfAlex Neundorf2010-11-141-2/+2
* Enable/disable generating graphs depending on the target typeAlex Neundorf2010-11-141-0/+8
* Move the code for generating dot-files into separate class cmGraphVizWriterAlex Neundorf2010-11-091-0/+70