summaryrefslogtreecommitdiff
path: root/src/app/qbs-setup-toolchains
Commit message (Expand)AuthorAgeFilesLines
* Add support for other platforms supported by Digital MarsDenis Shienkov2022-02-171-97/+143
* Add support for other platforms supported by Open WatcomDenis Shienkov2022-02-091-46/+101
* Do not use std::string in HostOsInfoIvan Komissarov2022-02-042-7/+4
* Long live Open Watcom toolchainDenis Shienkov2022-02-047-2/+270
* Use std::transform where it is possibleDenis Shienkov2022-01-277-29/+19
* Fix Clang-Tidy & Clazy 'llvm-else-after-return' warningsDenis Shienkov2021-11-222-5/+5
* Fix Clang-Tidy & Clazy 'clazy-qstring-arg' warningsDenis Shienkov2021-11-152-3/+2
* Remove `import qbs` from all project filesDenis Shienkov2021-08-041-2/+0
* Long live Digital Mars toolchainDenis Shienkov2021-07-277-0/+318
* baremetal: Long live COSMIC toolchain for COLDFIRE architectureDenis Shienkov2021-05-311-2/+5
* baremetal: Long live COSMIC toolchain for HCS12 architectureDenis Shienkov2021-05-301-1/+3
* baremetal: Long live COSMIC toolchain for HCS08 architectureDenis Shienkov2021-05-291-1/+4
* baremetal: Long live COSMIC toolchain for STM8 architectureDenis Shienkov2021-05-281-1/+3
* baremetal: Long live COSMIC toolchain for STM32 ARM architectureDenis Shienkov2021-05-286-0/+244
* msvc: Pass -vcvars_ver to vcvarsall.bat when detecting environmentIvan Komissarov2021-04-231-7/+14
* 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