aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/baremetal/sdcctoolchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Enhance Process::exitMessage()Christian Kandeler2025-04-171-2/+2
* ProjectExplorer: Stop pretending that C and C++ compilers are unrelatedChristian Kandeler2024-08-051-37/+21
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Process: Get rid of setTimeoutS()Jarek Kobus2024-01-221-2/+0
* All: More ToolChain->Toolchain renamingshjk2024-01-191-4/+4
* ProjectExplorer: Some more Toolchain renamingshjk2023-12-141-32/+32
* ProjectExplorer: Rename various items in the Toolchain classhjk2023-12-041-1/+1
* ProjectExplorer: Rename ToolChainManager to ToolchainManagerhjk2023-11-271-1/+1
* ProjectExplorer: Rename ToolChain to Toolchainhjk2023-11-241-11/+11
* ProjectExplorer: Rename Tool{C,h}ainFactoryhjk2023-11-241-8/+8
* ProjectExplorer: Rename Tool{C,c}hainConfigWidgethjk2023-11-241-5/+5
* BareMetal: Use new setup approach for toolchain factorieshjk2023-11-171-6/+22
* BareMetal: More inlining of simple functionshjk2023-07-211-13/+2
* BareMetal: Simplify a few tests for executable compilerhjk2023-07-211-11/+3
* BareMetal: Hide SdccToolChain definitionshjk2023-07-201-10/+55
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* BareMetal: Convert to Tr::trhjk2022-10-111-15/+13
* 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-1/+1
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-2/+2
* ProjectExplorer: Use a struct for toolchain autodetection parametershjk2022-01-181-12/+8
* Utils: FilePathify Environment::{ap,pre}pendOrSetPath etchjk2021-11-101-4/+2
* Add convenience functions for creating ProjectExplorer::HeaderPathsChristian Kandeler2021-08-301-1/+1
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-2/+2
* BareMetal: Don't check QtcProcess exit codehjk2021-06-021-2/+2
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-2/+2
* Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-191-6/+4
* Utils: Simplify QtcProcess::exitMessage() interfacehjk2021-05-171-2/+2
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-10/+8
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+1
* Utils: Make SynchronousProcess use Utils::Environment for environmentshjk2021-05-051-10/+8
* 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-40/+11
* | ProjectExplorer: Consolidate *ToolChain::target() implementationshjk2020-11-111-20/+4
|/
* BareMetal: Remove qualifiers from setting keysOrgad Shaneh2020-10-271-2/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-3/+3
* BareMetal: Use forward slashes in SDCC toolchain auto-detection algorithmsDenis Shienkov2020-05-061-1/+1
* Merge output formatters and output parsersChristian Kandeler2020-04-231-1/+1
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-1/+1
* 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
* ProjectExplorer: De-QObject-ify ToolChainFactoryhjk2020-02-271-2/+2
* Merge remote-tracking branch 'origin/4.10' into 4.11Eike Ziller2019-09-301-17/+31
|\