aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/abstractmsvctoolchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* MSVC: Fix Microsoft Visual Cpp Build ToolsTobias Hunger2016-05-191-1/+4
* 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
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-4/+0
* Projectexplorer: Export read of MSVC enironment batch.David Schulz2013-03-111-5/+5
* 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
* | Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-161-1/+1
|\|
| * Fix warning about running processes with empty environment.Friedemann Kleint2013-01-161-1/+1
* | ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-12-041-1/+1
* | Gcc: Support -stdlib=whatever arguments for the code modelTobias Hunger2012-11-211-1/+2
* | Warn about error in invocation of MSVC environment scripts.Friedemann Kleint2012-11-201-2/+5
|/
* Adjust license headershjk2012-10-051-23/+20
* Make Toolchain::makeCommand return a full path to the make commandDaniel Teske2012-09-121-21/+17
* GCC: Actually use sysroot for header path detectionOrgad Shaneh2012-09-051-1/+2
* MSVC: Detect C++11Orgad Shaneh2012-09-051-1/+8
* Profile introductionTobias Hunger2012-06-211-15/+0
* MSVC: Fix env retrievalTobias Hunger2012-03-271-1/+1
* Supply c++11 flags and per-project info to c++ code model.Erik Verbruggen2012-02-161-4/+12
* ToolChain: Add compilerCommand() methodTobias Hunger2012-01-311-0/+7
* MSVC: Add missing operator ==Tobias Hunger2012-01-301-0/+12
* Use QUuids to identify tool chainsTobias Hunger2012-01-301-1/+0
* Long live the king!hjk2012-01-261-1/+1
* TC: Use FileName for debuggerCommand()Tobias Hunger2012-01-191-2/+2
* CompileDaniel Teske2012-01-171-1/+1
* Move findInstalledJom to a more suitable placeDaniel Teske2012-01-171-0/+17
* ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-091-3/+3
* Moved detection of jom location to MingwToolChainOliver Wolff2012-01-061-9/+2
* Fix warnings about MSVC/WinCE codeTobias Hunger2011-12-061-0/+1
* Fix the support for WinCE.SteveKing2011-11-241-0/+269