aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* baremetal: Add auto-test for 'static library' dependentiesDenis Shienkov2020-06-2510-0/+92
* baremetal: Fix linker name detection for ARM using IAR toolchainDenis Shienkov2020-06-221-1/+1
* Add autotest for renaming a qbs project fileChristian Kandeler2020-06-224-0/+52
* Add a test case for source files disappearing during the buildChristian Kandeler2020-06-225-0/+52
* baremetal: Fix static library creation from multiple objects for KEIL toolchainDenis Shienkov2020-06-171-1/+1
* baremetal: Add auto-test for cpp.distributionIncludePaths propertyDenis Shienkov2020-06-176-0/+30
* baremetal: Add auto-test for cpp.systemIncludePaths propertyDenis Shienkov2020-06-176-0/+30
* baremetal: Add auto-test for cpp.includePaths propertyDenis Shienkov2020-06-176-0/+31
* baremetal: Fix generation of static libraries using IAR toolchainDenis Shienkov2020-06-161-13/+22
* baremetal: Long live "application" product type testDenis Shienkov2020-06-1611-0/+166
* Fix Qt 5.15 deprecation warningsChristian Kandeler2020-06-1624-38/+81
* Fix possible race in ~InternalJobThreadWrapper()Ivan Komissarov2020-06-161-4/+3
* Change the order of pip packages on WindowsIvan Komissarov2020-06-161-1/+1
* MSVC: Add missing handling for cpp.distributionIncludePaths propertyDenis Shienkov2020-06-156-0/+27
* Suppress leaks from QThreadPrivate()Ivan Komissarov2020-06-151-0/+2
* XCode: fix filePath of provisioning profiles artifactsIvan Komissarov2020-06-151-6/+3
* baremetal: Handle missing cpp.includePaths for SDCC assemblerDenis Shienkov2020-06-131-0/+6
* baremetal: Fix handling include paths for all IAR toolchainsDenis Shienkov2020-06-131-6/+6
* baremetal: Fix handling include paths for all KEIL toolchainsDenis Shienkov2020-06-131-6/+6
* baremetal: Fix handling include paths for SDCC toolchainDenis Shienkov2020-06-131-14/+17
* MSVC: Use "/external:I" flag to set the system include pathsDenis Shienkov2020-06-111-6/+26
* docker: fix PATH in android imagesIvan Komissarov2020-06-092-3/+3
* Fix '-Wclazy-range-loop' warningsIvan Komissarov2020-06-087-9/+12
* Fix TestBlackboxExamples with iOS profileIvan Komissarov2020-06-089-14/+23
* baremetal: Add support for Compact Risc architecture to GCC toolchainDenis Shienkov2020-06-081-0/+2
* baremetal: Add support for Renesas SuperH architecture to GCC toolchainDenis Shienkov2020-06-071-0/+2
* baremetal: Add support for Renesas RX architecture to GCC toolchainDenis Shienkov2020-06-071-0/+2
* Android: Add option to use aapt2 instead of aapt in Android.sdk moduleRaphaƫl Cotty2020-06-044-33/+374
* doc: use \qmlmodule for ProbesIvan Komissarov2020-06-0311-12/+11
* GCC: avoid duplicating framework paths in the resulting commandIvan Komissarov2020-06-021-1/+1
* ProductData: return members by const-referenceIvan Komissarov2020-06-0220-66/+50
* XCode: fix handling provisioning profiles in dry-run modeIvan Komissarov2020-06-022-2/+2
* doc: Remove extra \endtable tag because it is typoDenis Shienkov2020-05-311-1/+0
* TestBlackbox: Fix wrong indentationChristian Kandeler2020-05-291-1/+2
* Fix TestBlackboxExamples for environments without QtChristian Kandeler2020-05-295-21/+26
* Add blackbox examples testIvan Komissarov2020-05-289-2/+199
* Msvc: Handle windows module definition fileDenis Shienkov2020-05-269-2/+148
* Use md5 tool on macOSRichard Weickelt2020-05-251-2/+3
* Fix '-Wclazy-qstring-left' warningIvan Komissarov2020-05-251-1/+1
* doc: Add mention about new supported National Semiconductor CR16 architectureDenis Shienkov2020-05-251-0/+4
* baremetal: Auto-detect IAR toolchain for National Semiconductor CR16 architec...Denis Shienkov2020-05-251-2/+6
* baremetal: Add IAR National Semiconductor CR16 toolchain supportDenis Shienkov2020-05-251-5/+17
* doc: Add mention about new supported Renesas M16C architectureDenis Shienkov2020-05-251-0/+4
* baremetal: Auto-detect IAR toolchain for Renesas M16C/R8C architectureDenis Shienkov2020-05-251-2/+7
* baremetal: Add IAR Renesas M16C/R8C toolchain supportDenis Shienkov2020-05-251-4/+14
* baremetal: Auto-detect IAR toolchain for Renesas R32C architectureDenis Shienkov2020-05-251-2/+6
* doc: Add mention about new supported Renesas R32C architectureDenis Shienkov2020-05-251-0/+4
* baremetal: Add IAR Renesas R32C toolchain supportDenis Shienkov2020-05-251-5/+18
* baremetal: Add support for Renesas M32R architecture to GCC toolchainDenis Shienkov2020-05-252-0/+7
* ProjectData: return const values/referencesIvan Komissarov2020-05-258-34/+26