summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakePresetsFileReadJSON.cxx
Commit message (Collapse)AuthorAgeFilesLines
* presets: Fix buildPreset "targets" not allowing a single stringSam Freed2021-06-071-7/+10
| | | | Fixes: #22272
* cmake-presets: Introduce `toolchainFile` preset optionRobert Maynard2021-04-281-0/+7
| | | | | In v3 of the presets, the `--toolchain` command line argument now has a preset mapping.
* CMakePresets.json: Add matches conditionKyle Edwards2021-03-311-0/+20
|
* CMakePresets.json: Add the ability to conditionally disable presetsKyle Edwards2021-03-221-3/+202
|
* Refactor: Move cmCMakePresetsFile::ReadJSON into a separate fileKyle Edwards2021-03-191-0/+803
Some compilers complain about translation units that are too large. In order to prepare for upcoming additions to cmCMakePresetsFile, split ReadJSON into a separate file.