aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakebuildconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Don't overwrite existing builds when changing build dirEike Ziller2020-11-261-1/+1
* Android: fix passing ANDROID_SDK_ROOT for CMakeAssam Boudjelthia2020-11-061-8/+4
* Android: use correct variable for Android SDK with CMake for Qt 6Assam Boudjelthia2020-10-021-7/+11
* Android: Fix CMake parsing for Qt 6.0.0 kitsAssam Boudjelthia2020-09-231-0/+5
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-141-1/+1
|\
| * Android: Use c++_shared for STL as cxx_shared is not correctAndy Shaw2020-09-111-1/+1
* | ProjectExplorer: Introduce a ProjectConfiguration::kit() functionhjk2020-09-091-2/+1
* | QtSupport: Add supportsMultipleQtAbis getterAlessandro Portale2020-09-071-1/+1
* | CMakeProjectManager: Give InitialCMakeArguments a macroExpander iconAlessandro Portale2020-08-121-1/+2
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-101-4/+5
|\|
| * Android: Introduce constants for Android ABIsAlessandro Portale2020-07-261-4/+5
* | Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
|/
* Android: Prevent crash in case there is no Qt version sethjk2020-07-061-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* CMake: Fix UI text capitalization and punctuationLeena Miettinen2020-07-021-1/+1
* CMake: Fix compiler warning about unused lambda captureChristian Kandeler2020-06-261-1/+1
* CMake: Fix changing build directoryEike Ziller2020-06-251-1/+2
* All: Use Utils::SkipEmptyPartshjk2020-06-171-7/+3
* CMake: Remove some now-unused codehjk2020-06-101-16/+0
* CMakePM: Fix compileChristian Stenger2020-06-101-1/+7
* CMake: Remove magic configuration from CMakeTobias Hunger2020-06-091-131/+119
* CMake: Support building several targets with cmake --buildTobias Hunger2020-06-031-4/+4
* CMake: Warn on build directory changesTobias Hunger2020-04-301-1/+22
* CMake: Remove BuildDirManagerTobias Hunger2020-04-301-1/+0
* CMake: Remove some unnecessary codeTobias Hunger2020-04-221-5/+0
* CMake: Make sure a CMakeBuildConfiguration always has a CMakeBuildSystemTobias Hunger2020-04-221-13/+2
* PathChooser: Allow for chooser-only selection of files/directoriesTobias Hunger2020-04-211-0/+3
* CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-11/+3
* CMake: Rename some constantsTobias Hunger2020-04-171-2/+2
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-141-1/+12
|\
| * CMake: Do not create .cmake directories in source dirTobias Hunger2020-04-091-1/+12
* | CMake: Fix typo in symbol namesTobias Hunger2020-03-191-2/+2
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-041-5/+0
|\|
| * CMake: Remove unused CMakeBuildConfiguration::emitBuildTypeChanged()hjk2020-03-021-5/+0
* | ProjectExplorer: Fix use of build step list preamble messageshjk2020-02-281-4/+1
* | ProjectExplorer: Introduce ToolChainKitAspect::{c,cxx}ToolChainhjk2020-02-191-3/+1
* | DebuggerAspect: Simplify handling of Qml debuggingTobias Hunger2020-02-191-12/+0
|/
* CMake: Remove disabledReasonTobias Hunger2020-02-111-6/+0
* CMakePM: Fix handling of qml debuggingChristian Stenger2020-02-071-0/+12
* Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-1/+1
* ProjectExplorer: Move some of the BuildInfo setup code to central placeshjk2020-01-141-7/+4
* ProjectExplorer: De-QObject-ify BuildConfigurationFactorieshjk2020-01-101-5/+5
* ProjectExplorer: Replace BuildConfigurationFactory::availableBuildshjk2020-01-091-21/+18
* ProjectExplorer: Register some initial build steps by idhjk2020-01-071-4/+3
* CMake: Dissolve CMakeExtraBuildInfohjk2019-12-111-43/+22
* ProjectExplorer: Pass parameters to BuildConfiguration initializationhjk2019-12-101-6/+7
* CMake: Remove CMakeBuildConfiguration::project() overloadhjk2019-12-101-7/+0
* ProjectExplorer: Use function object for special build config inithjk2019-12-091-70/+69
* Merge remote-tracking branch 'origin/4.11'Orgad Shaneh2019-12-071-3/+3
|\
| * Android: Default to armv7 instead of arm64 (qmake & CMake)BogDan Vatra2019-12-021-3/+3