aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/abstractmsvctoolchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert macros from plain QByteArray to a vector of structsMarco Bubke2017-09-141-8/+1
* Toolchain: set triple in msvctoolchain classIvan Donchevskii2017-07-051-0/+7
* Fix compiler path for MSVC 2017 installationsEike Ziller2017-06-071-1/+2
* ProjectExplorer: Move built-in parser workarounds to built-in code modelNikolai Kosjar2017-03-161-16/+3
* CppTools/ProjectManagers: Reduce ui blocking when loading projectsNikolai Kosjar2017-02-201-16/+55
* Replace occurrences of QStringList() << patternChristian Stenger2017-02-091-2/+1
* ProjectExplorer: Added support for registering custom languagesFilippo Cucchetto2017-01-231-3/+1
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-4/+2
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-01-171-1/+4
|\
| * MSVC: Do not ask to return utf-8 from Windows Vista and earlierTobias Hunger2017-01-161-1/+4
* | MSVC: add stderr report from call vcvars.batTim Jenssen2017-01-111-1/+11
* | MSVC: Use more const for method parametersTobias Hunger2017-01-111-4/+6
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-01-111-1/+1
|\|
| * MSVC: Increase timeout for environment detectionTobias Hunger2016-12-211-1/+1
* | MSVC: Report failures to retrieve environment for MSVCTobias Hunger2016-12-151-4/+13
|/
* Abi: Handle MSVC2017 in relevant placesFriedemann Kleint2016-11-241-1/+2
* Preserve non-ASCII characters in MSVC environmentKai Koehne2016-11-031-0/+3
* Merge remote-tracking branch 'origin/4.1' into 4.2Eike Ziller2016-10-121-1/+10
|\
| * MSVC: Ensure the correct MSVC installation folder is detectedThomas Epting2016-10-101-1/+10
* | improve static initializersTim Jenssen2016-09-231-2/+2
* | MSVC: don't set c++11 at all MSVC versionsTim Jenssen2016-09-011-5/+10
* | Merge remote-tracking branch 'origin/4.1'Orgad Shaneh2016-07-221-1/+1
|\|
| * SynchronousProcess: Store raw bytes from stdout/stderr of the processTobias Hunger2016-07-151-1/+1
* | ToolChain: Make sure all ToolChains have a language setTobias Hunger2016-07-141-0/+2
|/
* Use SynchronousProcess::runBlockingTobias Hunger2016-05-261-1/+1
* Project: Fix MSVC toolchain environment detection.David Schulz2016-05-121-14/+11
* Fix up QProcess::waitForFinished()Tobias Hunger2016-05-111-28/+18
* MSVC: Fix Microsoft Visual Cpp Build ToolsTobias Hunger2016-04-261-1/+4
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-5/+1
* MSVC: Initialize warning flagsTobias Hunger2016-04-141-1/+1
* Preferably use QStringRef::toInt().Friedemann Kleint2016-02-041-2/+2
* CppTools: Remove all references to the tool chain in the project partMarco Bubke2016-02-011-25/+20
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* ToolChain: Introduce typeId() and shorten id()Tobias Hunger2015-07-131-4/+4
* ToolChain: Turn id into a QByteArrayTobias Hunger2015-07-091-5/+3
* support Visual Studio 2015Joerg Bornemann2015-06-151-1/+2
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Some QString -> FileName transformationOrgad Shaneh2014-07-161-6/+6
|/
* MsvcToolchain: Fix environment detection for some setupsDaniel Teske2014-04-021-20/+21
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Braces cleanupOrgad Shaneh2013-11-141-6/+3
* Add MSVC2013 supportYuchen Deng2013-10-211-1/+2
* C++: change working-copy to work on UTF-8 encoded QByteArrays.Erik Verbruggen2013-09-111-2/+3
* ProjectExplorerPlugin: Make settings accessor statichjk2013-09-061-1/+1
* Introduce an enumeration for toolchain autodetection.Friedemann Kleint2013-09-031-4/+4
* MsvcToolchain: Find cmd.exe in PATH if COMSPEC is unsetDaniel Teske2013-08-011-1/+3
* ProjectExplorer: extended Toolchain::CompilerFlagsSergey Shambir2013-04-301-8/+12
* ToolChain: added warningFlags() methodSergey Shambir2013-04-231-0/+119