Marc Chevrier
|
f7d12609f0
Refactoring: use append functions from cmext/algorithm
|
5 anni fa |
Regina Pfeifer
|
d038beec21
cmIncludeDirectoryCommand: Port away from cmCommand
|
6 anni fa |
Regina Pfeifer
|
d25a5a7ec9
clang-tidy: modernize-use-auto
|
6 anni fa |
Sebastian Holtermann
|
9b334397f5
Source sweep: Use cmStrCat for string concatenation
|
6 anni fa |
Sebastian Holtermann
|
20e580be01
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
|
6 anni fa |
Sebastian Holtermann
|
006229278b
Use cmAppend to append ranges to std::vector instances
|
6 anni fa |
Brad King
|
cd0881be61
IWYU: Update CMake code for IWYU built with Clang 6
|
6 anni fa |
Marc Chevrier
|
5ca130e223
Refactoring: introduce function to check if a string is a generator expression
|
7 anni fa |
Vitaly Stakhovsky
|
6f16be6a62
Remove unnecessary c_str() calls
|
7 anni fa |
Pavel Solodovnikov
|
653b894683
Reduce raw string pointers usage.
|
7 anni fa |
Pavel Solodovnikov
|
c85bb007df
Reduce allocation of temporary values on heap.
|
7 anni fa |
luzpaz
|
777e87ae00
Fix trivial typos in text
|
8 anni fa |
Pavel Solodovnikov
|
5db3aac111
Meta: replace empty-string assignments with `clear()`.
|
8 anni fa |
Pavel Solodovnikov
|
8b6f439ef2
Access string npos without instance
|
8 anni fa |
Daniel Pfeifer
|
e81c323da9
Include necessary headers in commands
|
9 anni fa |
Daniel Pfeifer
|
608afd4f62
Separate compilation for commands included in cmBootstrapCommands2
|
9 anni fa |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 anni fa |
Daniel Pfeifer
|
73f648f167
use empty method to check for emptyness
|
9 anni fa |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 anni fa |
Stephen Kelly
|
32b8f03acc
cmMakefile: Port users of GetStart* methods to new names.
|
10 anni fa |
Stephen Kelly
|
930bd47816
Replace 'foo.size() == 0' pattern with foo.empty().
|
10 anni fa |
Stephen Kelly
|
6162c9194b
Use two-iterator std::set::insert where appropriate.
|
11 anni fa |
Ben Boeckel
|
270eb96df0
strings: Remove cmStdString references
|
11 anni fa |
Stephen Kelly
|
5b6e9bea19
Style: Use this-> when invoking member function.
|
11 anni fa |
Stephen Kelly
|
2f84dfec93
include_directories: Fix handling of empty or space-only entries
|
12 anni fa |
Stephen Kelly
|
2ce7231f56
Style: Use this-> when invoking member functions.
|
12 anni fa |
Stephen Kelly
|
0d46e9a029
Store includes from the same include_directories call together.
|
12 anni fa |
Stephen Kelly
|
08cb4fa4c0
Process generator expressions in the INCLUDE_DIRECTORIES property.
|
13 anni fa |
Stephen Kelly
|
4557c8db48
Don't prepend a path before generator expressions in include_directories.
|
13 anni fa |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 anni fa |