Brad King
|
75844dd609
Merge topic 'cleanup-find-cstr'
|
7 年之前 |
Vitaly Stakhovsky
|
69ca85cc7f
Remove unnecessary c_str() in RegularExpression::find calls
|
7 年之前 |
Sebastian Holtermann
|
b6802cd506
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
|
7 年之前 |
Kitware Robot
|
d7204e649e
Revise C++ coding style using clang-format-6.0
|
7 年之前 |
Vitaly Stakhovsky
|
ff13b0cdc2
cmCTestLaunch: use cmXMLElement for XML generation
|
7 年之前 |
Pavel Solodovnikov
|
653b894683
Reduce raw string pointers usage.
|
7 年之前 |
Pavel Solodovnikov
|
c85bb007df
Reduce allocation of temporary values on heap.
|
7 年之前 |
Matthias Maennich
|
f0489856e3
Retire std::auto_ptr and its macro CM_AUTO_PTR
|
8 年之前 |
Pavel Solodovnikov
|
63f6fd144e
Meta: modernize old-fashioned loops to range-based `for` (CTest).
|
8 年之前 |
Daniel Pfeifer
|
ca2233e31f
IWYU: Mark cmConfigure.h with pragma: keep
|
8 年之前 |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 年之前 |
Bill Hoffman
|
1c61d240dd
CTest: Report lines matched by launchers
|
8 年之前 |
Daniel Pfeifer
|
c36d63cd48
cmake: initialize with Role that controls which commands to register
|
8 年之前 |
Daniel Pfeifer
|
b26577c92a
clang-tidy: remove else after break and continue
|
8 年之前 |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 年之前 |
Daniel Pfeifer
|
7b4244aceb
iwyu: Fix more findings
|
9 年之前 |
Dāvis Mosāns
|
595feb3234
Windows: Encode child process output to internally-used encoding
|
9 年之前 |
Brad King
|
5420278dc8
Port hash computation to cmCryptoHash
|
9 年之前 |
Stephen Kelly
|
a91eaf3872
cmState: Port dependents to new cmStateTypes header
|
9 年之前 |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 年之前 |
Daniel Pfeifer
|
3849164454
CTest: fix include-what-you-use violations
|
9 年之前 |
Daniel Pfeifer
|
50ad1e0a14
CTest: don't use else after return
|
9 年之前 |
Brad King
|
b5ec5b0901
Avoid using KWSys auto_ptr by adopting it ourselves
|
9 年之前 |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 年之前 |
Daniel Pfeifer
|
7f6b8d3399
Simplify boolean expressions
|
9 年之前 |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 年之前 |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 年之前 |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 年之前 |
Stephen Kelly
|
20b95ef8c8
cmState: Initialize default definitions immediately.
|
10 年之前 |
Stephen Kelly
|
6da4cd8fb9
CTest: Remove needless cmLocalGenerator creation.
|
10 年之前 |