summaryrefslogtreecommitdiff
path: root/src/plugins/baremetal
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-076-2/+587
* Plugins: Code cosmeticshjk2019-02-273-17/+6
* Replace static_casts by QOverload where possiblehjk2019-02-262-3/+3
* Move IDeviceFactory closer to IDevice implementationhjk2019-02-217-108/+37
* ProjectExplorer: Introduce Target::buildTarget(buildKey)hjk2019-02-201-1/+1
* ProjectExplorer: Rework the build step run interfaceChristian Kandeler2019-01-312-6/+5
* ProjectExplorer: Simplify BuildStep::init() signaturehjk2019-01-182-3/+2