aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/baremetal/iarewtoolchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-6/+6
* BareMetal: Auto-detect IAR toolchain for National Semiconductor CR16 architec...Denis Shienkov2020-05-271-2/+7
* BareMetal: Auto-detect IAR toolchain for Renesas R32C architectureDenis Shienkov2020-05-271-2/+6
* BareMetal: Auto-detect IAR toolchain for Renesas M16C architectureDenis Shienkov2020-05-271-2/+7
* BareMetal: Tune IAR compiler using 'platform codegen flags' featureDenis Shienkov2020-05-191-9/+46
* BareMetal: Auto-detect IAR toolchain for Renesas M32C architectureDenis Shienkov2020-05-191-2/+6
* BareMetal: Auto-detect IAR toolchain for M68K architectureDenis Shienkov2020-05-181-2/+7
* BareMetal: Auto-detect IAR toolchain for RISC-V architectureDenis Shienkov2020-05-151-2/+7
* BareMetal: Auto-detect IAR toolchain for Renesas SH architectureDenis Shienkov2020-05-151-2/+6
* BareMetal: Auto-detect IAR toolchain for AVR32 architectureDenis Shienkov2020-05-141-1/+6
* BareMetal: Use forward slashes in IAR toolchain auto-detection algorithmsDenis Shienkov2020-05-061-10/+10
* BareMetal: Auto-detect IAR toolchain for Renesas 78K architectureDenis Shienkov2020-04-291-2/+6
* BareMetal: Auto-detect IAR toolchain for Renesas RX architectureDenis Shienkov2020-04-291-2/+6
* BareMetal: Auto-detect IAR toolchain for Renesas RH850 architectureDenis Shienkov2020-04-291-2/+8
* BareMetal: Auto-detect IAR toolchain for Renesas V850 architectureDenis Shienkov2020-04-281-2/+7
* Merge output formatters and output parsersChristian Kandeler2020-04-231-1/+1
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-1/+1
* Utils: Rename PathChooser::{f,setF}ileName() to {f,setF}ilePath()hjk2020-04-091-5/+5
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-2/+2
* ProjectExplorer: De-QObject-ify ToolChainFactoryhjk2020-02-271-4/+3
* BareMetal: Add a few IAR compiler extensions as empty macroshjk2019-11-281-2/+8
* BareMetal: Auto-detect IAR toolchain for Renesas RL78 architectureDenis Shienkov2019-11-111-2/+6
* BareMetal: Auto-detect IAR EW toolchain for MSP430 architectureDenis Shienkov2019-08-161-2/+8
* BareMetal: Fix auto-detection of C++ IAR toolchain for STM8 architectureDenis Shienkov2019-07-271-1/+1
* BareMetal: Auto-detect IAR EW toolchain for STM8 architectureDenis Shienkov2019-07-261-1/+6
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-251-2/+12
|\
| * 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
* | Fix compile after FileName dropChristian Stenger2019-07-241-1/+1
* | Avoid warning on empty expressionshjk2019-07-231-1/+1
* | Make the project managers tell the code model about include pathsChristian Kandeler2019-07-121-3/+5
* | Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-041-2/+2
|\|
| * BareMetal: Fix typo in option to enable C++ language for IARDenis Shienkov2019-07-031-2/+2
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-281-3/+3
|\|
| * Fix build with mingw 5.3Christian Kandeler2019-06-271-3/+3
* | ProjectExplorer: Use data member for ToolChain::typeDisplayNamehjk2019-06-201-4/+1
* | Use Utils::FilePath in SynchronousProcesshjk2019-06-111-4/+2
* | BareMetal: Some adaptations to new Utils::CommandLinehjk2019-06-071-14/+13
|/
* 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