aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/toolchain.h
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: add async toolchain autodetectionDavid Schulz2024-01-231-0/+16
* ProjectExplorer: Rename GccToolChain to GccToolchainhjk2023-12-041-2/+2
* ProjectExplorer: Rename various items in the Toolchain classhjk2023-12-041-15/+15
* ProjectExplorer: Rename ToolChain to Toolchainhjk2023-11-241-14/+14
* ProjectExplorer: Rename Tool{C,h}ainFactoryhjk2023-11-241-9/+8
* ProjectExplorer: Rename Tool{C,c}hainConfigWidgethjk2023-11-241-2/+2
* Fix missing overrides and redundant virtualAlessandro Portale2023-11-141-2/+2
* PE: Make GccToolChainFactory::autoDetectToolchains staticDavid Schulz2023-09-201-3/+5
* ProjectExplorer: remove unused functionsDavid Schulz2023-09-201-3/+0
* Utils/ProjectExplorer: More Key and Storehjk2023-08-251-6/+6
* ProjectExplorer: And more Key and Storehjk2023-08-241-5/+1
* Utils: Rename the new Storage to Storehjk2023-08-241-4/+4
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-4/+4
* ToolChain: Introduce asGccToolChain()Jarek Kobus2023-08-081-0/+2
* ProjectExplorer: Simplify return statementsJarek Kobus2023-08-021-3/+3
* ProjectExplorer: Replace the fromMap error return value for toolchainshjk2023-07-241-1/+4
* ProjectEplorer: Base ToolChain on AspectContainerhjk2023-07-201-1/+2
* ProjectExplorer: Change ToolChain::toMap() signaturehjk2023-07-201-1/+1
* ProjectExplorer: Proliferate FilePath a bithjk2023-03-151-5/+5
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Replace Environment::isSameExecutable()hjk2022-11-231-3/+1
* Toolchain: Support also concatenated syntax for MSVC included fileOrgad Shaneh2022-10-111-1/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Use FilePath for sysrootshjk2022-06-301-1/+1
* macOS: Fix importing command line builds with CMakeEike Ziller2022-06-131-0/+3
* IDevice: Make it possible to forward declare Ptr and ConstPtrJarek Kobus2022-04-141-3/+3
* Docker: Fix searching compilers in custom directorieshjk2022-03-181-1/+4
* ProjectExplorer: Allow users to override the gcc target tripleChristian Kandeler2022-01-241-0/+4
* ProjectExplorer: Add convenience method ToolChain::isSdkProvided()Christian Kandeler2022-01-241-0/+1
* ProjectExplorer: Collect and remember non-functional toolchainsChristian Kandeler2022-01-201-0/+31
* ProjectExplorer: Make ToolchainDetector ctor arguments mandatoryhjk2022-01-191-1/+1
* ProjectExplorer: Use a struct for toolchain autodetection parametershjk2022-01-181-4/+14
* ProjectExplorer: introduce Toolchain::priorityDavid Schulz2021-10-261-0/+8
* QtSupport: check for preferred toolchain by hostDavid Schulz2021-08-181-0/+1
* ProjectExplorer: Introduce a QString Toolchain::detectionSourcehjk2021-07-131-0/+2
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-05-191-1/+1
|\
| * Revert "ProjectExplorer: Remove ClangClToolChain::m_clangPath"Christian Stenger2021-05-171-1/+1
* | Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-05-051-0/+12
|\|
| * Revert "ProjectExplorer: Remove toolchain settings compatibility with <= 4.3"Eike Ziller2021-04-301-0/+12
* | ProjectExplorer: Pass device to ToolChain::autodetecthjk2021-04-281-1/+3
|/
* ProjectExplorer: Provide a ToolChain::isValid() base implementationhjk2021-01-061-1/+1
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-301-4/+0
|\
| * ProjectExplorer: Remove unused virtual Toolchain::builtInHeaderPaths()Christian Kandeler2020-11-301-3/+0
| * ProjectExplorer: Remove unused virtual Toolchain::predefinedMacros()Christian Kandeler2020-11-301-1/+0
* | ProjectExplorer: Remove ClangClToolChain::m_clangPathhjk2020-11-131-1/+1
* | ProjectExplorer: Consolidate *ToolChain::compilerCommand() implementationshjk2020-11-131-1/+5
* | ProjectExplorer: Consolidate *ToolChain::target() implementationshjk2020-11-111-2/+5
* | ProjectExplorer: Remove toolchain settings compatibility with <= 4.3hjk2020-11-061-12/+0
* | CppTools: Take "-include" files into accountNikolai Kosjar2020-11-051-0/+5
|/
* ProjectExplorer: De-virtualize ToolChain::toolChainUpdatedhjk2020-09-231-1/+1