| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tests: Split CustomTransitiveProperties argument checks into helper | Brad King | 2025-02-23 | 1 | -19/+2 |
| | | |||||
| * | GenEx: Add support for custom transitive link properties | Brad King | 2024-05-21 | 1 | -0/+69 |
| | | | | | | | | | | Teach the `$<TARGET_PROPERTY:...>` generator expression to check for a new `TRANSITIVE_LINK_PROPERTIES` property in the target's link closure to enable transitive evaluation of named properties through the link closure, including entries guarded by `$<LINK_ONLY:...>`. Fixes: #20416 | ||||
| * | GenEx: Add support for custom transitive compile properties | Brad King | 2024-05-21 | 1 | -0/+68 |
| Teach the `$<TARGET_PROPERTY:...>` generator expression to check for a new `TRANSITIVE_COMPILE_PROPERTIES` property in the target's link closure to enable transitive evaluation of named properties through the link closure, excluding entries guarded by `$<LINK_ONLY:...>`. Issue: #20416 | |||||
