summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakePresetsFileInternal.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor: Rename cmCMakePresetsFile to cmCMakePresetsGraphKyle Edwards2022-01-061-112/+0
| | | | And change all references to "file" to say "graph" instead.
* Source: fix -Wextra-semi-stmt warningsSean McBride2021-12-011-2/+2
|
* CMakePresets.json: Add matches conditionKyle Edwards2021-03-311-0/+10
|
* CMakePresets.json: Add the ability to conditionally disable presetsKyle Edwards2021-03-221-0/+80
|
* Refactor: Move some common code into separate fileKyle Edwards2021-03-191-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.