aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/msvctoolchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Remove unused virtual Toolchain::builtInHeaderPaths()Christian Kandeler2020-11-301-7/+0
* ProjectExplorer: Remove unused virtual Toolchain::predefinedMacros()Christian Kandeler2020-11-301-5/+0
* MSVC: Also understand the "-D" syntaxChristian Kandeler2020-11-271-2/+2
* Fix Qt 6 build of ProjectExplorer and targets & build systemsEike Ziller2020-09-211-2/+2
* MSVC: Use proper codec for vswhere output parsingChristian Kandeler2020-07-091-0/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-4/+4
* Clang-cl: Consider MSVC 2019Christian Kandeler2020-06-261-2/+5
* Toolchains: Fix auto-detection for clang-clChristian Kandeler2020-06-231-3/+6
* Merge output formatters and output parsersChristian Kandeler2020-04-231-2/+2
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-2/+2
* Utils: Rename PathChooser::{f,setF}ileName() to {f,setF}ilePath()hjk2020-04-091-2/+2
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-4/+4
* MsvcToolchain: Rework detection of supportedAbisAlexis Murzeau2020-03-011-82/+45
* ProjectExplorer: De-QObject-ify ToolChainFactoryhjk2020-02-271-3/+3
* ProjectExplorer: Prevent telemetry collection by VS command-line toolsChristian Kandeler2020-02-261-0/+1
* Remove apparently unneeded QtPlugin includeshjk2020-02-121-0/+1
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-2/+2
* Move ProjectExplorer::WarningFlags to a more suitable locationChristian Kandeler2020-01-071-2/+2
* ProjectExplorer: Quote path in msvc_make.batAlessandro Portale2019-12-021-1/+1
* 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