Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmMakefile: store the number of last matches in a CMake var | Ben Boeckel | 2014-12-03 | 1 | -3/+2 |
| | | | | | | | | | With PushScope and PopScope, keeping track of another bit of data for each scope isn't easy. Instead, store it as another CMake variable so it gets implicitly tracked along with everything else. This works in a revert of commit 7d674b5f0b28a610333644d417c2e8cb796cc9e4. | ||||
* | Revert "ClearMatches: Only clear matches which were actually set" (#15261) | Ben Boeckel | 2014-11-26 | 1 | -2/+3 |
| | | | | | | | | | | | This reverts commit v3.1.0-rc1~557^2~2 (ClearMatches: Only clear matches which were actually set, 2014-03-12). The optimization did not track the match count in the same scope as the variables, allowing possible inconsistency. Resolve conflicts in Source/cmIfCommand.cxx, Source/cmMakefile.cxx, and Source/cmMakefile.h by moving the changes to the new location of the code involved. | ||||
* | If: Introduce policy CMP0054 - don't dereference quoted variables in if() | Nils Gladitz | 2014-09-11 | 1 | -79/+157 |
| | |||||
* | If: Extract cmConditionEvaluator from if() implementation | Nils Gladitz | 2014-09-11 | 1 | -0/+692 |