summaryrefslogtreecommitdiff
path: root/src/plugins/baremetal/keiltoolchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* BareMetal: Tune Keil ARM compiler using 'platform codegen flags' featureDenis Shienkov2020-05-191-8/+85
* BareMetal: Pass 'cpu' flag at getting predefined macros for Keil toolchainDenis Shienkov2020-05-181-1/+1
* BareMetal: Use forward slashes in Keil toolchain auto-detection algorithmsDenis Shienkov2020-05-061-4/+4
* BareMetal: Remove extra slash in auto-detected Keil toolchain pathDenis Shienkov2020-05-051-4/+4
* Merge output formatters and output parsersChristian Kandeler2020-04-231-1/+1
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-1/+1
* BareMetal: Add support for Keil C166 toolchain on WindowsDenis Shienkov2020-04-141-5/+140
* Utils: Rename PathChooser::{f,setF}ileName() to {f,setF}ilePath()hjk2020-04-091-5/+5
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-2/+2
* BareMetal: Dump additional macros of C{51|251} compilerDenis Shienkov2020-04-031-1/+21
* BareMetal: Add comment about allowed word width in Keil C{51|251} compilersDenis Shienkov2020-03-231-2/+4
* BareMetal: Unify pre-defined macros dumping for mcs{51|251} architecturesDenis Shienkov2020-03-231-70/+38
* BareMetal: Introduce isArmArchitecture() functionDenis Shienkov2020-03-201-2/+7
* BareMetal: Add support for Keil C251 toolchainDenis Shienkov2020-03-201-9/+57
* ProjectExplorer: De-QObject-ify ToolChainFactoryhjk2020-02-271-42/+42
* Baremetal: Fix missing semicolon on WinChristian Stenger2020-01-281-1/+1