aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge branch '1.18' into masterIvan Komissarov2021-03-182-26/+40
| |\
| | * protobuf: fix setting includePath in nanopb.qbsIvan Komissarov2021-03-181-0/+2
| | * protobuf: fix accessing undefined objectIvan Komissarov2021-03-152-26/+38
| | * Bump version to 1.18.2Ivan Komissarov2021-03-091-1/+1
* | | doc: Add how-to about signing for Apple platformsIvan Komissarov2021-03-301-0/+43
* | | Share cpp::objectSuffix propertyDenis Shienkov2021-03-309-13/+21
* | | Do not run joblimits in parallel with other testsIvan Komissarov2021-03-251-1/+5
* | | Add missing artifact tags for loadable modules when multiplexingIvan Komissarov2021-03-211-1/+2
* | | Run appleMultiConfig test with arm64 on newer XcodeIvan Komissarov2021-03-211-7/+14
* | | CI: Add new job to run bare-metal tests on self-hosted Windows PCDenis Shienkov2021-03-211-1/+134
* | | GitHub actions: Run tests with Qt6Ivan Komissarov2021-03-193-3/+96
* | | Add Qt6 docker image and update Qt5 imageIvan Komissarov2021-03-192-2/+14
* | | qt6: fix setting up Qt.uitools module on MacIvan Komissarov2021-03-191-1/+6
* | | qt6: do not use QHash in adjustDefiningItemsInGroupModuleInstancesIvan Komissarov2021-03-191-1/+1
|/ /
* | Fix building unit tests with bundled Qt.scriptIvan Komissarov2021-03-174-8/+25
* | Remove QTextCursor API from ChangeSetIvan Komissarov2021-03-176-32/+4
* | qt6: Fix installing Qt on LinuxIvan Komissarov2021-03-171-2/+9
* | Do not use QTextDocument for project file updatesIvan Komissarov2021-03-172-21/+8
* | Use TemporaryProfile in TestBlackbox::qtBug51237Ivan Komissarov2021-03-041-8/+6
* | qt6: do not use QString::fromUtf16(ushort*) overloadIvan Komissarov2021-03-031-2/+2
* | qt6: fix deprecation warning about QScopedPointer::takeIvan Komissarov2021-03-031-3/+2
* | Merge branch '1.18' into masterIvan Komissarov2021-03-024-3/+7
|\|
| * cmake build: Fix project files updates in Qbs binaryIvan Komissarov2021-03-022-1/+1
| * protobuf: fix _libraryName prop if protobuf is not foundIvan Komissarov2021-02-222-2/+6
* | install-qt.sh: Skip modules that are not existent in requested versionIvan Komissarov2021-03-021-0/+16
* | baremetal: Fix detection of GCC ARM toolchain installers on WindowsDenis Shienkov2021-03-021-20/+18
* | cmake: rename QbsAPI to QbsBuildConfigIvan Komissarov2021-03-022-1/+1
* | cmake: add QBS_ENABLE_RPATH optionIvan Komissarov2021-03-022-13/+15
* | GitHub actions: Bump Xcode version to 12.4Ivan Komissarov2021-03-011-2/+2
* | GitHub actions: fix setting up Qt on macOSIvan Komissarov2021-03-011-1/+1
* | baremetal: Patch *.rel files generated by SDCC compiler on windows hostDenis Shienkov2021-02-281-20/+40
* | baremetal: Pass tests for IAR 78K toolchainDenis Shienkov2021-02-281-1/+1
* | baremetal: Report only existing compiler's include paths for IARDenis Shienkov2021-02-271-2/+3
* | baremetal: Fix detection of IAR toolchains if version contains build numberDenis Shienkov2021-02-271-1/+1
* | baremetal: Fix typo in `--endian` option for IAR ARM or RX assemblerDenis Shienkov2021-02-271-1/+1
* | doc: remove duplicate doc entry for cpp.toolchainInstallPathIvan Komissarov2021-02-261-8/+0
* | doc: add a note about timestamps in File.copyIvan Komissarov2021-02-261-0/+3
* | qt6: fix deprecation warnings about QVariant::*convertIvan Komissarov2021-02-223-2/+22