Regina Pfeifer
|
3e60580784
clang-tidy: Fix readability-static-accessed-through-instance
|
7 years ago |
Cengizhan Pasaoglu
|
c67ab22cdc
Using front() and back() instead of calculations
|
7 years ago |
Vitaly Stakhovsky
|
46855d000f
cmCacheManager::GetInitializedCacheValue(): Return as const std::string*
|
7 years ago |
Vitaly Stakhovsky
|
6f16be6a62
Remove unnecessary c_str() calls
|
7 years ago |
Sebastian Holtermann
|
b6802cd506
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
|
7 years ago |
Kitware Robot
|
d7204e649e
Revise C++ coding style using clang-format-6.0
|
7 years ago |
jrp2014
|
acda926a04
Replace some uses of sprintf with std::to_string
|
7 years ago |
Shane Parris
|
f93cc4158e
Refactor cmCacheManager::LoadCache to use ostringstream
|
7 years ago |
Pavel Solodovnikov
|
653b894683
Reduce raw string pointers usage.
|
7 years ago |
Kyle Edwards
|
a9c483071e
cmCacheManager: Truncate values containing newlines
|
8 years ago |
Pavel Solodovnikov
|
5db3aac111
Meta: replace empty-string assignments with `clear()`.
|
8 years ago |
Pavel Solodovnikov
|
7d5095796a
Meta: modernize old-fashioned loops to range-based `for`.
|
8 years ago |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 years ago |
Daniel Pfeifer
|
b1ec5deaf1
Pass large types by const&, small types by value
|
8 years ago |
Pavel Solodovnikov
|
8b6f439ef2
Access string npos without instance
|
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
|
2fe3e55d53
cmState: Move CacheEntryType enum to separate namespace
|
9 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Brad King
|
797f7ad87d
Merge topic 'else-after-return'
|
9 years ago |
Daniel Pfeifer
|
f29d184773
fix a batch of include-what-you-use violations
|
9 years ago |
Daniel Pfeifer
|
7b6349da4d
CMake: don't use else after return
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Brad King
|
473634eb1c
Merge topic 'expose-cache-properties'
|
9 years ago |
Daniel Pfeifer
|
a16bf141bc
Add missing braces around statements.
|
9 years ago |
Tobias Hunger
|
6eee24634b
cmCacheEntry: Retrieve all properties of cache entries
|
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
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 years ago |
Brad King
|
64b5520346
Isolate formatted streaming blocks with clang-format off/on
|
9 years ago |