summaryrefslogtreecommitdiff
path: root/share/qbs/modules/cpp
Commit message (Expand)AuthorAgeFilesLines
* Xcode: fix compilation for ios-simulator with Xcode 12v1.17.11.17Ivan Komissarov2020-10-261-0/+8
* Replace wrong continue statement with returnRichard Weickelt2020-08-141-1/+1
* baremetal: Fix detection of ARM architecture details for KEIL armclangDenis Shienkov2020-08-131-0/+1
* baremetal: Pass 'compiler-listing-files' test for SDCC toolchainDenis Shienkov2020-08-132-11/+40
* baremetal: Fix typo in cpp.optimization flags for IAR toolchainDenis Shienkov2020-08-121-2/+2
* Implement cpp.generateCompilerListingFiles for MSVC toolchainDenis Shienkov2020-08-122-3/+14
* baremetal: Use 'input' target instead of 'product' targetDenis Shienkov2020-08-082-6/+6
* baremetal: Fix linker MAP file generation for KEIL C51/C251/C166Denis Shienkov2020-08-081-3/+14
* baremetal: Fix typos in input parameters for {linker|archiver} flagsDenis Shienkov2020-08-083-12/+12
* baremetal: Fix compiler listing generation for KEIL C166Denis Shienkov2020-08-061-1/+2
* baremetal: Add new 'external-static-libraries' testDenis Shienkov2020-08-041-0/+1
* baremetal: Introduce new 'none' choosing for qbs.targetPlatformDenis Shienkov2020-08-043-0/+3
* Android: Do not append the version number to a library nameChristian Kandeler2020-08-041-0/+1
* baremetal: Fix static library generation for GCC compilerDenis Shienkov2020-08-043-4/+3
* baremetal: Use checking on host OS in SDCC workaroundDenis Shienkov2020-08-021-1/+1
* doc: Document more cpp module propertiesIvan Komissarov2020-07-311-3/+4
* baremetal: Pass all current tests for IAR M16CDenis Shienkov2020-07-271-1/+1
* baremetal: Fix typo in CR16 architecture detection macro for IARDenis Shienkov2020-07-271-1/+1
* baremetal: Pass all current tests for IAR SHDenis Shienkov2020-07-271-1/+2
* baremetal: Pass all current tests for IAR R32CDenis Shienkov2020-07-261-1/+1
* baremetal: Pass all current tests for IAR AVR32Denis Shienkov2020-07-261-4/+6
* baremetal: Don't pass cpp.driverFlags to KEIL assemblerDenis Shienkov2020-07-161-2/+1
* baremetal: Don't pass cpp.driverFlags to IAR assemblerDenis Shienkov2020-07-161-2/+1
* baremetal: Don't pass cpp.driverFlags to SDCC assemblerDenis Shienkov2020-07-161-2/+1
* baremetal: Pass 'one-object-asm-application' test for SDCC MCS51Denis Shienkov2020-07-101-8/+1
* baremetal: Simplify cpp.prefixHeaders handling using KEIL ARM toolchainsDenis Shienkov2020-07-032-18/+18
* baremetal: Fix cpp.prefixHeaders for KEIL ARM clang toolchainDenis Shienkov2020-07-021-9/+18
* baremetal: Fix order of known {C|Cpp} language versions for KEIL ARMDenis Shienkov2020-07-021-4/+2
* baremetal: Add support for c99 language version for SDCC toolchainDenis Shienkov2020-07-021-1/+4
* baremetal: Allow libraries linking with SDCC on Windows hostDenis Shienkov2020-07-021-1/+24
* baremetal: Fix cpp.warningLevel for SDCC compilerDenis Shienkov2020-07-011-1/+6
* baremetal: Implement cpp.{system|distribution}IncludePaths for SDCC compilerDenis Shienkov2020-07-011-1/+2
* baremetal: Implement cpp.prefixHeaders for SDCC compilerDenis Shienkov2020-07-011-0/+15
* baremetal: Implement cpp.prefixHeaders for IAR and KEIL toolchainsDenis Shienkov2020-06-292-0/+9
* baremetal: Fix {c|cpp}LanguageVersion handling on KEIL ARM Clang toolchainDenis Shienkov2020-06-281-2/+4
* baremetal: Fix architecture code detection for ARM using IAR toolchainDenis Shienkov2020-06-281-1/+5
* 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
* 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
* GCC: avoid duplicating framework paths in the resulting commandIvan Komissarov2020-06-021-1/+1
* 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