summaryrefslogtreecommitdiff
path: root/Source/cmGraphVizWriter.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-3/+3
* Remove some c_str() calls.Stephen Kelly2014-03-111-6/+6
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-12/+12
* stringapi: Use strings in target nameBen Boeckel2014-03-081-4/+4
* graphviz: allow to disable per target graphs (#14746)Daniel Pfeifer2014-02-101-0/+14
* cmGraphVizWriter: Add extra space in comment to suppress warningSean McBride2013-10-081-2/+2
* Always use the auto_ptr from cmsys.Stephen Kelly2012-11-211-3/+1
* Also generate dependers-graphviz files.Alex Neundorf2011-02-061-0/+133
* GRAPHVIZ_IGNORE_TARGETS is now a list of regular expressionsAlex Neundorf2011-02-051-22/+30
* Make it possible to exlude external libs from dot filesAlex Neundorf2011-02-051-2/+7
* Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is usedAlex Neundorf2011-02-041-0/+6
* 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