index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmConditionEvaluator.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
if command: Add PATH_EQUAL operator
Marc Chevrier
2022-06-03
1
-0/+1
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-3/+3
*
Refactor: Introduce `cmArgumentList` container class
Alex Turbov
2021-08-03
1
-13/+12
*
Refactor: Avoid `if` → `else if` → … for compare operators
Alex Turbov
2021-08-03
1
-0/+9
*
Refactor: Set `const` to `cmConditionEvaluator::IsKeyword` parameters
Alex Turbov
2021-08-03
1
-1/+1
*
Refactor: Speedup predicates and binary operation
Alex Turbov
2021-07-26
1
-1/+1
*
Refactor: Make `HandleBinaryOp` and `HandlePredicate` free functions
Alex Turbov
2021-07-26
1
-10/+0
*
Refactor: Make `IncrementArguments()` the free function
Alex Turbov
2021-07-26
1
-4/+0
*
Refactor: Turn `reducible` flag into boolean
Alex Turbov
2021-07-26
1
-2/+2
*
Refactor: Use `cm::string_view` for static const literals
Alex Turbov
2021-07-26
1
-1/+3
*
cmConditionEvaluator: Remove extra copy of execution context
Brad King
2020-09-28
1
-3/+1
*
cmConditionEvaluator: More use of cmProp
vvs31415
2020-09-08
1
-3/+3
*
Modernize: Use #pragma once in all header files
Kitware Robot
2020-09-03
1
-4/+1
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-1/+1
*
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
1
-2/+2
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-9/+8
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-2/+8
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-0/+2
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-56/+45
*
cmConditionEvaluator: Remove GetConditionContext method
Brad King
2016-03-29
1
-3/+0
*
cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802)
Stephen Kelly
2015-10-20
1
-1/+8
*
if: Add "TEST <test>" condition
Matt McCormick
2015-08-03
1
-0/+1
*
if: Implement new IN_LIST operator
Nils Gladitz
2015-04-30
1
-0/+1
*
cmStandardIncludes: Remove list include.
Stephen Kelly
2015-02-06
1
-0/+2
*
If: Introduce policy CMP0054 - don't dereference quoted variables in if()
Nils Gladitz
2014-09-11
1
-7/+13
*
If: Extract cmConditionEvaluator from if() implementation
Nils Gladitz
2014-09-11
1
-0/+90