index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmGraphVizWriter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Source: change parameters to std::string
Vitaly Stakhovsky
2019-05-19
1
-5/+5
*
graphviz: dereference ALIAS targets
Nick Schultz
2018-10-26
1
-1/+3
*
cmGraphVizWriter: Updated to create and follow dependers for interface targets
Joel T. Frederico
2017-12-14
1
-0/+1
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-1/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-4/+8
*
make sure to include cmConfigure.h before cmStandardIncludes.h
Daniel Pfeifer
2016-09-03
1
-0/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-2/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
Source: Stabilize include order
Brad King
2016-04-29
1
-2/+4
*
Graphviz: Port to cmGeneratorTarget.
Stephen Kelly
2015-10-24
1
-3/+4
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-1/+1
*
cmGraphVizWriter: Re-arrange data layout.
Stephen Kelly
2015-06-07
1
-8/+7
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-6/+6
*
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/+2
*
Also generate dependers-graphviz files.
Alex Neundorf
2011-02-06
1
-0/+6
*
GRAPHVIZ_IGNORE_TARGETS is now a list of regular expressions
Alex Neundorf
2011-02-05
1
-3/+1
*
Make it possible to exlude external libs from dot files
Alex Neundorf
2011-02-05
1
-0/+1
*
Exclude targets from the graphviz file based on a regex
Alex Neundorf
2010-11-14
1
-1/+1
*
Collect targets and libs on demand instead of in the ctor
Alex Neundorf
2010-11-14
1
-2/+8
*
Use std::cout instead of fprintf
Alex Neundorf
2010-11-14
1
-2/+2
*
Enable/disable generating graphs depending on the target type
Alex Neundorf
2010-11-14
1
-0/+8
*
Move the code for generating dot-files into separate class cmGraphVizWriter
Alex Neundorf
2010-11-09
1
-0/+70