aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch '1.19' into masterIvan Komissarov2021-05-0510-36/+89
|\
| * Fix reading Xcode 12.5 specsv1.19.0Ivan Komissarov2021-05-036-31/+78
| * Fix compiler warning on MSVC64Orgad Shaneh2021-04-281-1/+1
| * codesign: skip test for mingw toolchainIvan Komissarov2021-04-272-3/+7
| * codesign: do not use signtool for mingw toolchainIvan Komissarov2021-04-261-1/+3
* | docker: Update images to Qbs 1.18.2Raphael Cotty2021-05-051-6/+6
* | 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
* | Move Windows only tests into TestBlackboxWindowsIvan Komissarov2021-05-0319-133/+137
* | Update QtScript submoduleChristian Kandeler2021-05-031-0/+0
* | Add .qdocconf for Hugo siteJan Blackquill2021-05-011-0/+3
* | Merge branch '1.19' into masterIvan Komissarov2021-04-2457-258/+1319
|\|
| * codesign: Long live `signtool` signing on WindowsDenis Shienkov2021-04-2316-32/+658
| * msvc: Pass -vcvars_ver to vcvarsall.bat when detecting environmentIvan Komissarov2021-04-235-8/+41
| * Merge branch '1.18' into 1.19Ivan Komissarov2021-04-221-0/+41
| |\
| | * Add changelog for the 1.18.2 releasev1.18.21.18Richard Weickelt2021-04-061-0/+41
| * | Use binary search in Set::find()Ivan Komissarov2021-04-214-2/+42
| * | Android: Compensate Qt issue in network dependencies for 5.15.0 < Qt < 5.15.3Raphael Cotty2021-04-201-3/+77
| * | Fix build with older compilersIvan Komissarov2021-04-201-1/+1
| * | Allow to specify windowsSdkVersionIvan Komissarov2021-04-199-17/+64
| * | Fix detecting MSVC via Probe when multiple versions are presentIvan Komissarov2021-04-192-1/+16
| * | update dmgbuild to master branchIvan Komissarov2021-04-191-13/+66
| * | Fix setting PATH on Windows when invoking QbsIvan Komissarov2021-04-163-7/+6
| * | Do not try to generate FwdHeaders when not using bundled Qt.ScriptIvan Komissarov2021-04-121-0/+7
| * | Qt support: Fix possible command line length issue with qmlimportscannerChristian Kandeler2021-04-122-5/+22
| * | baremetal: Fix generation of compiler listing filesDenis Shienkov2021-04-122-19/+52
| * | baremetal: Fix generation compiler listing using ARMCC compilerDenis Shienkov2021-04-083-23/+43
| * | baremetal: Move post linker commands to separate functions for SDCCDenis Shienkov2021-04-081-53/+72
| * | baremetal: Improve 'compiler-listing' testDenis Shienkov2021-04-077-38/+26
| * | Android: Fix aapt compiling command on WindowsMax Bespalov2021-04-071-1/+2
| * | Avoid using unicode characters in apple.qbsIvan Komissarov2021-04-061-7/+7
| * | Share cpp::{assembler|compiler}ListingSuffix propertiesDenis Shienkov2021-04-069-22/+56
| * | baremetal: Improve linkerMapFile() testDenis Shienkov2021-04-053-32/+49
| * | baremetal: Pass externalStaticLibraries() test for KEIL C51/C251/C166Denis Shienkov2021-04-052-23/+20
* | | qbs-config: Add convenience command for adding a profile in one goChristian Kandeler2021-04-095-7/+101
* | | Android: Correct qt6 testRaphael Cotty2021-04-067-6/+87
* | | Android: Change default Android Asset Packaging Tool from aapt to aapt2Raphael Cotty2021-04-061-1/+1
* | | Bump version to 1.20.0Richard Weickelt2021-04-061-1/+1
|/ /
* | Share cpp::linkerMapSuffix propertyDenis Shienkov2021-04-018-9/+17
* | Android: Code signing moduleRaphaƫl Cotty2021-04-019-118/+370
* | baremetal: Improve 'linker-map' testDenis Shienkov2021-04-015-26/+11
* | Android: Add support for ndk 22.1.7171670Raphael Cotty2021-03-312-41/+35
* | Fix installing artifacts when multiplexingIvan Komissarov2021-03-313-5/+10
* | baremetal: Don't use Windows separators for KEIL toolchainsDenis Shienkov2021-03-311-32/+16
* | Fix accessing binaries from libexecIvan Komissarov2021-03-306-7/+33
* | codesign: do not sign intermediate products when multiplexingIvan Komissarov2021-03-307-10/+46
* | Merge "Merge branch '1.18' into master"The Qt Project2021-03-302-26/+40
|\ \