summaryrefslogtreecommitdiff
path: root/Source/cmGraphVizWriter.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Graphviz: Fix handling of spaces in GRAPHVIZ_GRAPH_NAMEAndrey Mishchenko2015-12-101-1/+1
* Graphviz: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-27/+25
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-9/+9
* cmState: Initialize default definitions immediately.Stephen Kelly2015-10-141-0/+1
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-3/+3
* cmGlobalGenerator: Remove MakeLocalGenerator method.Stephen Kelly2015-08-281-1/+1
* cmGlobalGenerator: Require a snapshot to create a local generator.Stephen Kelly2015-08-281-1/+2
* cmGraphVizWriter: Re-arrange data layout.Stephen Kelly2015-06-071-1/+1
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-2/+1
* Merge topic 'refactor-cmLocalGenerator'Brad King2015-05-191-0/+2
|\
| * cmState: Compute and store directory components.Stephen Kelly2015-05-161-0/+2
* | cmGlobalGenerator: Add NVI wrapper to create local generator.Stephen Kelly2015-05-161-1/+1
|/
* cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-181-1/+1
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* 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