aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-toolchains
Commit message (Expand)AuthorAgeFilesLines
* Fix detecting MSVC via Probe when multiple versions are presentIvan Komissarov2021-04-191-0/+6
* baremetal: Fix detection of GCC ARM toolchain installers on WindowsDenis Shienkov2021-03-021-20/+18
* baremetal: Fix detection of IAR toolchains if version contains build numberDenis Shienkov2021-02-271-1/+1
* baremetal: Fix detection for Keil toolchainsDenis Shienkov2021-02-161-82/+28
* baremetal: Add support for HCS08 architectures to SDCC toolchainDenis Shienkov2021-02-021-14/+15
* baremetal: Add support for HCS08 architectures to IAR toolchainDenis Shienkov2021-01-261-2/+6
* baremetal: Add support for HCS12 architectures to IAR toolchainDenis Shienkov2021-01-211-2/+7
* Merge branch '1.18'Ivan Komissarov2020-12-181-3/+3
|\
| * Reorder toolchain-check to enable creating of clang-cl profileKai Dohmen2020-12-171-3/+3
* | Fix some Qt 6 build errorsChristian Kandeler2020-11-252-7/+9
* | qt6: replace some QStringRefs with QStringViewsIvan Komissarov2020-11-091-2/+2
* | qt6: do not forward-declare QStringListIvan Komissarov2020-11-041-5/+2
|/
* Improve Xcode auto-detectionIvan Komissarov2020-08-311-3/+4
* cmake: rename qbslogging -> qbsconsoleloggerIvan Komissarov2020-08-201-1/+1
* cmake: Fix target namesIvan Komissarov2020-08-201-1/+1
* Initial CMake portIvan Komissarov2020-08-171-0/+26
* Fix MinGW buildChristian Stenger2020-08-061-1/+6
* xcode: add 'macosx-arm64' profile to the list of auto-created profilesIvan Komissarov2020-08-031-0/+2
* Fix Qt 5.15 deprecation warningsChristian Kandeler2020-06-161-1/+2
* Fix '-Wclazy-range-loop' warningsIvan Komissarov2020-06-081-1/+1
* baremetal: Auto-detect IAR toolchain for National Semiconductor CR16 architec...Denis Shienkov2020-05-251-2/+6
* baremetal: Auto-detect IAR toolchain for Renesas M16C/R8C architectureDenis Shienkov2020-05-251-2/+7
* baremetal: Auto-detect IAR toolchain for Renesas R32C architectureDenis Shienkov2020-05-251-2/+6
* baremetal: Auto-detect IAR toolchain for Renesas M32C architectureDenis Shienkov2020-05-191-2/+7
* baremetal: Auto-detect IAR toolchain for ColdFire (aka M68K) architectureDenis Shienkov2020-05-181-2/+6
* baremetal: Auto-detect IAR toolchain for RISC-V architectureDenis Shienkov2020-05-141-2/+7
* baremetal: Use forward slashes in IAR EW probe of qbs-setup-toolchainsDenis Shienkov2020-05-141-12/+12
* baremetal: Auto-detect IAR toolchain for Renesas SH architectureDenis Shienkov2020-05-141-2/+6
* baremetal: Auto-detect ARMCLANG compiler supplied in Keil MDKDenis Shienkov2020-05-111-27/+76
* baremetal: Auto-detect IAR toolchain for AVR32 architectureDenis Shienkov2020-05-061-2/+7
* Merge branch '1.16' into masterRichard Weickelt2020-04-152-5/+24
|\
| * GCC: fix detection of Mingw prefix in MXEAlberto Mardegan2020-04-151-1/+1
| * baremetal: Fix detecting older sdcc compilerIvan Komissarov2020-03-231-4/+23
* | baremetal: Dump version for C166 compilerDenis Shienkov2020-04-061-1/+62
* | clang-tidy: Fix 'misc-unused-using-decls' warningsIvan Komissarov2020-04-062-3/+0
* | baremetal: Add KEIL C166 toolchain supportDenis Shienkov2020-04-031-1/+6
* | baremetal: Dump compiler version for C251 compiler tooDenis Shienkov2020-04-031-16/+45
* | baremetal: Move Keil compiler version detection to separate functionsDenis Shienkov2020-04-031-62/+71
* | baremetal: Auto-detect C251 compiler provided by KeilDenis Shienkov2020-04-031-1/+5
|/
* baremetal: Auto-detect IAR toolchain for Renesas 78K architectureDenis Shienkov2020-03-161-2/+6
* baremetal: Auto-detect IAR toolchain for Renesas V850 architectureDenis Shienkov2020-03-161-2/+7
* baremetal: Auto-detect IAR toolchain for Renesas RH850 architectureDenis Shienkov2020-03-161-2/+6
* baremetal: Auto-detect IAR toolchain for Renesas RX architectureDenis Shienkov2020-03-121-2/+7
* setup-toolchains now sets the qbs.toolchainType, not qbs.toolchainIvan Komissarov2020-03-097-41/+34
* Autodetect clang-cl by using ProbeIvan Komissarov2020-02-171-107/+13
* Autotedect MSVC compiler by using a probeIvan Komissarov2020-02-143-302/+6
* Be more tolerant to exceptions when adding gcc profilesIvan Komissarov2020-02-031-3/+7
* Fix clang-tidy errorsIvan Komissarov2020-01-292-6/+6
* baremetal: Fix Keil toolchains detectionDenis Shienkov2020-01-271-29/+72
* msvcprobe: Read stdout in case of vswhere errorOliver Wolff2020-01-081-3/+22