aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/baremetal/iarewtoolchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* BareMetal: Fix compile for gcc5.3Christian Stenger2019-07-251-2/+2
* BareMetal: Fix detection of C++ language option for IARDenis Shienkov2019-07-241-2/+12
* BareMetal: Fix typo in option to enable C++ language for IARDenis Shienkov2019-07-031-2/+2
* Fix build with mingw 5.3Christian Kandeler2019-06-271-3/+3
* Utils: Rename FileName to FilePathhjk2019-05-281-12/+12
* 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-5/+1
* ProjectExplorer: Use functor for ToolChain creation in ToolChainFactoryhjk2019-05-131-15/+1
* ProjectExplorer: Drop Detection argument from ToolChain constructorhjk2019-05-101-5/+6
* bare-metal: Add missed C++ language option for IAR toolchainDenis Shienkov2019-05-101-11/+20
* ProjectExplorer: Simplify ToolChainFactory::create() signaturehjk2019-05-091-8/+2
* ProjectExplorer: Replace ToolChainFactory::supportedLanguangehjk2019-05-091-6/+2
* ProjectExplorer: Replace ToolChainFactory::canRestorehjk2019-05-091-5/+1
* ProjectExplorer: Introduce new ToolChainFactory::Candidate classDenis Shienkov2019-05-091-4/+4
* ProjectExplorer: Consolidate macro and header path cache handlinghjk2019-05-091-17/+10
* bare-metal: Rename 'isCompilerExists' with 'compilerExists'Denis Shienkov2019-05-091-4/+4
* bare-metal: Fix language name in auto-detected toolchainsDenis Shienkov2019-05-091-1/+3
* bare-metal: Refactor the plugin code a bit moreDenis Shienkov2019-05-081-0/+1
* CompilationDatabase: Asjust the sysroot and target handlingIvan Donchevskii2019-04-301-5/+5
* bare-metal: Add output parser for IAR toolchainDenis Shienkov2019-03-181-1/+2
* bare-metal: Search the include paths of IAR toolchainDenis Shienkov2019-03-131-5/+88
* bare-metal: Implement auto-detection of IAR toolchainsDenis Shienkov2019-03-121-4/+117
* BareMetal: Compile fixhjk2019-03-071-0/+1
* BareMetal: Remove some Q_ASSERThjk2019-03-071-4/+0
* bare-metal: Add support for IAR EW toolchainDenis Shienkov2019-03-071-0/+431