aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1.19' into masterIvan Komissarov2021-04-241-1/+14
|\
| * 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
* | qbs-config: Add convenience command for adding a profile in one goChristian Kandeler2021-04-093-7/+38
|/
* 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: do not use QTextStream::setCodec methodIvan Komissarov2020-11-092-3/+3
* | qt6: replace some QStringRefs with QStringViewsIvan Komissarov2020-11-091-2/+2
* | qt6: do not forward-declare QStringListIvan Komissarov2020-11-041-5/+2
|/
* Fix typo in JSON API project build answerDenis Shienkov2020-10-111-1/+1
* Improve Xcode auto-detectionIvan Komissarov2020-08-311-3/+4
* cmake: do not set exported include paths for the qbsconsoleloggerIvan Komissarov2020-08-211-1/+0
* Bump c++ version to the 17th standardIvan Komissarov2020-08-211-1/+1
* cmake: rename qbslogging -> qbsconsoleloggerIvan Komissarov2020-08-208-9/+9
* qbsbuild: move logging to the static libraryIvan Komissarov2020-08-203-0/+20
* cmake: Fix target namesIvan Komissarov2020-08-208-9/+9
* Initial CMake portIvan Komissarov2020-08-1710-0/+164
* Merge branch 1.17 into masterRichard Weickelt2020-08-143-3/+18
|\
| * Fix MinGW buildChristian Stenger2020-08-063-3/+18
* | qt6: Check the qt version while including QActionIvan Komissarov2020-08-031-0/+5
* | Merge branch '1.17' into masterRichard Weickelt2020-08-031-0/+2
|\|
| * xcode: add 'macosx-arm64' profile to the list of auto-created profilesIvan Komissarov2020-08-031-0/+2
* | Merge branch 1.17 into masterRichard Weickelt2020-07-241-0/+1
|\|
| * Fix setting isBundle:false on macOS in config-ui.qbsIvan Komissarov2020-07-241-0/+1
* | Replace QRegExp by QRegularExpressionChristian Stenger2020-07-233-23/+27
|/
* Fix Qt 5.15 deprecation warningsChristian Kandeler2020-06-163-4/+7
* Fix '-Wclazy-range-loop' warningsIvan Komissarov2020-06-082-3/+4
* ProductData: return members by const-referenceIvan Komissarov2020-06-021-4/+2
* Fix '-Wclazy-qstring-left' warningIvan Komissarov2020-05-251-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
* ProjectData: return const values/referencesIvan Komissarov2020-05-252-8/+4
* Add --system to qbs-setup-androidChristian Gagneraud2020-05-203-2/+10
* 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-153-10/+49
|\
| * GCC: fix detection of Mingw prefix in MXEAlberto Mardegan2020-04-151-1/+1