summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorExpressionEvaluator.h
Commit message (Expand)AuthorAgeFilesLines
* Remove some obsolete declarationsStephen Kelly2015-10-271-4/+2
* Genex: Split cmGeneratorExpressionContext into own file.Stephen Kelly2015-03-111-28/+1
* Genex: Add a COMPILE_LANGUAGE generator expression.Stephen Kelly2015-03-071-0/+1
* file(GENERATE): Evaluate early to allow generating source filesStephen Kelly2014-11-121-0/+1
* Genex: Track whether an expression depends on the 'head' targetBrad King2014-07-211-0/+1
* backtrace: Convert to local paths in IssueMessageBen Boeckel2014-06-051-0/+5
* Features: Add COMPILE_FEATURES generator expression.Stephen Kelly2014-05-211-0/+2
* Genex: Only evaluate TARGET_OBJECTS to determine target sources.Stephen Kelly2014-04-021-0/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* cmTarget: Make GetProperty() const.Stephen Kelly2013-10-311-4/+4
* use size_t for GeneratorExpressionContent::ContentLength to fix some warningsRolf Eike Beer2013-10-211-6/+6
* Extract the ProcessArbitraryContent method.Stephen Kelly2013-05-161-0/+8
* Keep track of all targets seen while evaluating a genex.Stephen Kelly2013-02-221-1/+2
* Cache context-independent includes on evaluation.Stephen Kelly2013-02-031-0/+1
* Keep track of properties used to determine linker libraries.Stephen Kelly2013-01-081-0/+1
* Make all relevant targets available in the genex context.Stephen Kelly2013-01-051-1/+3
* Merge topic 'generator-expression-fixes'Brad King2012-11-271-0/+8
|\
| * Genex: Extract a method to parse parameters.Stephen Kelly2012-11-261-0/+8
* | Port cmGeneratorExpression to cmTarget from cmGeneratorTarget.Stephen Kelly2012-11-211-2/+1
|/
* Add API to check that dependent target properties form a DAG.Stephen Kelly2012-09-281-4/+8
* Add a generator expression for target properties.Stephen Kelly2012-09-281-1/+6
* cmGeneratorExpression: Re-write for multi-stage evaluationStephen Kelly2012-09-181-0/+118