summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | codesign: add _canSignArtifacts propertyIvan Komissarov2021-02-194-4/+13
* | Merge branch '1.18'Ivan Komissarov2021-02-1929-20/+504
|\ \ | |/
| * GitHub actions: use empty qbs.installPrefix for release packagesv1.18.1Ivan Komissarov2021-02-171-1/+3
| * do not depend on QtGui in release buildsIvan Komissarov2021-02-151-1/+3
| * qt6: fix handling qtmain in setup-qt.jsIvan Komissarov2021-02-121-0/+2
| * Fix static build with qmakeRichard Weickelt2021-02-091-4/+2
| * Qt/Android: Extend rule cycle prevention hackChristian Kandeler2021-01-264-6/+77
| * cmake build: Turn project file updates on by defaultEike Ziller2021-01-131-1/+1
| * Xcode: Fix XCode auto-detectionIvan Komissarov2021-01-042-1/+55
| * Bump version to 1.18.1Richard Weickelt2020-12-231-1/+1
| * Add more paths to search in Library and Include probesJan Blackquill2020-12-232-1/+3
| * Add protobuf.nanopb documentationKai Dohmen2020-12-182-0/+160
| * Add qt4 docker image for basic testingRaphaƫl Cotty2020-12-1815-5/+198
* | Implement codesign moduleJake Petroules2021-02-1820-353/+1233