Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VERIFY_INTERFACE_HEADER_SETS: Add IWYU pragma: associated to verification file | Daniel Hannon | 2022-10-07 | 1 | -1/+1 |
| | |||||
* | VERIFY_INTERFACE_HEADER_SETS: Add verification target for all | Kyle Edwards | 2022-08-03 | 7 | -0/+34 |
| | | | | Fixes: #23802 | ||||
* | Merge topic 'verify-interface-header-sets-interface-library-source-language' ↵ | Brad King | 2022-07-28 | 2 | -0/+5 |
|\ | | | | | | | | | | | | | | | | | | | into release-3.24 41f15193e5 VERIFY_INTERFACE_HEADER_SETS: Fall back to global languages Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !7517 | ||||
| * | VERIFY_INTERFACE_HEADER_SETS: Fall back to global languages | Kyle Edwards | 2022-07-27 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | | If a target doesn't have any source files, fall back to the global list of enabled languages to determine the language of the header file to verify. Fixes: #23774 | ||||
* | | VERIFY_INTERFACE_HEADER_SETS: Finalize compile info for verify targets | Kyle Edwards | 2022-07-27 | 2 | -0/+6 |
|/ | | | | Fixes: #23732 | ||||
* | VERIFY_INTERFACE_HEADER_SETS: Add property for list of header sets | Kyle Edwards | 2022-05-25 | 6 | -0/+33 |
| | | | | | | | | Add a new property, INTERFACE_HEADER_SETS_TO_VERIFY, which contains a list of header sets that should be verified by VERIFY_INTERFACE_HEADER_SETS. Fixes: #23522 | ||||
* | VERIFY_HEADER_SETS: Rename to VERIFY_INTERFACE_HEADER_SETS | Kyle Edwards | 2022-05-18 | 26 | -19/+19 |
| | | | | Issue: #23448 | ||||
* | FILE_SET: Add VERIFY_HEADER_SETS target property | Kyle Edwards | 2022-03-29 | 36 | -0/+219 |
Fixes: #23338 |