summaryrefslogtreecommitdiffstats
path: root/Tests/GeneratorExpression
Commit message (Expand)AuthorAgeFilesLines
* Add the TARGET_NAME generator expression.Stephen Kelly2013-01-052-0/+4
* GenEx: Add expressions to specify build- or install-only valuesStephen Kelly2013-01-054-29/+45
* Merge topic 'fix-genex-CONFIG'Brad King2012-11-062-0/+9
|\
| * GenEx: Use case insensitive comparison for $<CONFIG:...>Stephen Kelly2012-11-052-0/+9
* | GenEx: Test early determination of AND and ORStephen Kelly2012-10-202-0/+6
|/
* GenEx: Replace some failing tests with Borland and NMake makefiles.Stephen Kelly2012-10-172-6/+4
* GenEx: Fix termination bugs in generator expression parser.Stephen Kelly2012-10-172-0/+44
* GenEx: Parse colon after arguments separator colon specially.Stephen Kelly2012-10-172-0/+10
* GenEx: Add tests for "0" and "1" expressions with literal commas.Stephen Kelly2012-10-092-0/+4
* GenEx: Add test for $<BOOL:> with empty parameter.Stephen Kelly2012-10-092-0/+2
* GenEx: Parse comma after colon tokens speciallyStephen Kelly2012-10-092-0/+4
* Extend the generator expression language with more logic.Stephen Kelly2012-09-282-0/+34
* Add $<CONFIG:...> boolean query generator expressionBrad King2012-08-152-0/+4
* Add boolean generator expressionsBrad King2012-08-152-0/+49