aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakebuildconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Various plugins: Fix some more C++20 warnings about [=] capturesJarek Kobus2024-02-061-2/+2
* CMake: Use a setup function for CMakeBuildConfigurationFactoryhjk2024-01-291-0/+6
* CMakePM: Refactor CMakeLists|Cache.txt as constantsCristian Adam2024-01-291-4/+8
* ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-121-2/+2
* Default the QT_USE_TARGET_ANDROID_BUILD_DIR value to TRUEAlexey Edelev2023-12-051-1/+5
* ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-2/+2
* ProjectExplorer: Rename ToolChain to Toolchainhjk2023-11-241-2/+2
* Utils/all: Move mime constants into a central placehjk2023-11-081-1/+2
* CMakePM: clang-tidy fix for "performance-unnecessary-value-param"Cristian Adam2023-10-201-1/+1
* CMakePM: Remove pointer check for nullCristian Adam2023-10-101-3/+1