Rolf Eike Beer
|
ef778d77e0
replace std::string::substr() with operations that do not allocate memory
|
5 년 전 |
Kitware Robot
|
ed98209ddc
Revise include order using clang-format-6.0
|
6 년 전 |
Regina Pfeifer
|
f30523d090
clang-tidy: modernize-deprecated-headers
|
6 년 전 |
Regina Pfeifer
|
62e5f72289
clang-tidy: Replace typedef with using
|
6 년 전 |
Sebastian Holtermann
|
aaf59120bf
Source sweep: Replace cmExpandList with the shorter cmExpandedList
|
6 년 전 |
Sebastian Holtermann
|
9b334397f5
Source sweep: Use cmStrCat for string concatenation
|
6 년 전 |
Sebastian Holtermann
|
20e580be01
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
|
6 년 전 |
Sebastian Holtermann
|
f4f3c68926
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
|
6 년 전 |
Sebastian Holtermann
|
f71f7ce3f0
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
|
6 년 전 |
Artur Ryt
|
2d66567dca
Modernize: Prefer .substr in place of .c_str() + int
|
6 년 전 |
Vitaly Stakhovsky
|
4e315e9449
cmSystemTools: More functions accept `std::string` params
|
6 년 전 |
Regina Pfeifer
|
094f01d0f0
cleanup: Prefer compiler provided special member functions
|
6 년 전 |
Regina Pfeifer
|
55671b41d2
clang-tidy: Use `= default`
|
6 년 전 |
Regina Pfeifer
|
b2aa3aedea
clang-tidy: Use default member initialization
|
7 년 전 |
Regina Pfeifer
|
32cb564bea
clang-tidy: Remove redundant member initializations
|
7 년 전 |
Regina Pfeifer
|
3e60580784
clang-tidy: Fix readability-static-accessed-through-instance
|
7 년 전 |
Vitaly Stakhovsky
|
6f16be6a62
Remove unnecessary c_str() calls
|
7 년 전 |
Kitware Robot
|
d7204e649e
Revise C++ coding style using clang-format-6.0
|
7 년 전 |
Pavel Solodovnikov
|
653b894683
Reduce raw string pointers usage.
|
7 년 전 |
Matthias Maennich
|
79b8c3802a
Improve several occurrences of vector::push_back in loops
|
8 년 전 |
Brad King
|
0b33aee48b
Use C++11 override instead of CM_OVERRIDE
|
8 년 전 |
Pavel Solodovnikov
|
63f6fd144e
Meta: modernize old-fashioned loops to range-based `for` (CTest).
|
8 년 전 |
Daniel Pfeifer
|
190e3825d4
Replace C-style casts
|
8 년 전 |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 년 전 |
Pavel Solodovnikov
|
8b6f439ef2
Access string npos without instance
|
8 년 전 |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 년 전 |
Brad King
|
ef399f9bc6
ctest_update: Refactor internal APIs to support more failure cases
|
8 년 전 |
Daniel Pfeifer
|
7b4244aceb
iwyu: Fix more findings
|
9 년 전 |
Dāvis Mosāns
|
f55fcdc859
CTest: Use UTF-8 encoding for output from Git
|
9 년 전 |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 년 전 |