aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/gcctoolchain.h
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Reduce GccToolchain interface a bithjk2024-01-181-15/+0
* Android: Hide AndroidToolchainFactory in .cpphjk2024-01-181-2/+1
* ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-121-2/+2
* ProjectExplorer: Rename GccToolChain to GccToolchainhjk2023-12-041-8/+8
* ProjectExplorer: Rename ToolChain to Toolchainhjk2023-11-241-2/+2
* ProjectExplorer: Rename Tool{C,h}ainFactoryhjk2023-11-241-1/+1
* ProjectExplorer: Rename Tool{C,c}hainConfigWidgethjk2023-11-241-1/+1
* ProjectExplorer: Use new setup pattern for gcc related toolchainshjk2023-11-221-26/+3
* ProjectExplorer: Hide GccToolChain::WarningFlagAdder declarationhjk2023-11-071-14/+0
* ProjextExplorer: Combine gcc and mingw compiler searchhjk2023-10-041-3/+1
* ProjectExplorer: Simplify autodetection of SDK clang toolchainhjk2023-10-021-0/+1
* ProjectExplorer: Simplify gcc options re-interpretation interfacehjk2023-10-021-5/+0
* ProjectExplorer: Move autodetection checker creationhjk2023-10-021-2/+1
* ProjectExplorer: Simplify autoDetectToolChain parametershjk2023-10-021-2/+2
* ProjectExplorer: Rewrite GccToolchain candidate identificationhjk2023-09-291-1/+1
* ProjectExplorer: Move path collection in gcc autodetection one level uphjk2023-09-271-3/+1
* ProjectExplorer: Merge GccToolChainFactories furtherhjk2023-09-261-24/+4
* ProjectExplorer: Remove a few toolchain friendshjk2023-09-261-6/+0
* ProjectExplorer: Reduce scope of projectexploererconstants includehjk2023-09-251-2/+0
* ProjectExplorer: Move some code from derived GccTCFactory classeshjk2023-09-251-11/+4
* ProjectExplorer: Merge LinuxIccToolChain into GccToolChainhjk2023-09-251-33/+4
* ProjectExplorer: Merge MingwToolChain into GccToolChainhjk2023-09-251-19/+2
* ProjectExplorer: Merge ClangToolChainConfigWidget into GccTCCWhjk2023-09-251-3/+1
* ProjectExplorer: Remove ClangToolChain as class of its ownhjk2023-09-251-11/+0
* PE: Make GccToolChainFactory::autoDetectToolchains staticDavid Schulz2023-09-201-7/+10
* ProjectExplorer: Add missing 'override'hjk2023-09-121-1/+1
* ProjectExplorer: Start merging "unix" toolchainshjk2023-09-111-45/+24
* 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-2/+1
* QbsProjectManager: Replace some dynamic_casts with qobject_castsJarek Kobus2023-07-311-0/+2
* ProjectExplorer: Replace the fromMap error return value for toolchainshjk2023-07-241-2/+2
* ProjectExplorer: Change ToolChain::toMap() signaturehjk2023-07-201-2/+2
* ProjectExplorer: Proliferate FilePath a bithjk2023-03-151-2/+2
* ProjectExplorer: Give Xcode clang higher priority than "bare" clangChristian Kandeler2023-01-251-0/+4
* ProjectExplorer: Tr::trhjk2023-01-161-8/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Replace Environment::isSameExecutable()hjk2022-11-231-3/+1
* Utils: Remove Utils::optionalEike Ziller2022-09-011-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Use FilePath for sysrootshjk2022-06-301-2/+2
* macOS: Fix importing command line builds with CMakeEike Ziller2022-06-131-0/+8
* ProjectExplorer: Dissolve gcctoolchainfactories.hChristian Kandeler2022-01-241-0/+53
* ProjectExplorer: Use more Utils::Environment in GccToolChainhjk2021-05-141-2/+3
* ProjectExplorer: Provide a ToolChain::isValid() base implementationhjk2021-01-061-1/+0
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-301-5/+0
|\
| * ProjectExplorer: Remove unused virtual Toolchain::builtInHeaderPaths()Christian Kandeler2020-11-301-4/+0
| * ProjectExplorer: Remove unused virtual Toolchain::predefinedMacros()Christian Kandeler2020-11-301-1/+0
* | ProjectExplorer: Consolidate *ToolChain::compilerCommand() implementationshjk2020-11-131-3/+0
* | ProjectExplorer: Consolidate *ToolChain::target() implementationshjk2020-11-111-4/+0