index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmGraphVizWriter.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-259
/
+171
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-3
/
+3
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0
/
+1
*
Graphviz: Fix handling of spaces in GRAPHVIZ_GRAPH_NAME
Andrey Mishchenko
2015-12-10
1
-1
/
+1
*
Graphviz: Port to cmGeneratorTarget.
Stephen Kelly
2015-10-24
1
-27
/
+25
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-15
1
-9
/
+9
*
cmState: Initialize default definitions immediately.
Stephen Kelly
2015-10-14
1
-0
/
+1
*
cmLocalGenerator: Create from already-constructed cmMakefile.
Stephen Kelly
2015-08-28
1
-3
/
+3
*
cmGlobalGenerator: Remove MakeLocalGenerator method.
Stephen Kelly
2015-08-28
1
-1
/
+1
*
cmGlobalGenerator: Require a snapshot to create a local generator.
Stephen Kelly
2015-08-28
1
-1
/
+2
*
cmGraphVizWriter: Re-arrange data layout.
Stephen Kelly
2015-06-07
1
-1
/
+1
*
cmGlobalGenerator: Require a cmake instance in ctor.
Stephen Kelly
2015-05-27
1
-2
/
+1
*
Merge topic 'refactor-cmLocalGenerator'
Brad King
2015-05-19
1
-0
/
+2
|
\
|
*
cmState: Compute and store directory components.
Stephen Kelly
2015-05-16
1
-0
/
+2
*
|
cmGlobalGenerator: Add NVI wrapper to create local generator.
Stephen Kelly
2015-05-16
1
-1
/
+1
|
/
*
cmMakefile: Remove always-null first parameter to ReadListFile.
Stephen Kelly
2015-04-18
1
-1
/
+1
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1
/
+1
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-2
/
+2
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-3
/
+3
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-6
/
+6
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-12
/
+12
*
stringapi: Use strings in target name
Ben Boeckel
2014-03-08
1
-4
/
+4
*
graphviz: allow to disable per target graphs (#14746)
Daniel Pfeifer
2014-02-10
1
-0
/
+14
*
cmGraphVizWriter: Add extra space in comment to suppress warning
Sean McBride
2013-10-08
1
-2
/
+2
*
Always use the auto_ptr from cmsys.
Stephen Kelly
2012-11-21
1
-3
/
+1
*
Also generate dependers-graphviz files.
Alex Neundorf
2011-02-06
1
-0
/
+133
*
GRAPHVIZ_IGNORE_TARGETS is now a list of regular expressions
Alex Neundorf
2011-02-05
1
-22
/
+30
*
Make it possible to exlude external libs from dot files
Alex Neundorf
2011-02-05
1
-2
/
+7
*
Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is used
Alex Neundorf
2011-02-04
1
-0
/
+6
*
Exclude targets from the graphviz file based on a regex
Alex Neundorf
2010-11-14
1
-1
/
+19
*
Collect targets and libs on demand instead of in the ctor
Alex Neundorf
2010-11-14
1
-4
/
+18
*
Use std::cout instead of fprintf
Alex Neundorf
2010-11-14
1
-2
/
+3
*
Enable/disable generating graphs depending on the target type
Alex Neundorf
2010-11-14
1
-8
/
+40
*
Move the code for generating dot-files into separate class cmGraphVizWriter
Alex Neundorf
2010-11-09
1
-0
/
+370