aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/baremetal/iarewtoolchain.h
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* BareMetal: Tune IAR compiler using 'platform codegen flags' featureDenis Shienkov2020-05-191-0/+7
* Merge output formatters and output parsersChristian Kandeler2020-04-231-1/+1
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-1/+1
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-1/+1
* ProjectExplorer: De-QObject-ify ToolChainFactoryhjk2020-02-271-2/+0
* Move ProjectExplorer::WarningFlags to a more suitable locationChristian Kandeler2020-01-071-1/+1
* Make the project managers tell the code model about include pathsChristian Kandeler2019-07-121-2/+3
* ProjectExplorer: Use data member for ToolChain::typeDisplayNamehjk2019-06-201-2/+0
* Utils: Rename FileName to FilePathhjk2019-05-281-6/+6
* ProjectExplorer: Use ToolChainFactories to clone ToolChainshjk2019-05-161-5/+0
* ProjectExplorer: Make ToolChain::makeCommand return a FileNamehjk2019-05-151-1/+1
* ProjectExplorer: Use a member for ToolChainFactory::canCreatehjk2019-05-131-2/+0
* ProjectExplorer: Use functor for ToolChain creation in ToolChainFactoryhjk2019-05-131-4/+1
* ProjectExplorer: Drop Detection argument from ToolChain constructorhjk2019-05-101-1/+1
* bare-metal: Add missed C++ language option for IAR toolchainDenis Shienkov2019-05-101-1/+1
* ProjectExplorer: Simplify ToolChainFactory::create() signaturehjk2019-05-091-2/+1
* ProjectExplorer: Replace ToolChainFactory::supportedLanguangehjk2019-05-091-1/+0
* ProjectExplorer: Replace ToolChainFactory::canRestorehjk2019-05-091-1/+0
* ProjectExplorer: Introduce new ToolChainFactory::Candidate classDenis Shienkov2019-05-091-4/+0
* ProjectExplorer: Consolidate macro and header path cache handlinghjk2019-05-091-10/+0
* bare-metal: Refactor the plugin code a bit moreDenis Shienkov2019-05-081-30/+30
* bare-metal: Search the include paths of IAR toolchainDenis Shienkov2019-03-131-0/+4
* bare-metal: Implement auto-detection of IAR toolchainsDenis Shienkov2019-03-121-1/+18
* bare-metal: Add support for IAR EW toolchainDenis Shienkov2019-03-071-0/+145