aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* baremetal: Add support for RISC-V architecture in GCC toolchainDenis Shienkov2020-05-141-0/+2
* baremetal: Add support for V850 architecture in GCC toolchainDenis Shienkov2020-05-141-0/+2
* baremetal: Add IAR RISC-V toolchain supportDenis Shienkov2020-05-141-6/+14
* baremetal: Add IAR Renesas SH toolchain supportDenis Shienkov2020-05-141-6/+15
* baremetal: Fix typo at linker type detection in IAR 'cpp' moduleDenis Shienkov2020-05-141-2/+2
* Android: clean flagsRaphaël Cotty2020-05-135-61/+16
* Fix copyrightsIvan Komissarov2020-05-122-3/+3
* baremetal: Add support for ARMCLANG compiler in Keil toolchainDenis Shienkov2020-05-112-85/+227
* baremetal: Simplify output artifact extensions handling for IAR toolchainDenis Shienkov2020-05-111-65/+40
* baremetal: Fix handling cpp.libraryPaths for IAR toolchainDenis Shienkov2020-05-061-21/+19
* baremetal: Add IAR AVR32 toolchain supportDenis Shienkov2020-05-061-7/+23
* Move toJSLiteral() to ModUtilsIvan Komissarov2020-04-282-53/+54
* baremetal: Improve Keil toolchain output filteringDenis Shienkov2020-04-211-45/+47
* Merge branch '1.16' into masterRichard Weickelt2020-04-1513-59/+129
|\
| * Darwin: Adapt to Xcode 11.4Christian Kandeler2020-04-062-19/+13
| * Fix autodetecting mingw compiler in PATHIvan Komissarov2020-04-031-0/+1
| * LibraryProbe: extend search pathsIvan Komissarov2020-03-301-4/+29
| * Fix grpcIncludePath in protobufcpp.qbsIvan Komissarov2020-03-301-1/+1
| * Do not use app.qmltypes anymoreMaximilian Goldstein2020-03-301-1/+1
| * baremetal: Fix detecting older sdcc compilerIvan Komissarov2020-03-231-4/+18
| * Convenience items can now install separated debug infoIvan Komissarov2020-03-203-0/+25
| * Darwin: Fix access to undefined moduleChristian Kandeler2020-03-191-1/+2
| * Make Library.qbs configurableIvan Komissarov2020-03-183-29/+39
* | baremetal: Fetch ARM architecture details from IAR toolchainDenis Shienkov2020-04-061-164/+147
* | baremetal: Add KEIL C166 toolchain supportDenis Shienkov2020-04-032-12/+169
* | baremetal: Dump additional macros of C{51|251} compilerDenis Shienkov2020-04-031-13/+33
* | 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
|/
* 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: Add IAR Renesas 78K toolchain supportDenis Shienkov2020-03-161-7/+28
* baremetal: Add IAR Renesas V850 toolchain supportDenis Shienkov2020-03-161-0/+19
* 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: Add IAR Renesas RX toolchain supportDenis Shienkov2020-03-121-1/+19
* Add qbs.hostArchitecture propertyIvan Komissarov2020-03-111-0/+1
* Qt: Add support for the new QML type registration mechanismChristian Kandeler2020-03-092-2/+83
* Qt Support: Handle MinGW pure debug from Qt 5.14Björn Schäpers2020-03-091-2/+7
* Add "profiling" build variantIvan Komissarov2020-03-061-3/+3
* Qt support: Add support for moc metatype filesChristian Kandeler2020-03-062-6/+43
* GccBinaryProbe: Exit early if we didn't find anythingChristian Kandeler2020-03-041-3/+4
* Correctly join paths in artifactInstalledFilePathIvan Komissarov2020-02-261-1/+1
* Autodetect clang-cl by using ProbeIvan Komissarov2020-02-172-2/+75
* Add ConanfileProbe item for querying conan recipe filesRichard Weickelt2020-02-151-0/+130
* Autotedect MSVC compiler by using a probeIvan Komissarov2020-02-142-1/+73
* clang-cl: Fix macro dumpingIvan Komissarov2020-02-142-4/+8
* Fix code signing for Core Foundation bundlesLeon Buckel2020-02-132-57/+66