aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/sdcc.qbs
Commit message (Expand)AuthorAgeFilesLines
* Prefer built-in JS function in modulesChristian Kandeler2023-02-201-1/+1
* Remove `import qbs` from all project filesDenis Shienkov2021-08-041-1/+0
* Separate Cpp.{assembler|compiler}Output{Tags|Artifacts}Denis Shienkov2021-06-291-3/+3
* Make property cpp.compilerExtension as sharedDenis Shienkov2021-06-141-2/+0
* baremetal: Introduce new toolchainDetails propertyDenis Shienkov2021-06-131-4/+6
* baremetal: Implement validate script in CPP toolchain modulesDenis Shienkov2021-06-071-0/+2
* Use separate functions for repetitive actionsDenis Shienkov2021-05-251-0/+8
* baremetal: Move cpp-specific JS functions to cpp.js fileDenis Shienkov2021-05-191-9/+9
* baremetal: Share generation of generic lists of tags and artifactsDenis Shienkov2021-05-141-8/+14
* Fix conditionally generation for some artifacts and tagsDenis Shienkov2021-05-061-3/+3
* Share cpp::{assembler|compiler}ListingSuffix propertiesDenis Shienkov2021-04-061-3/+2
* Share cpp::objectSuffix propertyDenis Shienkov2021-03-301-2/+1
* Make `cpp.toolchainInstallPath` property as public for toolchainsDenis Shienkov2020-12-021-2/+1
* baremetal: Handle cpp.enableDefinesByLanguage for SDCC toolchainDenis Shienkov2020-09-241-0/+1
* baremetal: Pass 'compiler-listing-files' test for SDCC toolchainDenis Shienkov2020-08-131-2/+3
* baremetal: Introduce new 'none' choosing for qbs.targetPlatformDenis Shienkov2020-08-041-0/+1
* baremetal: Pass 'one-object-asm-application' test for SDCC MCS51Denis Shienkov2020-07-101-8/+1
* baremetal: Fix typo for STM8 assembler file tagging in SDCC toolchainDenis Shienkov2020-03-171-1/+1
* baremetal: Introduce new cpp::generate{Assembler|Compiler}ListingFilesDenis Shienkov2019-10-171-2/+2
* baremetal: Fix merging issues from 1.14 to masterDenis Shienkov2019-10-101-8/+3
* Merge 1.14 into masterChristian Kandeler2019-10-081-47/+10
|\
| * baremetal: Add missed output artifacts for SDCC compilerDenis Shienkov2019-10-011-53/+11
* | Refactor the map file generation propertyDenis Shienkov2019-10-011-8/+2
* | baremetal: Improve JS code in SDCC module a bitDenis Shienkov2019-08-191-22/+8
* | bare-metal: Fix SDCC toolchain moduleDenis Shienkov2019-07-291-24/+3
* | bare-metal: Add STM8 architecture for SDCC toolchainDenis Shienkov2019-07-261-3/+28
|/
* bare-metal: Implement cpp.compilerDefinesByLanguage for SDCC toolchainDenis Shienkov2019-05-141-1/+1
* bare-metal: Implement cpp.compilerIncludePaths for SDCC toolchainDenis Shienkov2019-05-141-0/+1
* bare-metal: Use preferred architecture to dump macrosDenis Shienkov2019-05-141-0/+1
* bare-metal: Add SDCC toolchain supportDenis Shienkov2019-04-101-0/+203