aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/toolchainmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* ProjectExplorer: Detect all msvc toolchains.David Schulz2014-04-101-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Introduce an enumeration for toolchain autodetection.Friedemann Kleint2013-09-031-2/+4
* ProjectExplorer et al: Code cosmeticshjk2013-08-291-98/+95
* ToolChains: Stop SDK-tool chains from multiplyingTobias Hunger2013-05-071-2/+13
* Clean up where the QSettings is retrieved from.Eike Ziller2013-04-101-1/+1
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-3/+1
* ToolChainManager: Load tool chains in extensionsInitialized()Tobias Hunger2013-02-281-21/+20
* ToolChainManager: Do not try saving in ~ToolChainManagerDaniel Teske2013-02-271-1/+0
* ToolChainManager: Do not unregister toolchains on destructionTobias Hunger2013-02-271-7/+5
* ToolChains: Warn when loading tool chain data too earlyTobias Hunger2013-02-261-0/+3
* ToolChainManager: Drop autoDetected toolchains that are no longer valid.Daniel Teske2013-02-011-3/+2
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | ToolChain: Do not delete ToolChains that were not auto-detected againTobias Hunger2013-01-101-4/+9
|/
* Adjust license headershjk2012-10-051-21/+20
* Make sure to save settings when closing managersTobias Hunger2012-10-041-0/+2
* Warn when failing to restore auto-detected tool chainsTobias Hunger2012-10-041-1/+5
* Make sure to never write kits/Qt/TCs before they were readTobias Hunger2012-09-271-6/+7
* Revert "Make sure to never write kits/Qt/TCs before they were read"Tobias Hunger2012-09-271-7/+6
* Make sure to never write kits/Qt/TCs before they were readTobias Hunger2012-09-271-6/+7
* ToolChains: Accept autodetected duplicatesTobias Hunger2012-09-191-1/+1