aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/baremetal/keilparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Use string lists to represent linesChristian Kandeler2024-11-251-44/+44
* ProjectExplorer: Remove unused member from OutputParserTesterChristian Kandeler2024-11-211-47/+22
* Plugins A-L: Make static QRegularExpression instances static constAlessandro Portale2024-11-201-7/+7
* ProjectExplorer: Support column numbers in file path linkificationChristian Kandeler2024-05-311-6/+6
* BareMetal: Hide plugin test classes to .cpphjk2024-01-121-0/+16
* BareMetal: Dissolve baremetalplugin.hhjk2023-11-171-3/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* BareMetal: Convert to Tr::trhjk2022-10-111-8/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* GCC parser: Create fewer and better issuesChristian Kandeler2020-05-181-1/+1
* ProjectExplorer: Give the Task class an explicit summaryChristian Kandeler2020-05-141-25/+4
* Merge output formatters and output parsersChristian Kandeler2020-04-231-17/+29
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-5/+5
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-92/+64
* IOutputParser: Replace std{Out,Err} with a single parameterized functionChristian Kandeler2020-04-081-2/+10
* Output parsers: Generalize the search directory conceptChristian Kandeler2020-04-071-3/+3
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-123/+84
* BareMetal: Remove QLatin1Char and QLatin1String macrosDenis Shienkov2019-11-041-89/+89
* BareMetal: Handle details preceding it message in the KEIL parserDenis Shienkov2019-10-181-18/+76
* BareMetal: Minimize nested blocks of code in KEIL parserDenis Shienkov2019-10-161-72/+66
* BareMetal: Handle warnings from BL51 linkerDenis Shienkov2019-10-111-3/+18
* BareMetal: Improve KEIL parser code a bitDenis Shienkov2019-10-111-42/+78
* Utils: Rename FileName to FilePathhjk2019-05-281-20/+20
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-21/+21
* bare-metal: Refactor the plugin code a bit moreDenis Shienkov2019-05-081-0/+4
* bare-metal: Add output parser for KEIL toolchainDenis Shienkov2019-03-181-0/+512