aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bare-metal: Add example for CC2540 USB dongleDenis Shienkov2019-04-268-1/+468
* Increase minimum required Qt versionChristian Kandeler2019-04-263-4/+4
* Merge 1.13 into masterChristian Kandeler2019-04-265-7/+17
|\
| * Do not check for minimumMacosVersion when not specifiedIvan Komissarov2019-04-251-3/+6
| * Fix Windows build with QtScript-less Qt againDavid Schulz2019-04-251-1/+1
| * Fix windows archive creationChristian Kandeler2019-04-161-0/+7
| * Adjust chocolatey.qbs to qbs 1.12Joerg Bornemann2019-04-161-1/+1
| * Fix make-release-archives.batJoerg Bornemann2019-04-161-2/+2
* | Android: default to c++14BogDan Vatra2019-04-251-0/+1
* | Android: Nuke support for old NDKsBogDan Vatra2019-04-255-201/+68
* | qbs-setup-qt is not needed anymoreBogDan Vatra2019-04-251-25/+1
* | [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