Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMakePresets: Add include field | Kyle Edwards | 2022-01-07 | 1 | -3/+57 |
| | | | | Fixes: #21331 | ||||
* | Refactor: Generalize file graph in CMakePresets | Kyle Edwards | 2022-01-07 | 1 | -9/+57 |
| | | | | | | | | Before this refactoring, presets had a simple flag that marked them as "user" or "not user", and checking the file graph of two files was as simple as checking this flag. This only allowed for two files in the graph. Generalize the code to allow for arbitrarily many files in the graph. | ||||
* | Refactor: Split JSON processing into configure, build, and test presets | Kyle Edwards | 2022-01-06 | 1 | -599/+104 |
| | | | | 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/+1034 |
And change all references to "file" to say "graph" instead. |