aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Qt support: Fix detection of deployment target for Apple platformsv1.13.0Christian Kandeler2019-04-081-32/+27
* 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
* 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
* 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
* Qt provider: Check exit code of qmake -query callChristian Kandeler2019-02-181-0/+4
* doc: Rename documentation file 'iarprobe' to 'iar-probe'Denis Shienkov2019-02-151-0/+0
* bare-metal: Add KEIL ARM toolchain support for WindowsDenis Shienkov2019-02-153-113/+293
* Qt provider: Handle file paths with spaces in prl filesChristian Kandeler2019-02-141-3/+2
* Fix detection of static QtChristian Kandeler2019-02-141-3/+3
* Doc: Add documention about IncludeProbeIvan Komissarov2019-02-141-0/+55
* Doc: Add information about IarProbeDenis Shienkov2019-02-131-0/+93
* Doc: Add a bit more info on the Probes pageIvan Komissarov2019-02-131-1/+4
* Android: Fix libc++abi issuesChristian Kandeler2019-02-131-4/+12
* bare-metal: Add KEIL 8051 toolchain support for WindowsDenis Shienkov2019-02-133-0/+688
* Fix some missed license headersDenis Shienkov2019-02-137-7/+7
* Android: Remove "noexecstack" assembler optionChristian Kandeler2019-02-131-1/+1
* Add change log for 1.13Christian Kandeler2019-02-131-0/+37
* setup-qt: Fix detection for 32-bit MSVCChristian Kandeler2019-02-131-1/+3
* Set the default platform toolset for VS 2019 to v142Joerg Bornemann2019-02-121-3/+8
* Doc: Rename pathprobe.qdoc to path-probe.qdocIvan Komissarov2019-02-121-0/+0
* Detect Qt via a module providerChristian Kandeler2019-02-1245-2593/+1906
* Doc: Add information about FrameworkProbeIvan Komissarov2019-02-111-0/+60
* Doc: Add information about BinaryProbeIvan Komissarov2019-02-111-0/+85