aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | GitHub actions: only run baremetal job when run by botIvan Komissarov2021-05-171-0/+1
* | baremetal: Share generation of generic lists of tags and artifactsDenis Shienkov2021-05-147-395/+179
* | Use smart pointers in Qt scannerIvan Komissarov2021-05-131-7/+6
* | Do not use manual memory management for d-pointersIvan Komissarov2021-05-1316-52/+44
* | Use std::unique_ptr in BinaryFile and TextFileIvan Komissarov2021-05-132-24/+8
* | Use std::unique_ptr in qbs::Internal::ProcessIvan Komissarov2021-05-131-10/+3
* | Merge branch '1.19' into masterIvan Komissarov2021-05-121-0/+65
|\|
| * Add changelog for the 1.19.0 releaseIvan Komissarov2021-05-101-0/+65
* | GitHub actions: fix building debug infoIvan Komissarov2021-05-104-4/+3
* | GitHub actions: fix path to mingw archiveIvan Komissarov2021-05-101-1/+1
* | Replace "product" variable by "exportingProduct" in Export itemsRaphael Cotty2021-05-0713-26/+27
* | GitHub actions: Update qtc version to 4.14.2 (Qbs 1.18.2)Raphael Cotty2021-05-063-4/+2
* | Use 64bit QtC version instead of 32-bit oneIvan Komissarov2021-05-061-0/+5
* | Fix conditionally generation for some artifacts and tagsDenis Shienkov2021-05-068-83/+157
* | GitHub actions: increase test function timeout for baremetalIvan Komissarov2021-05-061-0/+1
* | GitHub actions: Add MinGW build and tests on WindowsIvan Komissarov2021-05-063-0/+108