summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GeneratorExpression
Commit message (Expand)AuthorAgeFilesLines
* Genex: Enable use of COMPILE_LANGUAGE for compile options.Stephen Kelly2015-03-094-0/+14
* Genex: Add a COMPILE_LANGUAGE generator expression.Stephen Kelly2015-03-0722-0/+119
* RunCMake: Remove unneeded files.Stephen Kelly2015-02-091-1/+0
* Encoding: Modify tests to work using non-ascii paths.Clinton Stimpson2015-01-091-1/+1
* Genex: Implement generator expressions for target PDB files.Nils Gladitz2014-07-3110-0/+80
* Genex: Clarify error message on use with non-binary targets (#14899).Stephen Kelly2014-05-2919-0/+116
* 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