aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakebuildconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Introduce constants for Android ABIsAlessandro Portale2020-07-261-4/+5
* 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
* | ProjectExplorer: Settle on fixed set of build step listshjk2019-12-061-12/+7
* | ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-223/+10
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-10-281-7/+30
|\|
| * CMake: Add Android Multi ABI supportBogDan Vatra2019-10-281-7/+30
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-10-171-12/+15
|\|
| * Merge remote-tracking branch 'origin/4.10' into 4.11Eike Ziller2019-10-161-1/+1
| |\
| | * RemoteLinux: Fix look-up of remote file path in deployment dataChristian Kandeler2019-10-101-1/+1
| * | CMake: Use non translatable names for build directory namesCristian Adam2019-10-101-11/+14
* | | CMake: Add some more categorized loggingTobias Hunger2019-10-081-2/+9
* | | CMake: Add a constTobias Hunger2019-10-081-1/+2
|/ /
* | BaseQtVersion: remove qmakeProperty(...) getterTobias Hunger2019-10-011-4/+2