Daniel Pfeifer
|
9c23f8ed26
cmCTestUpdateCommand: Remove handler usage
|
1 year ago |
Kyle Edwards
|
ec124582ac
cmProcessTools::RunProcess(): Replace cmsysProcess with cmUVProcessChain
|
2 years ago |
Ben Boeckel
|
9409e5c04f
clang-tidy: address `readability-container-data-pointer` lints
|
3 years ago |
Rose
|
b86b6aaa4a
Source: Cleanup and simplify some code
|
4 years ago |
Sean McBride
|
5ba6e8ac59
Source: Replace most calls to sprintf with snprintf
|
4 years ago |
Marc Chevrier
|
59ad7a1c24
Move helpers functions from cmStringAlgorithms.h to cmValue.h
|
4 years ago |
Vitaly Stakhovsky
|
a6cd48ac41
Source: use std::string overloads
|
5 years ago |
Kitware Robot
|
ed98209ddc
Revise include order using clang-format-6.0
|
6 years ago |
Regina Pfeifer
|
f30523d090
clang-tidy: modernize-deprecated-headers
|
6 years ago |
Sebastian Holtermann
|
20e580be01
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
|
6 years ago |
Zack Galbreath
|
2a34d0ac36
ctest: Add new variable CTEST_UPDATE_VERSION_OVERRIDE
|
6 years ago |
Regina Pfeifer
|
55671b41d2
clang-tidy: Use `= default`
|
6 years ago |
Regina Pfeifer
|
3e60580784
clang-tidy: Fix readability-static-accessed-through-instance
|
7 years ago |
Vitaly Stakhovsky
|
6f16be6a62
Remove unnecessary c_str() calls
|
7 years ago |
Kitware Robot
|
d7204e649e
Revise C++ coding style using clang-format-6.0
|
7 years ago |
Pavel Solodovnikov
|
653b894683
Reduce raw string pointers usage.
|
7 years ago |
Matthias Maennich
|
79b8c3802a
Improve several occurrences of vector::push_back in loops
|
8 years ago |
Pavel Solodovnikov
|
63f6fd144e
Meta: modernize old-fashioned loops to range-based `for` (CTest).
|
8 years ago |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 years ago |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |
Brad King
|
ef399f9bc6
ctest_update: Refactor internal APIs to support more failure cases
|
8 years ago |
Dāvis Mosāns
|
40bd42dfbc
Add Encoding option for RunChild, RunMakeCommand and RunProcess
|
9 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Daniel Pfeifer
|
3849164454
CTest: fix include-what-you-use violations
|
9 years ago |
Daniel Pfeifer
|
e7b842e189
Make sure unnused parameters are /*named*/
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 years ago |
Daniel Pfeifer
|
ed42c203ed
cmCTestUpdateHandler: Port to cmXMLWriter
|
10 years ago |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 years ago |