Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | presets: Add $schema property to JSON schema | ChenMoFeiJin | 2023-09-12 | 1 | -0/+3 |
| | | | | | | | Many modern code editors have support for JSON Schema. When you specify the `$schema` property in a JSON file, the editor can provide features like auto-completion, error checking, etc., which can improve your efficiency when writing and modifying the `CMakePresets.json` file. | ||||
* | presets: add support for macro expansion to includes | Zoran Angelov | 2023-04-26 | 1 | -0/+10 |
| | | | | Only `$penv{}` can be expanded when processing includes. | ||||
* | presets: Improve JSON parser and error messages | Martin Duffy | 2023-03-29 | 1 | -35/+34 |
| | |||||
* | CMake: fix violations of #pragma once check | Kyle Edwards | 2022-11-17 | 1 | -0/+2 |
| | |||||
* | CMakePresets.json: Add workflow presets to schema | Kyle Edwards | 2022-09-26 | 1 | -0/+4 |
| | |||||
* | cmCMakePresetsGraph: Add package presets | Kyle Edwards | 2022-08-31 | 1 | -0/+4 |
| | |||||
* | Refactor: Split JSON processing into configure, build, and test presets | Kyle Edwards | 2022-01-06 | 1 | -0/+51 |
| | | | | Split up the file so that it won't be too big on some systems. | ||||
* | Refactor: Rename cmCMakePresetsFile to cmCMakePresetsGraph | Kyle Edwards | 2022-01-06 | 1 | -0/+112 |
And change all references to "file" to say "graph" instead. |