aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | baremetal: Auto-detect GNU ARM toolchains on WindowsDenis Shienkov2019-07-301-1/+37
* | bare-metal: Remove target flag from the MCS51 example for SDCCDenis Shienkov2019-07-291-2/+1
* | bare-metal: Add support for SDCC to stm8s103f exampleDenis Shienkov2019-07-292-6/+25
* | bare-metal: Fix SDCC toolchain moduleDenis Shienkov2019-07-292-24/+11
* | Merge 1.14 into masterChristian Kandeler2019-07-2620-65/+208
|\|
| * Improve clang-cl auto-detectionIvan Komissarov2019-07-251-1/+41
| * baremetal: Fix detection of C++ language option for IARDenis Shienkov2019-07-241-2/+13
| * Work around deprecation warnings in Qthjk2019-07-245-6/+22
| * Avoid some deprecation warnings for QLatin1Literal useshjk2019-07-221-8/+8
| * Fix outdated documentation for some multiplexing propertiesChristian Kandeler2019-07-171-3/+2
| * Android: Fix binutils pathChristian Kandeler2019-07-161-1/+1
| * Set minimumTvosVersion to "6.0" by defaultIvan Komissarov2019-07-152-2/+5
| * Add change log for 1.14.0Christian Kandeler2019-07-151-0/+35
| * ios: Move cpp.entryPoint from Qt.Core to Qt.guiIvan Komissarov2019-07-102-4/+6
| * Add a complete example for a Rule in a ProductIvan Komissarov2019-07-104-32/+65
| * Add hasLibrary property to Qt.coreRichard Weickelt2019-07-091-0/+1
| * doc: Fix JobLimit::jobCount typeIvan Komissarov2019-07-061-1/+1
| * Set cpp.minimumIosVersion to "6.0" by defaultIvan Komissarov2019-07-052-3/+6
* | bare-metal: Add example for STM8S103F3 boardDenis Shienkov2019-07-2611-4/+449
* | bare-metal: Add IAR STM8 toolchain supportDenis Shienkov2019-07-264-8/+58
* | bare-metal: Auto-detect SDCC profiles for all supported architecturesDenis Shienkov2019-07-261-45/+80
* | bare-metal: Add STM8 architecture for SDCC toolchainDenis Shienkov2019-07-262-3/+32
* | Fix qbs-setup-toolchainsChristian Kandeler2019-07-241-2/+2
* | Refactor the GCC/Clang/MinGW compilers auto-detectionDenis Shienkov2019-07-234-90/+321
* | Add additional namespaces and ifdef guard prefixesDenis Shienkov2019-07-2237-177/+312
* | baremetal: Long live the IAR EW project generator for 8051Denis Shienkov2019-07-1817-0/+2586
* | 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 compilation errors with MSVC2015Denis Shienkov2019-07-151-0/+12
* | Fix compare '<' operator for ToolchainInstallInfoDenis Shienkov2019-07-111-2/+7
* | baremetal: Long live the IAR EW project generator for AVRDenis Shienkov2019-07-1117-0/+2419
* | baremetal: Long live the IAR EW project generator for ARMDenis Shienkov2019-07-1150-2/+4925
* | 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
* | Add Windows to Travis build configRichard Weickelt2019-07-082-3/+55
* | Install colliding-mice example into the correct locationRichard Weickelt2019-07-081-2/+2
* | Speed up TestBlackboxJobLimitsIvan Komissarov2019-07-083-3/+3
* | Merge 1.14 into masterChristian Kandeler2019-07-0551-90/+1041
|\|
| * baremetal: Fix typo in option to enable C++ language for IARDenis Shienkov2019-07-031-2/+2
| * qbs build: Fix GCC 9 warnings triggered by Qt headersChristian Kandeler2019-07-021-3/+13
| * Fix compiling with project.withExamples:true on MacIvan Komissarov2019-07-011-1/+3
| * Adapt to upstream introduction of std::hash<QString>hjk2019-07-011-0/+2
| * Add sanity check to socket launcherChristian Kandeler2019-06-281-0/+1
| * Add support for gRPC to the protobuf.cpp moduleIvan Komissarov2019-06-2713-9/+556
| * Enable project.withExamples in TravisIvan Komissarov2019-06-271-0/+1
| * Fix TestBlackboxApple::infoPlist for tvos/ios/watchos platformsIvan Komissarov2019-06-261-5/+32
| * Assume that libc++ is present on iOS if cpp.minimumIosVersion is not setIvan Komissarov2019-06-261-2/+2
| * Fix TestBlackboxApple::xcode for tvos/ios/watchos platformsIvan Komissarov2019-06-262-8/+40
| * Add PathProbe::candidateFilter propertyIvan Komissarov2019-06-269-13/+49
| * Allow PathProbe to search multiple filesIvan Komissarov2019-06-2528-56/+348