aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMakePM: Set CMakePM project settings via CMakePresets's vendor fieldCristian Adam14 days1-0/+8
* CMakePM: Add project CMake settings supportCristian Adam14 days1-0/+6
* CMakePM: Fix crash with specific CMakePresets.jsonCristian Adam2024-04-291-0/+2
* CMakePM: Suppress error message for valid build presetCristian Adam2024-03-041-1/+1
* CMakePM: Don't show anything but CMake Preset Kits during initial configureCristian Adam2024-02-211-0/+13
* CMakePM: Traverse the whole inheritance tree for PresetsCristian Adam2024-02-121-4/+21
* ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-1/+1
* Utils/all: Move mime constants into a central placehjk2023-11-081-1/+4
* 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: Fix MSVC assertion with tests/manual/cmakepresetsCristian Adam2023-06-121-1/+10
* Tr: Wrap file paths with ""Eike Ziller2023-05-261-1/+1
* CMakePM: Add action to reload CMake PresetsCristian Adam2023-05-151-1/+12
* CMakePM: Display presets as part of the project outlineCristian Adam2023-05-121-0/+8
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-05-051-1/+3
|\
| * CMakePM: Fix presets transitive inheritanceCristian Adam2023-04-271-1/+3
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-181-1/+3
|\|
| * CMakePM: expand macros for all configure cacheVariablesCristian Adam2023-04-171-1/+3
* | CMake: Disable the default "install into temporary host" deploy stephjk2023-04-061-1/+5
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-03-161-0/+39
|\|
| * CMakePM: Add include presets supportCristian Adam2023-03-141-0/+39
* | ProjectExplorer: Add infrastructure for source -> binary mappingChristian Kandeler2023-03-161-1/+15
|/
* CMakePM: fix presets sort assert with MSVC in debug modeCristian Adam2023-02-021-4/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CMakePM: Allow presets inherits for deeper hierarchiesCristian Adam2022-12-021-3/+13
* CMakePM: Do not crash with invalid build presetsCristian Adam2022-11-191-1/+1
* CMake: Move to Tr::trhjk2022-09-301-7/+7
* CMakePM: Add support for build CMake presetsCristian Adam2022-09-281-35/+75
* CMakePM: Add support for configure CMake presetsCristian Adam2022-09-141-1/+98
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CMakePM: remove unused headers, enforce sorting of headersCristian Adam2022-07-111-3/+1
* ProjectExplorer: Move makeInstallCommand()hjk2022-06-131-36/+0
* ProjectExplorer: Use FilePath in installRoot machineryhjk2022-06-101-8/+8
* ProjectExplorer: Use CommandLine in MakeInstallCommandhjk2022-06-101-3/+6
* CMake: Shift remaining data to buildsystemhjk2022-05-051-5/+3
* CMake: Shift multiconfig storage from build config to build systemhjk2022-05-041-1/+1
* CMake: Drop use of FilePath::mapToDevicePath()hjk2021-10-271-1/+1
* Docker: Map build directory to device in cmake callsDavid Schulz2021-10-261-3/+4
* CMakePM: Add issue icon and tooltip description on project failureCristian Adam2021-09-231-1/+13
* Project: Remove knowsAllBuildExecutables featureCristian Adam2021-07-011-1/+0
* CMakePM: Remove wishlist commentCristian Adam2021-06-281-5/+0
* CMakePM: Keep always created run configurations up to dateCristian Adam2021-06-281-1/+1
* CMakeProjectManager: Use buildDirectory instead of "."Cristian Adam2021-01-261-1/+5
* CMakeProjectManager: Support for multi-config generatorsCristian Adam2021-01-211-1/+17
* CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-29/+10
* CMake: Rename some constantsTobias Hunger2020-04-171-2/+2
* ProjectExplorer: Settle on fixed set of build step listshjk2019-12-061-2/+1
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-93/+0
* ProjectExplorer: Use a functor for BuildSystem creationhjk2019-10-251-1/+1