summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorExpressionEvaluator.cxx
Commit message (Expand)AuthorAgeFilesLines
* GenEx: Use case insensitive comparison for $<CONFIG:...>Stephen Kelly2012-11-051-1/+4
* GexEx: Validate Target names and property names differently.Stephen Kelly2012-10-221-6/+11
* Attempt to fix the compile of cmake on Sun CC.Stephen Kelly2012-10-111-1/+4
* GenEx: Don't use std::vector::at(int).Stephen Kelly2012-10-091-3/+3
* GenEx: Ensure that the empty CONFIGURATION can be used conditionally.Stephen Kelly2012-10-091-5/+5
* GenEx: Validate target and property names.Stephen Kelly2012-10-091-1/+46
* GenEx: Report actual target name not found, not "0" each time.Stephen Kelly2012-10-091-2/+3
* GenEx: Return after error reported.Stephen Kelly2012-10-091-0/+1
* Merge topic 'generator-expression-target-properties'Brad King2012-09-281-13/+156
|\
| * Add a self-reference check for target properties.Stephen Kelly2012-09-281-1/+16
| * Add API to check that dependent target properties form a DAG.Stephen Kelly2012-09-281-19/+36
| * Add a generator expression for target properties.Stephen Kelly2012-09-281-0/+43
| * Extend the generator expression language with more logic.Stephen Kelly2012-09-281-0/+68
* | Fix the regular expression validator for target names.Stephen Kelly2012-09-201-1/+1
|/
* cmGeneratorExpression: Re-write for multi-stage evaluationStephen Kelly2012-09-181-0/+568