summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorExpressionDAGChecker.h
Commit message (Expand)AuthorAgeFilesLines
* genex: remove the need for backtracesBen Boeckel2014-06-051-0/+5
* cmTarget: Transitively evaluate compiler features.Stephen Kelly2014-04-071-1/+2
* cmTarget: Allow transitive evaluation of SOURCES property.Stephen Kelly2014-04-021-1/+4
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* Genex: Fix case of methods in the dag checker.Stephen Kelly2014-01-061-3/+3
* Genex: Use a preprocessor loop to implement transitive DAG check.Stephen Kelly2014-01-061-0/+4
* Genex: List transitive properties and methods as a table, not two lists.Stephen Kelly2014-01-061-10/+12
* Undefine local preprocessor loop variables.Stephen Kelly2014-01-061-1/+3
* QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property.Stephen Kelly2013-11-271-2/+4
* Genex: Simplify the preprocessor looper for interface properties.Stephen Kelly2013-11-091-4/+4
* Merge topic 'tid-system-argument'Brad King2013-07-161-0/+2
|\
| * Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property.Stephen Kelly2013-07-161-0/+2
* | Introduce the LINK_ONLY generator expression.Stephen Kelly2013-07-071-0/+5
|/
* Genex: Extend EvaluatingLinkLibraries to also check the top target name.Stephen Kelly2013-06-241-1/+1
* Use a preprocessor loop to manage the valid transitive properties.Stephen Kelly2013-06-101-3/+15
* Add COMPILE_OPTIONS target property.Stephen Kelly2013-06-021-0/+1
* Fix constness of accessors.Stephen Kelly2013-02-231-2/+2
* Optimize genex evaluation for includes and defines.Stephen Kelly2013-02-021-1/+3
* Add API to check if we're reading a includes or defines property.Stephen Kelly2013-01-311-0/+2
* Make INTERFACE determined properties readable in generator expressions.Stephen Kelly2013-01-201-0/+3
* Make cycles in target properties ignored, not an error.Stephen Kelly2013-01-051-3/+9
* Add API to check that dependent target properties form a DAG.Stephen Kelly2012-09-281-0/+44