From 30025bca7e81f69ab2a469b36bd8a21424d9a22b Mon Sep 17 00:00:00 2001 From: Stephan Kantelberg Date: Thu, 18 May 2023 20:14:54 +0200 Subject: [PATCH] added missing displayName properties for presets --- CMakePresets.json | 115 ++++++++++++++++++++++++---------------------- 1 file changed, 61 insertions(+), 54 deletions(-) diff --git a/CMakePresets.json b/CMakePresets.json index cfc579a..41b062d 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -299,6 +299,7 @@ }, { "name": "win32-gcc-x64-mingw-debug", + "displayName": "Windows GCC MinGW Debug", "inherits": "conf-common", "environment": { "PATH": "C:/msys64/mingw64/bin;$penv{PATH}" @@ -311,6 +312,7 @@ }, { "name": "win32-gcc-x64-mingw-release", + "displayName": "Windows GCC MinGW Release", "inherits": "conf-common", "environment": { "PATH": "C:/msys64/mingw64/bin;$penv{PATH}" @@ -337,6 +339,7 @@ }, { "name": "gcc-arm-debug", + "displayName": "GCC ARM Debug", "generator": "Ninja", "toolchainFile": "${sourceDir}/cmake/arm-cortex-gnu/ArmCortexM4Gnu.cmake", "binaryDir": "${sourceDir}/out/build/${presetName}", @@ -353,6 +356,7 @@ }, { "name": "gcc-arm-release", + "displayName": "GCC ARM Release", "generator": "Ninja", "toolchainFile": "${sourceDir}/cmake/arm-cortex-gnu/ArmCortexM4Gnu.cmake", "binaryDir": "${sourceDir}/out/build/${presetName}", @@ -369,7 +373,7 @@ }, { "name": "clang-12-fuzzing", - "description": "Clang 12 fuzzer test", + "displayName": "Clang 12 fuzzer test", "inherits": "common-fuzzing-conf", "cacheVariables": { "CMAKE_C_COMPILER": "clang-12", @@ -378,7 +382,7 @@ }, { "name": "clang-13-fuzzing", - "description": "Clang 13 fuzzer test", + "displayName": "Clang 13 fuzzer test", "inherits": "common-fuzzing-conf", "cacheVariables": { "CMAKE_C_COMPILER": "clang-13", @@ -387,7 +391,7 @@ }, { "name": "clang-14-fuzzing", - "description": "Clang 14 fuzzer test", + "displayName": "Clang 14 fuzzer test", "inherits": "common-fuzzing-conf", "cacheVariables": { "CMAKE_C_COMPILER": "clang-14", @@ -396,7 +400,7 @@ }, { "name": "clang-15-fuzzing", - "description": "Clang 15 fuzzer test", + "displayName": "Clang 15 fuzzer test", "inherits": "common-fuzzing-conf", "cacheVariables": { "CMAKE_C_COMPILER": "clang-15", @@ -407,110 +411,137 @@ "buildPresets": [ { "name": "build-windows-2019-msvc-debug", + "displayName": "Windows MSVC 2019 Debug", "configurePreset": "windows-2019-msvc-debug" }, { "name": "build-windows-2019-msvc-release", + "displayName": "Windows MSVC 2019 Release", "configurePreset": "windows-2019-msvc-release" }, { "name": "build-windows-2022-msvc-debug", + "displayName": "Windows MSVC 2022 Debug", "configurePreset": "windows-2022-msvc-debug" }, { "name": "build-windows-2022-msvc-release", + "displayName": "Windows MSVC 2022 Release", "configurePreset": "windows-2022-msvc-release" }, { "name": "build-unixlike-gcc-10-debug", + "displayName": "Linux GCC 10 Debug", "configurePreset": "unixlike-gcc-10-debug" }, { "name": "build-unixlike-gcc-10-release", + "displayName": "Linux GCC 10 Release", "configurePreset": "unixlike-gcc-10-release" }, { "name": "build-unixlike-gcc-11-debug", + "displayName": "Linux GCC 11 Debug", "configurePreset": "unixlike-gcc-11-debug" }, { "name": "build-unixlike-gcc-11-release", + "displayName": "Linux GCC 11 Release", "configurePreset": "unixlike-gcc-11-release" }, { "name": "build-unixlike-gcc-12-debug", + "displayName": "Linux GCC 12 Debug", "configurePreset": "unixlike-gcc-12-debug" }, { "name": "build-unixlike-gcc-12-release", + "displayName": "Linux GCC 12 Release", "configurePreset": "unixlike-gcc-12-release" }, { "name": "build-unixlike-clang-12-debug", + "displayName": "Linux Clang 12 Debug", "configurePreset": "unixlike-clang-12-debug" }, { "name": "build-unixlike-clang-12-release", + "displayName": "Linux Clang 12 Release", "configurePreset": "unixlike-clang-12-release" }, { "name": "build-unixlike-clang-13-debug", + "displayName": "Linux Clang 13 Debug", "configurePreset": "unixlike-clang-13-debug" }, { "name": "build-unixlike-clang-13-release", + "displayName": "Linux Clang 13 Release", "configurePreset": "unixlike-clang-13-release" }, { "name": "build-unixlike-clang-14-debug", + "displayName": "Linux Clang 14 Debug", "configurePreset": "unixlike-clang-14-debug" }, { "name": "build-unixlike-clang-14-release", + "displayName": "Linux Clang 14 Release", "configurePreset": "unixlike-clang-14-release" }, { "name": "build-unixlike-clang-15-debug", + "displayName": "Linux Clang 15 Debug", "configurePreset": "unixlike-clang-15-debug" }, { "name": "build-unixlike-clang-15-release", + "displayName": "Linux Clang 15 Release", "configurePreset": "unixlike-clang-15-release" }, { "name": "build-win32-gcc-x64-mingw-debug", + "displayName": "Windows GCC MinGW Debug", "configurePreset": "win32-gcc-x64-mingw-debug" }, { "name": "build-win32-gcc-x64-mingw-release", + "displayName": "Windows GCC MinGW Release", "configurePreset": "win32-gcc-x64-mingw-release" }, { "name": "build-unixlike-clang-15-debug-static-analysis", + "displayName": "Linux Clang 15 Debug Static Analysis", "configurePreset": "unixlike-clang-15-debug-static-analysis" }, { "name": "build-gcc-arm-debug", + "displayName": "Linux GCC ARM Debug", "configurePreset": "gcc-arm-debug" }, { "name": "build-gcc-arm-release", + "displayName": "Linux GCC ARM Release", "configurePreset": "gcc-arm-release" }, { "name": "build-clang-12-fuzzing", + "displayName": "Linux Clang 12 Fuzzing", "configurePreset": "clang-12-fuzzing" }, { "name": "build-clang-13-fuzzing", + "displayName": "Linux Clang 13 Fuzzing", "configurePreset": "clang-13-fuzzing" }, { "name": "build-clang-14-fuzzing", + "displayName": "Linux Clang 14 Fuzzing", "configurePreset": "clang-14-fuzzing" }, { "name": "build-clang-15-fuzzing", + "displayName": "Linux Clang 15 Fuzzing", "configurePreset": "clang-15-fuzzing" } ], @@ -529,183 +560,159 @@ }, { "name": "test-windows-2019-msvc-debug", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "MSVC 2019 Debug", "inherits": "test-common", "configurePreset": "windows-2019-msvc-debug" }, { "name": "test-windows-2019-msvc-release", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "MSVC 2019 Release", "inherits": "test-common", "configurePreset": "windows-2019-msvc-release" }, { "name": "test-windows-2022-msvc-debug", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "MSVC 2022 Debug", "inherits": "test-common", "configurePreset": "windows-2022-msvc-debug" }, { "name": "test-windows-2022-msvc-release", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "MSVC 2022 Release", "inherits": "test-common", "configurePreset": "windows-2022-msvc-release" }, { "name": "test-windows-clang-debug", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Windows Clang Debug", "inherits": "test-common", "configurePreset": "windows-clang-debug" }, { "name": "test-windows-clang-release", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Windows Clang Release", "inherits": "test-common", "configurePreset": "windows-clang-release" }, { "name": "test-unixlike-gcc-10-debug", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Linux GCC 10 Debug", "inherits": "test-common", "configurePreset": "unixlike-gcc-10-debug" }, { "name": "test-unixlike-gcc-10-release", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Linux GCC 10 Release", "inherits": "test-common", "configurePreset": "unixlike-gcc-10-release" }, { "name": "test-unixlike-gcc-11-debug", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Linux GCC 11 Debug", "inherits": "test-common", "configurePreset": "unixlike-gcc-11-debug" }, { "name": "test-unixlike-gcc-11-release", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Linux GCC 11 Release", "inherits": "test-common", "configurePreset": "unixlike-gcc-11-release" }, { "name": "test-unixlike-gcc-12-debug", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Linux GCC 12 Debug", "inherits": "test-common", "configurePreset": "unixlike-gcc-12-debug" }, { "name": "test-unixlike-gcc-12-release", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Linux GCC 12 Release", "inherits": "test-common", "configurePreset": "unixlike-gcc-12-release" }, { "name": "test-unixlike-clang-12-debug", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Linux Clang 10 Debug", "inherits": "test-common", "configurePreset": "unixlike-clang-12-debug" }, { "name": "test-unixlike-clang-12-release", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Linux Clang 12 Release", "inherits": "test-common", "configurePreset": "unixlike-clang-12-release" }, { "name": "test-unixlike-clang-13-debug", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Linux Clang 13 Debug", "inherits": "test-common", "configurePreset": "unixlike-clang-13-debug" }, { "name": "test-unixlike-clang-13-release", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Linux Clang 13 Release", "inherits": "test-common", "configurePreset": "unixlike-clang-13-release" }, { "name": "test-unixlike-clang-14-debug", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Linux Clang 14 Debug", "inherits": "test-common", "configurePreset": "unixlike-clang-14-debug" }, { "name": "test-unixlike-clang-14-release", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Linux Clang 14 Release", "inherits": "test-common", "configurePreset": "unixlike-clang-14-release" }, { "name": "test-unixlike-clang-15-debug", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Linux Clang 15 Debug", "inherits": "test-common", "configurePreset": "unixlike-clang-15-debug" }, { "name": "test-unixlike-clang-15-release", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Linux Clang 15 Release", "inherits": "test-common", "configurePreset": "unixlike-clang-15-release" }, { "name": "test-win32-gcc-x64-mingw-debug", - "description": "Enable output and stop on failure", + "displayName": "Windows MinGW GCC Debug", "inherits": "test-common", "configuration": "Debug", "configurePreset": "win32-gcc-x64-mingw-debug" }, { "name": "test-win32-gcc-x64-mingw-release", - "description": "Enable output and stop on failure", + "displayName": "Windows MinGW GCC Release", "inherits": "test-common", "configuration": "Release", "configurePreset": "win32-gcc-x64-mingw-release" }, { "name": "test-clang-12-fuzzing", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Linux Clang 12 Fuzzing", "inherits": "test-common", "configurePreset": "clang-12-fuzzing" }, { "name": "test-clang-13-fuzzing", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Linux Clang 13 Fuzzing", "inherits": "test-common", "configurePreset": "clang-13-fuzzing" }, { "name": "test-clang-14-fuzzing", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Linux Clang 14 Fuzzing", "inherits": "test-common", "configurePreset": "clang-14-fuzzing" }, { "name": "test-clang-15-fuzzing", - "displayName": "Strict", - "description": "Enable output and stop on failure", + "displayName": "Linux Clang 15 Fuzzing", "inherits": "test-common", "configurePreset": "clang-15-fuzzing" }