aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/baremetal/keiltoolchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* CommandLine: Reuse new c'torJarek Kobus2024-05-221-5/+1
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Process: Get rid of setTimeoutS()Jarek Kobus2024-01-221-3/+0
* All: More ToolChain->Toolchain renamingshjk2024-01-191-4/+4
* ProjectExplorer: Some more Toolchain renamingshjk2023-12-141-38/+38
* ProjectExplorer: Rename various items in the Toolchain classhjk2023-12-041-1/+1
* ProjectExplorer: Rename ToolChainManager to ToolchainManagerhjk2023-11-271-3/+3
* ProjectExplorer: Rename ToolChain to Toolchainhjk2023-11-241-11/+11
* ProjectExplorer: Rename Tool{C,h}ainFactoryhjk2023-11-241-7/+7
* ProjectExplorer: Rename Tool{C,c}hainConfigWidgethjk2023-11-241-5/+5
* BareMetal: Use new setup approach for toolchain factorieshjk2023-11-171-8/+25
* BareMetal: Simplify a few tests for executable compilerhjk2023-07-211-10/+2
* BareMetal: Use aspect for KeilToolChain::m_extraCodeModelFlagshjk2023-07-211-36/+10
* ProjectExplorer: Change ToolChain::toMap() signaturehjk2023-07-201-4/+3
* BareMetal: Inline some simple toolchain functionhjk2023-07-201-12/+3
* BareMetal: Hide KeilToolChain definitionshjk2023-07-201-6/+64
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-3/+3
* BareMetal: Adapt to change in FilePathChristian Stenger2023-01-181-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* BareMetal: Convert to Tr::trhjk2022-10-111-14/+12
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Use FilePath for sysrootshjk2022-06-301-2/+2
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-1/+1
* ProjectExplorer: Collect bad baremetal toolchainsChristian Kandeler2022-01-211-1/+5
* ProjectExplorer: Use a struct for toolchain autodetection parametershjk2022-01-181-10/+7
* Utils: FilePathify Environment::{ap,pre}pendOrSetPath etchjk2021-11-101-4/+2
* Add convenience functions for creating ProjectExplorer::HeaderPathsChristian Kandeler2021-08-301-2/+2
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-3/+3
* BareMetal: Don't check QtcProcess exit codehjk2021-06-021-1/+1
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-1/+1
* Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-191-6/+6
* Utils: Simplify QtcProcess::exitMessage() interfacehjk2021-05-171-1/+1
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-9/+8
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-5/+5
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+0
* Utils: Make SynchronousProcess use Utils::Environment for environmentshjk2021-05-051-7/+7
* ProjectExplorer: Pass device to ToolChain::autodetecthjk2021-04-281-1/+3
* ProjectExplorer: Provide a ToolChain::isValid() base implementationhjk2021-01-061-5/+0
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-301-12/+0
|\
| * ProjectExplorer: Remove unused virtual Toolchain::builtInHeaderPaths()Christian Kandeler2020-11-301-7/+0
| * ProjectExplorer: Remove unused virtual Toolchain::predefinedMacros()Christian Kandeler2020-11-301-5/+0
* | ProjectExplorer: Consolidate *ToolChain::compilerCommand() implementationshjk2020-11-131-29/+12
* | ProjectExplorer: Consolidate *ToolChain::target() implementationshjk2020-11-111-19/+3
|/
* BareMetal: Remove qualifiers from setting keysOrgad Shaneh2020-10-271-3/+3
* Fix Qt 6 build of ProjectExplorer and targets & build systemsEike Ziller2020-09-211-2/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-3/+3
* BareMetal: Save 'platform codegen flags' for Keil compilerDenis Shienkov2020-05-191-0/+3
* Move splitString() method to base ToolChainConfigWidgetDenis Shienkov2020-05-191-16/+0