Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMakePresets: Add include field | Kyle Edwards | 2022-01-07 | 1 | -0/+3 |
| | | | | Fixes: #21331 | ||||
* | Refactor: Generalize file graph in CMakePresets | Kyle Edwards | 2022-01-07 | 1 | -6/+31 |
| | | | | | | | | 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: Rename cmCMakePresetsFile to cmCMakePresetsGraph | Kyle Edwards | 2022-01-06 | 1 | -0/+378 |
And change all references to "file" to say "graph" instead. |