aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp
Commit message (Expand)AuthorAgeFilesLines
* baremetal: Fix detecting older sdcc compilerIvan Komissarov2020-03-231-4/+18
* 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
* Autodetect clang-cl by using ProbeIvan Komissarov2020-02-171-2/+2
* Autotedect MSVC compiler by using a probeIvan Komissarov2020-02-141-1/+2
* clang-cl: Fix macro dumpingIvan Komissarov2020-02-141-1/+3
* Merge branch '1.15' into masterRichard Weickelt2020-02-051-1/+4
|\
| * MSVC: Suppress "Generating code" messagesOrgad Shaneh2020-01-071-1/+4
* | Android: Update support to qt 5.14 and multi-arch apks for Qt appsRaphaƫl Cotty2020-02-041-1/+1
* | MSVC: Use compiler driver for linkingIvan Komissarov2020-01-244-60/+133
* | Use an empty array for the qbs.targetOS if targetPlatform is undefinedIvan Komissarov2020-01-142-2/+2
* | clang-cl: Fix cpp.generateLinkerMapFile when using lld-link.exeIvan Komissarov2019-12-161-3/+8
* | Merge branch '1.15' into masterRichard Weickelt2019-12-151-1/+9
|\|
| * MSVC: Remember only dependencies with librariesChristian Kandeler2019-12-041-1/+2
| * Fix building 32-bit x86 binaries with clang-clChristian Kandeler2019-11-201-0/+7
* | Merge branch '1.15' into masterRichard Weickelt2019-11-202-2/+2
|\|
| * Do not pass macosx_version_min to the linkerIvan Komissarov2019-11-191-1/+1
| * MingW: fix path of windres binaryAlberto Mardegan2019-11-081-1/+1
* | GCC: avoid duplicating objects in linker command lineAlberto Mardegan2019-11-122-0/+13
* | baremetal: Add IAR Renesas RL78 toolchain supportDenis Shienkov2019-10-301-4/+23
|/
* Allow to generate map file using MSVC toolchainDenis Shienkov2019-10-212-1/+12
* Implement cpp.generateLinkerMapFile for GCC-like toolchainsDenis Shienkov2019-10-212-1/+15
* baremetal: Introduce new cpp::generate{Assembler|Compiler}ListingFilesDenis Shienkov2019-10-177-39/+107
* 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: Improve artifact creation code for IAR EW moduleDenis Shienkov2019-10-112-50/+45
* baremetal: Use 'sdar' utility to create the library on SDCCDenis Shienkov2019-10-111-2/+2
* 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-104-46/+9
* Merge 1.14 into masterChristian Kandeler2019-10-084-107/+171
|\
| * baremetal: Add missed output artifacts for SDCC compilerDenis Shienkov2019-10-012-61/+92
| * baremetal: Fix missed linker artifact for C51 compilerDenis Shienkov2019-09-302-55/+50
| * baremetal: Handle missed 'driverLinkerFlags' property for SDCCDenis Shienkov2019-09-301-1/+3
| * baremetal: Fix assembler command for SDCC compilerv1.14.0Denis Shienkov2019-09-271-2/+4
* | Refactor the map file generation propertyDenis Shienkov2019-10-017-29/+17
* | Clean up version treatment in cpp moduleRichard Weickelt2019-08-232-21/+11
* | baremetal: Improve JS code in SDCC module a bitDenis Shienkov2019-08-192-67/+118
* | baremetal: Improve JS code in KEIL module a bitDenis Shienkov2019-08-192-174/+272
* | baremetal: Fix KEIL assembler file tagsDenis Shienkov2019-08-191-8/+1
* | baremetal: Fix IAR assembler file tagsDenis Shienkov2019-08-191-8/+1
* | baremetal: Improve JS code in IAR module a bitDenis Shienkov2019-08-192-262/+312
* | baremetal: Add IAR MSP430 toolchain supportDenis Shienkov2019-08-152-5/+38
* | C++: Add support for clang on WindowsChristian Kandeler2019-08-147-142/+292
* | baremetal: Fix detection of C++ language option for IAREW STM8Denis Shienkov2019-08-141-1/+1