summaryrefslogtreecommitdiff
path: root/Source/cmConditionEvaluator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-1/+4
* if command: Add PATH_EQUAL operatorMarc Chevrier2022-06-031-0/+26
* Merge topic 'reduce-policy-eval-scope'Brad King2022-05-241-4/+2
|\
| * cmConditionEvaluator: Reduce the scope of the CMP0064 evaluationAlex Turbov2022-05-231-4/+2
* | clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-241-17/+26
|/
* Source: Fix clang -Wimplicit-fallthrough warningsSean McBride2021-09-281-0/+1
* Source: Fix clang -Wextra-semi warningsSean McBride2021-09-281-1/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-19/+19
* cmSystemTools::VersionCompare: use std::string for argumentsMarc Chevrier2021-09-171-4/+3
* Fix: Regression in the `cmConditionEvaluator::HandleLevel0`Alex Turbov2021-08-091-1/+7
* cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-4/+4
* Refactor: Move version compare op table out of the functionAlex Turbov2021-08-031-7/+7
* Refactor: Remove redundant checks for `0` and `1` literalsAlex Turbov2021-08-031-9/+1
* Refactor: Copy exactly required count of args and avoid `pop_back()`Alex Turbov2021-08-031-6/+7
* Style: Better names of local vars for `IN_LIST` handlerAlex Turbov2021-08-031-4/+6
* Refactor: Extract the logic of testing for special variable to funcAlex Turbov2021-08-031-14/+27
* Refactor: Introduce `cmArgumentList` container classAlex Turbov2021-08-031-141/+197
* Refactor: Reduce one more condition checking on handling math compareAlex Turbov2021-08-031-12/+13
* Refactor: Avoid `if` → `else if` → … for compare operatorsAlex Turbov2021-08-031-62/+95
* Refactor: Set `const` to `cmConditionEvaluator::IsKeyword` parametersAlex Turbov2021-08-031-2/+3
* Refactor: No need to move iterators after matchAlex Turbov2021-08-031-40/+28
* Refactor: Replace `std::to_string` w/ more specialized `bool2string`Alex Turbov2021-08-031-5/+9
* Refactor: Reorder `MATCHES` handler from top below to the fail-fastAlex Turbov2021-08-031-18/+18
* Refactor: Reduce variables scope in `HandleLevel2`Alex Turbov2021-08-031-14/+12
* Refactor: Simplify boolean to string result assignmentsAlex Turbov2021-08-031-5/+4
* Refactor: Replace `if` block w/ boolean expressionAlex Turbov2021-08-031-6/+2
* Refactor: Avoid redundant `operator<<` on printing messagesAlex Turbov2021-08-031-9/+15
* Refactor: Opt-out do+while loops and reduce nesting level in handlersAlex Turbov2021-08-031-309/+287
* Refactor: Remove `reducible` flag from `handleLevelN()` functionsAlex Turbov2021-08-031-45/+45
* Refactor: Make `cmConditionEvaluator::IsTrue` a bit more compactAlex Turbov2021-08-031-19/+13
* Refactor: Generalize policy checking in `HandleLevel1`Alex Turbov2021-07-261-18/+25
* Refactor: When handle predicates, there is no need to check 2nd argAlex Turbov2021-07-261-30/+34
* Refactor: Initialize args vector from iterators instead of copyAlex Turbov2021-07-261-4/+2
* Refactor: Speedup predicates and binary operationAlex Turbov2021-07-261-49/+60
* Style: Add empty lines to increase readabilityAlex Turbov2021-07-261-0/+20
* Refactor: Deduplicate code for `AND` and `OR` handling in `if()` commandAlex Turbov2021-07-261-16/+9
* Refactor: Rewrite parenthesis scanner to avoid `if`sAlex Turbov2021-07-261-12/+5
* Refactor: Make `HandleBinaryOp` and `HandlePredicate` free functionsAlex Turbov2021-07-261-60/+52
* Refactor: More `auto` and constnessAlex Turbov2021-07-261-33/+27
* Refactor: Make `IncrementArguments()` the free functionAlex Turbov2021-07-261-21/+22
* Refactor: Turn the innter `while` loop in `HandleLevelN()` into `for`Alex Turbov2021-07-261-30/+10
* Refactor: Turn `reducible` flag into booleanAlex Turbov2021-07-261-16/+16
* Refactor: Use `cm::string_view` for static const literalsAlex Turbov2021-07-261-46/+47
* Refactor: Opt-out `if` stataments to select 1st paramAlex Turbov2021-07-261-18/+10
* Refactor: Add constnessAlex Turbov2021-07-261-10/+10
* Refactor: Use anonymous namespace instead of `static` keyword for constsAlex Turbov2021-07-261-32/+34
* Update CMake code using KWSys to account for Status return valuesBrad King2021-04-141-2/+2
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-8/+8
* cmConditionEvaluator: Remove extra copy of execution contextBrad King2020-09-281-6/+2
* cmConditionEvaluator: More use of cmPropvvs314152020-09-081-35/+37