aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | clang-tidy: Fix 'misc-unused-using-decls' warningsIvan Komissarov2020-04-064-6/+1
| * | baremetal: Add KEIL C166 toolchain supportDenis Shienkov2020-04-033-13/+175
| * | baremetal: Dump compiler version for C251 compiler tooDenis Shienkov2020-04-031-16/+45
| * | baremetal: Move Keil compiler version detection to separate functionsDenis Shienkov2020-04-031-62/+71
| * | baremetal: Auto-detect C251 compiler provided by KeilDenis Shienkov2020-04-031-1/+5
| * | baremetal: Dump additional macros of C{51|251} compilerDenis Shienkov2020-04-031-13/+33
| * | Install libgrpc++-dev packages in Bionic imageIvan Komissarov2020-04-022-1/+2
| * | baremetal: Unify pre-defined macros dumping for mcs{51|251} architecturesDenis Shienkov2020-03-301-47/+25
| * | baremetal: Move ARM architecture detalization to separate functionDenis Shienkov2020-03-231-24/+25
| * | baremetal: Introduce isArmArchitecture() functionDenis Shienkov2020-03-231-14/+18
| * | baremetal: Add KEIL C251 toolchain supportDenis Shienkov2020-03-191-47/+117
| * | Bump version to 1.17.0Richard Weickelt2020-03-181-1/+1
| |/
| * baremetal: Fix some typos in README files of examplesDenis Shienkov2020-03-172-2/+2
| * baremetal: Fix typo for STM8 assembler file tagging in SDCC toolchainDenis Shienkov2020-03-171-1/+1
| * baremetal: Fetch ARM architecture details from KEIL toolchainDenis Shienkov2020-03-171-41/+44
| * baremetal: Fix target ARM architecture condition in an examplesDenis Shienkov2020-03-171-1/+1
| * Update windowsservercore Docker imageRichard Weickelt2020-03-175-62/+87
| * baremetal: Auto-detect IAR toolchain for Renesas 78K architectureDenis Shienkov2020-03-161-2/+6
| * baremetal: Add IAR Renesas 78K toolchain supportDenis Shienkov2020-03-161-7/+28
| * baremetal: Auto-detect IAR toolchain for Renesas V850 architectureDenis Shienkov2020-03-161-2/+7
| * baremetal: Add IAR Renesas V850 toolchain supportDenis Shienkov2020-03-161-0/+19
| * baremetal: Auto-detect IAR toolchain for Renesas RH850 architectureDenis Shienkov2020-03-161-2/+6
| * baremetal: Add IAR Renesas RH850 toolchain supportDenis Shienkov2020-03-161-0/+18
| * baremetal: Fix endianness flag detection for IAR toolchainDenis Shienkov2020-03-161-1/+3
| * baremetal: Fix typo in cppLanguageOption() for IAR toolchainDenis Shienkov2020-03-161-2/+2
| * baremetal: Auto-detect IAR toolchain for Renesas RX architectureDenis Shienkov2020-03-121-2/+7
| * baremetal: Add IAR Renesas RX toolchain supportDenis Shienkov2020-03-121-1/+19
| * Add qbs.hostArchitecture propertyIvan Komissarov2020-03-117-1/+43
| * Fix emptyProfile autotestChristian Kandeler2020-03-101-13/+21
| * Simplify the emptyProfile autotestChristian Kandeler2020-03-091-3/+1
| * Qt: Add support for the new QML type registration mechanismChristian Kandeler2020-03-0910-2/+507
| * setup-toolchains now sets the qbs.toolchainType, not qbs.toolchainIvan Komissarov2020-03-0914-63/+75
| * Qt Support: Handle MinGW pure debug from Qt 5.14Björn Schäpers2020-03-091-2/+7
| * doc: fix candidateFilter exampleIvan Komissarov2020-03-091-1/+1
| * Add "profiling" build variantIvan Komissarov2020-03-067-11/+61
| * doc: add How-To section about separating debug infoIvan Komissarov2020-03-062-0/+61
| * Fix GRPC exampleIvan Komissarov2020-03-061-1/+1
| * Document the fact that PathProbe.candidatePaths is always populatedIvan Komissarov2020-03-061-0/+18
| * Add clang-cl to the list of known toolchainsIvan Komissarov2020-03-062-1/+10
| * Qt support: Add support for moc metatype filesChristian Kandeler2020-03-0610-6/+165
| * Documentation: Fix some macrosChristian Kandeler2020-03-051-2/+2
| * Rule execution: Fix potential infinite loopChristian Kandeler2020-03-055-0/+45
| * GccBinaryProbe: Exit early if we didn't find anythingChristian Kandeler2020-03-041-3/+4
| * Artifact Scanning: Prefer scan results from product dependenciesChristian Kandeler2020-03-039-2/+78
| * Use std::vector for the probeBindings in ModuleLoader::resolveProbe()Ivan Komissarov2020-03-021-4/+4
| * Use std::vector instead of QList in ModuleLoader::m_currentProbesIvan Komissarov2020-03-022-2/+2
| * Use std::vector instead of QList in ModuleLoader::m_oldProjectProbesIvan Komissarov2020-03-021-1/+1
| * Simplify ModuleLoader::searchAndLoadModuleFileIvan Komissarov2020-02-271-34/+36
| * Extract some code to ModuleLoader::findExistingModulePaths()Ivan Komissarov2020-02-272-8/+19
| * Avoid useless allocations in Item::propertyDeclarationIvan Komissarov2020-02-271-7/+7