aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* baremetal: Fix linker name detection for ARM using IAR toolchainDenis Shienkov2020-06-221-1/+1
* baremetal: Fix static library creation from multiple objects for KEIL toolchainDenis Shienkov2020-06-171-1/+1
* baremetal: Fix generation of static libraries using IAR toolchainDenis Shienkov2020-06-161-13/+22
* MSVC: Add missing handling for cpp.distributionIncludePaths propertyDenis Shienkov2020-06-151-0/+3
* 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
* 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-042-3/+221
* GCC: avoid duplicating framework paths in the resulting commandIvan Komissarov2020-06-021-1/+1
* XCode: fix handling provisioning profiles in dry-run modeIvan Komissarov2020-06-022-2/+2
* Msvc: Handle windows module definition fileDenis Shienkov2020-05-262-2/+16
* baremetal: Add IAR National Semiconductor CR16 toolchain supportDenis Shienkov2020-05-251-5/+17
* baremetal: Add IAR Renesas M16C/R8C toolchain supportDenis Shienkov2020-05-251-4/+14
* baremetal: Add IAR Renesas R32C toolchain supportDenis Shienkov2020-05-251-5/+18
* baremetal: Add support for Renesas M32R architecture to GCC toolchainDenis Shienkov2020-05-251-0/+2
* Merge branch '1.16'Ivan Komissarov2020-05-202-21/+14
|\
| * Fix protobufobjc.qbs1.16Ivan Komissarov2020-05-191-17/+6
| * Do not use undefined properties in protobufcpp.qbsIvan Komissarov2020-05-191-4/+8
* | XCode: fix handling provisioning profilesIvan Komissarov2020-05-201-6/+10
* | baremetal: Pass '--cpu' flag at ARM predefined macros dumpingDenis Shienkov2020-05-191-1/+1
* | baremetal: Add IAR Renesas M32C toolchain supportDenis Shienkov2020-05-191-4/+13
* | baremetal: Add support for Renesas M32C architecture to GCC toolchainDenis Shienkov2020-05-191-0/+2
* | Add QT_NO_DEBUG macro when using "profiling" buildVariantIvan Komissarov2020-05-181-3/+3
* | baremetal: Add IAR ColdFire (aka M68K) toolchain supportDenis Shienkov2020-05-181-5/+18
* | baremetal: Add support for new M68K architecture for GCC toolchainDenis Shienkov2020-05-151-0/+2
* | baremetal: Add support for new Xtensa architecture for GCC toolchainDenis Shienkov2020-05-151-0/+2
* | 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