aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | bare-metal: Add IAR STM8 toolchain supportDenis Shienkov2019-07-261-2/+7
* | bare-metal: Auto-detect SDCC profiles for all supported architecturesDenis Shienkov2019-07-261-45/+80
* | Fix qbs-setup-toolchainsChristian Kandeler2019-07-241-2/+2
* | Refactor the GCC/Clang/MinGW compilers auto-detectionDenis Shienkov2019-07-234-90/+321
* | qbs-setup-toolchains: Refactor and improve the code a bitDenis Shienkov2019-07-1613-44/+57
* | Move GCC/MinGW/Clang stuff to separate gccProbe moduleDenis Shienkov2019-07-156-185/+321
* | Fix compare '<' operator for ToolchainInstallInfoDenis Shienkov2019-07-111-2/+7
* | baremetal: Detect KEIL compiler version if it is found in a pathDenis Shienkov2019-07-091-4/+84
* | baremetal: Detect SDCC compiler version if it is found in a pathDenis Shienkov2019-07-091-4/+52
* | baremetal: Detect IAREW compiler version if it is found in a pathDenis Shienkov2019-07-033-4/+76
* | baremetal: Insert the version into auto-detected SDCC profileDenis Shienkov2019-07-032-21/+25
* | baremetal: Insert the version into auto-detected KEIL profileDenis Shienkov2019-07-032-21/+25
* | baremetal: Insert the version into auto-detected IAREW profileDenis Shienkov2019-07-023-22/+34
|/
* Merge 1.13 into masterChristian Kandeler2019-06-141-1/+1
|\
| * Add Visual Studio 2019 support1.13Joerg Bornemann2019-06-071-1/+1
* | Fix some warnings about null pointersIvan Komissarov2019-06-041-2/+2
* | Fix build with namespaced QtChristian Stenger2019-06-033-0/+6
* | Fix readability-static-definition-in-anonymous-namespace warningsIvan Komissarov2019-05-214-55/+43
* | Apply modernize-loop-convert fix-itIvan Komissarov2019-05-211-2/+2
* | Apply modernize-use-auto fix-itIvan Komissarov2019-05-201-2/+2
* | bare-metal: Improve the KEIL toolchain auto detectionDenis Shienkov2019-05-175-62/+265
* | bare-metal: Improve the IAR toolchain auto detectionDenis Shienkov2019-05-175-64/+270
* | bare-metal: Improve the SDCC toolchain auto detectionDenis Shienkov2019-05-175-64/+244