summaryrefslogtreecommitdiff
path: root/src/plugins/baremetal/iarewparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* BareMetal: Convert to Tr::trhjk2022-10-111-4/+2
* 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-26/+6
* Merge output formatters and output parsersChristian Kandeler2020-04-231-7/+11
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-6/+6
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-68/+39
* 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-1/+1
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-74/+47
* BareMetal: Remove QLatin1Char and QLatin1String macrosDenis Shienkov2019-11-041-53/+53
* BareMetal: Handle missed stdout error generated by IAR linkerDenis Shienkov2019-10-281-1/+32
* BareMetal: Improve IAR parser code a bitDenis Shienkov2019-10-281-62/+83
* Utils: Rename FileName to FilePathhjk2019-05-281-12/+12
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-14/+14
* ProjectExplorer: Introduce new Task::setFile() methodDenis Shienkov2019-05-131-1/+1
* bare-metal: Refactor the plugin code a bit moreDenis Shienkov2019-05-081-0/+4
* bare-metal: Add output parser for IAR toolchainDenis Shienkov2019-03-181-0/+446