summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/msvcparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Fix link generation for "note:" msvc compile outputDavid Schulz2023-02-021-5/+6
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ProjectExplorer: Limit the usage of qMakePairJarek Kobus2022-10-041-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: set correct task typeDavid Schulz2022-07-011-5/+8
* ProjectExplorer: Fix compiler warningEike Ziller2022-05-121-1/+1
* ProjectExplorer: Make MSVC parser task creation more similar to GCC'sChristian Kandeler2022-02-181-7/+14
* ProjectExplorer: Linkify main diagnostic location in MSVC output parserChristian Kandeler2022-02-151-1/+2
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-301-1/+19
|\
| * PE: Fix file pattern regular expressionChristian Stenger2021-08-301-1/+19
* | Utils: Rename FilePath::normalizePathName to normalizedPathNamehjk2021-08-231-1/+1
|/
* PE: Fix expectations of LinkSpecs test on WindowsChristian Stenger2021-03-111-1/+1
* ProjectExplorer: Unit-test LinkSpecs of tasksBernhard Beschow2021-03-091-7/+35
* ProjectExplorer: Improve MSVC output parsingChristian Kandeler2021-02-181-34/+57
* Fix Qt 6 build of ProjectExplorer and targets & build systemsEike Ziller2020-09-211-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
* GCC parser: Create fewer and better issuesChristian Kandeler2020-05-181-1/+1
* ProjectExplorer: Give the Task class an explicit summaryChristian Kandeler2020-05-141-22/+3
* ClangClParser: Adapt autotest to changes in masterChristian Kandeler2020-05-121-1/+1
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-05-111-2/+23
|\
| * ClangClParser: Do not require two spaces before "error:" stringChristian Kandeler2020-05-071-2/+23
* | Merge output formatters and output parsersChristian Kandeler2020-04-231-17/+26
* | ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-12/+12
* | Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-96/+78
* | IOutputParser: Replace std{Out,Err} with a single parameterized functionChristian Kandeler2020-04-081-4/+20
* | Output parsers: Generalize the search directory conceptChristian Kandeler2020-04-071-3/+3
|/
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-129/+93
* Utils: Rename FileName to FilePathhjk2019-05-281-37/+37
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-26/+26
* ProjectExplorer: Improve parsing of MSVC error messagesTobias Hunger2018-04-251-3/+11
* CustomToolChain: Allow MSVC output parser on non-Windows systemsAndre Hartmann2017-04-191-0/+5
* MSVCParser: De-noiseOrgad Shaneh2017-04-031-220/+218
* MSVCParser: Support "note" linesOrgad Shaneh2017-04-031-6/+21
* MSVCParser: Minor cleanupOrgad Shaneh2017-04-031-3/+3
* Fixes parsing of MSVC file locations for parallel buildsJean Gressmann2016-06-221-1/+38
* Qmake: moc notes no longer are considered to be errorsTobias Hunger2016-02-111-0/+6
* Add experimental clang-cl based toolchain.Friedemann Kleint2016-02-111-1/+189
* MsvcParser: Factor out shared functionality.Friedemann Kleint2016-02-051-28/+34
* Preferably use QStringRef::toInt().Friedemann Kleint2016-02-041-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-05-261-1/+12
|\
| * Adapt MSVC output parser to MSVC 2015.Friedemann Kleint2015-05-221-1/+12
* | Tasks: Make the linking of compile output to Tasks more robustDaniel Teske2015-04-211-1/+8
|/
* 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
* | MsvcParser: Use QRegularExpressionDaniel Teske2014-09-251-13/+13
|/
* Fix icons in tasksTobias Hunger2014-01-141-7/+7
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* MsvcParser: Correctly parse ambiguous symbol errorOrgad Shaneh2013-11-181-6/+29