Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | presets: Improve JSON parser and error messages | Martin Duffy | 2023-03-29 | 1 | -94/+258 |
| | |||||
* | Revise C++ coding style using clang-format-15 | Kitware Robot | 2023-01-18 | 1 | -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 context | Martin Duffy | 2022-05-05 | 1 | -57/+70 |
| | | | | Allow for passing of context to JSON Helper methods in cmJSONHelpers. | ||||
* | cmJSONHelpers: Restructure cmJSONHelpers | Martin Duffy | 2022-05-05 | 1 | -251/+226 |
| | | | | Restructure cmJSONHelpers to prevent SunPro errors when passing context. | ||||
* | CMakePresets.json: Add the ability to conditionally disable presets | Kyle Edwards | 2021-03-22 | 1 | -1/+1 |
| | |||||
* | cmJSONHelpers: Add new Bind() function | Kyle Edwards | 2020-10-05 | 1 | -0/+11 |
| | |||||
* | JSON: Add helpers | Kyle Edwards | 2020-09-09 | 1 | -0/+304 |