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
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-3/+3
*
clang-tidy: fix `readability-qualified-auto` warnings
Ben Boeckel
2021-01-27
1
-2/+2
*
clang-tidy: fix `bugprone-reserved-identifier` warnings
Ben Boeckel
2021-01-27
1
-17/+17
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-14/+18
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-4/+5
*
Graphviz: Fix bug that shows duplicated alias targets
Stephan Rohmen
2020-08-17
1
-3/+11
*
Graphviz: Fix issue with too many open file streams on Windows platform
Stephan Rohmen
2020-07-31
1
-26/+11
*
Avoid duplicate calls to GetDefinition
Vitaly Stakhovsky
2020-07-28
1
-1/+1
*
Merge branch 'backport-3.17-graphviz-restore-per-target'
Brad King
2020-07-21
1
-6/+110
|
\
|
*
Graphviz: Restore support for per-target dependency graph options
Stephan Rohmen
2020-07-21
1
-6/+110
*
|
Merge topic 'cleanup-endls-3'
Brad King
2020-03-26
1
-55/+47
|
\
\
|
*
|
Refactor: Avoid `std::endl` where it's not necessary (part 3)
Alex Turbov
2020-03-24
1
-55/+47
|
|
/
*
|
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-3/+3
|
/
*
Ninja Multi-Config: Fix issue with framework dependencies and Autogen
Kyle Edwards
2020-02-17
1
-1/+1
*
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
[next]