aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 1.17 into masterRichard Weickelt2020-07-2441-3/+472
|\
| * baremetal: Pass 'one-object-asm-application' test for KEIL C166Denis Shienkov2020-07-242-0/+9
| * baremetal: Pass 'one-object-asm-application' test for KEIL MCS251Denis Shienkov2020-07-232-0/+10
| * baremetal: Skip 'preinclude-headers' test for KEIL C251 and C166Denis Shienkov2020-07-231-1/+3
| * baremetal: Pass 'one-object-asm-application' test for GCC XTENSADenis Shienkov2020-07-232-0/+13
| * baremetal: Pass 'one-object-asm-application' test for IAR AVRDenis Shienkov2020-07-232-0/+9
| * baremetal: Pass 'one-object-asm-application' test for IAR MSP430Denis Shienkov2020-07-232-0/+8
| * baremetal: Pass 'one-object-asm-application' test for IAR STM8Denis Shienkov2020-07-234-0/+25
| * baremetal: Pass 'one-object-asm-application' test for IAR ARMDenis Shienkov2020-07-232-0/+17
| * Add support for Cap'n Proto for the c++ languageIvan Komissarov2020-07-2116-0/+245
| * baremetal: Pass 'one-object-asm-application' test for GCC MSP430Denis Shienkov2020-07-212-0/+16
| * baremetal: Pass 'one-object-asm-application' test for SDCC STM8Denis Shienkov2020-07-202-0/+9
| * Tests: Fix linking of tests when using bundled QtScriptChristian Stenger2020-07-201-1/+0
| * baremetal: Skip 'preinclude-headers' test for KEIL MCS51 toolchainDenis Shienkov2020-07-162-1/+20
| * baremetal: Don't pass cpp.driverFlags to KEIL assemblerDenis Shienkov2020-07-162-2/+4
| * Fix loading optional transitive dependenciesIvan Komissarov2020-07-167-0/+37
| * Probes: Remove nameFilter from FrameworkProbeIvan Komissarov2020-07-162-0/+11
| * baremetal: Pass 'one-object-asm-application' test for GCC AVRDenis Shienkov2020-07-142-0/+8
| * baremetal: Pass 'one-object-asm-application' test for GCC ARMDenis Shienkov2020-07-142-0/+8
| * baremetal: Pass 'one-object-asm-application' test for KEIL ARMDenis Shienkov2020-07-104-3/+15
| * baremetal: Pass 'one-object-asm-application' test for SDCC MCS51Denis Shienkov2020-07-102-0/+10
* | Replace QRegExp by QRegularExpressionChristian Stenger2020-07-234-20/+28
* | Switch to Qt 5.15.0 and drop CI support for MinGW on LinuxRichard Weickelt2020-07-201-2/+3
* | Fix wrong array iterationRichard Weickelt2020-07-131-1/+1
|/
* baremetal: Pass 'one-object-asm-application' test for IAR MCS51Denis Shienkov2020-07-092-0/+10
* baremetal: Return 0 in ASM main function for KEIL MCS51 toolchainDenis Shienkov2020-07-091-3/+4
* baremetal: Replace '.asm' extension with '.s' extensionDenis Shienkov2020-07-082-1/+1
* baremetal: Add 'one-object-asm-application' test for KEIL MCS51Denis Shienkov2020-07-073-1/+47
* Fix wrong variable scope in conanfile-probe testcaseRichard Weickelt2020-07-031-1/+1
* baremetal: Don't use startsWith("xtensa") in testsDenis Shienkov2020-07-032-2/+2
* baremetal: Allow to pass tests with GCC compiler for MSP430 architectureDenis Shienkov2020-07-022-0/+10
* baremetal: Allow to pass tests with GCC compiler for XTENSA architectureDenis Shienkov2020-07-022-0/+10
* baremetal: Allow to pass tests with GCC compiler for ARM architectureDenis Shienkov2020-07-022-0/+10
* baremetal: Implement cpp.prefixHeaders for IAR and KEIL toolchainsDenis Shienkov2020-06-295-0/+24
* baremetal: Fix {c|cpp}LanguageVersion handling on KEIL ARM Clang toolchainDenis Shienkov2020-06-282-2/+18
* baremetal: Derive all applications and libraries from common productsDenis Shienkov2020-06-258-11/+36
* Android: Add support to generation of aab packageRaphaël Cotty2020-06-253-216/+395
* baremetal: Add auto-test for 'static library' dependentiesDenis Shienkov2020-06-2510-0/+92
* 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: 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: Long live "application" product type testDenis Shienkov2020-06-1611-0/+166
* Fix Qt 5.15 deprecation warningsChristian Kandeler2020-06-167-15/+25
* MSVC: Add missing handling for cpp.distributionIncludePaths propertyDenis Shienkov2020-06-155-0/+24
* Android: Add option to use aapt2 instead of aapt in Android.sdk moduleRaphaël Cotty2020-06-041-30/+145
* 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-287-0/+199