aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-toolchains/gccprobe.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2023-05-221-2/+2
* Do not use std::string in HostOsInfoIvan Komissarov2022-02-041-6/+3
* Use std::transform where it is possibleDenis Shienkov2022-01-271-5/+3
* baremetal: Fix detection of GCC ARM toolchain installers on WindowsDenis Shienkov2021-03-021-20/+18
* Fix some Qt 6 build errorsChristian Kandeler2020-11-251-5/+5
* Fix '-Wclazy-range-loop' warningsIvan Komissarov2020-06-081-1/+1
* GCC: fix detection of Mingw prefix in MXEAlberto Mardegan2020-04-151-1/+1
* setup-toolchains now sets the qbs.toolchainType, not qbs.toolchainIvan Komissarov2020-03-091-10/+10
* Be more tolerant to exceptions when adding gcc profilesIvan Komissarov2020-02-031-3/+7
* Replace QList<qbs::Profile> with std::vector<qbs::Profile>Ivan Komissarov2019-11-251-1/+1
* Don't duplicate "HKLM\\..\\Uninstall" registry keyDenis Shienkov2019-11-151-15/+9
* baremetal: Auto-detect MPLAB X32 GCC toolchain on WindowsDenis Shienkov2019-10-311-1/+37
* baremetal: Auto-detect the Renesas RL78 GCC toolchain on WindowsDenis Shienkov2019-10-301-7/+54
* C++: Add support for clang on WindowsChristian Kandeler2019-08-141-0/+38
* baremetal: Add additional filter '*-gcc-[1-9]*' stringDenis Shienkov2019-07-301-0/+2
* baremetal: Auto-detect GCC toolchains for ARM and AVR architectures on WindowsDenis Shienkov2019-07-301-1/+81
* baremetal: Auto-detect GNU ARM toolchains on WindowsDenis Shienkov2019-07-301-1/+37
* Fix qbs-setup-toolchainsChristian Kandeler2019-07-241-2/+2
* Refactor the GCC/Clang/MinGW compilers auto-detectionDenis Shienkov2019-07-231-79/+186
* qbs-setup-toolchains: Refactor and improve the code a bitDenis Shienkov2019-07-161-2/+3
* Move GCC/MinGW/Clang stuff to separate gccProbe moduleDenis Shienkov2019-07-151-0/+251