aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix version parsingBogDan Vatra2020-01-071-1/+1
* MSVC: Suppress "Generating code" messagesOrgad Shaneh2020-01-071-1/+4
* 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
* 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
* 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-085-108/+176
|\
| * Darwin: Adapt to Xcode 11Christian Kandeler2019-10-041-1/+5
| * 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
* | Merge 1.14 into masterChristian Kandeler2019-09-261-0/+3
|\|
| * Darwin: More filtering in SDK directoryChristian Kandeler2019-09-261-0/+3
* | 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
* | Add command and AutotestRunner timeoutJochen Ulrich2019-08-011-0/+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
* Add support for gRPC to the protobuf.cpp moduleIvan Komissarov2019-06-272-9/+100
* 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
* Fix javac version detectionIvan Komissarov2019-06-142-3/+16
* Add pkgconfig.sysroot propertyIvan Komissarov2019-05-271-0/+5
* C/C++: Prevent adjacent duplicate libsChristian Kandeler2019-05-272-1/+10
* Merge 1.13 into masterChristian Kandeler2019-05-232-4/+10
|\