summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakePresetsGraphReadJSONConfigurePresets.cxx
Commit message (Collapse)AuthorAgeFilesLines
* presets: Improve JSON parser and error messagesMartin Duffy2023-03-291-44/+49
|
* cmJSONHelpers: Restructure cmJSONHelpersMartin Duffy2022-05-051-12/+12
| | | | Restructure cmJSONHelpers to prevent SunPro errors when passing context.
* Refactor: Split JSON processing into configure, build, and test presetsKyle Edwards2022-01-061-0/+228
Split up the file so that it won't be too big on some systems.