aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-toolchains
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix 'performance-unnecessary-copy-initialization' warningsIvan Komissarov2020-01-071-2/+1
* Fix some 'performance-unnecessary-value-param' warnings with std::moveIvan Komissarov2019-12-184-4/+4
* Adapt source code to Qt 6Christian Kandeler2019-12-171-2/+3
* Merge branch '1.15' into masterRichard Weickelt2019-12-151-6/+23
|\
| * Fix auto-detection of the clang-cl installed with Visual Studiov1.15.0Ivan Komissarov2019-12-101-6/+23
* | Replace QList<qbs::Profile> with std::vector<qbs::Profile>Ivan Komissarov2019-11-2515-20/+22
* | 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 IAR toolchain for Renesas RL78 architectureDenis Shienkov2019-10-301-2/+6
* | baremetal: Auto-detect the Renesas RL78 GCC toolchain on WindowsDenis Shienkov2019-10-301-7/+54
|/
* Merge 1.14 into masterChristian Kandeler2019-09-262-18/+56
|\
| * baremetal: Fix auto detection of SDCC toolchain on WindowsDenis Shienkov2019-09-232-18/+49
* | Fix wrong capitalization of Windows-specific header fileRichard Weickelt2019-08-231-1/+1
* | baremetal: Auto-detect IAR toolchain for MSP430 architecture on WindowsDenis Shienkov2019-08-151-2/+7
* | C++: Add support for clang on WindowsChristian Kandeler2019-08-141-0/+38