aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Qt support: Understand QT_INSTALL_PREFIX in prl filesChristian Kandeler2021-08-161-0/+1
* MSVC: Understand "c++20" as language versionChristian Kandeler2021-08-061-1/+1
* Remove `import qbs` from all project filesDenis Shienkov2021-08-0420-21/+0
* msvc: fix passing /Zc:__cplusplus flagIvan Komissarov2021-08-033-0/+19
* Fix typo in MSVC toolchain when handling cpp.linkerWrapper propertyDenis Shienkov2021-07-311-2/+2
* Android: fix link with static stlRaphael Cotty2021-07-301-0/+1
* Merge branch '1.19' into 1.20Ivan Komissarov2021-07-273-17/+35
|\
| * baremetal: Revert usage of toWindowsSeparators() for KEIL C51/251/166v1.19.2Denis Shienkov2021-06-281-13/+17
| * codesign: Add additional signing flags at end of commandDenis Shienkov2021-06-161-4/+7
| * codesign: Add new codesign.timestampAlgorithm propertyDenis Shienkov2021-06-162-0/+11
| * codesign: Fix checking if product is a frameworkIvan Komissarov2021-06-141-2/+2
* | Long live Digital Mars toolchainDenis Shienkov2021-07-275-20/+814
* | Separate Cpp.{assembler|compiler}Output{Tags|Artifacts}Denis Shienkov2021-06-295-17/+35
* | Fix usage of Cpp.collectMiscAssemblerArguments() functionDenis Shienkov2021-06-296-21/+7
* | Account for more QML-related binaries being in libexecMitch Curtis2021-06-284-4/+10
* | Make property cpp.compilerExtension as sharedDenis Shienkov2021-06-146-9/+1
* | baremetal: Introduce new toolchainDetails propertyDenis Shienkov2021-06-139-431/+242
* | baremetal: Implement validate script in CPP toolchain modulesDenis Shienkov2021-06-0710-79/+33
* | baremetal: Add missing inputsFromDependencies for COSMIC compilerDenis Shienkov2021-06-041-0/+2
* | Avoid copy&pasting code in gcc.js/darwin.jsIvan Komissarov2021-06-032-56/+61
* | Merge branch '1.19' into masterIvan Komissarov2021-06-025-8/+15
|\|
| * msvc: fix system include support with MSVC >= 19.29.30037Ivan Komissarov2021-06-011-0/+4
| * darwin: do not strip debug symbols when dsyms are built-inIvan Komissarov2021-05-312-5/+8
| * Use qbs.hostOS instead of qbs.targetOS in qml.jsIvan Komissarov2021-05-312-3/+3
* | baremetal: Use isMcs{51|251}Architecture() functions moreDenis Shienkov2021-06-011-9/+9
* | baremetal: Long live COSMIC toolchain for COLDFIRE architectureDenis Shienkov2021-05-311-7/+27
* | baremetal: Long live COSMIC toolchain for HCS12 architectureDenis Shienkov2021-05-301-6/+26
* | baremetal: Long live COSMIC toolchain for HCS08 architectureDenis Shienkov2021-05-291-6/+38
* | baremetal: Long live COSMIC toolchain for STM8 architectureDenis Shienkov2021-05-281-7/+22
* | baremetal: Long live COSMIC toolchain for STM32 ARM architectureDenis Shienkov2021-05-283-0/+708
* | Android: Add option to use dex compiler d8 instead of dxRaphael Cotty2021-05-263-7/+66
* | Use separate functions for repetitive actionsDenis Shienkov2021-05-2512-452/+431
* | Android: Remove Ministro supportRaphael Cotty2021-05-241-34/+27
* | baremetal: Move cpp-specific JS functions to cpp.js fileDenis Shienkov2021-05-199-174/+178
* | baremetal: Share generation of generic lists of tags and artifactsDenis Shienkov2021-05-147-395/+179
* | Replace "product" variable by "exportingProduct" in Export itemsRaphael Cotty2021-05-071-2/+2
* | Fix conditionally generation for some artifacts and tagsDenis Shienkov2021-05-068-83/+157
* | Merge branch '1.19' into masterIvan Komissarov2021-05-054-32/+74
|\|
| * Fix reading Xcode 12.5 specsv1.19.0Ivan Komissarov2021-05-033-31/+71
| * codesign: do not use signtool for mingw toolchainIvan Komissarov2021-04-261-1/+3
* | Qt Support: Consider "external" modulesChristian Kandeler2021-05-031-7/+16
* | Pull in the Xcode build specs from Xcode 12.4Ivan Komissarov2021-05-032-1002/+1286
* | Merge branch '1.19' into masterIvan Komissarov2021-04-2422-114/+575
|\|
| * codesign: Long live `signtool` signing on WindowsDenis Shienkov2021-04-236-7/+245
| * Android: Compensate Qt issue in network dependencies for 5.15.0 < Qt < 5.15.3Raphael Cotty2021-04-201-3/+77
| * Allow to specify windowsSdkVersionIvan Komissarov2021-04-195-4/+22
| * Fix setting PATH on Windows when invoking QbsIvan Komissarov2021-04-161-3/+2
| * Qt support: Fix possible command line length issue with qmlimportscannerChristian Kandeler2021-04-122-5/+22
| * baremetal: Fix generation of compiler listing filesDenis Shienkov2021-04-121-17/+42
| * baremetal: Fix generation compiler listing using ARMCC compilerDenis Shienkov2021-04-081-15/+41