aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/baremetal
Commit message (Expand)AuthorAgeFilesLines
* BareMetal: Fix auto detection of SDCC toolchain on WindowsDenis Shienkov2019-09-271-17/+31
* 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
* BareMetal: Use Utils::CommandLine for gdbserver thingshjk2019-06-057-64/+46
* Utils: Extract a CommandLine structure from a QtcProcesshjk2019-05-291-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-2813-109/+109
* ProjectExplorer: Use the new way for dependent aspectshjk2019-05-281-1/+1
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-283-47/+47
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* Qt Creator CMake portCristian Adam2019-05-171-0/+30
* ProjectExplorer: Use ToolChainFactories to clone ToolChainshjk2019-05-166-30/+0
* ProjectExplorer: Make ToolChain::makeCommand return a FileNamehjk2019-05-156-6/+6
* Baremetal: Add option to use gdb target "extended-remote"Denis Vygovskiy2019-05-145-2/+31
* ProjectExplorer: Use a member for ToolChainFactory::canCreatehjk2019-05-136-22/+4
* ProjectExplorer: Introduce new Task::setFile() methodDenis Shienkov2019-05-131-1/+1
* ProjectExplorer: Use functor for ToolChain creation in ToolChainFactoryhjk2019-05-136-56/+5
* ProjectExplorer: Drop Detection argument from ToolChain constructorhjk2019-05-106-18/+21
* ProjectExplorer: Use the fromMap(toMap()) pattern to clone deviceshjk2019-05-102-15/+1
* bare-metal: Don't create C++ toolchain for auto-detected KEIL C51 compilerDenis Shienkov2019-05-101-0/+7
* bare-metal: Add missed C++ language option for IAR toolchainDenis Shienkov2019-05-102-12/+21
* ProjectExplorer: Simplify ToolChainFactory::create() signaturehjk2019-05-096-30/+9
* ProjectExplorer: Replace ToolChainFactory::supportedLanguangehjk2019-05-096-20/+5
* bare-metal: Add missed 'const' keywordsDenis Shienkov2019-05-098-19/+18
* ProjectExplorer: Replace ToolChainFactory::canRestorehjk2019-05-096-18/+3
* ProjectExplorer: Introduce new ToolChainFactory::Candidate classDenis Shienkov2019-05-096-25/+13
* ProjectExplorer: Consolidate macro and header path cache handlinghjk2019-05-096-81/+26
* bare-metal: Rename 'isCompilerExists' with 'compilerExists'Denis Shienkov2019-05-092-8/+8
* bare-metal: Fix language name in auto-detected toolchainsDenis Shienkov2019-05-093-3/+9
* bare-metal: Return initializier lists instead of ctorsDenis Shienkov2019-05-084-7/+7
* bare-metal: Get rid of foreach in favor to range-based forDenis Shienkov2019-05-084-6/+6
* bare-metal: Use QOverload in signal/slot connections moreDenis Shienkov2019-05-083-5/+5
* bare-metal: Refactor the plugin code a bit moreDenis Shienkov2019-05-0846-337/+462
* bare-metal: Add command line parser for SDCC toolchainDenis Shienkov2019-05-086-1/+399
* CompilationDatabase: Asjust the sysroot and target handlingIvan Donchevskii2019-04-303-14/+14
* Baremetal: Fix compile for older compiler and QtChristian Stenger2019-04-161-1/+1
* bare-metal: Add support for SDCC toolchainDenis Shienkov2019-04-156-0/+777
* Baremetal: Fix qbs buildChristian Kandeler2019-03-191-0/+1
* bare-metal: Add output parser for KEIL toolchainDenis Shienkov2019-03-186-1/+576
* bare-metal: Add output parser for IAR toolchainDenis Shienkov2019-03-186-1/+521
* Limit scope of uses of RunControl::runConfiguration()hjk2019-03-181-4/+2
* ProjectExplorer: Move RunControl related classes to separate file pairhjk2019-03-131-0/+1
* bare-metal: Search the include paths of KEIL toolchainDenis Shienkov2019-03-132-10/+65
* bare-metal: Search the include paths of IAR toolchainDenis Shienkov2019-03-132-5/+92
* Fix build with older GCCChristian Kandeler2019-03-121-2/+2
* Avoid some visible uses of RunControl::runConfiguration()hjk2019-03-121-5/+5
* bare-metal: Implement auto-detection of KEIL toolchainsDenis Shienkov2019-03-122-4/+130
* bare-metal: Implement auto-detection of IAR toolchainsDenis Shienkov2019-03-122-5/+135
* bare-metal: Add support for KEIL toolchainDenis Shienkov2019-03-116-0/+621