Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IWYU: Update for Debian 12 CI job | Brad King | 2023-07-28 | 1 | -0/+1 |
| | | | | | | `include-what-you-use` diagnostics, in practice, are specific to the environment's compiler and standard library. Update includes to satisfy IWYU for our CI job under Debian 12. | ||||
* | Build: Move `KWSYS_ENCODING_DEFAULT_CODEPAGE` to the config header | Alex Turbov | 2022-09-22 | 1 | -0/+2 |
| | |||||
* | 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 |