aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
Commit message (Expand)AuthorAgeFilesLines
* GCC: fix detection of Mingw prefix in MXEAlberto Mardegan2020-04-151-1/+1
* Session handling: Do not ignore return value of I/O functionsChristian Kandeler2020-04-151-4/+12
* qbs session: Keep checking whether stdin is still presentChristian Kandeler2020-04-151-1/+13
* baremetal: Fix detecting older sdcc compilerIvan Komissarov2020-03-231-4/+23
* 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-098-44/+43
* Autodetect clang-cl by using ProbeIvan Komissarov2020-02-171-107/+13
* Autotedect MSVC compiler by using a probeIvan Komissarov2020-02-143-302/+6
* Android: Update support to qt 5.14 and multi-arch apks for Qt appsRaphaƫl Cotty2020-02-041-10/+27
* Be more tolerant to exceptions when adding gcc profilesIvan Komissarov2020-02-031-3/+7
* Fix clang-tidy errorsIvan Komissarov2020-01-292-6/+6
* Apply 'modernize-pass-by-value' fix-itIvan Komissarov2020-01-282-2/+2
* clang-cl: Fix build warningsIvan Komissarov2020-01-281-1/+4
* 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 memory leak in CommandLineFrontendChristian Kandeler2020-01-071-0/+1
* API: Do not try to do manual book-keepingChristian Kandeler2020-01-061-2/+2
* Fix some 'performance-unnecessary-value-param' warnings with std::moveIvan Komissarov2019-12-184-4/+4
* Adapt source code to Qt 6Christian Kandeler2019-12-172-4/+6
* 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
* | Fix 'performance-move-const-arg' warningsIvan Komissarov2019-12-091-1/+1
* | Use std::unique_ptr in SessionPacketReaderIvan Komissarov2019-12-042-6/+8
* | Apply 'modernize-make-unique' fix-itIvan Komissarov2019-11-281-1/+1
* | Apply 'readability-container-size-empty' fix-itIvan Komissarov2019-11-251-1/+1
* | Replace QList<qbs::Profile> with std::vector<qbs::Profile>Ivan Komissarov2019-11-2515-20/+22
* | Apply 'modernize-use-equals-default' fix-itIvan Komissarov2019-11-253-16/+5
* | Apply 'modernize-use-override' fix-itIvan Komissarov2019-11-251-1/+1
* | Fix -Wunused-but-set-variable on Ubuntu/mingwIvan Komissarov2019-11-201-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 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
|/
* Fix static buildChristian Kandeler2019-10-102-0/+19
* JSON API: Force binary mode for stdout on WindowsChristian Kandeler2019-09-301-0/+15
* Merge 1.14 into masterChristian Kandeler2019-09-262-18/+56
|\
| * baremetal: Fix auto detection of SDCC toolchain on WindowsDenis Shienkov2019-09-232-18/+49
* | Introduce the session commandChristian Kandeler2019-09-1816-1/+1416
* | 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
* | 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
* | Merge 1.14 into masterChristian Kandeler2019-07-261-3/+43
|\|
| * Improve clang-cl auto-detectionIvan Komissarov2019-07-251-1/+41