aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* qt6: fix -Wformat warningsIvan Komissarov2021-02-161-2/+2
* Test for array-like objects with instanceof ArrayRichard Weickelt2021-02-152-2/+2
* Do not rely on leaked context variablesRichard Weickelt2021-02-131-1/+1
* Add missing import statementsRichard Weickelt2021-02-131-1/+1
* baremetal: Pass tests for RISC-V architecture for GCC toolchainDenis Shienkov2021-02-111-0/+5
* baremetal: Add new 'compiler-defines-by-language' testDenis Shienkov2021-02-106-0/+82
* baremetal: Add '-nostdlib' flag for MSP430 GCC toolchainDenis Shienkov2021-02-091-1/+1
* baremetal: Pass tests for ColdFire architecture for IAR toolchainDenis Shienkov2021-02-053-0/+26
* baremetal: Pass tests for RISC-V architecture for IAR toolchainDenis Shienkov2021-02-053-0/+17
* baremetal: Derive test application and library from base productDenis Shienkov2021-02-053-228/+131
* baremetal: Pass tests for M32C architecture for IAR toolchainDenis Shienkov2021-02-053-0/+21
* baremetal: Pass tests for RX architecture for IAR toolchainDenis Shienkov2021-02-052-0/+7
* baremetal: Pass tests for HCS12 architecture for IAR toolchainDenis Shienkov2021-02-052-0/+9
* baremetal: Pass tests for HCS08 architecture for IAR toolchainDenis Shienkov2021-02-043-0/+17
* baremetal: Pass tests for HCS08 architecture for SDCC toolchainDenis Shienkov2021-02-042-0/+8
* baremetal: Improve detection of IAR compiler includesDenis Shienkov2021-02-024-0/+42
* Merge branch '1.18'Ivan Komissarov2020-12-1839-1/+352
|\
| * Add TestBlackboxApple::appiconset testIvan Komissarov2020-12-1435-0/+341
| * Fix assetCatalog test for macOS 11.*Ivan Komissarov2020-12-141-1/+2
| * Pass import paths as nanopb_opt to support `.options` filesKai Dohmen2020-12-033-0/+9
* | xcode: brings back arm64 mac in aggregateDependencyLinking()Ivan Komissarov2020-12-071-1/+1
* | Merge branch '1.18' into masterRichard Weickelt2020-11-286-82/+208
|\|
| * Disable moc for the aggregate product when multiplexingRaphaël Cotty2020-11-264-4/+31
| * macOS: Fix getNativeSetting() test on Big SurIvan Komissarov2020-11-201-4/+8
| * Android: Update for Qt 6Raphaël Cotty2020-11-171-74/+169
* | qt6: use lambdas to pass callables to QtConcurrent::runIvan Komissarov2020-11-042-12/+16
* | qt6: do not forward-declare QStringListIvan Komissarov2020-11-043-11/+3
* | qt6: do not use deprecated QByteArray::operator(QString)Ivan Komissarov2020-11-031-1/+4
|/
* GitHub actions: fix macOS buildIvan Komissarov2020-10-291-2/+1
* Implement missing check for allowed values in PropertyOptionsIvan Komissarov2020-10-284-1/+91
* Xcode: fix apple-multiconfig test for ios-simulatorIvan Komissarov2020-10-261-2/+2
* Fix qbs.buildVariant in appleMultiConfig() testIvan Komissarov2020-10-262-10/+10
* Merge branch '1.17'Ivan Komissarov2020-10-261-40/+35
|\
| * Android: Remove targetName suffix from QtApplicationRaphaël Cotty2020-10-231-1/+1
| * Android: Fix Qt 5.14 (and 5.15)Richard Weickelt2020-10-221-4/+6
| * Android: Update for Qt 5.15Raphaël Cotty2020-10-211-40/+33
| * Android: Allow exporting of Qt modules by using importingProductRaphaël Cotty2020-10-213-1/+80
* | clang-tidy: Apply modernize-use-nullptr fix-itIvan Komissarov2020-10-263-81/+81
* | Fix usage of @VAR@ in info plist filesIvan Komissarov2020-10-085-0/+72
* | tests: Add missing 'std' namespaceDenis Shienkov2020-09-3018-28/+28
* | Remove cpp dependency from PathProbe blackbox testsRichard Weickelt2020-09-272-4/+1
* | GitHub actions: Run tests with Xcode 12Ivan Komissarov2020-09-251-0/+4
* | xcode12: fix compiler warningsIvan Komissarov2020-09-251-4/+4
* | Make protobuf.*.outputDir public againKai Dohmen2020-09-246-0/+126
* | baremetal: Implement cpp.generateCompilerListingFiles for ARMCLANGDenis Shienkov2020-09-232-34/+6
* | Android: Change the product property to importingProduct to allow exporting Q...Raphaël Cotty2020-09-213-1/+80
* | tests: Add 'std' prefix for printf() in blackbox::configure testDenis Shienkov2020-09-181-1/+1
* | baremetal: Pass 'generate-linker-map' test for SDCC toolchainDenis Shienkov2020-09-172-10/+0
* | Add protobuf.nanopb moduleKai Dohmen2020-09-164-0/+123
* | GitHub actions: fix the fallbackModuleProvider testIvan Komissarov2020-09-141-3/+0