aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/msvctoolchain.h
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-3/+3
* Merge output formatters and output parsersChristian Kandeler2020-04-231-2/+2
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-2/+2
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-2/+2
* MsvcToolchain: Rework detection of supportedAbisAlexis Murzeau2020-03-011-3/+1
* ProjectExplorer: De-QObject-ify ToolChainFactoryhjk2020-02-271-4/+4
* Move ProjectExplorer::WarningFlags to a more suitable locationChristian Kandeler2020-01-071-5/+5
* Merge remote-tracking branch 'origin/4.10' into 4.11Eike Ziller2019-10-281-2/+0
|\
| * MsvcToolchain: Fix "detection" of supported ABIs for msvc2010Alexis Murzeau2019-10-181-2/+0
* | Merge remote-tracking branch 'origin/4.10' into 4.11Eike Ziller2019-10-161-0/+2
|\|
| * MSVC support: Fix "detection" of supported ABIs for the 2015 build toolsChristian Kandeler2019-10-091-0/+2
* | Make the project managers tell the code model about include pathsChristian Kandeler2019-07-121-3/+6
* | ProjectExplorer: Use data member for ToolChain::typeDisplayNamehjk2019-06-201-3/+0
* | ProjectExplorer: Remove MsvcToolChainFactory::create()hjk2019-06-191-1/+0
* | ProjectExplorer: Dissolve ClangClToolChain::resetMsvcToolChainhjk2019-06-191-2/+1
* | Remove ClangToolCHainFactory::create()hjk2019-06-191-1/+0
* | ProjectExplorer: Replace unusual ClangClToolChain constructorhjk2019-06-181-1/+0
* | ProjectExplorer: Replace unusual MsvcToolChain constructorhjk2019-06-181-6/+1
* | ProjectExplorer: Remove the display argumenthjk2019-06-181-2/+1
* | ProjectExplorer: Make MsvcToolChain::m_headerPathsMutex a memberhjk2019-06-171-1/+1
* | Project: Remove two MsvcToolChain constructorshjk2019-06-141-9/+4
* | Enable macro editing for the Clang indexerMarco Bubke2019-06-131-3/+4
|/
* Utils: Rename FileName to FilePathhjk2019-05-281-5/+5
* ProjectExplorer: (Re-)start using strings for mkspecshjk2019-05-281-2/+2
* ProjectExplorer: Use an alias for QList<Abi>hjk2019-05-271-2/+2
* ProjectExplorer: Remove unused MsvcToolChain::m_debuggerCommandhjk2019-05-171-2/+0
* ProjectExplorer: Use ToolChainFactories to clone ToolChainshjk2019-05-161-4/+0
* ProjectExplorer: Make ToolChain::makeCommand return a FileNamehjk2019-05-151-1/+1
* MsvcToolChain: Allow users to clone or create their own MSVC toolchainsOliver Wolff2019-05-141-0/+24
* ProjectExplorer: Use a member for ToolChainFactory::canCreatehjk2019-05-131-1/+1
* ProjectExplorer: Use functor for ToolChain creation in ToolChainFactoryhjk2019-05-131-4/+0
* ProjectExplorer: Do not inherit ClangClToolChainFactoryhjk2019-05-131-1/+1
* MsvcToolChain: Add supportedAbis functionalityOliver Wolff2019-05-131-0/+3
* ProjectExplorer: Drop Detection argument from ToolChain constructorhjk2019-05-101-5/+3
* qbs: add support for the clang-cl compilerIvan Komissarov2019-05-101-1/+1
* ProjectExplorer: Remove ToolChain::canClone()hjk2019-05-101-1/+0
* ProjectExplorer: Simplify ToolChainFactory::create() signaturehjk2019-05-091-4/+2
* ProjectExplorer: Replace ToolChainFactory::supportedLanguangehjk2019-05-091-1/+0
* ProjectExplorer: Replace ToolChainFactory::canRestorehjk2019-05-091-2/+0
* ProjectExplorer: Consolidate macro and header path cache handlinghjk2019-05-091-7/+0
* ProjectExplorer: Cache MSVC compiler pathhjk2019-05-091-1/+3
* MsvcToolChain: Introduce changeVcVarsAllCallOliver Wolff2019-05-081-0/+1
* ProjectExplorer: Enable/disable job count support in toolchainVille Nummela2019-03-081-0/+2
* Utils: Move C++ language details from ProjectExplorer to UtilsMarco Bubke2019-01-151-7/+7
* ProjectExplorer: Allow to select MSVC environment for clang-clIvan Donchevskii2019-01-101-3/+12
* ProjectExplorer: Apply clang-format to msvctoolchain filesIvan Donchevskii2019-01-081-31/+31
* ProjectExplorer: ModernizeAlessandro Portale2018-12-041-3/+3
* Merge remote-tracking branch 'origin/4.8'Orgad Shaneh2018-12-031-3/+6
|\
| * Clang: Properly generate macros with clang-clIvan Donchevskii2018-11-301-2/+4
| * Clang: Fix clang-cl environmentIvan Donchevskii2018-11-301-1/+2