Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmWindowsRegistry: Add missing <cstdint> include | nanoric | 2022-06-10 | 1 | -0/+1 |
| | | | | | | | It is needed for `std::uint8_t`, but was left out of commit 8d7e80cf3d (find_* commands: add control over Windows registry views, 2022-04-16). For some reason the include-what-you-use tool does not think the include is needed, so add an `IWYU pragma` to keep it. | ||||
* | find_* commands: add control over Windows registry views | Marc Chevrier | 2022-04-29 | 1 | -2/+27 |
| | | | | Fixes: #22775 | ||||
* | cmWindowsRegistry: Add helper for conversion between string and enum View | Marc Chevrier | 2022-04-29 | 1 | -0/+5 |
| | |||||
* | cmake_host_system_information: query windows registry | Marc Chevrier | 2022-04-13 | 1 | -0/+55 |
Fixes: #21240, #23367 |