aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/toolchainmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-5/+5
* Remove ToolChain::suggestedDebugger()Alessandro Portale2019-06-121-6/+0
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* ProjectExplorer: Do not set up x64 compilers as x86 toolchains by defaultChristian Kandeler2019-04-091-0/+18
* Merge remote-tracking branch 'origin/4.7' into 4.8Eike Ziller2018-10-221-0/+8
|\
| * Fix Linux & macOS build in releaseEike Ziller2018-10-221-0/+2
| * ProjectExplorer: cancel MSVC tool chain detection on shutdownDavid Schulz2018-10-171-0/+6
* | ProjectExplorer: Modernize even moreTobias Hunger2018-07-241-2/+3
|/
* Remove some lambdas from Utils::transform callsEike Ziller2018-05-281-3/+1
* ToolChain: Use SettingsAccessor to access XML settingsTobias Hunger2018-04-201-411/+9
* Fix reading of user Qt versions, toolchains and kitsOrgad Shaneh2018-01-121-1/+1
* Do not construct settings/resource paths from QSettings objectEike Ziller2018-01-111-6/+4
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-7/+3
* Convert macros from plain QByteArray to a vector of structsMarco Bubke2017-09-141-1/+1
* ProjectExplorer: Use member initialization in ToolChain testTobias Hunger2017-06-121-1/+1
* CppTools/ProjectManagers: Reduce ui blocking when loading projectsNikolai Kosjar2017-02-201-0/+2
* ProjectExplorer: Added support for registering custom languagesFilippo Cucchetto2017-01-231-4/+39
* ToolChainManager: Allow for filtering of toolchainsTobias Hunger2017-01-171-1/+8
* ProjectExplorer: Fix potential nullptr accessTobias Hunger2016-12-051-1/+2
* Merge remote-tracking branch 'origin/4.1'Orgad Shaneh2016-09-221-2/+5
|\
| * iOS: Fixes false warnings about iOS kit and Qt versionVikas Pachdha2016-09-211-2/+5
* | ToolChain: Make sure all ToolChains have a language setTobias Hunger2016-07-141-1/+5
|/
* ToolChains: Do not auto-detect invalid toolchainsTobias Hunger2016-04-261-0/+3
* ToolChainManager: Use nullptrTobias Hunger2016-03-151-19/+19
* ToolchainManager: fix testToolChainManager testNikita Baryshnikov2016-02-111-2/+3
* CppTools: Remove all references to the tool chain in the project partMarco Bubke2016-02-011-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Merge remote-tracking branch 'origin/3.6'Oswald Buddenhagen2015-12-021-5/+18
|\
| * ToolChainManager: Filter duplicate toolchains more aggressivelyTobias Hunger2015-12-021-5/+19
* | ToolChainManager: Use partition in ToolChainManagerTobias Hunger2015-11-031-19/+17
|/
* ToolChainManager: Add some basic unit tests for TC setupTobias Hunger2015-10-271-0/+190
* ToolChainManager: Refactor toolchain restorationTobias Hunger2015-10-271-77/+124
* ToolChainManager: Fix autodetected toolchains going manualTobias Hunger2015-10-161-2/+5
* ToolChainManager: Use Qt5-style connectsTobias Hunger2015-10-161-8/+5
* ProjectExplorer: Avoid execution of g++ on startupOrgad Shaneh2015-10-141-1/+1
* ToolChainManager: Demote previously auto-detected ToolChains to manualTobias Hunger2015-07-141-0/+1
* ToolChainFactory: Add typeIdFromMap and use it in factoriesTobias Hunger2015-07-141-3/+4
* ToolChain: Introduce typeId() and shorten id()Tobias Hunger2015-07-131-1/+13
* ToolChain: Turn id into a QByteArrayTobias Hunger2015-07-091-3/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
| * Revert "ToolChains: Do not list ToolChains removed by the sdktool"Eike Ziller2014-11-251-11/+9
| * ToolChains: Do not list ToolChains removed by the sdktoolTobias Hunger2014-11-241-9/+11
* | ToolChainManager: Return ToolChainManager * from instance()hjk2015-01-071-1/+1
|/
* Introduce and use FileName::exists()hjk2014-11-031-1/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | ProjectExplorer: Remove (supposedly) unused data handlingOrgad Shaneh2014-09-041-17/+1
* | Algorithms: Introduce helper Utils::equalDaniel Teske2014-07-161-3/+1
* | Even more algorithm usage in ProjectExplorerDaniel Teske2014-07-161-5/+4
|/