aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakebuildconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-241-3/+3
* Avoid potential detach of non-const Qt containers in range-loops 1/2Alessandro Portale2025-03-211-1/+1
* ProjectExplorer: Introduce & make use of BuildConfiguration::kitChangedChristian Kandeler2025-03-111-1/+1
* CMakeProjectManager: Fix a wrong use of TargetChristian Kandeler2025-03-111-30/+17
* Project managers: Only enable the debug build config by defaultChristian Kandeler2025-03-051-0/+1
* Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-02-211-5/+7
|\
| * CMakePM: Fix build steps setup for multi-config CMake PresetsCristian Adam2025-02-191-5/+7
* | ProjectExplorer: Switch BuildSystem to "per build config" approachChristian Kandeler2025-02-111-14/+5
* | ProjectExplorer: Replace various direct calls to Target::kit()Christian Kandeler2025-02-071-14/+12
* | ProjectExplorer: Replace various direct calls to Target::project()Christian Kandeler2025-02-061-7/+7
|/
* qmlls: fix qmlls.ini generation optionSami Shalayel2025-01-171-3/+18
* CMakePM: Disable wheel events for QTabBarTasuku Suzuki2025-01-141-0/+1
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-1/+0
* Merge remote-tracking branch 'origin/15.0'Eike Ziller2025-01-021-0/+3
|\
| * CMakePM: Only set CMAKE_COLOR_DIAGNOSTICS for new projectsCristian Adam2024-12-201-0/+3
* | Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-091-1/+1
* | ProjectExplorer: Dismantle NamedWidgethjk2024-12-031-4/+3
* | ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-201-1/+3
* | ProjectExplorer: More name disambiguation for device kit aspectsChristian Kandeler2024-11-121-6/+6
* | ProjectExplorer: Rename DeviceKitAspect to RunDeviceKitAspectChristian Kandeler2024-11-071-1/+1
* | Avoid std::optional::valueEike Ziller2024-11-041-6/+6
* | Coco: Remove hard dependency on Qmake and CMakehjk2024-10-281-0/+28
* | Extend Coco plugin for QMake/CMake project instrumentationMarkus Redeker2024-10-241-2/+15
|/
* ProjectExplorer: Move KitAspect into its own set of filesChristian Kandeler2024-10-111-0/+2
* CMakePM: Build the correct executable before runningCristian Adam2024-10-101-12/+24
* CMakePM: Implement "Build Only the Application to Be Run"Cristian Adam2024-10-091-0/+19
* ProjectExplorer: disable project file defined build configurationsDavid Schulz2024-10-081-1/+1
* Add VxWorks 24.03 build supportKarim Pinter2024-10-021-1/+8
* Merge remote-tracking branch 'origin/14.0'Eike Ziller2024-09-251-0/+7
|\
| * vcpkg: Fix usage with Visual C++ 2022Cristian Adam2024-09-201-0/+7
* | CMake: Fix usage of optionals in presetsEike Ziller2024-09-181-3/+3
* | CMakePM: Add subdirectory build/clean/rebuild context menu supportCristian Adam2024-08-301-0/+30
* | Merge remote-tracking branch 'origin/14.0'Eike Ziller2024-08-071-2/+2
|\|
| * CMakePM: Fix saving "Initial Configuration" valuesCristian Adam2024-07-301-2/+2
* | iOS: Do not enforce architecture for CMake buildsEike Ziller2024-07-291-5/+0
* | macOS: Remove code handling Qt Creator running under RosettaEike Ziller2024-07-291-16/+5
* | Use the new BaseAspect::addOnChanged in a few placeshjk2024-07-121-7/+3
* | CMake: Simplify CMakeBuildSettingsWidget::kitCMakeConfiguration()hjk2024-07-101-18/+10
|/
* CMakePM: Fix having duplicate CMAKE_CXX_COMPILERS entriesCristian Adam2024-06-271-2/+9
* CMakePM: Ask for a build configuration name for new configurationsCristian Adam2024-06-251-1/+4
* Revert "CMakePM: Set platform codegen and linker flags for GCC compilers"v14.0.0-beta1Cristian Adam2024-06-111-26/+1
* Utils: Centralize aspect macro expansion setup and handlinghjk2024-06-101-3/+0
* CMakePM: Transform a few raw C strings into constant literalsCristian Adam2024-06-051-15/+23
* CMakePM: Don't remove QML debugging flag with the preset valueCristian Adam2024-06-051-0/+8
* CMakePM: Set platform codegen and linker flags for GCC compilersCristian Adam2024-06-041-2/+38
* CMakePM: Add/remove CMake parameter for "Package manager auto Setup"Cristian Adam2024-05-291-8/+36
* CMakePM: Add project CMake settings supportCristian Adam2024-05-281-5/+7
* Use LayoutBuilder V2hjk2024-05-271-1/+1
* ProjectExplorer: remove confusing function from ProjectDavid Schulz2024-05-021-5/+2
* qmlls: add checkbox for generating qmlls ini filesSami Shalayel2024-04-111-0/+18