Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix DAG checker finding cycling dependencies. | Stephen Kelly | 2013-02-23 | 1 | -1/+1 |
* | Fix determination of when we're evaluating compile definitions. | Stephen Kelly | 2013-02-12 | 1 | -1/+2 |
* | Fix determination of evaluating link libraries. | Stephen Kelly | 2013-02-07 | 1 | -2/+2 |
* | Optimize genex evaluation for includes and defines. | Stephen Kelly | 2013-02-02 | 1 | -0/+26 |
* | Add API to check if we're reading a includes or defines property. | Stephen Kelly | 2013-01-31 | 1 | -0/+16 |
* | Exclude the LINK_LIBRARIES related properties from INTERFACE evaluation. | Stephen Kelly | 2013-01-24 | 1 | -2/+8 |
* | Make INTERFACE determined properties readable in generator expressions. | Stephen Kelly | 2013-01-20 | 1 | -0/+13 |
* | Make cycles in target properties ignored, not an error. | Stephen Kelly | 2013-01-05 | 1 | -7/+9 |
* | Make all relevant targets available in the genex context. | Stephen Kelly | 2013-01-05 | 1 | -1/+1 |
* | Add API to check that dependent target properties form a DAG. | Stephen Kelly | 2012-09-28 | 1 | -0/+106 |