summaryrefslogtreecommitdiff
path: root/src/plugins/baremetal/sdccparser.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-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-14/+2
* Merge output formatters and output parsersChristian Kandeler2020-04-231-4/+10
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-4/+4
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-35/+20
* 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-2/+2
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-69/+45
* BareMetal: Remove QLatin1Char and QLatin1String macrosDenis Shienkov2019-11-041-49/+49
* BareMetal: Handle missed SDCC compiler errorsDenis Shienkov2019-10-141-1/+13
* BareMetal: Handle missed SDCC assembler errorsDenis Shienkov2019-10-141-1/+13
* BareMetal: Parse missed SDCC compiler warningDenis Shienkov2019-10-141-1/+13
* Utils: Rename FileName to FilePathhjk2019-05-281-10/+10
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-12/+12
* bare-metal: Refactor the plugin code a bit moreDenis Shienkov2019-05-081-0/+4
* bare-metal: Add command line parser for SDCC toolchainDenis Shienkov2019-05-081-0/+335