Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor: Rename cmCMakePresetsFile to cmCMakePresetsGraph | Kyle Edwards | 2022-01-06 | 1 | -112/+0 |
| | | | | And change all references to "file" to say "graph" instead. | ||||
* | Source: fix -Wextra-semi-stmt warnings | Sean McBride | 2021-12-01 | 1 | -2/+2 |
| | |||||
* | CMakePresets.json: Add matches condition | Kyle Edwards | 2021-03-31 | 1 | -0/+10 |
| | |||||
* | CMakePresets.json: Add the ability to conditionally disable presets | Kyle Edwards | 2021-03-22 | 1 | -0/+80 |
| | |||||
* | Refactor: Move some common code into separate file | Kyle Edwards | 2021-03-19 | 1 | -0/+22 |
This code is going to be needed by both cmCMakePresetsFile and cmCMakePresetsFileReadJSON when the upcoming condition types are created. Move it into a header file. |