Alex Turbov
|
135c37bdd7
Refactor: Make `HandleBinaryOp` and `HandlePredicate` free functions
|
4 years ago |
Alex Turbov
|
498c8c7773
Refactor: More `auto` and constness
|
4 years ago |
Alex Turbov
|
961df6cde6
Refactor: Make `IncrementArguments()` the free function
|
4 years ago |
Alex Turbov
|
0f65d0cd83
Refactor: Turn the innter `while` loop in `HandleLevelN()` into `for`
|
4 years ago |
Alex Turbov
|
24cbfb8d96
Refactor: Turn `reducible` flag into boolean
|
4 years ago |
Alex Turbov
|
c26f15c66d
Refactor: Use `cm::string_view` for static const literals
|
4 years ago |
Alex Turbov
|
fab3890025
Refactor: Opt-out `if` stataments to select 1st param
|
4 years ago |
Alex Turbov
|
4b4e603075
Refactor: Add constness
|
4 years ago |
Alex Turbov
|
bebb3a1f5a
Refactor: Use anonymous namespace instead of `static` keyword for consts
|
4 years ago |
Brad King
|
ec1b6157cb
Update CMake code using KWSys to account for Status return values
|
4 years ago |
Oleksandr Koval
|
209daa20b2
Code style: add missed explicit 'this->'
|
4 years ago |
Brad King
|
e456dae669
cmConditionEvaluator: Remove extra copy of execution context
|
5 years ago |
vvs31415
|
dae5fe8b8f
cmConditionEvaluator: More use of cmProp
|
5 years ago |
vvs31415
|
4bc1486cd3
cmConditionEvaluator: Avoid comparing pointers
|
5 years ago |
Vitaly Stakhovsky
|
11425041f0
cmMakefile::GetDefinition: return cmProp
|
5 years ago |
Marc Chevrier
|
aacd4e4a90
Refactoring: add cm::contains to <cmext/algorithm>
|
5 years ago |
Rolf Eike Beer
|
bfb69f9543
replace "substr(0, xx) ==" with cmHasPrefix()
|
5 years ago |
Marc Chevrier
|
f7d12609f0
Refactoring: use append functions from cmext/algorithm
|
6 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 |
Regina Pfeifer
|
d25a5a7ec9
clang-tidy: modernize-use-auto
|
6 years ago |
Sebastian Holtermann
|
aaf59120bf
Source sweep: Replace cmExpandList with the shorter cmExpandedList
|
6 years ago |
Brad King
|
bfe0ea2d98
Merge topic 'cm-contains'
|
6 years ago |
Regina Pfeifer
|
2dfc52675c
cmAlgorithms: Add cmContains
|
6 years ago |
Sebastian Holtermann
|
20e580be01
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
|
6 years ago |
Sebastian Holtermann
|
f4f3c68926
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
|
6 years ago |
Sebastian Holtermann
|
f71f7ce3f0
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
|
6 years ago |
Regina Pfeifer
|
015001aaf1
cmState: Hold commands by value
|
6 years ago |
Sebastian Holtermann
|
006229278b
Use cmAppend to append ranges to std::vector instances
|
6 years ago |
Artur Ryt
|
f3534386b5
Prefer front/back/data over dereferencing begin/rbegin iter
|
6 years ago |