aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
Commit message (Expand)AuthorAgeFilesLines
* baremetal: Fix auto detection of SDCC toolchain on WindowsDenis Shienkov2019-09-232-18/+49
* Improve clang-cl auto-detectionIvan Komissarov2019-07-251-1/+41
* 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
* | Do not allow to enter leading and trailing spaces in qbs-config-uiIvan Komissarov2019-05-061-0/+44
* | Apply fix-its for the missing override keywordIvan Komissarov2019-05-033-4/+4
* | Fix uninitialized variablesIvan Komissarov2019-05-028-18/+18
* | qbs-setup-qt is not needed anymoreBogDan Vatra2019-04-251-25/+1
* | bare-metal: Add SDCC toolchain supportDenis Shienkov2019-04-101-0/+65
* | Add support for the clang-cl compilerIvan Komissarov2019-04-108-10/+276
* | Merge 1.13 into masterChristian Kandeler2019-03-183-4/+4
|\|
| * setup-qt: Fix magic MSVC version number used for compatibility checkChristian Kandeler2019-03-181-1/+1
| * Fix version detection for MSVC 2017David Schulz2019-03-151-2/+2
| * Fix some warningshjk2019-03-041-1/+1
* | Use pass-by-value and moveIvan Komissarov2019-03-071-2/+4
* | Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-063-8/+13
|/
* Return initializer list where it is possibleDenis Shienkov2019-02-268-113/+99
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-2519-174/+173
* Replace 'typedef' with 'using' where it is possibleDenis Shienkov2019-02-232-2/+2
* Replace non-const calls to temporaries with constIvan Komissarov2019-02-211-2/+2
* Fix allocating temp QString on each iterationIvan Komissarov2019-02-201-1/+1
* bare-metal: Add possibility to create the KEIL toolchain profileDenis Shienkov2019-02-191-0/+66
* bare-metal: Don't set the IAR's qbs.architecture if it is emptyDenis Shienkov2019-02-191-1/+2
* bare-metal: Add possibility to create the IAR toolchain profileDenis Shienkov2019-02-181-0/+67
* setup-qt: Fix detection for 32-bit MSVCChristian Kandeler2019-02-131-1/+3
* Detect Qt via a module providerChristian Kandeler2019-02-126-251/+106
* Introduce module providersChristian Kandeler2019-01-238-1/+39
* Merge 1.12 into masterChristian Kandeler2019-01-112-0/+2
|\
| * Make setup-toolchains and setup-android behave like setup-qtChristian Kandeler2018-12-182-0/+2
* | setup-android: Complain about unknown optionsChristian Kandeler2018-11-281-0/+2
* | Add "show progress" support on WindowsAndreas Zieringer2018-10-302-6/+9
* | Merge 1.12 into masterChristian Kandeler2018-10-191-5/+5
|\|
| * qtprofilesetup: Understand the mkspec prefix "mingw"Christian Kandeler2018-10-181-5/+5
* | Merge 1.12 into masterChristian Kandeler2018-10-122-15/+120
|\|
| * Android support: Adapt to changes in newer revisionsChristian Kandeler2018-10-111-4/+25
| * MSVC: Add support for the Visual Studio 2017 Build ToolsChristian Kandeler2018-10-081-11/+95
* | Add support for job poolsChristian Kandeler2018-08-086-0/+104
* | Merge 1.12 into masterChristian Kandeler2018-06-291-2/+6
|\|
| * setup-android: Fix case where there is only one architectureChristian Kandeler2018-06-251-2/+6
* | Emit some relevant info in list-productsChristian Kandeler2018-06-291-2/+8
* | Merge 1.12 into masterChristian Kandeler2018-06-222-4/+15
|\|
| * setup-toolchains: Fix another possible QProcess timeoutChristian Kandeler2018-06-211-1/+1