summaryrefslogtreecommitdiffstats
path: root/Tests/CompatibleInterface
Commit message (Collapse)AuthorAgeFilesLines
* Fix spelling and typos (non-binary)Andreas Mohr2013-05-071-1/+1
|
* Fix spelling and typos (affecting binary data / module messages)Andreas Mohr2013-05-071-2/+2
|
* The COMPATIBLE_INTERFACE does not affect the target it is set on.Stephen Kelly2013-02-071-0/+15
| | | | Test and document this.
* Handle reading empty properties defined by the link interface.Stephen Kelly2013-01-311-1/+13
| | | | This was segfaulting before.
* Add the COMPATIBLE_INTERFACE_STRING property.Stephen Kelly2013-01-242-0/+25
|
* Exclude the LINK_LIBRARIES related properties from INTERFACE evaluation.Stephen Kelly2013-01-244-1/+40
| | | | | | These interface-related link-libraries properties are used to determine the value of the other INTERFACE properties, so we were getting infinite recursion and segfaults otherwise.
* Make INTERFACE determined properties readable in generator expressions.Stephen Kelly2013-01-203-0/+46
The properties are evaluated as link-dependent interface properties when evaluating the generator expressions.