summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GeneratorExpression
Commit message (Expand)AuthorAgeFilesLines
* Genex: Use case-sensitive comparison for COMPILER_ID.Stephen Kelly2014-01-084-0/+26
* Genex: Add a nullary form for CONFIGStephen Kelly2014-01-072-11/+1
* Genex: Reject $<TARGET_FILE:...> for object libraries (#14532)Brad King2013-11-015-0/+35
* Cygwin: Avoid legacy warnings in RunCMake.* testsBrad King2013-08-131-1/+1
* Make it an error for INSTALL_PREFIX to be evaluated.Stephen Kelly2013-01-314-0/+14
* Add the TARGET_NAME generator expression.Stephen Kelly2013-01-054-0/+13
* Genex: Don't segfault on $<FOO,>Stephen Kelly2012-11-272-0/+10
* Genex: Ensure that $<0:...> has a parameter.Stephen Kelly2012-11-274-0/+14
* GenEx: Test early determination of AND and ORStephen Kelly2012-10-204-0/+20
* GenEx: Parse comma after colon tokens speciallyStephen Kelly2012-10-095-1/+47
* cmGeneratorExpression: Re-write for multi-stage evaluationStephen Kelly2012-09-188-7/+136
* Add $<CONFIG:...> boolean query generator expressionBrad King2012-08-154-0/+13
* Add boolean generator expressionsBrad King2012-08-1511-0/+84