| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
GraphVizWriter could crash if GRAPHVIZ_TARGET_IGNORE_REGEX was set.
Patch from Christian Ehrlicher.
Alex
|
|
|
|
|
|
|
|
|
| |
This commit adds support for a GRAPHVIZ_TARGET_IGNORE_REGEX variable
which can be set() in CMakeGraphVizOptions.cmake.
Targets matching this regex will be skipped when generating the graphviz
graphs.
Alex
|
|
|
|
|
|
|
| |
This is necessary for the next commit which requires that
the targets are collected after the settings have been read.
Alex
|
|
|
|
| |
Alex
|
|
|
|
|
|
|
|
|
| |
In CMakeGraphVizOptions.cmake you can now set GRAPHVIZ_EXECUTABLES,
GRAPHVIZ_STATIC_LIBS, GRAPHVIZ_SHARED_LIBS and GRAPHVIZ_MODULE_LIBS
to TRUE or FALSE depending on whether you want graphs for the
targets of the respective types.
Alex
|
|
Alex
|