summaryrefslogtreecommitdiff
path: root/Source/cmConditionEvaluator.h
Commit message (Expand)AuthorAgeFilesLines
* if command: Add PATH_EQUAL operatorMarc Chevrier2022-06-031-0/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-3/+3
* Refactor: Introduce `cmArgumentList` container classAlex Turbov2021-08-031-13/+12
* Refactor: Avoid `if` → `else if` → … for compare operatorsAlex Turbov2021-08-031-0/+9
* Refactor: Set `const` to `cmConditionEvaluator::IsKeyword` parametersAlex Turbov2021-08-031-1/+1
* Refactor: Speedup predicates and binary operationAlex Turbov2021-07-261-1/+1
* Refactor: Make `HandleBinaryOp` and `HandlePredicate` free functionsAlex Turbov2021-07-261-10/+0
* Refactor: Make `IncrementArguments()` the free functionAlex Turbov2021-07-261-4/+0
* Refactor: Turn `reducible` flag into booleanAlex Turbov2021-07-261-2/+2
* Refactor: Use `cm::string_view` for static const literalsAlex Turbov2021-07-261-1/+3
* cmConditionEvaluator: Remove extra copy of execution contextBrad King2020-09-281-3/+1
* cmConditionEvaluator: More use of cmPropvvs314152020-09-081-3/+3
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-2/+2
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-9/+8
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-2/+8
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-56/+45
* cmConditionEvaluator: Remove GetConditionContext methodBrad King2016-03-291-3/+0
* cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802)Stephen Kelly2015-10-201-1/+8
* if: Add "TEST <test>" conditionMatt McCormick2015-08-031-0/+1
* if: Implement new IN_LIST operatorNils Gladitz2015-04-301-0/+1
* cmStandardIncludes: Remove list include.Stephen Kelly2015-02-061-0/+2
* If: Introduce policy CMP0054 - don't dereference quoted variables in if()Nils Gladitz2014-09-111-7/+13
* If: Extract cmConditionEvaluator from if() implementationNils Gladitz2014-09-111-0/+90