summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakePresetsGraphReadJSONBuildPresets.cxx
Commit message (Collapse)AuthorAgeFilesLines
* presets: Improve JSON parser and error messagesMartin Duffy2023-03-291-21/+24
|
* cmJSONHelpers: Restructure cmJSONHelpersMartin Duffy2022-05-051-3/+4
| | | | Restructure cmJSONHelpers to prevent SunPro errors when passing context.
* Presets: add resolve packages setting to build presets.Carsten Rudolph2022-01-221-1/+34
|
* Refactor: Split JSON processing into configure, build, and test presetsKyle Edwards2022-01-061-0/+75
Split up the file so that it won't be too big on some systems.