summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorExpression.cxx
Commit message (Expand)AuthorAgeFilesLines
* GenEx: Fix reporting about not-found include directories and libraries.Stephen Kelly2012-10-171-0/+49
* Add API to check that dependent target properties form a DAG.Stephen Kelly2012-09-281-2/+4
* Add a generator expression for target properties.Stephen Kelly2012-09-281-1/+3
* cmGeneratorExpression: Port users to two-stage processingStephen Kelly2012-09-181-26/+39
* cmGeneratorExpression: Re-write for multi-stage evaluationStephen Kelly2012-09-181-187/+53
* Add $<CONFIG:...> boolean query generator expressionBrad King2012-08-151-0/+9
* Add boolean generator expressionsBrad King2012-08-151-0/+46
* Allow '.' in target names in generator expressions (#12002)Brad King2011-03-221-1/+1
* Record set of targets used in cmGeneratorExpressionBrad King2010-12-151-0/+1
* Optionally suppress errors in cmGeneratorExpressionBrad King2010-12-151-3/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Introduce "generator expressions" to add_test()Brad King2009-08-111-0/+196