summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/msvctoolchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.10' into 4.11Eike Ziller2019-10-281-34/+38
|\
| * MsvcToolchain: Fix "detection" of supported ABIs for msvc2010Alexis Murzeau2019-10-181-34/+38
* | Merge remote-tracking branch 'origin/4.10' into 4.11Eike Ziller2019-10-161-0/+10
|\ \ | |/
| * MSVC support: Fix "detection" of supported ABIs for the 2015 build toolsChristian Kandeler2019-10-091-0/+10
* | Utils::Environment: Use expanded valuesChristian Kandeler2019-08-201-1/+1
* | Utils: Add CommandLine convenience constructorshjk2019-07-231-2/+2
* | Make the project managers tell the code model about include pathsChristian Kandeler2019-07-121-12/+15
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-281-0/+2
|\ \ | |/
| * ProjectExplorer: Make varsBatCombos Squish-testable againRobert Loehning2019-06-241-0/+2
* | ProjectExplorer: Use data member for ToolChain::typeDisplayNamehjk2019-06-201-10/+2
* | ProjectExplorer: Fix initializer list in suggestedMkspecListDavid Schulz2019-06-201-3/+3
* | ProjectExplorer: Make MsvcToolChain::suggestedMkspecList() more directhjk2019-06-201-38/+37
* | ProjectExplorer: Remove MsvcToolChainFactory::create()hjk2019-06-191-7/+0
* | ProjectExplorer: Dissolve ClangClToolChain::resetMsvcToolChainhjk2019-06-191-12/+13
* | Remove ClangToolCHainFactory::create()hjk2019-06-191-7/+0
* | ProjectExplorer: Move setDisplayName code out of *ToolChain::create()hjk2019-06-191-5/+6
* | ProjectExplorer: Don't repeat setting in ClangClToolChain::createhjk2019-06-191-1/+0
* | ProjectExplorer: Replace unusual ClangClToolChain constructorhjk2019-06-181-15/+13
* | ProjectExplorer: Replace unusual MsvcToolChain constructorhjk2019-06-181-46/+27
* | ProjectExplorer: Remove the display argumenthjk2019-06-181-18/+17
* | ProjectExplorer: Make MsvcToolChain::m_headerPathsMutex a memberhjk2019-06-171-4/+2
* | ProjectExplorer: Simplify MsvcToolChain::setTargetAbihjk2019-06-141-3/+0
* | Project: Remove two MsvcToolChain constructorshjk2019-06-141-15/+6
* | Enable macro editing for the Clang indexerMarco Bubke2019-06-131-2/+2
* | Use Utils::FilePath in SynchronousProcesshjk2019-06-111-14/+12
|/
* Utils: Rename FileName to FilePathhjk2019-05-281-17/+17
* ProjectExplorer: (Re-)start using strings for mkspecshjk2019-05-281-34/+32
* ProjectExplorer: Use QVector<Abi> for abishjk2019-05-271-2/+1
* ProjectExplorer: Use an alias for QList<Abi>hjk2019-05-271-2/+2
* Fix MsvcToolChain::fromMapOliver Wolff2019-05-201-3/+9
* Some more FileName::appendPath() -> pathAppended() changeshjk2019-05-171-1/+1
* ProjectExplorer: Use ToolChainFactories to clone ToolChainshjk2019-05-161-40/+0
* ProjectExplorer: Make ToolChain::makeCommand return a FileNamehjk2019-05-151-6/+8
* MsvcToolchain: Allow users to edit vcvars combo box's textOliver Wolff2019-05-151-0/+1
* MsvcToolchain: Display native paths in vcvars path combo boxOliver Wolff2019-05-151-6/+10
* MsvcToolChain: Cache list of installed toolchains per MSVC installationOliver Wolff2019-05-151-4/+14
* MsvcToolChain: Fix name of cloned toolchainOliver Wolff2019-05-141-1/+2
* MsvcToolChain: Allow users to clone or create their own MSVC toolchainsOliver Wolff2019-05-141-0/+154
* ProjectExplorer: Use a member for ToolChainFactory::canCreatehjk2019-05-131-1/+1
* ProjectExplorer: Use functor for ToolChain creation in ToolChainFactoryhjk2019-05-131-20/+2
* ProjectExplorer: Do not inherit ClangClToolChainFactoryhjk2019-05-131-0/+1
* MsvcToolChain: Add supportedAbis functionalityOliver Wolff2019-05-131-0/+46
* MsvcToolChain: Introduce and use wordWidthForPlatform and archForPlatformOliver Wolff2019-05-131-23/+41
* ProjectExplorer: Drop Detection argument from ToolChain constructorhjk2019-05-101-22/+19
* ProjectExplorer: Remove ToolChain::canClone()hjk2019-05-101-5/+0
* ProjectExplorer: Simplify ToolChainFactory::create() signaturehjk2019-05-091-17/+17
* ProjectExplorer: Replace ToolChainFactory::supportedLanguangehjk2019-05-091-5/+1
* ProjectExplorer: Replace ToolChainFactory::canRestorehjk2019-05-091-12/+2
* ProjectExplorer: Consolidate macro and header path cache handlinghjk2019-05-091-15/+1
* ProjectExplorer: Cache MSVC compiler pathhjk2019-05-091-2/+8