Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMakePresets: Make error generators proper functions | Kyle Edwards | 2023-08-16 | 1 | -15/+15 |
| | | | | And rename cmCMakePresetErrors to cmCMakePresetsErrors. | ||||
* | IWYU: Update for Debian 12 CI job | Brad King | 2023-07-28 | 1 | -1/+2 |
| | | | | | | `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. | ||||
* | presets: Add trace options to configure presets | Artin Alavi | 2023-03-30 | 1 | -0/+68 |
| | | | | | | Add JSON schema version 7 to support them. Fixes: #22543 | ||||
* | presets: Improve JSON parser and error messages | Martin Duffy | 2023-03-29 | 1 | -44/+49 |
| | |||||
* | cmJSONHelpers: Restructure cmJSONHelpers | Martin Duffy | 2022-05-05 | 1 | -12/+12 |
| | | | | Restructure cmJSONHelpers to prevent SunPro errors when passing context. | ||||
* | Refactor: Split JSON processing into configure, build, and test presets | Kyle Edwards | 2022-01-06 | 1 | -0/+228 |
Split up the file so that it won't be too big on some systems. |