Cristian Adam
ab7a472b94
CMakePM: update CMakePresets macro replacement function
...
Moved to a handcrafted function instead of using regex.
This way the Visual C++ Ninja only preset can be processed.
Change-Id: I9b303ee1765db05544d81db7d3b8d9e5223f5f42
Reviewed-by: <github-actions-qt-creator@cristianadam.eu >
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io >
2022-10-05 17:54:35 +00:00
Cristian Adam
ee4c998ff3
CMakePM: Add supprot for CMakePresets version 3
...
This includes Condition and toolchainFile
https://cmake.org/cmake/help/v3.21/manual/cmake-presets.7.html
Task-number: QTCREATORBUG-24555
Change-Id: I1026390af67b2be1aa0c3b02b654fc19442d3c89
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io >
2022-09-30 08:34:07 +00:00
Cristian Adam
e02f4a0518
CMakePM: Add support for build CMake presets
...
This patchset will add support for version 2 of the CMakePresets
feature that has been implemented in CMake 3.20
https://cmake.org/cmake/help/v3.20/manual/cmake-presets.7.html
Task-number: QTCREATORBUG-24555
Change-Id: I08934243cc04487d38c4b59c2ad4a4a8d0484492
Reviewed-by: <github-actions-qt-creator@cristianadam.eu >
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io >
2022-09-28 21:24:53 +00:00
Cristian Adam
2ab1e76ca9
CMakePM: Add support for configure CMake presets
...
This patchset will add support for version 1 of the CMakePresets
feature that has been implemented in CMake 3.19
https://cmake.org/cmake/help/v3.19/manual/cmake-presets.7.html
The tests/manual/cmakepresets contains a manual test example for this
feature.
Task-number: QTCREATORBUG-24555
Change-Id: I93aba1ab4f090613d0b21d970b5b651d12c922af
Reviewed-by: <github-actions-qt-creator@cristianadam.eu >
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io >
2022-09-14 11:50:49 +00:00