summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorExpressionParser.h
Commit message (Collapse)AuthorAgeFilesLines
* cmGeneratorExpression: Re-write for multi-stage evaluationStephen Kelly2012-09-181-0/+45
The expressions may be parsed and then cached and evaluated multiple times. They are evaluated lazily so that literals such as ',' can be treated as universal parameter separators, and can be processed from results without appearing literally, and without interfering with the parsing/evaluation of the entire expression.