summaryrefslogtreecommitdiff
path: root/Source/cmGraphVizWriter.h
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-12/+12
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Graphviz: Fix issue with too many open file streams on Windows platformStephan Rohmen2020-07-311-8/+3
* Graphviz: Restore support for per-target dependency graph optionsStephan Rohmen2020-07-211-1/+35
* Graphviz: added test suite, fixes, enhancementsCorentin Plouet2019-10-081-37/+56
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+4
* Source: change parameters to std::stringVitaly Stakhovsky2019-05-191-5/+5
* graphviz: dereference ALIAS targetsNick Schultz2018-10-261-1/+3
* cmGraphVizWriter: Updated to create and follow dependers for interface targetsJoel T. Frederico2017-12-141-0/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-4/+8
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-2/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-2/+4
* Graphviz: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-3/+4
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-1/+1
* cmGraphVizWriter: Re-arrange data layout.Stephen Kelly2015-06-071-8/+7
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-6/+6
* stringapi: Use strings in target nameBen Boeckel2014-03-081-4/+4
* graphviz: allow to disable per target graphs (#14746)Daniel Pfeifer2014-02-101-0/+2
* Also generate dependers-graphviz files.Alex Neundorf2011-02-061-0/+6
* GRAPHVIZ_IGNORE_TARGETS is now a list of regular expressionsAlex Neundorf2011-02-051-3/+1
* Make it possible to exlude external libs from dot filesAlex Neundorf2011-02-051-0/+1
* Exclude targets from the graphviz file based on a regexAlex Neundorf2010-11-141-1/+1
* Collect targets and libs on demand instead of in the ctorAlex Neundorf2010-11-141-2/+8
* Use std::cout instead of fprintfAlex Neundorf2010-11-141-2/+2
* Enable/disable generating graphs depending on the target typeAlex Neundorf2010-11-141-0/+8
* Move the code for generating dot-files into separate class cmGraphVizWriterAlex Neundorf2010-11-091-0/+70