summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/testJSONHelpers.cxx
Commit message (Collapse)AuthorAgeFilesLines
* presets: Improve JSON parser and error messagesMartin Duffy2023-03-291-95/+108
|
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-1/+1
| | | | | | | | | | | | | | 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: Restructure cmJSONHelpersMartin Duffy2022-05-051-23/+24
| | | | Restructure cmJSONHelpers to prevent SunPro errors when passing context.
* cmJSONHelpers: Add new Bind() functionKyle Edwards2020-10-051-12/+23
|
* JSON: Add helpersKyle Edwards2020-09-091-0/+493