index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmGraphVizWriter.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-12-09
1
-1/+1
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-11-11
1
-2/+2
*
Graphviz: added test suite, fixes, enhancements
Corentin Plouet
2019-10-08
1
-400/+323
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-12/+6
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-2/+2
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-13/+6
*
clang-tidy: isolate declarations for readability
Regina Pfeifer
2019-08-20
1
-1/+2
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-2/+2
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
Source: change parameters to std::string
Vitaly Stakhovsky
2019-05-19
1
-13/+13
*
Properties: Add CMAKE_ROLE global property
Kyle Edwards
2019-01-17
1
-1/+2
*
Fix most clang -Wextra-semi-stmt warnings in C++ files
Sean McBride
2019-01-15
1
-4/+4
*
graphviz: dereference ALIAS targets
Nick Schultz
2018-10-26
1
-6/+27
*
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
1
-2/+2
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-2/+2
*
cmGraphVizWriter: Updated to create and follow dependers for interface targets
Joel T. Frederico
2017-12-14
1
-15/+26
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-7/+7
*
graphviz: distinguish target dependency types
Nico Müller
2017-09-21
1
-5/+98
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-69/+40
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+0
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-7/+7
*
Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.
Aaron Orenstein
2017-08-16
1
-2/+4
*
cmake: initialize with Role that controls which commands to register
Daniel Pfeifer
2017-05-08
1
-1/+1
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-5/+6
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-9/+9
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
surround macro arguments with parentheses
Daniel Pfeifer
2016-09-05
1
-2/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-0/+10
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-3/+2
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-7/+7
*
Remove c_str() calls from stream arguments.
Daniel Pfeifer
2016-06-06
1
-2/+2
*
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
1
-7/+7
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-259/+171
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-3/+3
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
Graphviz: Fix handling of spaces in GRAPHVIZ_GRAPH_NAME
Andrey Mishchenko
2015-12-10
1
-1/+1
*
Graphviz: Port to cmGeneratorTarget.
Stephen Kelly
2015-10-24
1
-27/+25
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-9/+9
*
cmState: Initialize default definitions immediately.
Stephen Kelly
2015-10-13
1
-0/+1
*
cmLocalGenerator: Create from already-constructed cmMakefile.
Stephen Kelly
2015-08-28
1
-3/+3
*
cmGlobalGenerator: Remove MakeLocalGenerator method.
Stephen Kelly
2015-08-28
1
-1/+1
*
cmGlobalGenerator: Require a snapshot to create a local generator.
Stephen Kelly
2015-08-28
1
-1/+2
*
cmGraphVizWriter: Re-arrange data layout.
Stephen Kelly
2015-06-07
1
-1/+1
*
cmGlobalGenerator: Require a cmake instance in ctor.
Stephen Kelly
2015-05-27
1
-2/+1
*
Merge topic 'refactor-cmLocalGenerator'
Brad King
2015-05-19
1
-0/+2
|
\
|
*
cmState: Compute and store directory components.
Stephen Kelly
2015-05-16
1
-0/+2
*
|
cmGlobalGenerator: Add NVI wrapper to create local generator.
Stephen Kelly
2015-05-16
1
-1/+1
|
/
*
cmMakefile: Remove always-null first parameter to ReadListFile.
Stephen Kelly
2015-04-18
1
-1/+1
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
[next]