Regina Pfeifer
|
55671b41d2
clang-tidy: Use `= default`
|
6 years ago |
Regina Pfeifer
|
ef61997b1b
clang-tidy: Use emplace
|
6 years ago |
Regina Pfeifer
|
3e60580784
clang-tidy: Fix readability-static-accessed-through-instance
|
7 years ago |
Sebastian Holtermann
|
b6802cd506
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
|
7 years ago |
Kyle Edwards
|
48bc8b2b82
CPack: Move internal implementation modules into Internal/CPack directory
|
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 |
Brad King
|
92cd3d0677
Merge topic 'reduce-temporaries'
|
7 years ago |
Pavel Solodovnikov
|
c85bb007df
Reduce allocation of temporary values on heap.
|
7 years ago |
Wouter Klouwen
|
e6a80ccfc4
Make use of std::chrono throughout every component
|
7 years ago |
Pavel Solodovnikov
|
f43baf6981
Meta: modernize old-fashioned loops to range-based `for` (CPack).
|
8 years ago |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 years ago |
Pavel Solodovnikov
|
db2d46e2dd
Remove second arg: npos in substr usages
|
8 years ago |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |
Daniel Pfeifer
|
88da3d68c2
clang-tidy: apply misc-suspicious-string-compare fixes
|
9 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Roman Wüger
|
06dea230ae
CPack/NSIS: Add custom component install directory
|
9 years ago |
Daniel Pfeifer
|
d47c7bf608
CPack: include what you use
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Daniel Pfeifer
|
9f25fc4dbb
Prefer std::ostream& over derivatives as parameters
|
9 years ago |
Daniel Pfeifer
|
5cec953e6a
Use std::replace for replacing chars in strings.
|
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 |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 years ago |
Brad King
|
c997595ea3
Merge topic 'cpack-nsis-bitmap'
|
10 years ago |
Colin Tracey
|
3758af12fa
CPackNSIS: Add options to set the bitmap for NSIS installer left side
|
10 years ago |
Stephen Kelly
|
74d565e0e9
Remove unused cmLocalGenerator include.
|
10 years ago |
Stephen Kelly
|
44ffb9cdb4
Replace foo.size() pattern with !foo.empty().
|
11 years ago |
Stephen Kelly
|
524610f967
Replace 'foo.size() == 0' pattern with foo.empty().
|
11 years ago |