summaryrefslogtreecommitdiffstats
path: root/Source/cmJSONState.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Source: Reduce vector entry allocations and copiesRose2023-10-231-3/+3
| | | | Prefer `emplace_back` over `push_back`.
* IWYU: Update for Debian 12 CI jobBrad King2023-07-281-2/+1
| | | | | | `include-what-you-use` diagnostics, in practice, are specific to the environment's compiler and standard library. Update includes to satisfy IWYU for our CI job under Debian 12.
* presets: Improve JSON parser and error messagesMartin Duffy2023-03-291-0/+163