aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Android] Allow the user to override version attributesBogDan Vatra2019-04-243-1/+48
* Fix building dmg when path contains non-latin charactersIvan Komissarov2019-04-241-1/+6
* Use LLVM toolchain starting with NDK r19+BogDan Vatra2019-04-241-6/+14
* NDK r+19 doesn't need gcc-toolchain anymoreBogDan Vatra2019-04-241-1/+1
* Android: follow official android flags for cmakeBogDan Vatra2019-04-241-2/+13
* Fix tests on non-latin systemsIvan Komissarov2019-04-234-4/+10
* bare-metal: Add example for OLIMEX AVR-CAN boardDenis Shienkov2019-04-177-1/+409
* Merge 1.13 into masterChristian Kandeler2019-04-161-32/+27
|\
| * Version bumpChristian Kandeler2019-04-161-1/+1
| * Qt support: Fix detection of deployment target for Apple platformsv1.13.0Christian Kandeler2019-04-081-32/+27
* | bare-metal: Add example for STM32F4DISCOVERY boardDenis Shienkov2019-04-1515-0/+1526
* | bare-metal: Add SDCC toolchain supportDenis Shienkov2019-04-106-0/+764
* | Add support for the clang-cl compilerIvan Komissarov2019-04-1027-420/+1088
* | Merge 1.13 into masterChristian Kandeler2019-04-058-28/+70
|\|
| * Android: Auto-detect Android.ndk.platformChristian Kandeler2019-04-056-24/+59
| * Fix badInterpreter autotestChristian Kandeler2019-04-051-1/+3
| * bare-metal: Improve filtering for KEIL compiler outputDenis Shienkov2019-03-191-3/+8
* | Merge 1.13 into masterChristian Kandeler2019-03-1812-28/+44
|\|
| * setup-qt: Fix magic MSVC version number used for compatibility checkChristian Kandeler2019-03-181-1/+1
| * Fix version detection for MSVC 2017David Schulz2019-03-153-4/+5
| * bare-metal: Add missed linker options from IAR for AVR toolchainDenis Shienkov2019-03-121-0/+4
| * PkgConfigProbe: Check for package version in an extra callChristian Kandeler2019-03-121-7/+12
| * Fix some warningshjk2019-03-046-16/+22
* | Fix crashChristian Kandeler2019-03-111-1/+1
* | Use auto when declaring iteratorsIvan Komissarov2019-03-071-24/+24
* | Use pass-by-value and moveIvan Komissarov2019-03-0759-127/+149
* | Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-0641-109/+191
* | Merge 1.13 into masterChristian Kandeler2019-03-01198-1354/+2878
|\|
| * Android: Check for valid package name upon package creationChristian Kandeler2019-02-274-1/+14
| * Return initializer list where it is possibleDenis Shienkov2019-02-2669-371/+339
| * Fix build with Qt5.9 on macOSChristian Stenger2019-02-261-1/+1
| * Use QStringLiteral more where it is possibleDenis Shienkov2019-02-2596-614/+614
| * Replace 'typedef' with 'using' where it is possibleDenis Shienkov2019-02-2332-122/+122
| * Use 'const auto' keywords more at objects allocationsDenis Shienkov2019-02-2328-218/+218
| * Replace non-const calls to temporaries with constIvan Komissarov2019-02-215-9/+13
| * Add const-references for non trivial types in range-for loopsIvan Komissarov2019-02-203-7/+7
| * Options: Add missed move-ctorsIvan Komissarov2019-02-204-0/+12
| * Doc: Add information about PkgConfigProbeIvan Komissarov2019-02-201-0/+217
| * Fix allocating temp QString on each iterationIvan Komissarov2019-02-201-1/+1
| * bare-metal: Add possibility to create the KEIL toolchain profileDenis Shienkov2019-02-192-0/+67
| * bare-metal: Don't set the IAR's qbs.architecture if it is emptyDenis Shienkov2019-02-191-1/+2
| * Remove usages of deprecated QString::nullOrgad Shaneh2019-02-191-3/+3
| * bare-metal: Fix architecture name for 8-bit AVR mcu'sDenis Shienkov2019-02-191-3/+0
| * bare-metal: Add support of the AVR32 architecture for GCC compilerDenis Shienkov2019-02-191-0/+2
| * bare-metal: Add possibility to create the IAR toolchain profileDenis Shienkov2019-02-182-0/+68
| * doc: Add information about KeilProbeDenis Shienkov2019-02-181-0/+93
| * Android: Work around regression in Qt 5.12.1Christian Kandeler2019-02-181-0/+6
| * Doc: mention that the default build configuration is debugMitch Curtis2019-02-181-0/+2
| * Qt provider: Make sure not to invoke qtchooser directlyChristian Kandeler2019-02-181-2/+7
| * Qt provider: Fix plugin map setupChristian Kandeler2019-02-181-1/+1