summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/gcctoolchain.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* ProjectExplorer: Dissolve gcctoolchainfactories.hChristian Kandeler2022-01-241-1/+0
* ProjectExplorer: Move GCC config widgets out of header fileChristian Kandeler2022-01-241-0/+56
* Fix buildChristian Kandeler2022-01-241-1/+3
* PE: Do not disable gcc detection on macOS completelyChristian Stenger2022-01-241-1/+1
* ProjectExplorer: Allow users to override the gcc target tripleChristian Kandeler2022-01-241-1/+55
* ProjectExplorer: Do not set GCC install dir during auto-detectionChristian Kandeler2022-01-241-4/+0
* ProjectExplorer: Do not run Qt Creator's own clang on every start-upChristian Kandeler2022-01-241-1/+1
* ProjectExplorer: Collect and remember non-functional toolchainsChristian Kandeler2022-01-201-5/+13
* ProjectExplorer: Make ToolchainManager::toolchains() overloads explicithjk2022-01-201-2/+2
* ProjectExplorer: Fix spurious GCC execution on start-upChristian Kandeler2022-01-181-13/+5
* ProjectExplorer: Use a struct for toolchain autodetection parametershjk2022-01-181-42/+35
* Utils: Use callbacks when iterating remote file systemshjk2021-12-171-8/+8
* Utils: FilePathify Environment::{ap,pre}pendOrSetPath etchjk2021-11-101-4/+2
* ClangTools: Proliferate use of FilePathhjk2021-08-181-3/+2
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-3/+3
* Utils: Introduce a FilePath::withNewPath() convenience methodhjk2021-07-161-3/+3
* ProjectExplorer: Allow gcc autodetection on docker deviceshjk2021-06-231-26/+53
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-1/+1
* Utils: add FilePath::completeBaseNameDavid Schulz2021-06-041-2/+2
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-1/+1
* Utils: Make Environment::setEnglishOutput a proper member functionhjk2021-05-211-1/+1
* Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-191-2/+2
* Utils: Simplify QtcProcess::exitMessage() interfacehjk2021-05-171-1/+1
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-5/+5
* ProjectExplorer: Use more Utils::Environment in GccToolChainhjk2021-05-141-20/+24
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-8/+8
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-2/+0
* Utils: Make SynchronousProcess use Utils::Environment for environmentshjk2021-05-051-2/+2
* ProjectExplorer: Fix gccInstallDir detection on deviceshjk2021-04-301-1/+1
* ProjectExplorer: Make runGcc work remotelyhjk2021-04-291-3/+2
* ProjectExplorer: Include device into default gcc descriptionhjk2021-04-291-2/+2
* ProjectExplorer: Pass device to ToolChain::autodetecthjk2021-04-281-17/+29
* ProjectExplorer: Use qAsConst w/ non-const Qt containers in range-loopsAlessandro Portale2021-02-171-3/+3
* ProjectExplorer: Provide a ToolChain::isValid() base implementationhjk2021-01-061-9/+0
* Fix warnings about unused lambda capturesChristian Kandeler2020-12-141-5/+3
* ProjectExplorer: Use new message manager APIEike Ziller2020-12-071-1/+1
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-301-26/+11
|\
| * ProjectExplorer: Remove unused virtual Toolchain::builtInHeaderPaths()Christian Kandeler2020-11-301-10/+0
| * ProjectExplorer: Remove unused virtual Toolchain::predefinedMacros()Christian Kandeler2020-11-301-16/+11
* | Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-251-1/+0
|\ \ | |/
| * Remove unused variablesJarek Kobus2020-11-201-1/+0
* | ProjectExplorer: Consolidate *ToolChain::compilerCommand() implementationshjk2020-11-131-31/+15
* | ProjectExplorer: Consolidate *ToolChain::target() implementationshjk2020-11-111-35/+17
* | ProjectExplorer: De-duplicate two overrides of ToolChain::makeCommandAlessandro Portale2020-11-051-11/+7
* | CppTools: Take "-include" files into accountNikolai Kosjar2020-11-051-0/+5
|/
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-141-2/+5
|\
| * ProjectExplorer: Filter out non-applicable toolchainsChristian Kandeler2020-09-081-2/+5
| * Core/Utils: Migrate further to Utils::Idhjk2020-07-061-7/+7
* | ProjectExplorer: Fix restoring parent toolchainChristian Kandeler2020-09-091-0/+11
* | Require GCC 7 and enable C++17Eike Ziller2020-07-101-5/+5