aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/baremetal
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * ProjectExplorer: Use FilePath for sysrootshjk2022-06-303-5/+5
* | BareMetal: Avoid some uses of PathChooser::pathChangedhjk2022-07-013-11/+11
* | Add plugintr.h files to all pluginshjk2022-06-271-0/+37
|/
* Code cosmeticshjk2022-06-241-0/+1
* BareMetal: Use upcoming-standard process exit messagehjk2022-06-201-15/+9
* ProjectExplorer: Make target device for executable aspect explicithjk2022-06-021-2/+2
* Debugger: Use USVC extra data more directlyhjk2022-05-312-7/+5
* ProjectExplorer: Pass macroexpander (again) to WorkingDirectoryAspecthjk2022-05-301-2/+2
* ProjectExplorer: Reduce use of Runnable in SimpleTargetRunnerhjk2022-05-252-8/+7
* Ssh: Rename SshConnectionParameters into SshParametersJarek Kobus2022-05-231-2/+0
* Remove or replace a few unnecessary #includeshjk2022-05-202-2/+2
* Utils: Pass MacroExpander to ArgumentsAspect constructorhjk2022-05-201-3/+3
* ProjectExplorer: Shift full FilePath creation into Executable aspecthjk2022-05-181-3/+3
* ProjectExplorer: Pass envAspect directly to WorkingDirectory constructorhjk2022-04-221-2/+2
* IDevice: Make it possible to forward declare Ptr and ConstPtrJarek Kobus2022-04-142-3/+3
* ProjectExplorer: Copy more RunConfiguration data to RunControlhjk2022-04-122-3/+3
* UvscServerProviderRunner: Connect to QtcProcess::done() signalJarek Kobus2022-04-061-9/+5
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-023-4/+4
* RunControl: Drop IDevice * from doStart()Jarek Kobus2022-02-231-1/+3
* ProjectExplorer: Remove IDeviceFactory::setCanCreatehjk2022-02-041-1/+0
* BareMetal: Allow stlink_version to stay unspecifiedhjk2022-02-032-2/+6
* ProjectExplorer: Use a lambda for DeviceFactory::create()hjk2022-01-262-12/+8
* ProjectExplorer: Collect bad baremetal toolchainsChristian Kandeler2022-01-212-2/+10
* Remove qmake build filesEike Ziller2022-01-204-113/+0
* ProjectExplorer: Use a struct for toolchain autodetection parametershjk2022-01-186-55/+40
* McuSupport: IAR compiler registrationChristiaan Janssen2022-01-132-0/+8
* IDevice: Make fromMap() / toMap() protectedJarek Kobus2021-12-081-0/+1
* BareMetal: Use more FilePath in OpenOcdGdbServerProviderhjk2021-11-122-12/+12
* Utils: FilePathify Environment::{ap,pre}pendOrSetPath etchjk2021-11-103-12/+6
* Replace a few PathChooser::setPath by setFilePathhjk2021-10-041-1/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-012-4/+4
* Add convenience functions for creating ProjectExplorer::HeaderPathsChristian Kandeler2021-08-303-4/+4
* CppTools: Use only const pointers for ProjectInfo and ProjectPartChristian Kandeler2021-08-271-3/+3
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-174-7/+5
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-132-7/+7
* CppTools: Turn some classes into pure value typesChristian Kandeler2021-08-131-2/+4