summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Bump version to 1.19.2Ivan Komissarov2021-06-141-1/+1
| | * Add changelog for the 1.19.1 releaseIvan Komissarov2021-06-141-0/+12
| | * doc: Add missing note about "qcc" toolchainv1.19.1Ivan Komissarov2021-06-031-0/+3
* | | Use the fallback mode from parametersIvan Komissarov2021-07-271-1/+3
|/ /
* | Long live Digital Mars toolchainDenis Shienkov2021-07-2715-20/+1241
* | Fix some gcc warningsChristian Kandeler2021-07-261-2/+2
* | Give more details on a property values mismatchChristian Kandeler2021-07-221-2/+17
* | Switch qbs-benchmarker to QbsIvan Komissarov2021-07-032-4/+11
* | Add hashing functions for QVariantIvan Komissarov2021-07-022-0/+74
* | 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
* | Add unittests for the new hashing functionsIvan Komissarov2021-06-282-0/+47
* | Don't use download.qt.io by defaultIvan Komissarov2021-06-241-1/+1
* | Add hashing functions for tuplesIvan Komissarov2021-06-232-0/+59
* | Implement Persistence::store/load functions for tuplesIvan Komissarov2021-06-221-0/+27
* | add .vscode to .gitignoreIvan Komissarov2021-06-161-0/+1
* | cmake: fix build on mac with unit testsIvan Komissarov2021-06-151-1/+1
* | cmake: fix build with unittests and external QtScriptIvan Komissarov2021-06-151-0/+3
* | 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
* | Remove some unused codeIvan Komissarov2021-06-031-11/+0
* | Avoid copy&pasting code in gcc.js/darwin.jsIvan Komissarov2021-06-032-56/+61
* | Move provider instantiation to a separate functionIvan Komissarov2021-06-022-39/+65
* | Extract provider file search to a separate functionIvan Komissarov2021-06-022-80/+93
* | 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
| * Bump version to 1.19.1Ivan Komissarov2021-05-291-1/+1
* | baremetal: Use isMcs{51|251}Architecture() functions moreDenis Shienkov2021-06-011-9/+9
* | baremetal: Long live COSMIC toolchain for COLDFIRE architectureDenis Shienkov2021-05-315-9/+42
* | baremetal: Long live COSMIC toolchain for HCS12 architectureDenis Shienkov2021-05-305-7/+39
* | baremetal: Long live COSMIC toolchain for HCS08 architectureDenis Shienkov2021-05-295-7/+52
* | baremetal: Long live COSMIC toolchain for STM8 architectureDenis Shienkov2021-05-285-8/+37
* | baremetal: Long live COSMIC toolchain for STM32 ARM architectureDenis Shienkov2021-05-2817-2/+978
* | Android: Add option to use dex compiler d8 instead of dxRaphael Cotty2021-05-265-47/+135
* | Use separate functions for repetitive actionsDenis Shienkov2021-05-2513-454/+433
* | Android: Remove Ministro supportRaphael Cotty2021-05-243-98/+27
* | Add profiling timer for module providersIvan Komissarov2021-05-202-0/+7
* | Move module providers code to the separate classIvan Komissarov2021-05-199-211/+411
* | baremetal: Move cpp-specific JS functions to cpp.js fileDenis Shienkov2021-05-199-174/+178
* | Fix using extraSearchPaths stackIvan Komissarov2021-05-184-16/+25
* | CMake: Don't add dummy target if it already is thereEike Ziller2021-05-181-2/+6
* | cmake: Add Qt6 buildIvan Komissarov2021-05-1810-23/+40
* | cmake: Add bundled QtScript buildIvan Komissarov2021-05-188-4/+379
* | Avoid code duplication in TestBlackboxBase::runQbsIvan Komissarov2021-05-171-7/+6
* | Print stderr and stdout in case of errorIvan Komissarov2021-05-171-0/+3