aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/keil.js
Commit message (Expand)AuthorAgeFilesLines
* baremetal: Improve macros dumping for KEIL C51/C251/C166 toolchainsDenis Shienkov2020-09-301-126/+84
* baremetal: Implement cpp.generateCompilerListingFiles for ARMCLANGDenis Shienkov2020-09-231-4/+29
* baremetal: Fix assignment of probes 'found' flagDenis Shienkov2020-09-041-6/+3
* Extract compiler macros using common JS functionDenis Shienkov2020-08-311-14/+2
* baremetal: Fix detection of ARM architecture details for KEIL armclangDenis Shienkov2020-08-131-0/+1
* baremetal: Use 'input' target instead of 'product' targetDenis Shienkov2020-08-081-4/+4
* 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-081-4/+4
* baremetal: Fix compiler listing generation for KEIL C166Denis Shienkov2020-08-061-1/+2
* baremetal: Don't pass cpp.driverFlags to KEIL assemblerDenis Shienkov2020-07-161-2/+1
* baremetal: Simplify cpp.prefixHeaders handling using KEIL ARM toolchainsDenis Shienkov2020-07-031-18/+16
* 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: Implement cpp.prefixHeaders for IAR and KEIL toolchainsDenis Shienkov2020-06-291-0/+5
* baremetal: Fix {c|cpp}LanguageVersion handling on KEIL ARM Clang toolchainDenis Shienkov2020-06-281-2/+4
* baremetal: Fix static library creation from multiple objects for KEIL toolchainDenis Shienkov2020-06-171-1/+1
* baremetal: Fix handling include paths for all KEIL toolchainsDenis Shienkov2020-06-131-6/+6
* baremetal: Pass '--cpu' flag at ARM predefined macros dumpingDenis Shienkov2020-05-191-1/+1
* baremetal: Add support for ARMCLANG compiler in Keil toolchainDenis Shienkov2020-05-111-84/+226
* baremetal: Improve Keil toolchain output filteringDenis Shienkov2020-04-211-45/+47
* baremetal: Add KEIL C166 toolchain supportDenis Shienkov2020-04-031-12/+168
* 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: Fetch ARM architecture details from KEIL toolchainDenis Shienkov2020-03-171-41/+44
* baremetal: Introduce new cpp::generate{Assembler|Compiler}ListingFilesDenis Shienkov2019-10-171-14/+46
* baremetal: Show full details of KEIL A51 errorsDenis Shienkov2019-10-141-0/+4
* baremetal: Enable errors printing for KEIL A51 assemblerDenis Shienkov2019-10-141-0/+3
* baremetal: Don't interpret BL51 linker warnings as errorsDenis Shienkov2019-10-101-0/+2
* baremetal: Fix merging issues from 1.14 to masterDenis Shienkov2019-10-101-14/+3
* Merge 1.14 into masterChristian Kandeler2019-10-081-0/+49
|\
| * baremetal: Fix missed linker artifact for C51 compilerDenis Shienkov2019-09-301-1/+38
* | Refactor the map file generation propertyDenis Shienkov2019-10-011-2/+2
* | baremetal: Improve JS code in KEIL module a bitDenis Shienkov2019-08-191-103/+260
|/
* bare-metal: Implement cpp.compilerIncludePaths for KEIL toolchainDenis Shienkov2019-05-161-0/+16
* bare-metal: Implement cpp.compilerDefinesByLanguage for KEIL toolchainDenis Shienkov2019-05-151-8/+14
* bare-metal: Improve filtering for KEIL compiler outputDenis Shienkov2019-03-191-3/+8
* bare-metal: Add KEIL ARM toolchain support for WindowsDenis Shienkov2019-02-151-112/+268
* bare-metal: Add KEIL 8051 toolchain support for WindowsDenis Shienkov2019-02-131-0/+396