aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeprojectimporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMakePM: Allow CMake custom build typesCristian Adam13 days1-0/+5
* CMakePM: Presets: Add ability to register a Debugger via "vendor" fieldCristian Adam2024-05-291-0/+53
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-201-0/+2
|\
| * CMakePM: Always set the comiplers from the CMake Preset probeCristian Adam2024-03-181-0/+2
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-141-1/+8
|\|
| * CMakePM: Do not crash with CMake presets and no CMake toolCristian Adam2024-03-131-1/+8
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
|/
* CMakePM: Don't show anything but CMake Preset Kits during initial configureCristian Adam2024-02-211-3/+1
* CMakePM: Only display CMake preset Kits in the project setup pageCristian Adam2024-02-121-0/+18
* CMakePM: When using presets only use presets for candidatesCristian Adam2024-02-081-14/+23
* Merge remote-tracking branch 'origin/12.0' into 13.0Eike Ziller2024-02-051-2/+9
|\
| * CMakePM: Allow preset name changing for Reload CMake PresetsCristian Adam2024-01-301-2/+9
* | CMakePM: Refactor CMakeLists|Cache.txt as constantsCristian Adam2024-01-291-3/+3
* | Various plugins: Remove unused variablesJarek Kobus2024-01-291-3/+3
* | Process: Get rid of setTimeoutS()Jarek Kobus2024-01-221-4/+4
* | CMake: Omit a call to setTimeOutMessageBoxEnabled(false)Jarek Kobus2024-01-201-2/+0
* | All: More ToolChain->Toolchain renamingshjk2024-01-191-2/+2
* | CMake: Split big plugin tests into smaller pieceshjk2024-01-151-10/+25
* | ProjectExplorer: Some more Toolchain renamingshjk2023-12-141-1/+1
* | ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-121-20/+20
* | ProjectExplorer: Rename various items in the Toolchain classhjk2023-12-041-8/+8
* | ProjectExplorer: Rename ToolchainManager signals and membershjk2023-11-271-1/+1
* | ProjectExplorer: Rename ToolChainManager to ToolchainManagerhjk2023-11-271-4/+4
* | ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-4/+4
* | ProjectExplorer: Rename ToolChain to Toolchainhjk2023-11-241-8/+8
|/
* CMakePM: Allow CMAKE_SYSROOT to be taken from the CMake preset probeCristian Adam2023-10-241-3/+6
* CMakePM: clang-tidy fix for 'perf*-unnecessary-copy-initialization'Cristian Adam2023-10-201-1/+1
* CMakePM: Allow invalid file characters as part of preset namesCristian Adam2023-10-171-2/+37
* CMakePM: Expand macros in cmakeExecutable CMake preset valueCristian Adam2023-10-171-0/+5
* CMakePM: Remove support for extra generatorsCristian Adam2023-09-141-4/+0
* CMake: Rename cmakekitinformation.{h,cpp} to cmakekitaspect.{h,cpp}hjk2023-08-221-1/+1
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* CMakePM: Handle qml debugging for CMake presetsCristian Adam2023-07-061-0/+9
* CMakePM: Auto detect generator when not specified in presetsCristian Adam2023-07-051-4/+7
* Fix some more *::count() deprecation warningshjk2023-06-071-1/+1
* Merge remote-tracking branch 'origin/10.0' into 11.0Eike Ziller2023-05-251-5/+9
|\
| * CMakePM: Fix Qt detection for Presets with toolchain fileCristian Adam2023-05-241-5/+9
* | CMakePM: Add action to reload CMake PresetsCristian Adam2023-05-151-4/+21
* | CMakePM: Fix duplicated CMake presets kitsCristian Adam2023-05-041-22/+31
* | Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* | Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* | CMakePM: Better Qt import detectionCristian Adam2023-05-031-33/+71
* | Revert "CMakePM: Fix compile for gcc 7"Cristian Adam2023-05-021-30/+29
|/
* CMakePM: expand macros for all configure cacheVariablesCristian Adam2023-04-171-21/+8
* CMakePM: Fix presets with macros in CMAKE_BUILD_TYPECristian Adam2023-03-151-1/+4
* CMakePM: Expand CMake preset macros also for environment varsCristian Adam2023-03-111-5/+12
* CMake: Avoid redundant copyOrgad Shaneh2023-02-211-2/+2
* CMakePM: Add support for "external" arch and toolsetCristian Adam2023-02-151-10/+120
* Merge remote-tracking branch 'origin/9.0' into 10.0Eike Ziller2023-02-061-2/+35
|\