summaryrefslogtreecommitdiff
path: root/Source/cmGraphVizWriter.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-3/+3
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-12/+0
* Rename cmProp in cmValueMarc Chevrier2021-09-211-3/+3
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-2/+2
* clang-tidy: fix `bugprone-reserved-identifier` warningsBen Boeckel2021-01-271-17/+17
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-14/+18
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-4/+5
* Graphviz: Fix bug that shows duplicated alias targetsStephan Rohmen2020-08-171-3/+11
* Graphviz: Fix issue with too many open file streams on Windows platformStephan Rohmen2020-07-311-26/+11
* Avoid duplicate calls to GetDefinitionVitaly Stakhovsky2020-07-281-1/+1
* Merge branch 'backport-3.17-graphviz-restore-per-target'Brad King2020-07-211-6/+110
|\
| * Graphviz: Restore support for per-target dependency graph optionsStephan Rohmen2020-07-211-6/+110
* | Merge topic 'cleanup-endls-3'Brad King2020-03-261-55/+47
|\ \
| * | Refactor: Avoid `std::endl` where it's not necessary (part 3)Alex Turbov2020-03-241-55/+47
| |/
* | replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-3/+3
|/
* Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-171-1/+1
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-101-1/+1
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-11-111-2/+2
* Graphviz: added test suite, fixes, enhancementsCorentin Plouet2019-10-081-400/+323
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-12/+6
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+2
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-13/+6
* clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-211-1/+2
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-2/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* Source: change parameters to std::stringVitaly Stakhovsky2019-05-191-13/+13
* Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-1/+2
* Fix most clang -Wextra-semi-stmt warnings in C++ filesSean McBride2019-01-151-4/+4
* graphviz: dereference ALIAS targetsNick Schultz2018-10-261-6/+27
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-2/+2
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-2/+2
* cmGraphVizWriter: Updated to create and follow dependers for interface targetsJoel T. Frederico2017-12-141-15/+26
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-7/+7
* graphviz: distinguish target dependency typesNico Müller2017-09-211-5/+98
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-69/+40
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-7/+7
* Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.Aaron Orenstein2017-08-161-2/+4
* cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-081-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-5/+6
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-9/+9
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* surround macro arguments with parenthesesDaniel Pfeifer2016-09-051-2/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+10
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-3/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-7/+7
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-2/+2
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-7/+7
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-259/+171