summaryrefslogtreecommitdiffstats
path: root/Source/cmConditionEvaluator.cxx
Commit message (Expand)AuthorAgeFilesLines
* if: Add "TEST <test>" conditionMatt McCormick2015-08-031-1/+25
* cmConditionEvaluator: Remove superfluous spaces in expressionsSebastian Schuberth2015-07-271-8/+8
* cmMakefile: Simplify CMP0054 handling.Stephen Kelly2015-05-181-8/+2
* cmMakefile: Add access to the top-level execution context.Stephen Kelly2015-05-181-2/+2
* Port to static cmPolicies API.Stephen Kelly2015-05-041-12/+6
* if: Implement new IN_LIST operatorNils Gladitz2015-04-301-1/+37
* Port cmCommand consumers to cmState.Stephen Kelly2015-04-151-1/+3
* Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-3/+3
|\
| * Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-3/+3
* | Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-8/+2
|/
* cmMakefile: store the number of last matches in a CMake varBen Boeckel2014-12-031-3/+2
* Revert "ClearMatches: Only clear matches which were actually set" (#15261)Ben Boeckel2014-11-261-2/+3
* If: Introduce policy CMP0054 - don't dereference quoted variables in if()Nils Gladitz2014-09-111-79/+157
* If: Extract cmConditionEvaluator from if() implementationNils Gladitz2014-09-111-0/+692