summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorExpression.h
Commit message (Expand)AuthorAgeFilesLines
* Genex: Track whether an expression depends on the 'head' targetBrad King2014-07-211-0/+5
* genex: remove the need for backtracesBen Boeckel2014-06-051-2/+2
* Features: Add COMPILE_FEATURES generator expression.Stephen Kelly2014-05-211-0/+5
* Genex: Only evaluate TARGET_OBJECTS to determine target sources.Stephen Kelly2014-04-021-0/+6
* cmGeneratorExpression: Remove unused include.Stephen Kelly2014-03-171-2/+0
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-2/+2
* cmGeneratorExpression: Tokenize over stringsBen Boeckel2014-03-081-2/+2
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* cmTarget: Make GetProperty() const.Stephen Kelly2013-10-311-5/+5
* Genex: Rename cmGeneratorExpression::NeedsParsing to NeedsEvaluationStephen Kelly2013-08-291-1/+1
* Genex: Allow relative paths in INSTALL_INTERFACE.Stephen Kelly2013-07-251-1/+2
* Merge topic 'interface-property-external-read'Brad King2013-02-251-0/+1
|\
| * Strip stray semicolons when evaluating generator expressions.Stephen Kelly2013-02-181-0/+1
* | Keep track of all targets seen while evaluating a genex.Stephen Kelly2013-02-221-2/+6
|/
* Don't keep track of content determined by target property values.Stephen Kelly2013-02-071-2/+2
* De-duplicate validation of genex target names.Stephen Kelly2013-02-071-0/+2
* Deduplicate the isGeneratorExpression method.Stephen Kelly2013-02-071-0/+2
* Cache context-independent includes on evaluation.Stephen Kelly2013-02-031-0/+5
* Add cmGeneratorExpression::Split() API.Stephen Kelly2013-01-101-0/+3
* Keep track of properties used to determine linker libraries.Stephen Kelly2013-01-081-0/+4
* Make all relevant targets available in the genex context.Stephen Kelly2013-01-051-1/+6
* GenEx: Add expressions to specify build- or install-only valuesStephen Kelly2013-01-051-1/+3
* Add a way to print the origins of used include directories.Stephen Kelly2013-01-031-0/+5
* Use cmsys::auto_ptr to manage cmCompiledGeneratorExpressionsStephen Kelly2012-12-201-9/+15
* Port cmGeneratorExpression to cmTarget from cmGeneratorTarget.Stephen Kelly2012-11-211-2/+1
* GenEx: Fix reporting about not-found include directories and libraries.Stephen Kelly2012-10-171-0/+7
* Add API to check that dependent target properties form a DAG.Stephen Kelly2012-09-281-1/+3
* Add a generator expression for target properties.Stephen Kelly2012-09-281-1/+3
* Add include guard for cmGeneratorExpression.Stephen Kelly2012-09-211-0/+6
* cmGeneratorExpression: Port users to two-stage processingStephen Kelly2012-09-181-19/+35
* cmGeneratorExpression: Re-write for multi-stage evaluationStephen Kelly2012-09-181-7/+14
* Add $<CONFIG:...> boolean query generator expressionBrad King2012-08-151-0/+1
* Record set of targets used in cmGeneratorExpressionBrad King2010-12-151-0/+6
* Optionally suppress errors in cmGeneratorExpressionBrad King2010-12-151-1/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Introduce "generator expressions" to add_test()Brad King2009-08-111-0/+55