summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakePresetsGraphReadJSONTestPresets.cxx
Commit message (Collapse)AuthorAgeFilesLines
* CMakePresets: Make error generators proper functionsKyle Edwards2023-08-161-14/+14
| | | | And rename cmCMakePresetErrors to cmCMakePresetsErrors.
* IWYU: Update for Debian 12 CI jobBrad King2023-07-281-1/+0
| | | | | | `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-81/+80
|
* CMakePresets.json: Add outputJUnitFile to test presets schemaKyle Edwards2022-10-181-0/+2
|
* cmJSONHelpers: Restructure cmJSONHelpersMartin Duffy2022-05-051-37/+29
| | | | Restructure cmJSONHelpers to prevent SunPro errors when passing context.
* cmCMakePresetsGraph: do not set default value for TestOutputTruncationFrank Winklmeier2022-04-121-7/+3
| | | | | | | The `TestOutputTruncation` is an optional preset. Do not set a default value to avoid failing the JSON schema version check. Closes issue #23411.
* ctest: add option for output truncationFrank Winklmeier2022-03-081-0/+39
| | | | | | | | | | Add `--test-output-truncation` to `ctest`. This option can be used to customize which part of the test output is being truncated. Currently supported values are `tail`, `middle` and `head`. Also add equivalent `CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION` variable. Fixes: #23206
* Refactor: Split JSON processing into configure, build, and test presetsKyle Edwards2022-01-061-0/+360
Split up the file so that it won't be too big on some systems.