summaryrefslogtreecommitdiffstats
path: root/Source/cmGraphVizWriter.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-201-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-251-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
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Graphviz: Fix handling of spaces in GRAPHVIZ_GRAPH_NAMEAndrey Mishchenko2015-12-101-1/+1
* Graphviz: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-27/+25
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-9/+9
* cmState: Initialize default definitions immediately.Stephen Kelly2015-10-131-0/+1
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-3/+3
* cmGlobalGenerator: Remove MakeLocalGenerator method.Stephen Kelly2015-08-281-1/+1
* cmGlobalGenerator: Require a snapshot to create a local generator.Stephen Kelly2015-08-281-1/+2
* cmGraphVizWriter: Re-arrange data layout.Stephen Kelly2015-06-071-1/+1
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-2/+1
* Merge topic 'refactor-cmLocalGenerator'Brad King2015-05-191-0/+2
|\
| * cmState: Compute and store directory components.Stephen Kelly2015-05-161-0/+2
* | cmGlobalGenerator: Add NVI wrapper to create local generator.Stephen Kelly2015-05-161-1/+1
|/
* cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-181-1/+1
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-3/+3
* Remove some c_str() calls.Stephen Kelly2014-03-111-6/+6