aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | bare-metal: Fix SDCC toolchain moduleDenis Shienkov2019-07-292-24/+11
* | Merge 1.14 into masterChristian Kandeler2019-07-263-5/+16
|\|
| * baremetal: Fix detection of C++ language option for IARDenis Shienkov2019-07-241-2/+13
| * Android: Fix binutils pathChristian Kandeler2019-07-161-1/+1
| * Set minimumTvosVersion to "6.0" by defaultIvan Komissarov2019-07-151-1/+1
| * Set cpp.minimumIosVersion to "6.0" by defaultIvan Komissarov2019-07-051-1/+1
* | bare-metal: Add IAR STM8 toolchain supportDenis Shienkov2019-07-262-6/+47
* | bare-metal: Add STM8 architecture for SDCC toolchainDenis Shienkov2019-07-262-3/+32
|/
* baremetal: Fix typo in option to enable C++ language for IARDenis Shienkov2019-07-031-2/+2
* Assume that libc++ is present on iOS if cpp.minimumIosVersion is not setIvan Komissarov2019-06-261-2/+2
* Android: Fix build with NDKr20BogDan Vatra2019-06-171-1/+1
* C/C++: Prevent adjacent duplicate libsChristian Kandeler2019-05-272-1/+10
* Merge 1.13 into masterChristian Kandeler2019-05-231-3/+8
|\
| * Fix generation of the default Info.plist when building for iOSIvan Komissarov2019-05-161-3/+8
* | bare-metal: Implement cpp.compilerIncludePaths for KEIL toolchainDenis Shienkov2019-05-162-0/+17
* | bare-metal: Implement cpp.compilerDefinesByLanguage for KEIL toolchainDenis Shienkov2019-05-152-9/+16
* | bare-metal: Implement cpp.compilerDefinesByLanguage for SDCC toolchainDenis Shienkov2019-05-141-1/+1
* | bare-metal: Implement cpp.compilerIncludePaths for SDCC toolchainDenis Shienkov2019-05-142-0/+32
* | bare-metal: Use preferred architecture to dump macrosDenis Shienkov2019-05-142-4/+14
* | bare-metal: Implement cpp.compilerIncludePaths for IAR toolchainDenis Shienkov2019-05-102-0/+48
* | bare-metal: Implement cpp.compilerDefinesByLanguage for IAR toolchainDenis Shienkov2019-05-102-6/+9
* | Android: Nuke mips[64] abi supportBogDan Vatra2019-04-261-7/+1
* | Android: default to c++14BogDan Vatra2019-04-251-0/+1
* | Android: Nuke support for old NDKsBogDan Vatra2019-04-251-101/+32
* | NDK r+19 doesn't need gcc-toolchain anymoreBogDan Vatra2019-04-241-1/+1
* | Android: follow official android flags for cmakeBogDan Vatra2019-04-241-2/+13
* | Fix tests on non-latin systemsIvan Komissarov2019-04-231-0/+3
* | bare-metal: Add SDCC toolchain supportDenis Shienkov2019-04-102-0/+543
* | Add support for the clang-cl compilerIvan Komissarov2019-04-105-377/+523
|/