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
hjk
ab4c9b9679
CMake: Move to Tr::tr
...
Change-Id: I169da93b5184351cb915d4c198fd33318fcfe06f
Reviewed-by: hjk <hjk@qt.io >
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io >
2022-09-30 06:56:21 +00:00
hjk
55ed34ced8
CMakeProjectManager: Use QList in PresetsData
...
Less impedance when interfacing the rest of the code.
Fixes
warning: comparison of integer expressions of different signedness:
‘std::vector<....>::size_type’ {aka ‘long unsigned int’} and
‘qsizetype’ {aka ‘long long int’} [-Wsign-compare]
Change-Id: If5e1e770e2ed170aa4259963fa7ca0d6642190d9
Reviewed-by: Cristian Adam <cristian.adam@qt.io >
2022-09-29 10:44:34 +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