Joel T. Frederico
|
9b4d31dc77
cmGraphVizWriter: Updated to create and follow dependers for interface targets
|
8 years ago |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |
Stephen Kelly
|
a91eaf3872
cmState: Port dependents to new cmStateTypes header
|
9 years ago |
Stephen Kelly
|
a49751fb2e
cmState: Move TargetType enum to separate namespace
|
9 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Daniel Pfeifer
|
efed6468ed
fix a load of include-what-you-use violations
|
9 years ago |
Daniel Pfeifer
|
3838a0d5fb
make sure to include cmConfigure.h before cmStandardIncludes.h
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 years ago |
Brad King
|
180538c706
Source: Stabilize include order
|
9 years ago |
Stephen Kelly
|
a0ebd69b52
Graphviz: Port to cmGeneratorTarget.
|
10 years ago |
Stephen Kelly
|
eac15298a8
cmState: Move TargetType enum from cmTarget.
|
10 years ago |
Stephen Kelly
|
92b8b1fc3d
cmGraphVizWriter: Re-arrange data layout.
|
10 years ago |
Ben Boeckel
|
270eb96df0
strings: Remove cmStdString references
|
11 years ago |
Ben Boeckel
|
fabf1fbabb
stringapi: Use strings in target name
|
11 years ago |
Daniel Pfeifer
|
18bef4cd66
graphviz: allow to disable per target graphs (#14746)
|
11 years ago |
Alex Neundorf
|
08fa5ddb1c
Also generate dependers-graphviz files.
|
15 years ago |
Alex Neundorf
|
4f96a7621f
GRAPHVIZ_IGNORE_TARGETS is now a list of regular expressions
|
15 years ago |
Alex Neundorf
|
5698ad2047
Make it possible to exlude external libs from dot files
|
15 years ago |
Alex Neundorf
|
78c86f4542
Exclude targets from the graphviz file based on a regex
|
15 years ago |
Alex Neundorf
|
5ea1e4cb36
Collect targets and libs on demand instead of in the ctor
|
15 years ago |
Alex Neundorf
|
2a5790a080
Use std::cout instead of fprintf
|
15 years ago |
Alex Neundorf
|
7ba2d36585
Enable/disable generating graphs depending on the target type
|
15 years ago |
Alex Neundorf
|
84ce612c65
Move the code for generating dot-files into separate class cmGraphVizWriter
|
15 years ago |