summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorExpressionDAGChecker.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix DAG checker finding cycling dependencies.Stephen Kelly2013-02-231-1/+1
* Fix determination of when we're evaluating compile definitions.Stephen Kelly2013-02-121-1/+2
* Fix determination of evaluating link libraries.Stephen Kelly2013-02-071-2/+2
* Optimize genex evaluation for includes and defines.Stephen Kelly2013-02-021-0/+26
* Add API to check if we're reading a includes or defines property.Stephen Kelly2013-01-311-0/+16
* Exclude the LINK_LIBRARIES related properties from INTERFACE evaluation.Stephen Kelly2013-01-241-2/+8
* Make INTERFACE determined properties readable in generator expressions.Stephen Kelly2013-01-201-0/+13
* Make cycles in target properties ignored, not an error.Stephen Kelly2013-01-051-7/+9
* Make all relevant targets available in the genex context.Stephen Kelly2013-01-051-1/+1
* Add API to check that dependent target properties form a DAG.Stephen Kelly2012-09-281-0/+106