summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorExpression.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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-201-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