summaryrefslogtreecommitdiffstats
path: root/Source/cmJSONHelpers.h
Commit message (Collapse)AuthorAgeFilesLines
* presets: Improve JSON parser and error messagesMartin Duffy2023-03-291-94/+258
|
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-15/+13
| | | | | | | | | | | | | | Run the `clang-format.bash` script to update all our C and C++ code to a new style defined by `.clang-format`. Use `clang-format` version 15. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit. Fixes: #24315
* cmJSONHelpers: Allow passing state contextMartin Duffy2022-05-051-57/+70
| | | | Allow for passing of context to JSON Helper methods in cmJSONHelpers.
* cmJSONHelpers: Restructure cmJSONHelpersMartin Duffy2022-05-051-251/+226
| | | | Restructure cmJSONHelpers to prevent SunPro errors when passing context.
* CMakePresets.json: Add the ability to conditionally disable presetsKyle Edwards2021-03-221-1/+1
|
* cmJSONHelpers: Add new Bind() functionKyle Edwards2020-10-051-0/+11
|
* JSON: Add helpersKyle Edwards2020-09-091-0/+304