aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/baremetal
Commit message (Expand)AuthorAgeFilesLines
...
* | BareMetal: Simplify a few tests for executable compilerhjk2023-07-213-32/+8
* | BareMetal: Use aspect for IarToolChain::m_extraCodeModelFlagshjk2023-07-211-43/+12
* | BareMetal: Use aspect for KeilToolChain::m_extraCodeModelFlagshjk2023-07-211-36/+10
* | ProjectExplorer: Change ToolChain::toMap() signaturehjk2023-07-202-8/+6
* | BareMetal: Inline some simple toolchain functionhjk2023-07-201-12/+3
* | BareMetal: Hide SdccToolChain definitionshjk2023-07-202-73/+55
* | BareMetal: Hide KeilToolChain definitionshjk2023-07-202-80/+64
* | BareMetal: Hide IarToolChain definitionshjk2023-07-202-84/+62
* | CppEditor: Make a few CppModelManager functions statichjk2023-07-121-1/+1
* | BareMetal: Use aspects more directly in run configurationshjk2023-07-071-31/+32
* | BareMetal: Adapt DebugServerProvidersSettingsPage to latest changeshjk2023-07-073-29/+14
* | ProjectExplorer: Remove unusual {Arguments,WorkingDir}Aspecthjk2023-07-051-4/+10
* | ProjectExplorer: Replace unusual ExecutableAspect constructorhjk2023-07-041-2/+4
* | ProjectExplorer: Use FilePathAspect(s) in ExecutableAspecthjk2023-07-041-2/+1
|/
* BareMetal: Use a functor to apply settingshjk2023-05-101-2/+2
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-047-7/+7
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-045-10/+10
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-131-0/+1
|\
| * Fix lots of tr.h files not being mentioned in CMakeLists.txtEike Ziller2023-04-011-0/+1
* | GenericGdbServerProvider: Fix a warning about unused variableJarek Kobus2023-04-051-2/+2
* | BareMetal: add ability to connect to already running GdbServerAlexander Drozdov2023-04-052-1/+6
* | Android/Baremetal: Clean up some headerhjk2023-03-284-3/+6
* | ProjectExplorer: Allow Devices to be added without using the wizardhjk2023-03-241-1/+0
* | Utils: More explicit host os use to make it stand outhjk2023-03-071-1/+1
* | ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-1/+1
|/
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* Qbs: Update some qbs filesChristian Stenger2023-02-081-0/+1
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-6/+2
* BareMetal: Adapt to change in FilePathChristian Stenger2023-01-182-3/+3
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+1
* CppEditor: Use FilePath for ProjectPath::m_sourceFileshjk2023-01-111-7/+6
* BareMetal: Use a derived class for debug support factoryhjk2023-01-105-42/+53
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-106-18/+18
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0681-81/+81
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-12-121-24/+26
|\
| * BareMetal: Auto-detection of IAR toolchain version 9Kwangsub Kim2022-12-071-24/+26
* | IDevice: Provide default implementation for signalOperation()Jarek Kobus2022-11-292-7/+0
* | Baremetal: Add st-util --connect-under-reset optionTomáš Juřena2022-11-092-1/+20
* | Get rid of unneeded includes of RunControlJarek Kobus2022-10-255-8/+0
|/
* BareMetal: Remove unused baremetalgdbcommandsdeploystep.{h,cpp}hjk2022-10-112-165/+0
* BareMetal: Convert to Tr::trhjk2022-10-1178-752/+477
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-079-15/+15
* Utils: Replace PathChooser::{fileP,p}athChanged signalshjk2022-09-063-4/+4
* Use SPDX license identifiersLucie Gérard2022-08-2683-2002/+176
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-08-191-0/+5
|\
| * BareMetal: Fix bug when cloning jLink gdb server providerDmitry Kovalev2022-08-051-0/+5
| * BareMetal: Fix startuphjk2022-07-281-1/+1
* | BareMetal: Fix startuphjk2022-07-221-1/+1
* | Drop Qt5: BareMetal: Get rid of QOverloadJarek Kobus2022-07-2012-35/+21
* | Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-07-043-5/+5
|\|