Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Genex: Fix segfault when parsing ends with parameter expectation. | Stephen Kelly | 2013-08-13 | 1 | -1/+19 |
* | Genex: Don't segfault on $<FOO,> | Stephen Kelly | 2012-11-27 | 1 | -1/+9 |
* | GenEx: Add some more asserts to verify code-sanity. | Stephen Kelly | 2012-10-17 | 1 | -0/+12 |
* | GenEx: Break if there are no more commas in the container | Stephen Kelly | 2012-10-17 | 1 | -0/+4 |
* | GenEx: Fix termination bugs in generator expression parser. | Stephen Kelly | 2012-10-17 | 1 | -13/+24 |
* | GenEx: Parse colon after arguments separator colon specially. | Stephen Kelly | 2012-10-17 | 1 | -2/+9 |
* | GenEx: Parse comma after colon tokens specially | Stephen Kelly | 2012-10-09 | 1 | -1/+7 |
* | GenEx: It is not an error to specify an empty parameter | Stephen Kelly | 2012-10-09 | 1 | -4/+0 |
* | Handle colons as a special case in the generator expression parser. | Stephen Kelly | 2012-09-21 | 1 | -0/+5 |
* | cmGeneratorExpression: Re-write for multi-stage evaluation | Stephen Kelly | 2012-09-18 | 1 | -0/+235 |