aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Disable warnings-are-errors for the doc buildSimon Hausmann2020-01-311-1/+1
| | | | | | | | We're not really interested in catching the C++ warnings at this late stage (Qt5 build), especially not for building documentation. Change-Id: I48c621ce6de199de61fab8de6517f4c0b099bf11 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Remove wasm on windows for nowLars Knoll2020-01-311-6/+0
| | | | | | | The compiler fails to pass the c++14 configure test. Change-Id: I2253d1654eda19351154467cd3b076ba726c10d7 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Update submodules on 'dev' in qt/qt5Qt Submodule Update Bot2020-01-3118-0/+0
| | | | | Change-Id: I16a797f24169c42eb1b11f9d62905c687af7da4f Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Add qtshadertools as a submodule in devLaszlo Agocs2020-01-312-1/+7
| | | | | | Task-number: QTBUG-78589 Change-Id: I64da5b9f46ace924e3dd24a1ea062379450f8ca3 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Re-add qtimageformatsSimon Hausmann2020-01-301-1/+1
| | | | | | | | Qt Quick Controls 2 styles use webp, which in turn is instantiated by tests. Change-Id: I7a9a98f96beecb1f214e9e2caef0062a5716d31e Reviewed-by: Liang Qi <liang.qi@qt.io>
* Reduce the set of modules for Qt6 developmentSimon Hausmann2020-01-291-27/+27
| | | | | | | | | | | | | | | Change the amount of modules that are tested together by the CI (and then used for initial Qt 6 snapshots) to the core essential modules. All others are set to "ignore" and the objective is to bring them back later when qtbase/declarative/quick3d development has settled. Notable exceptions are svg and graphicaleffects due to their strong dependency from qtvirtualkeyboard as well as qtquickcontrols2. Change-Id: I972d7b353add1f5dbad5104ce84c4cc5b8c6f616 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Remove ICC from our list of tested platforms for nowLars Knoll2020-01-281-5/+0
| | | | | | | ICC 18 doesn't support C++17, so let's remove it. Change-Id: If87010fe73111324f78ccd26f25e55ec7e6afbca Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Update macOS WebAssembly and Android builds to use 10.14Lars Knoll2020-01-271-3/+2
| | | | | | | macOS 10.13 doesn't support C++17, and will get removed soon. Change-Id: I5ed50df99d8582349adfd04e59ce89dd49701f76 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* Remove QNX configs from CILars Knoll2020-01-272-48/+0
| | | | | | | | Those configurations don't support a C++17 compliant compiler. Fixes: QTBUG-81576 Change-Id: I87499e21e7532856fdd4c41b1e162e3566d5f130 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
* Re-remove WinRT configurationsSimon Hausmann2020-01-221-26/+0
| | | | | | | | They were originally removed in commit 5677a43a25a9dc1a3151e6b28cbf9fe015a1aff4 but re-added through a merge. Change-Id: I821fb955745dfc5e982cdbf2264af3345ec03252 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Update _clang-format definitionPaul Wicking2019-12-181-0/+3
| | | | | | | | Add indentation for preprocessor directives if/ifdef/endif as this is commonly used across Qt. Change-Id: I0ce9851cc0861b8d18cb3717d695c871169db239 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Merge remote-tracking branch 'origin/wip/cmake' into devSimon Hausmann2019-12-1321-31/+216
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This merges merely the provisioning changes needed to perform cmake builds in the CI. The platform configuration changes will be applied incremental as we merge support in the individual modules. Conflicts: coin/provisioning/qtci-linux-Ubuntu-18.04-x86_64/02-apt.sh Added ninja to coin/provisioning/qtci-linux-SLES-15-x86_64/02-zypperpackages.sh just to force re-provisioning. Removed module_config.yaml because that breaks license check in qmake builds. Change-Id: Ic074c0c881404f4361e61f66130c0cb07f5e8b84
| * Update vcpkg snapshotAlexandru Croitor2019-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | The snapshot uses the previous snapshot as a based. It was rebased on latest master as of 2019-12-05, and also contains cherry-picked patches to target iOS. Change-Id: I9fc0c39856fdb255533f6c71d27f5749894b6bea Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
| * Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-12-112-0/+0
| | | | | | | | | | | | Change-Id: Ia8dbab68e5a7dd4f136e6345d6c1da9705d4be69 Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io>
| * Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-12-101-0/+0
| | | | | | | | | | | | Change-Id: I8a50e284b785b7441826ed4f199a5db4c2be6f6e Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io>
| * Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-12-071-0/+0
| | | | | | | | | | | | Change-Id: I0c29a5b3944a20d6652c0c8cb1199abae9683f93 Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io>
| * Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-12-041-0/+0
| | | | | | | | | | | | Change-Id: I45dd7a0b0a93a35aa3f528617efeaa2859f9ce6e Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io>
| * Update submodules on 'wip/cmake' in qt/qt5Alexandru Croitor2019-12-031-0/+0
| | | | | | | | | | | | Change-Id: Id725f04bc4753fc68a9bbb2762beb2c5f4eb9d84 Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io>
| * Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-12-031-0/+0
| | | | | | | | | | | | Change-Id: Ia5837cb7f71ea98b280b66998f7a3624750dde6e Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Qt CMake Build Bot
| * Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-11-293-0/+0
| | | | | | | | | | | | Change-Id: I0a261abad505b2f2724f0a15a10708b67129ffbf Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io>
| * Correct branches for .gitmodulesLiang Qi2019-11-291-2/+2
| | | | | | | | | | | | | | This amends eabc1ed5bd46a7882c5b98a19716e3b9aef694fa. Change-Id: Ifbcf5dc593d25d210b652b72e5563fb8e1a1ec5f Reviewed-by: Liang Qi <liang.qi@qt.io>
| * Update submodules on 'wip/cmake' in qt/qt5Liang Qi2019-11-2912-0/+0
| | | | | | | | | | | | Change-Id: Id0fb114e7d4e4bc66d8a51e91ebc8de166229fb6 Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io>
| * Update CMake to version 3.16.0-rc4Liang Qi2019-11-293-12/+14
| | | | | | | | | | | | Change-Id: I4fc1f412888e1915ae2110320c18fb39a9600b94 Reviewed-by: Qt CMake Build Bot Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| * Merge remote-tracking branch 'origin/dev' into wip/cmakeLiang Qi2019-11-2834-45/+401
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also update the Windows config to use MSVC2019 instead of 2017 to circumvent the issue that vcpkg is building libraries with the latest compiler it finds (MSVC 2019), but Qt is building with 2017. Conflicts: coin/platform_configs/default.yaml coin/platform_configs/qt5.yaml coin/platform_configs/qtsaferenderer.yaml Change-Id: I88deb114e171046b50fc617ab6bc18b707d61486
| * | Update qt5.gitLeander Beernaert2019-11-255-1/+1
| | | | | | | | | | | | | | | Change-Id: Ie922b8e2989215de4efd3596e6532b201a3e7d0c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
| * | Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-11-162-0/+0
| | | | | | | | | | | | | | | | | | Change-Id: Ia7d77b5f456e4e6196cacc179952e104476d968f Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io>
| * | Add a few more ported repos to qt5.git wip/cmakeAlexandru Croitor2019-11-154-3/+3
| | | | | | | | | | | | | | | Change-Id: I9f7215d3df0ba07af337262dd5e43bfc79e0a97a Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
| * | Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-11-141-0/+0
| | | | | | | | | | | | | | | | | | Change-Id: I28901d350b1f16b9a6b3d9776ee8055ea3356ade Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
| * | Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-11-134-0/+0
| | | | | | | | | | | | | | | | | | Change-Id: I26274b1707fd4d12a4da5503b9a414414f29148b Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io>
| * | Bump vcpkg to a new snapshotSimon Hausmann2019-11-133-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some patches were upstreamed and this beings the version in line with what we need for Android. This patch also centralizes the version into a shared file, for future use. Change-Id: I90973f9bfcbc1bfeb2d11e2ee7a7fa4e4f6a58a2 Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io>
| * | Update CMake to version 3.15.5Leander Beernaert2019-11-123-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | Update required as there's a bug with setting the CXX_STANDARD on android. Updating to this version fixes the issue. Change-Id: I50b0bc2941e0919232b46bbf5b28133149878649 Reviewed-by: Liang Qi <liang.qi@qt.io>
| * | Merge remote-tracking branch 'origin/dev' into wip/cmakeSimon Hausmann2019-11-11316-28584/+1956
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: coin/platform_configs/default.yaml coin/platform_configs/qt5.yaml coin/platform_configs/qtbase.yaml coin/platform_configs/qtdeclarative.yaml coin/platform_configs/qtsaferenderer.yaml coin/platform_configs/qtsdk.yaml coin/provisioning/common/linux/cmake_linux.sh coin/provisioning/common/windows/cmake.ps1 Change-Id: I37bb513e3be19e4de4003679f8528677e57c09ee
| * | | Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-11-071-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I140d2692932cc10d4bedd45e149c804ec7329885 Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io>
| * | | Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-11-051-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I41c2406329c56d6c82a3d7c27b364adae366b79f Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io>
| * | | Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-11-021-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie50bc298a4743b348ad91d9f4efee97482ec55a4 Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io>
| * | | Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-11-011-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifd37d952b51fe8c37d4ff2b99efec21c87d52f8c Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io>
| * | | Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-10-311-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I84f7dfd1bcbfe889c5f3e4861297f661d50aa393 Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io>
| * | | Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-10-301-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I51d0e6deeb53b1eabe2796dc958ebf9cf536e8f7 Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io>
| * | | Add x11extras to the qt5 buildSimon Hausmann2019-10-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iac7273717b7dff510c79cd6151349e6ddb6a5e56 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Qt CMake Build Bot
| * | | Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-10-291-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I23f2cf4a7577df02e3e7b8590aede4d755117cb1 Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io>
| * | | Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-10-281-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib2187b662c55268f101640b32c98cf9cd325a66e Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Qt CMake Build Bot
| * | | Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-10-251-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iad5169b8d1b2a00105df7a4ac2fc0fb6e3537832 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
| * | | Add QtConnectivitySimon Hausmann2019-10-242-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that the cmake port landed Change-Id: I5218a23fffd8de736ffcf5e039d369aec0827f42 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Qt CMake Build Bot
| * | | Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-10-241-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ice21b858ec75f6319bee745c47790293e0f3d4d1 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
| * | | Update submodules on 'wip/cmake' in qt/qt5Qt Submodule Update Bot2019-10-2311-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I083e08e3c24c1d29d7fedc69490187765a651b12 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
| * | | Work around cmake issue breaking C++ feature detection on AndroidSimon Hausmann2019-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per https://gitlab.kitware.com/cmake/cmake/issues/19515, the version of CMake we're currently using in the CI has an issue detecting clang as GNU compatible C++ frontend and thus fails to convert the values in the CMAKE_C/CXX_STANDARD variables to compiler flags correctly. Work around this for now as suggested in the upstream ticket. We can remove this when upgrading to a newer cmake version. Change-Id: I0ea37503c086ff86e05c50b812474522a7737b20 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
| * | | platform_configs: add Android arm64 build on RHEL 7.6 hostLiang Qi2019-10-113-0/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * install vcpkg and for android * a remaining issue in vcpkg: https://github.com/microsoft/vcpkg/issues/8506 Task-number: QTBUG-78945 Change-Id: I484612e2157bf1c1142934cc4f27729e8be37b89 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CMake Build Bot
| * | | provisioning: update python to 3.7 on macosLiang Qi2019-10-111-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-3271 Change-Id: Ic1645a8b5bc94b0ce6ff58352891af0beabd7649 Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| * | | platform_configs: add a RHEL 7.6 buildLiang Qi2019-10-105-8/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A preparing for having android build later. * install gcc 7.x * install git 2.x * install a few other dependencies Change-Id: I18f05bdfb78c92b7f05f67609613b5271b400f91 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CMake Build Bot
| * | | Add qtserialbus to qt5Liang Qi2019-10-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie3ad2a734b1f7ba341a93ff7f3cd96fee56c62c6 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Qt CMake Build Bot