aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules
Commit message (Expand)AuthorAgeFilesLines
* Android: Nuke mips[64] abi supportBogDan Vatra2019-04-263-18/+6
* Default to the minimum supported NDK API versionBogDan Vatra2019-04-261-2/+10
* Android: default to c++14BogDan Vatra2019-04-251-0/+1
* Android: Nuke support for old NDKsBogDan Vatra2019-04-253-177/+57
* [Android] Allow the user to override version attributesBogDan Vatra2019-04-241-1/+6
* 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
* Android: Auto-detect Android.ndk.platformChristian Kandeler2019-04-053-21/+51
* bare-metal: Improve filtering for KEIL compiler outputDenis Shienkov2019-03-191-3/+8
* bare-metal: Add missed linker options from IAR for AVR toolchainDenis Shienkov2019-03-121-0/+4
* Android: Check for valid package name upon package creationChristian Kandeler2019-02-271-1/+10
* bare-metal: Add KEIL ARM toolchain support for WindowsDenis Shienkov2019-02-152-112/+290
* Android: Fix libc++abi issuesChristian Kandeler2019-02-131-4/+12
* bare-metal: Add KEIL 8051 toolchain support for WindowsDenis Shienkov2019-02-132-0/+623
* Fix some missed license headersDenis Shienkov2019-02-133-3/+3
* Android: Remove "noexecstack" assembler optionChristian Kandeler2019-02-131-1/+1
* bare-metal: Add IAR AVR toolchain supportDenis Shienkov2019-01-232-0/+26
* bare-metal: Add IAR 8051 toolchain supportDenis Shienkov2019-01-232-21/+108
* Introduce module providersChristian Kandeler2019-01-231-0/+62
* bare-metal: Remove '--warnings_affect_exit_code' option from IAR compilerDenis Shienkov2019-01-221-1/+0
* bare-metal: Link with library dependencies on IAR for ARMDenis Shienkov2019-01-212-0/+70
* bare-metal: Add IAR EWARM toolchain support on WindowsDenis Shienkov2019-01-192-0/+459
* Add recursive dependency scanning of GNU ld linkerscriptsOla Røer Thorsen2019-01-181-0/+40
* Darwin support: Work around issue with canonical pathsChristian Kandeler2019-01-111-1/+3
* GCC: Make it possible to force the linker variantChristian Kandeler2019-01-071-0/+12
* Rename PathProbe.pathPrefixes and PathProbe.platformPaths propertiesIvan Komissarov2018-12-105-6/+6
* MSVC: Fix handling of intermediate objectsChristian Kandeler2018-12-031-1/+2
* Support big Qt resourcesJoerg Bornemann2018-11-302-5/+15
* Add protobuf.cpp and protobuf.objc modulesIvan Komissarov2018-11-224-0/+259
* Properly support building Qt apps for AndroidChristian Kandeler2018-11-161-2/+12
* Initialize the multiplexing properties to empty listsChristian Kandeler2018-11-021-3/+3
* qbs module: Do not set default values for multiplexing propertiesChristian Kandeler2018-10-311-21/+2
* Android: Convert to new-style property access syntaxChristian Kandeler2018-10-191-6/+4
* Android: Enable building apps with native code and no multiplexingChristian Kandeler2018-10-191-1/+1
* Android: Update compiler flagsChristian Kandeler2018-10-151-31/+6
* Android: Make sure the manifest file has the right package nameChristian Kandeler2018-10-122-3/+33
* Merge 1.12 into masterChristian Kandeler2018-10-124-19/+48
|\
| * Exporter.qbs: Prevent passing an empty string to FileInfo.relativePath()Christian Kandeler2018-10-121-1/+1
| * Android support: Adapt to changes in newer revisionsChristian Kandeler2018-10-112-14/+40
* | cpp module: Work around distcc quirkChristian Kandeler2018-10-111-0/+20
* | Android: Allow additional assets and resourcesChristian Kandeler2018-10-111-4/+41
* | Android: Rewrite the rules gathering binaries for packagingChristian Kandeler2018-10-044-146/+108
* | MSVC: Give hint about possible reason for missing import libChristian Kandeler2018-09-041-4/+23
* | MSVC: Suppress "performing full link" also for executablesOrgad Shaneh2018-08-291-1/+2
* | Android: Properly support the aidl toolChristian Kandeler2018-08-271-2/+10
* | Enable the Application item to create Android appsChristian Kandeler2018-08-105-12/+74
* | Add support for job poolsChristian Kandeler2018-08-084-0/+9