Sebastian Holtermann
|
f4f3c68926
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
|
6 years ago |
Brad King
|
71fbebd1dc
IWYU: Fix handling of <memory> standard header
|
6 years ago |
Vitaly Stakhovsky
|
273257222e
Source: change parameters to std::string
|
6 years ago |
Kyle Edwards
|
4568d046c4
Properties: Add CMAKE_ROLE global property
|
6 years ago |
Sean McBride
|
b056bc3425
Fix most clang -Wextra-semi-stmt warnings in C++ files
|
6 years ago |
Nick Schultz
|
50c4dec072
graphviz: dereference ALIAS targets
|
7 years ago |
Sebastian Holtermann
|
b6802cd506
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
|
7 years ago |
Pavel Solodovnikov
|
c85bb007df
Reduce allocation of temporary values on heap.
|
7 years ago |
Joel T. Frederico
|
9b4d31dc77
cmGraphVizWriter: Updated to create and follow dependers for interface targets
|
8 years ago |
Matthias Maennich
|
f0489856e3
Retire std::auto_ptr and its macro CM_AUTO_PTR
|
8 years ago |
Nico Müller
|
5b46cc91d9
graphviz: distinguish target dependency types
|
8 years ago |
Pavel Solodovnikov
|
7d5095796a
Meta: modernize old-fashioned loops to range-based `for`.
|
8 years ago |
Daniel Pfeifer
|
ca2233e31f
IWYU: Mark cmConfigure.h with pragma: keep
|
8 years ago |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 years ago |
Aaron Orenstein
|
af3fd6f22f
Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.
|
8 years ago |
Daniel Pfeifer
|
c36d63cd48
cmake: initialize with Role that controls which commands to register
|
8 years ago |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |
Daniel Pfeifer
|
2e620f0b38
Fix several include-what-you-use findings
|
9 years ago |
Stephen Kelly
|
a49751fb2e
cmState: Move TargetType enum to separate namespace
|
9 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Daniel Pfeifer
|
1a9de8035c
surround macro arguments with parentheses
|
9 years ago |
Daniel Pfeifer
|
efed6468ed
fix a load of include-what-you-use violations
|
9 years ago |
Brad King
|
b5ec5b0901
Avoid using KWSys auto_ptr by adopting it ourselves
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Daniel Pfeifer
|
fa277b29e4
Remove c_str() calls from stream arguments.
|
9 years ago |
Daniel Pfeifer
|
7f6b8d3399
Simplify boolean expressions
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 years ago |
Brad King
|
180538c706
Source: Stabilize include order
|
9 years ago |
Andrey Mishchenko
|
e0ad72d8af
Graphviz: Fix handling of spaces in GRAPHVIZ_GRAPH_NAME
|
10 years ago |