Compare commits

...

422 Commits

Author SHA1 Message Date
Qt Submodule Update Bot
aebccd2885 Update submodules on '5.13.2' in qt5
Change-Id: I28739af9410fcfe4431db88c736b47e3149775ab
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-10-28 05:10:40 +00:00
Qt Submodule Update Bot
39b7b63d5b Update submodules on '5.13.2' in qt5
Change-Id: I6ca4d856a37763191c8c9f1126c5a3814d6bbd37
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-10-16 12:05:43 +00:00
Qt Submodule Update Bot
6d12189f0c Update submodules on '5.13.2' in qt/qt5
Change-Id: Iba6d73291117085f2175415be7545219442165bd
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-10-09 23:28:04 +02:00
Edward Welbourne
27ecf13595 Remove execute permissions from scripts not run on Unix
This amends 38e416be66.

Change-Id: I8b0f4f72565b30b097cb36092f7cb90d61c1487e
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-10-07 17:21:12 +00:00
Frederik Gladhorn
78cdf36832 Adjust submodule branches
Change-Id: Ie21cb35574298ed077e5f8ce071aa94b7d2cd1d4
2019-10-03 21:20:04 +02:00
Dimitrios Apostolou
cfef857815 Reduce noise in the provision logs
Reduce verbosity in order to shorten logs and make them more readable.

In two cases we just remove the verbose flag.

In one other case we undo inlining of a huge script in the command line.
Because we run the provisioning scripts in trace mode, this caused the
script to be logged, and it was rather long and meaningless since it
comes from an external project.

Change-Id: I078ee3b3ab2db9425204375deb5815b6526a4466
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-10-01 06:11:48 +02:00
Qt Submodule Update Bot
f4e7c08e82 Update submodules on '5.13' in qt/qt5
Change-Id: I328c1cb350e067765b0f05e75179cf178dd2b14e
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-10-01 06:11:41 +02:00
Qt Submodule Update Bot
317fbf9243 Update submodules on '5.13' in qt/qt5
Change-Id: I0738664f8f0129431b7e5c212fe1615b09792aec
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-09-30 06:48:30 +02:00
Qt Submodule Update Bot
ec613d93e5 Update submodules on '5.13' in qt/qt5
Change-Id: I1e6126cbe20e293bc4ec88a492c0bf9ebfffd766
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-09-28 07:03:22 +02:00
Dimitrios Apostolou
842b72e080 Move telegraf install to start of provisioning macos
Change-Id: Ied2b7a415abe5e101b6bfb60472b74070debe9e9
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-09-27 08:43:06 +02:00
Dimitrios Apostolou
c4e14a59ec Move telegraf install to start of provisioning linux
Change-Id: Ia42b0c21f6e341a941e98d3abbda512cfb0fda92
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-09-27 08:43:00 +02:00
Dimitrios Apostolou
de56775c32 Move telegraf install to start of provisioning windows
Change-Id: Icf4f213be5a33ec2ad89d514b9bba5d4a3587117
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-09-27 08:42:54 +02:00
Dimitrios Apostolou
4e3a0f79fb DownloadURL now works with either wget or curl
The reason is that Ubuntu does not have curl at the very beginning of
provisioning scripts, and also does not have the repositories configured
in order to install it.

Change-Id: Ia485c1672f894bc800f199b742d238b2945938e5
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-09-27 08:42:49 +02:00
Dimitrios Apostolou
8f4c12bc03 Install 7-zip at the beginning of provisioning Windows
so that we can extract zip files early and install telegraf.

Also moved disabling Windows defender, to keep it at
the very beginning of provisioning.

Change-Id: I6c2039ebd20e541bdd7d437dd56ccb06a1619a5f
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-09-27 08:42:43 +02:00
Dimitrios Apostolou
89f6db8c22 Adjust pre-existing script to use the new common.sourced.sh
Change-Id: Icf7829d3499110a76b90679ba2d067f80d189e69
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-09-27 08:42:37 +02:00
Dimitrios Apostolou
fbe3a8d84e Install telegraf on all provisioned VMs
Install binaries as early as possible in the provisioning process, and
start them, in order to monitor provisioning too.

To achieve this, some OS auto-detection logic is introduced in shell
script common.sourced.sh. The script can be sourced and used in all kind
of other generic scripts.

ioping is also installed from custom-compiled binaries in order to
monitor the disk latency of the VMs. Reason we don't use ioping from the
repositories, is that the units differ between ioping versions (new
ioping reports latencies in nanoseconds, old in microseconds).

Fixes: QTQAINFRA-3092
Change-Id: I9d9afb791955725d4bd0b32dae97dfc0bd4a76a3
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-09-27 08:42:31 +02:00
Liang Qi
0a0ec7ffe3 Merge "Merge remote-tracking branch 'origin/5.13.1' into 5.13" 2019-09-27 07:50:25 +02:00
Liang Qi
076fb6bd6d Merge remote-tracking branch 'origin/5.13.1' into 5.13
Conflicts:
	coin/platform_configs/qt5.yaml

Change-Id: Iaeec542042807c00e4c2597b546b00ce0f267b48
2019-09-27 07:27:28 +02:00
Dimitrios Apostolou
c0fce7a3b3 Refactor DownloadURL.sh
Auto-detects and verifies all kinds of hashes, not only SHA1.
Hash verification is now an autonomous function.
If the file is found at the destination, skip redownloading it if the
hash is OK.
Runs on POSIX sh, not requiring bash.
Retain compatibility with previous version.

Change-Id: I9930336030aa776f49dc460fe766f3e831700255
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-09-26 20:12:31 +02:00
Dimitrios Apostolou
c7f87acb37 Do not silence standard error
Provisioning was failing and the logs did not provide any useful
information because of the silenced squish install command. So I went
through all the scripts and I re-enabled stderr logging where I found it
silenced (with the exception of where it was purposeful or harmless).

Change-Id: I5fa0b0ba4362970b214c150d399b6720b1780e1e
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-09-26 20:12:25 +02:00
Dimitrios Apostolou
b8eb110c81 Increase open files and processes limit on macOS
Change-Id: If93bbe067f76168a7c131c6ced187f00a8d908e1
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-09-26 20:12:20 +02:00
Dimitrios Apostolou
b97df21bef Brew update only once
Change-Id: I6c2650574b6b62ceedfc95a9caab7ca26a6fa10b
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-09-26 20:12:15 +02:00
Dimitrios Apostolou
bdc5dae67b Speed up provisioning on Linux
Change-Id: I6e4e5621ed0b063215476ef51d61ef1f38198d0c
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-09-26 20:12:11 +02:00
Dimitrios Apostolou
acfc7ad18d Fix message "RPMDB altered outside of yum"
yum install supports a local filename on RHEL 6 or newer.

Change-Id: I873ab3dfab56003ded45bc6c4099aae150f423dd
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-09-26 20:12:06 +02:00
Dimitrios Apostolou
c87a6e9c6d Fix delays caused by PackageKit locking RPMDB
It seems that disabling it is not enough, it has to be fully removed.
It is also removed later in the scripts but it wasn't enough apparently,
so no harm done removing it twice.

Change-Id: If1a4f032240e66100b68bca3196a700cb570701e
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-09-26 20:12:02 +02:00
Dimitrios Apostolou
e6fccbf240 Remove the progress bar from the sdkmanager output
Cleans up many thousands of useless lines from the logs.

Change-Id: I2673f65b713996637d2161da4db726823e17c0df
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-09-26 20:11:56 +02:00
Qt Submodule Update Bot
cb8e769cf6 Update submodules on '5.13' in qt/qt5
Change-Id: I2c212ec01df2fa67cad4d9e84988d0b31678e6fe
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-09-26 07:13:56 +02:00
Qt Submodule Update Bot
41ef5a706d Update submodules on '5.13' in qt/qt5
Change-Id: I239abc4de7cec9c5366d177933a4b16c85067971
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-09-24 23:31:06 +02:00
Qt Submodule Update Bot
1760acb17d Update submodules on '5.13' in qt/qt5
Change-Id: I5405348497e527dc5b4b1ff411736ffebeedb246
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-09-24 10:06:00 +02:00
Qt Submodule Update Bot
a4ca20dfce Update submodules on '5.13' in qt/qt5
Change-Id: I75182fb8b231e3086a77c1778320cf0f2590cf92
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-09-22 12:58:05 +02:00
Qt Submodule Update Bot
5d3b2413d0 Update submodules on '5.13' in qt/qt5
Change-Id: Id1259c1907605ad33cbe7f3be3041b26c01f3387
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-09-20 09:32:54 +02:00
Qt Submodule Update Bot
de26b29c33 Update submodules on '5.13' in qt/qt5
Change-Id: I42016698eb34b06de2ef9ee268b4b59e9af38f54
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-09-18 07:34:15 +02:00
Assam Boudjelthia
ddc99482eb Cherry-pick a QEMU fix for "core dumped" during tests
Task-number: QTBUG-63152
Change-Id: Iac803ca67537eeb9085fb87625103fdde0bfd904
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-09-17 11:57:28 +03:00
Heikki Halmet
0cf3fdabe3 Provisioning: Upgrade Python pip version for Windows machines
Task-number: QTQAINFRA-2564
Change-Id: I10402bb3169b483c71e44db7ecba443eb4f46dc1
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-09-17 08:57:18 +00:00
Heikki Halmet
a3136bdbfe Provisioning: Disable or delete unneeded tasks and services
Windows have lot's of tasks and services running which are slowing
the performance of build machine. Also 'windows' and 'windows
defender' updates need's to be "permanently" disabled.

Task-number: QTQAINFRA-3182
Change-Id: I8f6b237fcdc6e38fa9a06836d349821d86c58afc
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-09-17 11:57:11 +03:00
Qt Submodule Update Bot
b83b16277d Update submodules on '5.13' in qt/qt5
Change-Id: Icc4380912fc6d1cbb35b2282c37a180641186f60
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-09-13 10:55:14 +02:00
Heikki Halmet
fa03dbce1f Platform configurations: Move Android_ANY (clang-x86) to default
Arm targets from default change places with clang-x86 from qt5

Task-number: QTQAINFRA-3153
Change-Id: I642f5c07fd5c36bf675676d82f5f200bce4beccf
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-09-12 20:51:28 +03:00
Qt Submodule Update Bot
39a9e58888 Update submodules on '5.13' in qt5
Change-Id: I07251a5915fb85153fb81d05dc16c7ed8eba5dcf
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-09-12 06:16:17 +02:00
Qt Submodule Update Bot
bcdfcd2668 Update submodules on '5.13' in qt5
Change-Id: Id18e857d3312854344f5ffa01cf7666107803a0b
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-09-11 09:03:16 +02:00
Assam Boudjelthia
d8a384f03f Provisioning: Use correct sysroot path for QEMU armv7 in qtdeclarative
Task-number: QTQAINFRA-2808
Change-Id: Ia0caf7003a5bd67dc220f0a3a1da06646ca6b657
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-09-10 10:49:01 +03:00
Qt Submodule Update Bot
4909f4a765 Update submodules on '5.13' in qt5
Change-Id: I201b65701b7f9f58422ba1bcdbd42c6278d9e604
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-09-10 09:48:47 +02:00
Liang Qi
66ea34668a Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" 2019-09-10 09:48:42 +02:00
Liang Qi
1bb7d2d0c9 Merge remote-tracking branch 'origin/5.12' into 5.13
Change-Id: Iffcf9b199df17a50acf03e29b9deae033396dfcb
2019-09-09 20:57:09 +02:00
Tuomas Heimonen
d4e3d3cac3 Saferenderer: Update qtci-linux-RHEL-7.4-x86_64 static build
Add build flag '-no-opengl' to remove xcb from static build
Add build flag '-no-vulkan' to disable vulkan

Task-number: QSR-517
Change-Id: I7d6f5c507bd96aed024d3cf74029feb12ad77bca
Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
2019-09-09 16:53:05 +03:00
Qt Submodule Update Bot
6402cb61b8 Update submodules on '5.12' in qt5
Change-Id: Ia09d245958bf1e24ba9f95e033dc3803d14edab4
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-09-09 08:45:11 +02:00
Heikki Halmet
ad93109d92 Provisioning: Add emsdk to macOS 10.14
Task-number: QTQAINFRA-3191
Change-Id: I46a72db63966804b33996d8bc3babe50cd2a41dd
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-09-09 08:35:24 +03:00
Qt Submodule Update Bot
0c0ed734ef Update submodules on '5.13' in qt5
Change-Id: I23ec6312d3bb028effe1f60d2266c5bb212050f5
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-09-08 11:11:40 +02:00
Liang Qi
aceecad75d Merge "Merge remote-tracking branch 'origin/5.12.5' into 5.12" 2019-09-07 18:34:12 +02:00
Liang Qi
e56e0f699d Merge remote-tracking branch 'origin/5.12.5' into 5.12
Change-Id: I693eeef79b21804e2a0871bdd759271f8a97fcb4
2019-09-07 18:33:02 +02:00
Qt Submodule Update Bot
1d956e93d0 Update submodules on '5.12' in qt5
Change-Id: I7059a96dccad04c8647443c8b8e13c2ca88fc5b3
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-09-07 13:06:51 +02:00
Qt Submodule Update Bot
15b4e146e5 Update submodules on '5.13' in qt5
Change-Id: Ic653e56614712c8e7dcd5095b8d32f08dea61731
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-09-07 09:09:30 +02:00
Assam Boudjelthia
d581d86fc5 Provisioning: update QEMU toolchains
* Update QEMU toolchains to Yocto thud(2.6) release(DC Qt 5.13.0) with
GCC 8.2.0.
* Suppress QEMU "Unsupported syscall" and "Unsupported ioctl" logs,
set environment variable QEMU_SYSCALL_DEBUG to show them.

Task-number: QTQAINFRA-2808
Change-Id: I987353b0f3aff87a02ea3bf96ace8de32d6f557b
Reviewed-by: Liang Qi <liang.qi@qt.io>
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-09-07 07:09:24 +00:00
Assam Boudjelthia
0d273deeef Provisioning: Fix version of libiodbc on MacOs
libiodbc latest version (3.52.13) was automatically installed causing
qt-config-gui to fail build, this installs version 3.52.12.

Task-number: QTQAINFRA-3188
Change-Id: I5b87ff04c2301a5471cc9abfa0849b6073a1bdd4
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-09-06 06:05:40 +00:00
Tuomas Heimonen
be97b9ad72 Saferenderer: Update qtci-linux-RHEL-7.4-x86_64 static build
Add build flag '-no-xcb' to remove xcb from static build

Task-number: QSR-517
Change-Id: I9b77cd0ada41490233ec2aedb877a37bf2648a1b
Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
2019-09-06 07:11:51 +03:00
Tor Arne Vestbø
14c31bf8db Remove un-needed configure arguments for Apple OSes
Change-Id: I18bab0c70bbb9486eef815f9310dd807ae5cde83
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2019-09-05 23:40:29 +02:00
Qt Submodule Update Bot
1c5e02896c Update submodules on '5.12.5' in qt5
Change-Id: Ife588e41d563bf4246ed7eff14186aa7583b3397
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-09-04 19:29:15 +00:00
Heikki Halmet
30e7bf5745 Provisioning: Add Android NDK ROOT to environment variable
Task-number: QTQAINFRA-3181
Task-number: QTBUG-74952
Change-Id: I4cc6936c3b3eef32a1013888ced3950cd1f39407
Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io>
2019-09-04 12:27:26 +03:00
Heikki Halmet
7fd2796b00 Provisioning: Update Android NDK version to macOS 10.14
Currently we are provisioning older Android NDK version than the one
used in macOS 10.13. Let's keep these sync even though we don't currently
make Android builds with macOS 10.14

Change-Id: I6c284d50bac395eb474c0f7e34cd90eda3f180c3
Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io>
2019-09-04 12:27:09 +03:00
Qt Submodule Update Bot
f3c4f6edeb Update submodules on '5.13' in qt5
Change-Id: I653ae34a4544c7a9beb59cced2ce91d6512c67a8
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-09-04 06:56:17 +02:00
Qt Submodule Update Bot
c398a50e2d Update submodules on '5.12' in qt5
Change-Id: I3467f8edbbd5c52f53ed786c2c0f185e8558c1f6
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-09-04 06:56:00 +02:00
Tuomas Heimonen
5035d38525 Saferenderer: Update qtci-linux-RHEL-7.4-x86_64 static build
Add build flag '-qpa offscreen' to remove dependency to xcb libraries

Task-number: QSR-510
Change-Id: Icc87face742abe775147d9bf931dbbdaee81fab1
Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
2019-09-03 21:37:50 +03:00
Qt Submodule Update Bot
885e662082 Update submodules on '5.13' in qt5
Change-Id: I30e7dbbbc47d26fcd8d7f802b7f46b635c14a858
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-09-03 18:07:22 +02:00
Qt Submodule Update Bot
ae3f765798 Update submodules on '5.12.5' in qt5
Change-Id: I22bbce6e60cc835a5dc9f88737e04ecc7a1fc3e0
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-09-03 06:44:29 +02:00
Jukka Jokiniva
80791b03ee Update qtbase submodule on 5.13.1 in qt5
Change-Id: Ia5d9429b6cfc0804355a2161a18f030db6fa6dae
Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
2019-09-02 19:48:24 +03:00
Qt Submodule Update Bot
4c65509d24 Update submodules on '5.12' in qt5
Change-Id: I1c5b9f51ed5a4dcb4469aa90439da993bc133319
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-08-30 22:02:37 +02:00
Qt Submodule Update Bot
27bbc46848 Update submodules on '5.13' in qt5
Change-Id: I5c1cc1e7edced0c2b62643b40769d84ebdeb3611
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-08-30 14:17:51 +02:00
Tuomas Heimonen
5752c0d4bc Saferenderer: Update qtci-linux-RHEL-7.4-x86_64 static build
Add build flag '-no-icu' to remove dependency to icu libraries

Task-number: QSR-499
Change-Id: I788de8dfdeb9845e9135e83a424468d2f5ca20d2
Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
2019-08-30 13:34:06 +03:00
Liang Qi
136639b445 Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" 2019-08-29 07:06:54 +02:00
Liang Qi
f58935ebea Merge remote-tracking branch 'origin/5.12' into 5.13
Conflicts:
	coin/platform_configs/default.yaml
	coin/provisioning/common/linux/disable-ntp_linux.sh
	coin/provisioning/qtci-linux-SLES-12-x86_64/55-emsdk.sh
	coin/provisioning/qtci-linux-SLES-15-x86_64/55-emsdk.sh
		emsdk.sh was moved from linux to unix, see
		38e416be66

Change-Id: I5b06dde2860a4e4869960ae2a5be1d6a1396e957
2019-08-28 20:28:11 +02:00
Qt Submodule Update Bot
097b013183 Update submodules on '5.13' in qt5
Change-Id: Ibdf69fb6840da0ddcbe5e8623c19d0ce1c34f844
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-08-28 19:37:29 +02:00
Tuomas Heimonen
163bd8006e Update Saferenderer static builds
qtci-windows-10-x86_64-10 static build: remove flag '-developer-build'
qtci-linux-RHEL-7.4-x86_64 static build: add flags '-no-fontconfig'
and '-qt-freetype', remove flag '-developer-build'

Task-number: QSR-491
Change-Id: I886ffbe9900ee63cd35e845b591086397c572abc
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
2019-08-28 09:53:18 +00:00
Qt Submodule Update Bot
90d59cb4c7 Update submodules on '5.12' in qt5
Change-Id: I7f044a3d3a1aed8d1f9b97a1e73871ea91e9719e
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-08-27 09:02:26 +02:00
Tuomas Heimonen
11d6401d98 Update Saferenderer static builds
DisableTests on qtci-windows-10-x86_64-10
Add flag '-qt-libpng' to qtci-linux-RHEL-7.4-x86_64

Task-number: QSR-432
Change-Id: I3efc7f84f6c2eed49602e491f20f5a4f47512524
Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
2019-08-26 20:47:05 +03:00
Qt Submodule Update Bot
54e8d38972 Update submodules on '5.12.5' in qt5
Change-Id: If4b169a8c53ffb6857cc43d6e1dd5f7d639db45f
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-08-26 07:47:12 +02:00
Qt Submodule Update Bot
98d9e2ebaa Update submodules on '5.12' in qt5
Change-Id: I0fafe70aa1dcb74cd6e06eb37dca1175a50c568e
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-08-24 08:32:33 +02:00
Tony Sarajärvi
0414df3e2e Build MIPS64 with b2qt toolchain - again
This configuration verifies big endian builds.

The build was accidentally removed in merge
a94696ccd5.

See also 9b84c7135b.

Task-number: QTQAINFRA-2492
Change-Id: I2616f918591758b4cfee244a0a5414a61322f7d3
Reviewed-by: Liang Qi <liang.qi@qt.io>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
2019-08-22 11:30:56 +00:00
Liang Qi
c9a0797a11 Update qtdatavis3d only
Change-Id: Ic100c7bac6fd7155203e2c16a2f855423b52cc5e
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-08-22 13:30:49 +02:00
Qt Submodule Update Bot
9b0ff12595 Update submodules on '5.13' in qt5
Change-Id: I3c4c289580c3a5200989e76502c43a9ef293afed
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-08-22 09:02:00 +02:00
Qt Submodule Update Bot
54be78024d Update submodules on '5.12' in qt5
Change-Id: I82c4484938c958901bbc961b76a4012e0e925b9c
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-08-22 04:42:50 +02:00
Assam Boudjelthia
8a5d86d888 Suppress QEMU syscall and ioctl debug messages
Compile QEMU with "Unsupported syscall" and "Unsupported ioctl" messages
suppressed, those can be shown by set/unset environment variable QEMU_SYSCALL_DEBUG.

Task-number: QTQAINFRA-2808
Change-Id: If0b28c47f2599c4ebca9cae6a6d38f9a4fd00458
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-08-21 12:00:57 +03:00
Qt Submodule Update Bot
e27c7adda7 Update submodules on '5.13.1' in qt5
Change-Id: I6a801fd43a71d5ba772e71dae4101a6edbbcac95
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-08-21 04:09:06 +00:00
Qt Submodule Update Bot
6e601907b9 Update submodules on '5.12' in qt5
Change-Id: Icd7419b3717c164db5f978610a2e821b683d8b22
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-08-20 07:09:40 +02:00
Qt Submodule Update Bot
acafe0ad49 Update submodules on '5.13.1' in qt5
Change-Id: I0f321007da9f236c069703125d5529a54ad27c9c
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-08-19 14:04:16 +00:00
Heikki Halmet
61acd9e95d Provisioning: Update iOS signing tools
new apple id is required with notarization

Task-number: QTBUG-77359
Change-Id: I2aafda37d40608296d598b1d9ade83a025bcac8d
Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
2019-08-19 13:31:38 +03:00
Paul Wicking
7c691c4622 Adjust submodule branches 2019-08-19 09:43:00 +02:00
Qt Submodule Update Bot
b959cb5359 Update submodules on '5.13.1' in qt5
Change-Id: I4f319b0afe7e7369eb7db168f66ec57ed867c267
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-08-18 23:00:57 +02:00
Qt Submodule Update Bot
9656531361 Update submodules on '5.12' in qt5
Change-Id: I8de6a77d460db6497b76dac92be674fe9e790b7d
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-08-18 11:21:34 +02:00
Qt Submodule Update Bot
b03790e34d Update submodules on '5.13.1' in qt5
Change-Id: I6c95fa658c52571ce1e0588eac1b9763f0bae549
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-08-16 23:01:16 +02:00
Tuomas Heimonen
9d69ef09e3 Add Packaging to Saferenderer static builds
Task-number: QSR-432
Change-Id: I6e1c52a52dd5a6b92eceb13aa8f650bcce0e1fa3
Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
2019-08-15 09:05:43 +03:00
Qt Submodule Update Bot
53c6c8a1ba Update submodules on '5.12' in qt5
Change-Id: Id2425a28299ca3653bc7d217855c276493bbccfe
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-08-15 05:40:13 +02:00
Qt Submodule Update Bot
3277628d62 Update submodules on '5.13.1' in qt5
Change-Id: Ic89472db863aedd92db57dbaaf2dd5fd10efa96f
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-08-15 05:39:39 +02:00
Liang Qi
63181db03e Enable a no-gui build on Ubuntu 18.04 for 5.13
Task-number: QTQAINFRA-2576
Change-Id: I4bc96802b5fe940408158734b01f7b9b01361235
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-08-14 22:57:35 +02:00
Qt Submodule Update Bot
42366fd740 Update submodules on '5.13' in qt5
Change-Id: I082dbfe9cd927aa112760db67e4657868289c4e2
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-08-14 22:25:00 +02:00
Qt Submodule Update Bot
8d90ddd531 Update submodules on '5.13.1' in qt5
Change-Id: I2324f8a205f5e7fcb4cfea9e7e845ef9f4f867e4
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-08-14 16:20:11 +02:00
Liang Qi
2fd2a9d268 Merge "Merge remote-tracking branch 'origin/5.13.1' into 5.13" 2019-08-14 07:02:19 +02:00
Tony Sarajärvi
8e32f46764 Add Suse Linux Enteprise Server 15 to the CI
Task-number: QTQAINFRA-3123
Change-Id: I725c58c7d319945f7470118dec99b5360385da7b
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-08-14 03:45:39 +00:00
Jani Heikkinen
4175af18f8 Add Android x86_64 architecture
It seems those build targets were accidentally deleted when
yaml change was merged in. Targets were there in Qt 5.13.0 release
(before yaml change)

This amends a94696ccd5.

See also ebcfcbe69a.

Task-number: QTBUG-47672
Change-Id: If2c22a8b995fdaa967f81062d0fae6dc725829dd
Reviewed-by: Liang Qi <liang.qi@qt.io>
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
2019-08-13 22:11:31 +00:00
Tony Sarajärvi
24f0367a60 Add Suse Linux Enteprise Server 12 to the CI
Task-number: QTQAINFRA-2851
Change-Id: Ia421a5e35f8a0515d7f761ca0c52a54a93dcee5c
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-08-13 11:03:52 +00:00
Liang Qi
82e0fe1664 Merge remote-tracking branch 'origin/5.13.1' into 5.13
Change-Id: Ifc39acfc1a0ba6019091a194088e99e451f99bde
2019-08-13 10:49:03 +02:00
Qt Submodule Update Bot
b96719cb80 Update submodules on '5.12' in qt5
Change-Id: I465bd3b417d3412d7d8d62d868aa8ccb338127f2
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-08-13 07:45:27 +02:00
Simo Fält
d19f60d745 Provisioning: Append the emscripten to path instead of prepend
Having it first in path seems to cause some confusion when detecting
libc++ in darwin.

Change-Id: I841e7f169e4771d3818cf156d9d78fc242e9995c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-08-12 21:01:55 +00:00
Qt Submodule Update Bot
19cc6b2b80 Update submodules on '5.13.1' in qt5
Change-Id: Ibe04f05d2195953f6ab7305472d1700ec1c73312
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-08-12 21:25:08 +02:00
Qt Submodule Update Bot
edf6149a5b Update submodules on '5.13' in qt5
Change-Id: Id153f5c742637fe66bb9010fa41cb62645fb4e4d
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-08-11 12:04:31 +02:00
Joni Jäntti
3b0fbe7213 Provisioning: Ubuntu 18.04: Add required packages for b2qt
These packages are required for building b2qt module.

Needed also on 5.12 branch as meta-qt5 follows Qt branching
and will take provisionings from here.

Change-Id: Ia6c5ffd95d4f778b23f381a6f1f5473aa11971e3
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
(cherry picked from commit ee9dd0d860)
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-08-11 09:37:41 +03:00
Qt Submodule Update Bot
fbec569aea Update submodules on '5.12' in qt5
Change-Id: I363647bd417426f6f3629f42bbd1f6e83570c47e
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-08-09 15:37:35 +00:00
Qt Submodule Update Bot
8ede8851f4 Update submodules on '5.13' in qt5
Change-Id: If3fe6bab310eb0e403c040ea465ac8197a7059a2
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-08-09 16:22:39 +02:00
Liang Qi
1f79ae5d86 Merge "Merge remote-tracking branch 'origin/5.13.1' into 5.13" 2019-08-09 16:22:09 +02:00
Liang Qi
49c808befb Merge remote-tracking branch 'origin/5.13.1' into 5.13
Conflicts:
	.gitmodules

Change-Id: I9b4e8807941f49ed930372cc3466c97110794849
2019-08-09 09:02:41 +02:00
Qt Submodule Update Bot
9e370453bb Update submodules on '5.13' in qt5
Change-Id: Ibcdd2991705555bda542b60c25dbdb0e3dd572cf
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-08-08 23:13:30 +02:00
Liang Qi
f32c9f755e Include QtWebEngine again
This reverts commit a94696ccd5 partially.

Task-number: QTBUG-77304
Task-number: QTBUG-77305
Change-Id: Iae17b2358d39a1d22271b2eb5c73b272a43adb28
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-08-08 22:51:04 +02:00
Qt Submodule Update Bot
0f89c02328 Update submodules on '5.13.1' in qt5
Change-Id: I73c133a6ae2e6a84cd21f3d4f19803d510d23e04
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-08-08 22:50:57 +02:00
Liang Qi
9b186a9d36 Merge "Merge remote-tracking branch 'origin/5.12' into 5.13.1" 2019-08-08 22:50:52 +02:00
Liang Qi
03d4a54e34 Merge remote-tracking branch 'origin/5.12' into 5.13.1
Conflicts:
	.gitmodules
	coin/platform_configs/qtbase.yaml

Change-Id: I964ffb430436c62ad675fabc853642800499ade3
2019-08-08 15:31:47 +02:00
Jani Heikkinen
9929aff99e Add QMAKE_LFLAGS_APP+=-s as configure argument in linux desktop build
After adding "-force-debug-info" and "-separate-debug-info" debug information
is going in the binaries accidentally & so on exploding binary size.

Debug symbols are wanted for libraries and adding QMAKE_LFLAGS_APP+=-s as
configure argument will prevent debug information not to go inside binaries.

Task-number: QTBUG-69767
Change-Id: Ieec205402b34870901aeb26d9ca98fa9edb159c6
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-08-08 16:21:20 +03:00
Liang Qi
42bfac5bf8 Include qtvirtualkeyboard again
This partially reverts commit 452e0d94d4.

Task-number: QTBUG-76371
Change-Id: Ic45690899c0fc0a7fd38d1c348481fdec09cccf8
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2019-08-08 14:19:46 +02:00
Tony Sarajärvi
b88acae7a8 Partially revert 'Do DeveloperBuild for Boot2Qt'
This partially reverts commit 8f073cea69.

Autotests slow down way too much still, so we can't run developers
builds eveywhere.

Task-number: QTBUG-63152
Task-number: QTBUG-77304
Task-number: COIN-326
Change-Id: I04b673c2ebfae6c0f6cbc09242cce2e273c7111c
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-08-08 12:19:38 +00:00
Qt Submodule Update Bot
f08bd26eeb Update submodules on '5.12' in qt5
Change-Id: If3c40151c06c593327eee7a2394e7495bc11bb55
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-08-08 11:45:10 +02:00
Qt Submodule Update Bot
b326a502db Update submodules on '5.13' in qt5
Change-Id: If03f5533dcfb83ac2002f109118b5bfa8a4bad5e
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-08-08 00:45:02 +02:00
Qt Submodule Update Bot
f511a2d74f Update submodules on '5.13.1' in qt5
Change-Id: I6073c33388af514d7eb0f014b13cb6694235f650
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-08-07 12:14:24 +02:00
Qt Submodule Update Bot
2b738468de Update submodules on '5.13.1' in qt5
Change-Id: Ia6d7873072055e86c1aea5c33694ba376a867fa3
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-08-07 10:35:33 +02:00
Liang Qi
f8439ea42c Merge "Merge remote-tracking branch 'origin/5.13' into 5.13.1" 2019-08-07 10:35:16 +02:00
Liang Qi
13b206662b Merge remote-tracking branch 'origin/5.13' into 5.13.1
Notice - qtvirtualkeyboard and qtwebengine got ignored
temporarily due to issues on QEMU.

 Conflicts:
	.gitmodules

Change-Id: Iefab0fa5172c976ca06b3f33772c4c4bc10763c2
2019-08-06 11:46:15 +02:00
Qt Submodule Update Bot
2fb0e4f352 Update submodules on '5.13' in qt5
Change-Id: I9498fe9045d23ec400d9437f375d547f054909b8
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-08-06 06:12:03 +02:00
Qt Submodule Update Bot
2970d3660c Update submodules on '5.13' in qt5
Change-Id: If5c6d3363438d613e5ea96bc84018ef913067296
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-08-05 11:28:51 +02:00
Liang Qi
1e476b01fd Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" 2019-08-05 11:28:39 +02:00
Liang Qi
58977376e1 Merge remote-tracking branch 'origin/5.12' into 5.13
Change-Id: Ie49f7e5ff9ca02522c6611922b47870aba2c152e
2019-08-04 11:51:40 +02:00
Tony Sarajärvi
9da27c5808 Add macOS 10.14 to the CI
Task-number: QTQAINFRA-2938
Change-Id: Id25c6c3203a07985c9ef1cc914c4398ac7db615c
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-08-03 23:01:34 +03:00
Liang Qi
689ed30f2a Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" 2019-08-03 00:08:09 +02:00
Liang Qi
a94696ccd5 Merge remote-tracking branch 'origin/5.12' into 5.13
Conflicts:
	.gitmodules
		ignore QtWebEngine on QEMU temporarily.
	coin/platform_configs/default.yaml
		no-gui build was removed temporarily.
	coin/platform_configs/qt5.yaml
	coin/platform_configs/qtbase.yaml
	coin/platform_configs/qtconnectivity.yaml
	coin/platform_configs/qtsaferenderer.yaml

Task-number: QTQAINFRA-2576
Task-number: QTBUG-77304
Task-number: QTBUG-77305
Done-With: Tony Sarajärvi <tony.sarajarvi@qt.io>
Change-Id: If7cf75791677eace762374b92382a2ce15f17f55
2019-08-03 00:02:43 +02:00
Qt Submodule Update Bot
4c5d3f2e43 Update submodules on '5.13' in qt5
Change-Id: Ia8f240a565043822fec60ce29b348bb79846919e
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-08-01 22:31:04 +02:00
Konstantin Tokarev
125c5e6528 Provisioning: update conan_manifests for libxslt packages
Package recipe was improved, as a result packages were rebuilt and
checksums need update.

Change-Id: I33bd30b44cbe48b3550cb42eeb995ef8588fcce7
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-08-01 14:24:56 +03:00
Konstantin Tokarev
b521ad483c Update platform_configs for QtWebKit
* Remove redundant MSVC2017 configuration
* Synchronize Mingw73 configuration with qt5.txt

Change-Id: I05557ecbf57206fe56ff113f893c37a65f503bf0
Reviewed-by: Liang Qi <liang.qi@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-08-01 14:24:48 +03:00
Jani Heikkinen
30b0d05343 Remove 'Packaging' feature from WinRT_10 x86
We don't deliver binaries for that target anymore -> do not export that
either

Change-Id: Iccf408adeaed071294e10774a5a0c21ec8bd8014
Reviewed-by: Antti Kokko <antti.kokko@qt.io>
2019-08-01 12:31:28 +03:00
Qt Submodule Update Bot
72f1742097 Update submodules on '5.13' in qt5
Change-Id: I6f218e6cc6c7de9a4f87f63814e01079a7ab1b02
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-08-01 10:48:34 +02:00
Qt Submodule Update Bot
d3fbd2ed1a Update submodules on '5.12' in qt5
Change-Id: Ie88f0f640e5cd5ad3e3bb159e0b2c248fddc4d40
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-07-31 23:31:05 +02:00
Juha Karjalainen
38e416be66 Add webAssembly build for windows and macos
Provision emsdk and its dependecies to windows and macos.

Task-number: QTBUG-63917
Task-number: QTQAINFRA-2835
Done-with: Juha Karjalainen <juha.karjalainen@qt.io>
Change-Id: I24ea9cbc4f7cc95e6952765099d5e46247470011
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-07-31 09:44:53 +03:00
Qt Submodule Update Bot
e6823acbc7 Update submodules on '5.13' in qt5
Change-Id: I78f3250367bf544dd8a5b5f1a0cd91c20655e065
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-07-30 20:08:39 +02:00
Frederik Gladhorn
a268fb4689 Adjust submodule branches
Change-Id: I65388af02c1ab3608abf7e18a89966020e213d10
2019-07-29 14:26:43 +02:00
Friedemann Kleint
abfbc0668c Disable tests for MSVC2015/Win32/64bit
Frequent crashes of tst_QDir have been again observed recently in the
dev branch with MSVC2015. It should be sufficient to test MSVC2017;
MSVC2015 should only be compile-tested.

Task-number: QTBUG-58654
Change-Id: I0eb5a1294432a24548468c993418bc18671547bb
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Dimitrios Apostolou <dimitrios.apostolou@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2019-07-29 09:35:08 +02:00
Qt Submodule Update Bot
f84c90706d Update submodules on '5.12' in qt5
Change-Id: I2a96915081171e92e91e5a595e87cd2e0b991a51
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-07-28 23:30:53 +02:00
Qt Submodule Update Bot
ac2a57b1c3 Update submodules on '5.13' in qt5
Change-Id: I0f92c902424fc5e58158921235b582ef7a7ddc91
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-07-28 22:31:07 +02:00
Qt Submodule Update Bot
71e9322862 Update submodules on '5.13' in qt5
Change-Id: If1822246b0553ed5d550c766a8e3700fd7c14068
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-07-27 22:31:00 +02:00
Konstantin Tokarev
716640a477 Provisioning: update Conan and Conan packages
[*] Update Conan to 1.17.0, adjust to change in command line arguments
[*] Update Conan packages to up-to-date versions, add libjpeg-turbo and
    packages for 64-bit MinGW
[*] Rename 03-conan.ps1 to 11-conan.ps1 so that it is installed after
    Python 3 and MinGW
[*] Add license header to conan.ps1

Change-Id: Ibc451ddc54a7227eb6d3a007a20351e77a46875f
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2019-07-26 19:52:45 +03:00
Konstantin Tokarev
4bf0ba2ba1 Provisioning: Add CompilerException and CompilerThreads settings for Conan
Change-Id: I3a52101056bce4d3d4ac9124dbfd566adf47cf80
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2019-07-26 19:52:37 +03:00
Konstantin Tokarev
2666f3b216 Provisioning: rename 03-conan.ps1 to conan.ps1 to follow naming convention
Change-Id: If24541709d4675498bc4af296e05ce3c62d5045a
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2019-07-26 19:52:24 +03:00
Konstantin Tokarev
535dbcfe96 Conan: Suppress output of New-Item
Change-Id: I3d62fffa08d38a383187726e08743512236bb859
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2019-07-26 19:52:18 +03:00
Qt Submodule Update Bot
41abae4367 Update submodules on '5.12' in qt5
Change-Id: I0b682ebd4643a85f04cb2192efb97e8c5230759a
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-07-26 09:59:29 +02:00
Konstantin Tokarev
f12c226463 Provisioning: install-msys2.ps1 must run its commands synchronously
[*] Using bash instead of msys2_shell.cmd allows Start-Process to actually
    wait for the end of command execution.
[*] cpan requires "yes" to be typed by user when it's run first time,
    otherwise it hangs indefinitely waiting for input.
[*] Stop gpg-agent and dirmngr started in the background to prevent
    CI session from hanging.

Change-Id: I4d4c1f36d215cb7578d1e7059217e34375de96c6
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2019-07-26 07:50:43 +03:00
Konstantin Tokarev
22c427b369 Use msiexec to install Strawberry Perl from msi package
Currently provisioning fails with following error:  "This command cannot
be run due to the error: %1 is not a valid Win32 application."

Change-Id: I59290d394f231c37af10f27d07dbb9f5d2d2470a
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2019-07-26 07:50:41 +03:00
Konstantin Tokarev
645bd71404 Provisioning: Run-Executable should print stdout and stderr to log
Task-number: QTQAINFRA-3085
Change-Id: I5343753f75157a2a894bb3ac50d416ab044d86fb
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2019-07-26 07:50:38 +03:00
Konstantin Tokarev
cb8d38fd9c Provisioning: don't re-run Conan 5 times if there is no error
Change-Id: Ia348ebbc4fc3a2503cc426c011e68b7a410c4a08
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-07-26 07:50:35 +03:00
Qt Submodule Update Bot
f470b8eabe Update submodules on '5.13' in qt5
Change-Id: I0ba5aab5d93df54742604eca6a893cea11cf19c0
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-07-25 22:31:11 +02:00
Qt Submodule Update Bot
c31548830f Update submodules on '5.13' in qt5
Change-Id: Ia71bd5cb97367e0a750e090bfbcacfc89ef41490
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-07-25 13:45:26 +02:00
Qt Submodule Update Bot
dd7a80d757 Update submodules on '5.12' in qt5
Change-Id: Ife94a7c6264fbb4525ba2cd0370bdf1ba454b7c6
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-07-25 10:15:39 +02:00
Qt Submodule Update Bot
7001f15765 Update submodules on '5.13' in qt5
Change-Id: Ib6e8c649e6e2f6a9c1fd60a459687426aec1a149
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-07-23 11:11:30 +02:00
Qt Submodule Update Bot
2237ea6d0c Update submodules on '5.12' in qt5
Change-Id: I09887cc4b1e103b9341f096c4c9164f4a96bd431
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-07-23 09:59:39 +02:00
Liang Qi
5a16472559 Update submodules on '5.13' in qt5
Change-Id: I5a1af05df086b2ba86dc736714a2eae9db299248
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-07-23 09:43:03 +02:00
Qt Submodule Update Bot
cfe2c097e9 Update submodules on '5.12' in qt5
Change-Id: Ib0b559d638d7ae6df4129b97f433b168af757443
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-07-14 23:30:51 +02:00
Qt Submodule Update Bot
e8c8c94278 Update submodules on '5.12' in qt5
Change-Id: Ieb1b3ec8ae527fe13bd1980045f721511ef579a7
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-07-07 23:30:56 +02:00
Qt Submodule Update Bot
b769633c2e Update submodules on '5.12' in qt5
Change-Id: I4c21b50f87410c4c253f510604e3ec80d6b6f929
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-07-06 17:46:42 +02:00
Liang Qi
bd7b28582f Merge "Merge remote-tracking branch 'origin/5.13.0' into 5.13" 2019-07-06 06:02:12 +02:00
Liang Qi
a319bc5f5f Merge remote-tracking branch 'origin/5.13.0' into 5.13
Change-Id: I97c42bef6632a4aeccefab008e0f615f7a9e9f78
2019-07-05 20:05:17 +02:00
Qt Submodule Update Bot
231a5b777c Update submodules on '5.13' in qt5
Change-Id: I39a42574427b32d1d5c73ea96713913674ca7303
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-07-05 19:27:39 +02:00
Qt Submodule Update Bot
bf78588505 Update submodules on '5.12' in qt5
Change-Id: Ief716d10e9e1efcb655f96cc297a3a22ff67839b
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-07-05 09:45:54 +02:00
Qt Submodule Update Bot
e41646897c Update submodules on '5.12' in qt5
Change-Id: I039e035c56bd14a86eb1b309d0372c90b5d737cf
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-07-04 06:04:31 +02:00
Liang Qi
59891119e7 Update submodules on '5.13' in qt5
Skip qtbase in this round.

Change-Id: I49b70268be1be3d29fca34af87d376dc51154aec
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-07-02 23:02:59 +02:00
Toni Saario
107fb06016 Fix extra file and missing library in platform configurations
Missing libraries in no-gui platform.
Default.txt was supposed to be removed by
    439a1eb220

Change-Id: I91c7802634f69f9e5475921b3610185b386b1b1f
Reviewed-by: Aapo Keskimolo <aapo.keskimolo@qt.io>
2019-07-02 06:47:59 +00:00
Toni Saario
439a1eb220 Change configuration files into yaml format
Change-Id: I252908e9eae3a254f32a286608734b5728cd60b8
Reviewed-by: Liang Qi <liang.qi@qt.io>
Reviewed-by: Aapo Keskimolo <aapo.keskimolo@qt.io>
2019-07-01 10:28:29 +02:00
Qt Submodule Update Bot
e2fa816df4 Update submodules on '5.12' in qt5
Change-Id: I1bdf6510557ffbc7b3bfd292d18a0f27cb0cee23
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-06-28 16:21:45 +02:00
Tony Sarajärvi
8c4ac28b0d Add correct openSSL arguments to no-gui builds
Change-Id: Ida58ff76bf154dbaf4ffb4cb18005874e10a9c46
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-06-28 11:43:45 +03:00
Qt Submodule Update Bot
daf8327b2c Update submodules on '5.13' in qt5
Change-Id: I40b83973a9cab06f068c8a61f51fded3eddebeef
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-06-25 20:16:42 +02:00
Konstantin Tokarev
3a940903c0 Make header line in qtwebkit.txt longer to prevent parsing error
Change-Id: I0531f91af397d09cfa7eae96c0d779d3055b0456
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-06-25 10:47:00 +03:00
Qt Submodule Update Bot
1ba5e3b0b9 Update submodules on '5.13' in qt5
Change-Id: I6f19903a3a7cdcf8fb2579b710ccda23427fb91b
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-06-24 22:30:58 +02:00
Konstantin Tokarev
35c1c88749 Update platform_configs for QtWebKit
* Remove redundant MSVC2017 configuration
* Synchronize Mingw73 configuration with qt5.txt

Change-Id: I02f6649b77e89b9acb3bdd516419aa12817caaa3
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-06-24 13:02:11 +03:00
Qt Submodule Update Bot
e7f8eeb30d Update submodules on '5.13' in qt5
Change-Id: I567e22dba0fc0b4c3dd377aa3d37ba0985855ba1
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-06-22 22:30:55 +02:00
Qt Submodule Update Bot
6131434bdf Update submodules on '5.13' in qt5
Change-Id: I62f02ca85e035aa26dc0f9a0ebb4d78e4abc2363
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-06-20 22:31:38 +02:00
Qt Submodule Update Bot
dedbec30d1 Update submodules on '5.13' in qt5
Change-Id: Ia2ae5b47bc7e4aa094c6ed72d0a7be3bef090387
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-06-19 22:30:48 +02:00
Qt Submodule Update Bot
a04751c10e Update submodules on '5.13' in qt5
Change-Id: I216600c90956b5716b1ce1a787b21417dbc4089a
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-06-18 22:31:30 +02:00
Qt Submodule Update Bot
6f6b43593e Update submodules on '5.13' in qt5
Change-Id: Ifb6609089d41976f649b73df26e9214ab3b49fd4
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-06-17 22:32:31 +02:00
Qt Submodule Update Bot
dcb1c8b41c Update submodules on '5.13' in qt5
Change-Id: Id806418087800e313ee9a14c0a99fcf7215579c0
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-06-14 22:31:34 +02:00
Heikki Halmet
644f8b7006 Fix openssl 1.1 library configurations
Change-Id: Idcb919e5f388b509e4215cf5515c8716490d5872
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Reviewed-by: Simo Fält <simo.falt@qt.io>

(cherry picked from commit de41591477)
Change-Id: Ifbb5ecc4613319265a3378b60959fffc7301ae46
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-13 22:47:35 +03:00
Qt Submodule Update Bot
09180d3f95 Update submodules on '5.13.0' in qt5
Change-Id: I8883876f4360b207000d7635838fd26adb6a2f73
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-13 14:04:22 +00:00
Qt Submodule Update Bot
305278ff93 Update submodules on '5.13' in qt5
Change-Id: I4363311b5e75dd00eb5c869d013b701a2ef7ef49
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-06-12 22:31:12 +02:00
Jani Heikkinen
fd1f34192a Fix qt5.git builds
some '-' is missing from qt5.txt causing coin to ignore all configurations
from that file. So adding enough '-' in title column to solve the issue.

Change-Id: I0b8fa6c98efeece1bf93592bbb60ca627962ceee
Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
2019-06-12 13:39:26 +03:00
Qt Submodule Update Bot
d063074b0f Update submodules on '5.13.0' in qt5
Change-Id: I0070b9d562cfb57bab5b6fad913e9dbdf2090b48
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-12 10:41:11 +00:00
Qt Submodule Update Bot
7b36e44d7a Update submodules on '5.13' in qt5
Change-Id: Ic3abd12e65592ae218e47b96bf5e80ccf92807e3
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-06-11 22:31:13 +02:00
Qt Submodule Update Bot
0d7a64fd8c Update submodules on '5.13' in qt5
Change-Id: I8a94229ad71e5ee71e77bbe27641239f6a6940dc
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-06-10 22:30:57 +02:00
Qt Submodule Update Bot
67ba0e70a1 Update submodules on '5.13.0' in qt5
Change-Id: I499cced655cbac696eb8343c1f01bdf00c7dcc9c
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-10 11:56:07 +00:00
Qt Submodule Update Bot
bb18b48251 Update submodules on '5.13' in qt5
Change-Id: I07ecded02a10f0d0849de89e36569e88c2d0cf8d
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-06-09 22:30:57 +02:00
Qt Submodule Update Bot
f4bbadba41 Update submodules on '5.13' in qt5
Change-Id: I4dae0c7ec72588d61f479074307bbe9515aeb895
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-06-08 22:31:05 +02:00
Qt Submodule Update Bot
14adbe74dd Update submodules on '5.13' in qt5
Change-Id: Id5b714f25384e8b6db9d314d63344440fa459b17
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-06-07 22:31:13 +02:00
Qt Submodule Update Bot
5bba104a41 Update submodules on '5.13' in qt5
Change-Id: I7bb7197fced3470b41e8d2b77f0af4617607ce97
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-06-06 22:31:14 +02:00
Qt Submodule Update Bot
50bd689155 Update submodules on '5.13.0' in qt5
Change-Id: I093500e5ebc9e53766233919eaf66dd223529300
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-06 11:39:44 +00:00
Qt Submodule Update Bot
220097d10c Update submodules on '5.13' in qt5
Change-Id: Iad275ca3305f834c0ff484df8c6469931fbcb3d1
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-06-05 22:31:55 +02:00
Heikki Halmet
a05bd71ede Disable MySQL from packaging builds
We can't link against 3rd party GPL libraries

Task-number: QTBUG-76081
Change-Id: Ia78c58b14349078259488eafb592c2f70dbf7241
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-06-05 13:25:23 +03:00
Qt Submodule Update Bot
81f478b533 Update submodules on '5.13.0' in qt5
Change-Id: Ib895ddc3b6d81039e6661864d03f1c586a78dbba
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-05 11:55:31 +00:00
Qt Submodule Update Bot
c15485df43 Update submodules on '5.13.0' in qt5
Change-Id: Ie903e4f8177b324ec981a1d57e7c2e0b4f76d585
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-03 10:59:12 +00:00
Qt Submodule Update Bot
02404b0cec Update submodules on '5.13.0' in qt5
Change-Id: Idc487281a4293ad8cc5ad494b79fd941efc820ce
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-05-31 04:08:58 +00:00
Qt Submodule Update Bot
f22f1007f4 Update submodules on '5.13.0' in qt5
Change-Id: I1d1d7dd6d259b26f0c0216efd1976ac79b500e78
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-05-27 06:08:44 +00:00
Heikki Halmet
247b429c3c Install prebuilded OpenSSL 1.1.1b for Windows 7
Change-Id: Ie1ec2d6aaeea8432a654741ed7969cc66c3da7f5
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-05-26 08:14:11 +03:00
Heikki Halmet
ebcfcbe69a Add Android x86_64 architecture
Task-number: QTBUG-47672
Change-Id: If5044e601ceedcd47a1ab9299f6a8e5721314ecc
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-05-25 08:47:52 +03:00
Juha Karjalainen
3e838f2a34 Provisioning: Change openssl version to 1.1.1b
Use newest LTS version of openssl as support for 1.0.2 series
will end at end of 2019.

For windows 7 x86 openssl 1.0.2 will be used until all need fixed
are made to submodule tests

Task-number: QTQAINFRA-2327
Change-Id: I930d239cd139b6202ebdfb5cdc8068ff2ad0b8a3
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-05-22 15:34:04 +03:00
Qt Submodule Update Bot
b7c0e2db78 Update submodules on '5.13.0' in qt5
Change-Id: I51a93793234d86494580ec6a9d53b7cd414c888b
Reviewed-by: Katja Marttila <katja.marttila@qt.io>
2019-05-23 04:17:14 +00:00
Juha Karjalainen
230a73409a Provision sed for windows 10
Sed is needed by webassembly build. Cannot use sed from msys as
having msys bin folder in path breaks webassembly build.

Task-number: QTQAINFRA-2835
Change-Id: I6ad06f0a952a0d8bc5d21e62f8c2cef70f40c618
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-05-16 04:14:35 +00:00
Ulf Hermann
3e6a04c09d qtdeclarative platform config: Add missing quotes
Change-Id: Ib8c0a2aad21718dba25728d3ac869c23f314554a
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-05-16 04:14:30 +00:00
Qt Submodule Update Bot
991500dc85 Update submodules on '5.13.0' in qt5
Change-Id: Ibb7ad97a0fb6cbc2d7d8d77d0fd115c1d602ee07
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-05-16 04:14:23 +00:00
Aapo Keskimolo
9c49284978 Remove redundant windows configuration
The windows configuration was added by commit

 8cdf60fe64

which was unintended and caused breakages due to wrong library paths.

Regression was introduced by 65d4cea3ac12a5d585da7ee1ba2933a3c23051b8 which
allowed sharing storage paths with builds with different configure arguments.

Change-Id: I18d12c4ff86a5bb28484c7b39ca38ff4f6f590d8
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-05-12 07:29:17 +00:00
Tony Sarajärvi
8cdf60fe64 Split features list between Coin and qt
Start using configure args as configure string instead of flags.

Task-number: QTQAINFRA-2744
Change-Id: I2ce189531df7ba805d18b36615259bf0303e7175
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-05-08 09:18:56 +00:00
Qt Submodule Update Bot
819362c5d6 Update submodules on '5.13.0' in qt5
Change-Id: I6e14f7f3fedc1ce69e3cedaf8a5b2251d12fae45
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-05-08 06:47:41 +00:00
Liang Qi
8f63da629a Merge remote-tracking branch 'origin/5.13' into 5.13.0
Change-Id: If2321aae395ea99c0fb4cf4ef7b3c5a580d3357e
2019-05-07 14:58:36 +02:00
Tony Sarajärvi
049eb21a1d Replace RHEL 7.4 with 7.6 in the CI
Task-number: QTQAINFRA-2942
Change-Id: I4186a2961ce81eed7a7fd8994c4a10f35b8fad1c
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-05-07 07:15:58 +00:00
Qt Submodule Update Bot
c6b018a925 Update submodules on '5.13' in qt5
Change-Id: Ib948b49eccead6649f228a3d7acc83a2f6522660
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-05-06 06:56:28 +00:00
Liang Qi
aeea2c8425 Merge remote-tracking branch 'origin/5.12' into 5.13
Change-Id: Ia93633ae4ef9677ede751467a70e8f91799829a2
2019-05-04 11:04:32 +02:00
Qt Submodule Update Bot
4c4595b93b Update submodules on '5.13.0' in qt5
Change-Id: I637151d097b4f311f86004c2eb26f8a1d8b80ef0
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-05-03 09:15:06 +00:00
Qt Submodule Update Bot
c2506b0f9c Update submodules on '5.13' in qt5
Change-Id: I99a2129b1f73fc1dd801b406b9741cdfea37429e
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-05-03 07:32:05 +00:00
Juha Karjalainen
6465c42122 Provisioning: install msys2
Windows need msys2 perl for configuring openssl 1.1.1 for android.

Task-number: QTQAINFRA-2327
Change-Id: I217542b6e9b3fd0f656b8186e2cde4283257dcf8
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-05-03 07:30:44 +00:00
Qt Submodule Update Bot
ea052ceb0a Update submodules on '5.13' in qt5
Change-Id: I4f9b2ff00e79cf16a9effd6bdffa679a7f25b50b
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-05-02 09:04:01 +00:00
Qt Submodule Update Bot
d27f9e9b88 Update submodules on '5.12' in qt5
Change-Id: If055179b9dfbc4af842c4972cabb79c2966d57d8
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-04-30 18:44:54 +00:00
Kari Oikarinen
b692cf823a Adjust submodule branches
Change-Id: I8efc4803c92a42e67add0646be00c0d6571fb9e2
2019-04-29 11:48:19 +03:00
Liang Qi
22bb88ed07 Update submodules on '5.12' in qt5
Change-Id: I69ecf3e1a1f7b5dbdc6e86478475f9563854dac6
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-04-26 05:46:36 +00:00
Liang Qi
ffe0c11420 Merge "Merge remote-tracking branch 'origin/5.12.3' into 5.12" into refs/staging/5.12 2019-04-26 05:46:30 +00:00
Liang Qi
6dd08088fc Merge remote-tracking branch 'origin/5.12.3' into 5.12
Change-Id: Ib5cb484726a93f7b317e1dd8e74b446e6673cdbd
2019-04-25 16:05:59 +02:00
Simo Fält
09f28e9e1d Provisioning: Install python36-devel to rhel 7.4
The rhel Python3 system package is missing development libs.

Fixes: PYSIDE-996
Change-Id: I3863c85ad04021dd0f0d4af4bae5917a6785a7e1
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-04-25 12:58:28 +00:00
Heikki Halmet
65cf2cb957 Provisioning: Install Vulkan to Rhel 7.4
Enables Vulkan support at compile time

Task-number: QTBUG-72763
Change-Id: If97adb030d50a147c9714afe3ef360291904b58a
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-04-25 09:29:05 +00:00
Qt Submodule Update Bot
766fc425e3 Update submodules on '5.12' in qt5
Change-Id: I2c02e38847615cace282fa261ac5ac526eb6ece2
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-04-24 16:37:45 +00:00
Heikki Halmet
5db0ce74b7 Provisioning: Update QNX 7.0 packages
Updated packages includes QNX Multimedia Suite 2.0,
which enables building QtMultimedia QNX plugins

Task-number: QTBUG-71073
Change-Id: Iaf7cabfe1dc59441abb978c261590c41f7aa0cdc
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
2019-04-24 13:27:06 +03:00
Qt Submodule Update Bot
a4e4c13f01 Update submodules on '5.13' in qt5
Change-Id: I43c1b4dac692f6c93702d05d3ee2a2ec224b2736
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-05-28 21:59:04 +02:00
Liang Qi
9d3f29dc03 Merge "Merge remote-tracking branch 'origin/5.13.0' into 5.13" 2019-05-27 15:18:06 +02:00
Liang Qi
7ef9985e4e Merge remote-tracking branch 'origin/5.13.0' into 5.13
Change-Id: I56973a90b028a77c3692f790648b605622af4af6
2019-05-27 15:18:06 +02:00
Qt Submodule Update Bot
a0291fde84 Update submodules on '5.13' in qt5
Change-Id: I5b52a5c17a612ba62948c01696e71c88bd84e85c
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-05-24 16:22:05 +02:00
Qt Submodule Update Bot
3e6f5b1486 Update submodules on '5.13' in qt5
Change-Id: Icc5ec39c45931aec77ca5287c14d08902ec6c551
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-05-21 13:48:00 +02:00
Allan Sandfeld Jensen
04fa1bf4ef Fix qtdeclarative boot2qt CI config
DISTRO_OPTS was missing quotes.

Change-Id: Iffcfce8e34f95b5a0c0f0309b26291b31b12a7dc
Reviewed-by: Aapo Keskimolo <aapo.keskimolo@qt.io>
2019-05-13 18:20:59 +00:00
Qt Submodule Update Bot
7d1d1aa2d2 Update submodules on '5.13' in qt5
Change-Id: I0e6e46b247198ce68668222e555e3ebf256729bc
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-05-12 15:51:20 +00:00
Liang Qi
6fbaba5d52 Merge remote-tracking branch 'origin/5.13.0' into 5.13
Change-Id: Ib80ac156ec8ce5690d5ec784c671bd706afe0b4e
2019-05-12 11:12:36 +02:00
Qt Submodule Update Bot
494d10fb73 Update submodules on '5.13' in qt5
Change-Id: Ieb925882ea0c8b536bde7f9a1d63aecdf6213632
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-05-09 20:44:40 +00:00
Liang Qi
0a1e27b33e Merge remote-tracking branch 'origin/5.13.0' into 5.13
Change-Id: Ibab4a9d55ce371259f52edb1819a397c1f2d7d9e
2019-05-09 12:04:02 +02:00
Heikki Halmet
dbaa42baa7 Provisioning: Use ANDROID_NDK_ROOT instead of ANDROID_NDK_HOME
Without this binaries will be hardcoded to look in e.g
/opt/android/android-ndk-r19b which means that RTA tests will fail

Task-number: QTBUG-74952
Change-Id: Ic2b1297e15d905f2250333b6bc884abe2f1472d4
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-04-23 06:04:34 +00:00
Qt Submodule Update Bot
12cde4e0da Update submodules on '5.12' in qt5
Change-Id: I2fa664d7b94bf511d4321e0698aba679ccb38ad0
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-04-23 04:06:25 +00:00
Heikki Halmet
91ab567a64 Provisioning: Upgrade PyYAML because of possible security vulnerability
Known high severity security vulnerability in pyyaml v< 4.2b1

Task-number: QTQAINFRA-2888
Change-Id: I6522fc66ca7c4323cc6248ec2cb31c62201f8e84
Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-04-18 14:35:52 +03:00
Tony Sarajärvi
d494d76c26 Add a no-opengl build on Ubuntu 18.04
Task-number: QTQAINFRA-2577
Change-Id: I815adf0f85f688d9d584b95122d1944cb4b660c1
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-06-26 10:14:17 +03:00
Tony Sarajärvi
670aa09aba Provisioning: Fix cleanup when building GCC from sources
We need sudo rights to delete the temporary folder
where sources for GCC are extracted.

Change-Id: Ic0642e44eabfc3449f7ce5903a63bd38924f7dca
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-05-16 13:45:06 +03:00
Qt Submodule Update Bot
2fd2a20f18 Update submodules on '5.12' in qt5
Change-Id: I5476ca1d214e18ba91b313f9a742d31fc9e04fe7
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-06-26 09:24:40 +02:00
Qt Submodule Update Bot
c06ab02f33 Update submodules on '5.12' in qt5
Change-Id: I961e20f994ffcbc97b822f53069cc3bd5a399345
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-06-25 10:30:36 +02:00
Oliver Wolff
0c339c29d6 platform_configs: Add missing "Configure arguments" to qtconnectivity.txt
Without the tag configure arguments will not be parsed by Coin so that
wrong configurations will be used.

Change-Id: I02f84cde07e9e4cf878add89ba9ba43dacf9d567
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-06-25 10:29:17 +02:00
Liang Qi
dc4790e751 Merge "Merge remote-tracking branch 'origin/5.12.4' into 5.12" 2019-06-25 10:29:08 +02:00
Liang Qi
34a13ff5d9 Merge remote-tracking branch 'origin/5.12.4' into 5.12
Conflicts:
	coin/platform_configs/default.txt
	coin/platform_configs/qt5.txt

Done-With: Tony Sarajärvi <tony.sarajarvi@qt.io>
Change-Id: I1381c4b80a64859cb42d6cb5205ef549de40dde6
2019-06-25 10:29:08 +02:00
Qt Submodule Update Bot
4048c76e65 Update submodules on '5.12' in qt5
Change-Id: Idb8c2824d7d6d7359b0845fcb200d1331029cec9
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-06-21 10:16:38 +02:00
Qt Submodule Update Bot
6361946518 Update submodules on '5.12' in qt5
Change-Id: I3b189f1cfbf6898e35b91eb821485f3b9eeb678b
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-06-19 10:31:09 +02:00
Qt Submodule Update Bot
bb8b7c5140 Update submodules on '5.12' in qt5
Change-Id: I673d342cd906782d8444eebcb8e16ad6cec827f0
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-06-18 13:23:09 +02:00
Liang Qi
452e0d94d4 Update submodules on '5.12' in qt5
Ignore qtvirtualkeyboard temporarily.

Task-number: QTBUG-76371
Change-Id: I6d62f0f60b30044baaef092cbd8066bbca8d0df7
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-06-18 10:36:33 +02:00
Antti Kokko
6e350aff34 ogl-runtime: instead of linking to qt5.txt use the actual configuration
Change-Id: I1b1d467f2c67026fc8039b7346ea8ca02250ba1c
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-12 15:15:32 +03:00
Qt Submodule Update Bot
e926f95049 Update submodules on '5.12.4' in qt5
Change-Id: I2b8b3fc60e242872f1cfb850c6219a72b39d471a
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-13 03:10:05 +00:00
Heikki Halmet
d87d4e0219 Disable MySQL from packaging builds
We can't link against 3rd party GPL libraries

Task-number: QTBUG-76081
Change-Id: Ia78c58b14349078259488eafb592c2f70dbf7241
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
(cherry picked from commit a05bd71ede)

Change-Id: I97d1d06b266490080325126e2dd715436a91b01a
Reviewed-by: Simo Fält <simo.falt@qt.io>
2019-06-13 05:52:55 +00:00
Heikki Halmet
de41591477 Fix openssl 1.1 library configurations
Change-Id: Idcb919e5f388b509e4215cf5515c8716490d5872
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Reviewed-by: Simo Fält <simo.falt@qt.io>
2019-06-13 08:29:02 +03:00
Qt Submodule Update Bot
0e454d2a14 Update submodules on '5.12.4' in qt5
Change-Id: Id04721e958f15621a0a5b35aa0d44dc2d7238549
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-11 04:05:34 +00:00
Jani Heikkinen
01c38dfad8 Use link to qt5.txt instead of copy in qt3d-runtime.txt
Change-Id: If61fe724af869fb35637321311bfb052d3009956
Reviewed-by: Antti Kokko <antti.kokko@qt.io>
 
(cherry picked from commit c5e443374a)
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-09 17:18:19 +03:00
Antti Kokko
1db94fc9ef Add platform configuration file for ogl-runtime repository
Use configuration from qt5.txt.

Change-Id: Ic788b70545169ee1fce5a97f016882cacd4a7908
Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-10 11:49:11 +03:00
Qt Submodule Update Bot
fb534d1b44 Update submodules on '5.12.4' in qt5
Change-Id: Ic0a4f9340c23cc8a7b502870e690d1fccb54425f
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-10 10:19:00 +03:00
Heikki Halmet
acff1703e4 Install prebuilded OpenSSL 1.1.1b for Windows 7
Change-Id: Ie1ec2d6aaeea8432a654741ed7969cc66c3da7f5
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
(cherry picked from commit 247b429c3c)
2019-06-10 10:19:00 +03:00
Juha Karjalainen
c8deeb3d05 Provision sed for windows 10
Sed is needed by webassembly build. Cannot use sed from msys as
having msys bin folder in path breaks webassembly build.

Task-number: QTQAINFRA-2835
Change-Id: I6ad06f0a952a0d8bc5d21e62f8c2cef70f40c618
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
(cherry picked from commit 230a73409a)
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-10 10:19:00 +03:00
Juha Karjalainen
b9e92adf59 Provisioning: install msys2
Windows need msys2 perl for configuring openssl 1.1.1 for android.

Task-number: QTQAINFRA-2327
Change-Id: I217542b6e9b3fd0f656b8186e2cde4283257dcf8
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
(cherry picked from commit 6465c42122)
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-10 10:06:56 +00:00
Juha Karjalainen
31f5c48a80 Provisioning: Change openssl version to 1.1.1b
Use newest LTS version of openssl as support for 1.0.2 series
will end at end of 2019.

For windows 7 x86 openssl 1.0.2 will be used until all need fixed
are made to submodule tests

Task-number: QTQAINFRA-2327
Change-Id: I930d239cd139b6202ebdfb5cdc8068ff2ad0b8a3
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
(cherry picked from commit 3e838f2a34)
2019-06-10 10:07:20 +00:00
Tony Sarajärvi
5fd662b550 Fix platform configuration files
Typos, duplicate entries and one missing rebase ended up
in the initial cherry-pick from 5.13

Change-Id: Ibf0fdb8cbc62f8223a0ede89ad4c013ceb7d145e
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
 
 
(cherry picked from commit d77fdecc11)
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-10 10:16:58 +03:00
Tony Sarajärvi
6c6c6ca1a5 Split features list between Coin and qt
Start using configure args as configure string instead of flags.

Task-number: QTQAINFRA-2744
Change-Id: I2ce189531df7ba805d18b36615259bf0303e7175
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
(cherry picked from commit 8cdf60fe64)
(cherry picked from commit d49c0cd0bb)
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-10 10:16:52 +03:00
Tuomas Heimonen
1cf289d182 Remove tests from Saferenderer static build
Task-number: QSR-458

Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>

(cherry picked from commit 3cc1c40ff5)
Change-Id: I076add99b15bfdcde903af6d94913f28c46632ee
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-10 17:25:13 +00:00
Heikki Halmet
a2b1dd2d0a Provisioning: Use ANDROID_NDK_ROOT instead of ANDROID_NDK_HOME
Without this binaries will be hardcoded to look in e.g
/opt/android/android-ndk-r19b which means that RTA tests will fail

Task-number: QTBUG-74952
Change-Id: Ic2b1297e15d905f2250333b6bc884abe2f1472d4
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
(cherry picked from commit dbaa42baa7)
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-10 10:14:57 +03:00
Heikki Halmet
608788de2d Provisioning: Update Android NDK to version r19
Also let's start using 64-bit Android NDK for Windows

Task-number: QTQAINFRA-2568
Change-Id: I2d757aa9e43abf5118abad7bf644e17e88a2ca94
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
(cherry picked from commit c09135cb56)
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-06-10 10:14:57 +03:00
Qt Submodule Update Bot
b611da5b35 Update submodules on '5.12' in qt5
Change-Id: Ibd78f70d7795b3927093d1f7de3cb59db2693cac
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-06-05 23:31:03 +02:00
Tony Sarajärvi
d77fdecc11 Fix platform configuration files
Typos, duplicate entries and one missing rebase ended up
in the initial cherry-pick from 5.13

Change-Id: Ibf0fdb8cbc62f8223a0ede89ad4c013ceb7d145e
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-06-04 11:10:57 +03:00
Liang Qi
b825df16f2 Update submodules on '5.12' in qt5
Skip qtbase in this round.

Change-Id: Ibe33457533596f164b2d6342329378604e845720
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-06-03 08:38:33 +02:00
Tony Sarajärvi
d49c0cd0bb Split features list between Coin and qt
Start using configure args as configure string instead of flags.

Task-number: QTQAINFRA-2744
Change-Id: I2ce189531df7ba805d18b36615259bf0303e7175
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
(cherry picked from commit 8cdf60fe64)
2019-05-29 15:09:40 +03:00
Tony Sarajärvi
f70bdd89b1 Update GCC version to 9.1.0 in Ubuntu 18.04
Task-number: QTQAINFRA-2958
Change-Id: I3ea8c8e467b9a1f56c2b114c40fb94dfdc1448d0
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-05-31 11:30:45 +03:00
Qt Submodule Update Bot
849df311b1 Update submodules on '5.12.4' in qt5
Change-Id: I73e3a64a4f9b0255c6e82ba638bf1f783e9867db
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-05-27 16:39:39 +02:00
Frederik Gladhorn
1e290229e4 Adjust submodule branches 2019-05-21 19:42:01 +02:00
Tuomas Heimonen
25349a29f7 Remove examples from Saferenderer static Windows build
Task-number: QSR-458
Change-Id: I3f0ba66590683ea221ccd207026602b3b89ee3a9
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
2019-05-21 09:59:12 +03:00
Simo Fält
da9aac698d Provisioning: Install virtualenv to Ubuntu 18.04
The python3-virtualenv package is missing the actual virtualenv
executable. python3-virtualenv will get installed as dependency.

Change-Id: If474831e8f46ac5dcd7e1028c97c7322c5e41b9d
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-05-16 10:13:58 +03:00
Jani Heikkinen
c5e443374a Use link to qt5.txt instead of copy in qt3d-runtime.txt
Change-Id: If61fe724af869fb35637321311bfb052d3009956
Reviewed-by: Antti Kokko <antti.kokko@qt.io>
2019-05-08 12:53:18 +03:00
Tuomas Heimonen
3cc1c40ff5 Remove tests from Saferenderer static build
Task-number: QSR-458
Change-Id: I076add99b15bfdcde903af6d94913f28c46632ee
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
2019-05-27 09:12:34 +00:00
Tony Sarajärvi
8d8b7d796f Enable a no-gui build on Ubuntu 18.04
Task-number: QTQAINFRA-2576
Change-Id: Iafdecb0571779077b722bde7521da681f00f6f60
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
Reviewed-by: Rolf Eike Beer <eb@emlix.com>
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-05-27 10:31:13 +03:00
Qt Submodule Update Bot
1f80c520df Update submodules on '5.12' in qt5
Change-Id: I6a580364ce78fdb792eab228d4ace789fb6e5c25
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-05-24 15:42:57 +02:00
Qt Submodule Update Bot
3897888655 Update submodules on '5.12' in qt5
Change-Id: Ib9074112780183225f5620edb3d02fa60f3af4c9
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-05-21 18:01:32 +02:00
Heikki Halmet
7e0fe78315 Add static build for Saferenderer
Task-number: COIN-229
Change-Id: I1808dbcf53a4e070167b485404c8cf9747dc04f5
Reviewed-by: Tuomas Heimonen <tuomas.heimonen@qt.io>
Reviewed-by: Aapo Keskimolo <aapo.keskimolo@qt.io>
2019-05-03 14:18:33 +03:00
Akseli Salovaara
56134fd7f6 Remove Packaging feature flag from UWP 2015 x86 integrations
UWP 2015 x86 binaries are not published anymore. Speed-up export
tool and reduce exported data disk space consumption by removing
Packaging feature flag from UWP 2015 x86 configurations.

Task-number: QTBUG-73544
Change-Id: Iad2016b6e6aec1787c7bbf31c6ef6f71db905c21
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-05-17 09:10:32 +00:00
Juha Karjalainen
94d140b746 Log more version information on macOS provisioning
Logs more version information to make easier to reproduce build.
Logs macOS build version, homebrew installed packages and apple's
installer installed packages.

Change-Id: Ia9f2842a3fd2e8e0acf1667c7435a19c7a878aed
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-05-12 15:47:26 +00:00
Tony Sarajärvi
8f073cea69 Do DeveloperBuild for Boot2Qt
Task-number: QTBUG-63152
Change-Id: I2a0239625bf5cfa4456c64e90e647c70d4533589
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-05-12 13:02:16 +00:00
Qt Submodule Update Bot
a41e568a78 Update submodules on '5.12' in qt5
Change-Id: Ie7ea68d3f32ca9348ca7f5f7017f6e86c00b860d
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-05-08 09:33:16 +00:00
Heikki Halmet
e72a082da5 Provisioning: Remove MSVC 2015 update 3 patch from provisioning
MSVC 2015 update 3 patch seems to be already pre-provisioned with
MSVC 2015 update installation

Task-number: QTQAINFRA-2899
Change-Id: I582c47e4b54303394805f205c4becf6a74e941ec
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
(cherry picked from commit b3e35cbac5)
Reviewed-by: Juha Karjalainen <juha.karjalainen@qt.io>
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-04-18 10:01:57 +00:00
Qt Submodule Update Bot
712d5447bf Update submodules on '5.12' in qt5
Change-Id: I01acdb8d1dc3137abb193a9ccf1dba20d6953bcb
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-04-16 21:19:06 +00:00
Qt Submodule Update Bot
3436df53cf Update submodules on '5.13' in qt5
Change-Id: I4b003f32744fbf25b6439b555a01ee130d50467e
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-04-16 20:51:24 +00:00
Qt Submodule Update Bot
da9243a97b Update submodules on '5.12' in qt5
Change-Id: Ie4120272ceba142d35265f2fbde316e2af8b30a9
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-04-14 06:51:45 +00:00
Qt Submodule Update Bot
f2af07b8ed Update submodules on '5.13' in qt5
Change-Id: Icdc234fca978fd0f510462390b7de537485c7d25
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-04-13 20:30:54 +00:00
Qt Submodule Update Bot
085407eb93 Update submodules on '5.13' in qt5
Change-Id: I6052700191cd9ebd56e1f97fd0f7d52bdb5ef62e
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-04-13 17:15:26 +00:00
Liang Qi
8710c7d9cf Merge remote-tracking branch 'origin/5.12' into 5.13
Conflicts:
	coin/platform_configs/qt3d-runtime.txt
	coin/platform_configs/qt5.txt
	coin/provisioning/qtci-linux-Ubuntu-18.04-x86_64/04-yocto.sh
	coin/provisioning/qtci-macos-10.13-x86_64/30-android.sh

Change-Id: Ie428600c72b7fe4d7b5fa7583e11aebd47cfb85e
2019-04-13 11:38:39 +02:00
Qt Submodule Update Bot
869c15629d Update submodules on '5.13' in qt5
Change-Id: Ifb78bd23df6129ccb226b7e0862ebe5620353b3a
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-04-13 07:32:12 +00:00
Qt Submodule Update Bot
f31970d5ac Update submodules on '5.12' in qt5
Change-Id: I79cbed7287f7b160624b77b08df04d8fd33c7907
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-04-12 17:40:23 +00:00
Qt Submodule Update Bot
bf868c7e7a Update submodules on '5.13' in qt5
Change-Id: I64ac0b2aeaaed0908aaebff7c45b486b8159e893
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-04-12 17:05:13 +00:00
Qt Submodule Update Bot
21a6541aeb Update submodules on '5.12' in qt5
Change-Id: Ibe1d38a062889777ab9d8dc5ec4d2fb46e8b4cb6
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-04-11 16:03:13 +00:00
Juha Karjalainen
48443b4b9a Provisioning: update python 2.7.14 to 2.7.16
Python 2.7.14 used tlsv1 which is no longer accepted by github
thus needing update to newer version.

Task-number: QTQAINFRA-2900
Change-Id: I4e0790854b7c0732e4064ad355d953eb7b71a2b9
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-04-11 06:10:22 +00:00
Juha Karjalainen
d269710383 Change linux webasembly build from devoloper build to release build
Change-Id: Ic2481d69b69e6bc50d583adf5e1d2857abc6ec25
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-04-11 06:09:11 +00:00
Qt Submodule Update Bot
403d4e1d96 Update submodules on '5.13' in qt5
Change-Id: I1e38740b9e4f4c9570d02d5b131def095418778f
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-04-11 05:48:40 +00:00
Qt Submodule Update Bot
314db90904 Update submodules on '5.13' in qt5
Change-Id: I240eb1ed9c19588a40f27ca35759fc23320c235b
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2019-04-10 10:43:51 +00:00
Heikki Halmet
791ec923a7 Provisioning: Echo Emscripten version information to versions.txt
Change-Id: I0ad9b2299805534d1f635fd89ac74d4feb8ce5c4
Reviewed-by: Juha Karjalainen <juha.karjalainen@qt.io>
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-04-10 06:06:56 +00:00
Qt Submodule Update Bot
6db224cfc7 Update submodules on '5.12' in qt5
Change-Id: If36b8642907dc68d9d53cfe01bfa91a9d25f3fff
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-04-10 06:06:53 +00:00
Heikki Halmet
b3e35cbac5 Provisioning: Remove MSVC 2015 update 3 patch from provisioning
MSVC 2015 update 3 patch seems to be already pre-provisioned with
MSVC 2015 update installation

Task-number: QTQAINFRA-2899
Change-Id: I582c47e4b54303394805f205c4becf6a74e941ec
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-04-09 09:17:20 +00:00
Qt Submodule Update Bot
261cc1bd8f Update submodules on '5.12' in qt5
Change-Id: I0e3a8b053ca414cff6e066f24514727b25e444bf
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-04-09 03:39:42 +00:00
Ivan Donchevskii
338fce191a Provisioning: Install i686 mingw on Windows 10 X64
Required to compile 32-bit binaries.

Fixes: QTQAINFRA-2896
Change-Id: I91a43ecf6e2c97886429c34c79591999b908879f
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-04-08 06:36:50 +00:00
Alex Blasche
16201ab31d Deprecate QtXmlPattern module
Change-Id: Iec4561cd6ae38b8133d4f0ddaf5ed0ecb03d4304
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2019-04-08 06:28:02 +00:00
Heikki Halmet
c654e63c87 Update Windows 10, MSVC 2015 and MSVC 2017
Windows 10 updated to build 1809
msvc2015 update 3 14.0.25431.01
msvc2015 update 3 (KB3165756)
msvc2017 5.18.2 4.7.03056

ms-zune is no longer available in the latest
Windows 10 version

dotnet and msvc 2015 update patch installation
moved to pre-provisioning. Msvc 2015 update patch installation
seems to be flaky with this windows version.

Task-number: QTBUG-68190
Task-number: QTQAINFRA-2255
Task-number: QTBUG-71125
Change-Id: I87defffa488cb75f7de0909020073b35476bea80
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-04-05 05:04:34 +00:00
Liang Qi
8630f18d1e Only update qtwebengine in this round
Change-Id: Ic8a307e2a3dd774adf6484894531b9a177bec58f
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-04-05 05:04:27 +00:00
Tony Sarajärvi
b2afcc8405 Fix shellcheck complaints from provisioning scripts
Change-Id: I8d1ee4241d7e99269e8c717ceb2aecde3194c51a
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-04-01 15:16:59 +00:00
Tony Sarajärvi
f678ae3769 Fix soft links and file modes of a few macOS provisioning scripts
Change-Id: I1d4d09424aa2ce0b75d840a2c26cbfed99740d0c
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-04-01 15:16:52 +00:00
Heikki Halmet
c09135cb56 Provisioning: Update Android NDK to version r19
Also let's start using 64-bit Android NDK for Windows

Task-number: QTQAINFRA-2568
Change-Id: I2d757aa9e43abf5118abad7bf644e17e88a2ca94
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-04-01 11:42:49 +00:00
Qt Submodule Update Bot
7eeee0df43 Update submodules on '5.13' in qt5
Change-Id: I81587903b3fdf6d68c3e91d0c6d21c591e2746a3
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-03-29 21:05:29 +00:00
Qt Submodule Update Bot
b9e40e2fd7 Update submodules on '5.12' in qt5
Change-Id: I2df7f448e6f121039e343b3dd87d7fbbcbef25fd
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-03-28 19:35:06 +00:00
Qt Submodule Update Bot
35b489b1bd Update submodules on '5.12' in qt5
Change-Id: I7e7a49b60f4082d177c59dd3ccdd752fc4e3c5ca
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-03-27 20:11:53 +00:00
Qt Submodule Update Bot
eb3c52455c Update submodules on '5.13' in qt5
Change-Id: I2a21f0c7eabe7697691bbe330fd0c74058997bb1
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-03-23 08:32:55 +00:00
Qt Submodule Update Bot
3003529631 Update submodules on '5.13' in qt5
Change-Id: I0c15efb52ebac506133653336a16d09174bb938f
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-03-21 19:49:57 +00:00
Qt Submodule Update Bot
7158816eed Update submodules on '5.13' in qt5
Change-Id: I9b5cfc02f045711d84084dd52e3add7baa3a0722
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-03-17 19:56:39 +00:00
Juha Karjalainen
48ab1d879b Fix provisioning disable defragmentation for windows
If no scheduled task exist it would throw error causing
provisioning to fail. Now catch when scheduling does not exist.

Task-number: QTQAINFRA-2823
Change-Id: I3bf24df6116b6c978171950bf5bf954f5ddee533
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-03-15 09:13:16 +00:00
Qt Submodule Update Bot
deecc97dc2 Update submodules on '5.13' in qt5
Change-Id: Ibd880c74a5842a88d8ee0a8cb1eaf3487b4f7192
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-03-14 17:00:45 +00:00
Liang Qi
bbce3228af Merge remote-tracking branch 'origin/5.12' into 5.13
Conflicts:
	coin/provisioning/common/linux/emsdk.sh

Change-Id: I9ba6a1c52b70b605f0f856b6ce6912fd499792a3
2019-03-14 12:10:15 +01:00
Qt Submodule Update Bot
0545584315 Update submodules on '5.13' in qt5
Change-Id: I8c823bab00e24f89a748986bf3eacf12d8de1d46
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-03-13 20:33:23 +00:00
Qt Submodule Update Bot
4c46984c46 Update submodules on '5.13' in qt5
Change-Id: I87f15314cf01a1b0482b1675c1eeaed380d92a3d
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-03-13 09:12:10 +00:00
Qt Submodule Update Bot
fc1d5bbe4c Update submodules on '5.13' in qt5
Change-Id: I696da0adc9f8f11c08765662016972d4c47a8a04
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-03-11 05:16:35 +00:00
Qt Submodule Update Bot
9a5d221afc Update submodules on '5.13' in qt5
Change-Id: I85f2cd016dc8c3e98e39ebee057d1d6bfc71d19b
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-03-08 12:09:53 +00:00
Qt Submodule Update Bot
a99977cf78 Update submodules on '5.13' in qt5
Change-Id: I20b6331abe3a914c5cf2503be61c34e2efe60016
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-03-05 06:41:28 +00:00
Qt Submodule Update Bot
bec94435f8 Update submodules on '5.13' in qt5
Change-Id: I798c8bc1278a02cdf9043ed50eade5ff66b6502d
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-03-02 21:38:04 +00:00
Heikki Halmet
abfc2cd571 Provisioning: Update emsdk version
Task-number: QTBUG-73867
Change-Id: I4caab8d434787bf4323e1ea3232bf4bf23c1ec8d
Reviewed-by: Juha Karjalainen <juha.karjalainen@qt.io>
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2019-03-02 06:29:52 +00:00
Qt Submodule Update Bot
e9d5fdaa20 Update submodules on '5.13' in qt5
Change-Id: I33af247c322de51b34dc65381be9e4e03261842d
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-02-27 16:46:26 +00:00
Liang Qi
2d0e6b81dd Merge remote-tracking branch 'origin/5.12' into 5.13
Conflicts:
	coin/provisioning/common/windows/android-openssl.ps1

Change-Id: I0755066ece5458040a21b3da6ddbc1656240f5bb
2019-02-27 12:43:22 +01:00
Qt Submodule Update Bot
4e99a6976c Update submodules on '5.13' in qt5
Change-Id: I7bf5a68c37be83ba2ad4e67ba24bcae7243297a0
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-02-26 09:31:40 +00:00
Heikki Halmet
d5c96aad5a Provisioning: Remove docker from macOS provisioning
When docker provisioning starting test-server in virtual box whole
virtual machine will reboot.

Let's remove docker until it's more stable or we know how to fix it.

Task-number: QTQAINFRA-2801
Change-Id: Iad7437a69c954a90522e44ef27015518fa3f8c1e
(cherry picked from commit 1865b99b527bd9eee80c39e95d47a44096e44e6a)
Reviewed-by: Aapo Keskimolo <aapo.keskimolo@qt.io>
2019-02-23 13:37:10 +00:00
Heikki Halmet
06fb909429 Provisioning: Change installation order for dotnet-framework
Windows updates can't be disabled before dotnet-framework is enabled

Task-number: QTQAINFRA-2824
Change-Id: I26c6b9d9aacfd8031a0b05ce48e003822aec3bdc
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-02-23 10:56:58 +00:00
Heikki Halmet
da2bd45ba6 Provisioning: Update mysql to Windows
Currently this is the last version that support x86 for at least Windows.

Task-number: QTQAINFRA-1996
Change-Id: Idd55694837afad2188697b4d5cc009a127ddb760
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
2019-02-18 07:43:26 +00:00
Samuli Piippo
abbd43c943 Provisioning: update ARMv7 and ARM64 toolchains
Update toolchains to Yocto Sumo release with GCC 7.3.0

Task-number: QTQAINFRA-2630
Change-Id: I078cfebde1df039a3783f76c37f914f0dda0483f
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-02-18 07:41:18 +00:00
Liang Qi
b0afdd4bc7 Update submodules on '5.13' in qt5
Change-Id: Ie526118f93295f56e0c2bf951c6fe8ab2b427eea
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-02-14 11:18:47 +00:00
Jani Heikkinen
2471d6dab8 Update qtwebengine
Change-Id: I4f70e86ee6f22dd4e14780b606294ca26d0e4007
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2019-02-09 19:15:13 +00:00
Qt Submodule Update Bot
7bd38a4997 Update submodules on '5.13' in qt5
Change-Id: I1653a60f6c0b5dab394b364814bcabf566090498
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-02-08 09:47:56 +00:00
Qt Submodule Update Bot
26ff9bdc3d Update submodules on '5.13' in qt5
Change-Id: I3fe91983a4719ccd77146ed63165a7939358c3c0
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-02-07 17:33:49 +00:00
Tony Sarajärvi
9b84c7135b Build MIPS64 with b2qt toolchain
This configuration verifies big endian builds

Task-number: QTQAINFRA-2492
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
(cherry picked from commit 80339a10a4)
Change-Id: I3111190b5c924eb73b037b94be1a0dc48bcc68c2
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-02-07 17:33:41 +00:00
Liang Qi
84aa9b73ad Merge remote-tracking branch 'origin/dev' into 5.13
Change-Id: If5219843c4f0d4b34fe56a826d0e9bb17d92f877
2019-02-07 09:31:51 +01:00
Qt Submodule Update Bot
73f1d0f518 Update submodules on '5.13' in qt5
Change-Id: I9fbaaaf4870edefceb1a4557799c41077002aaa0
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-02-06 07:03:09 +00:00
Qt Submodule Update Bot
1830cca2bc Update submodules on 'dev' in qt5
Change-Id: Ie71dc26e772ace0d4a7ab51360ad4abe1448d438
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-02-01 20:55:10 +00:00
Juha Karjalainen
366eaceff0 Change order in which certain provisioning scripts are run
Disables windows update and defender  now earlier in provisioning.

Task-number: QTQAINFRA-2592
Change-Id: I4cc380830695a97f02b54ab904e2f6192fc36d44
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-01-29 15:24:41 +00:00
Juha Karjalainen
afbd9305e3 Fix provisioning failure when unsetting proxy with no proxy
When unset-proxy.ps1 script is run when there is no proxy set
unset script fails leading provisioning to fail. Now will check
if  proxy is set before removing registery keys for it.

Task-number: QTQAINFRA-2311
Change-Id: Ic50bcebc634bb90385ca817dac9bed24e9e897ec
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2019-01-29 15:24:38 +00:00
Qt Submodule Update Bot
044f079158 Update submodules on 'dev' in qt5
Change-Id: If01f147a0f76b8075492ebb6baedc832de7611b3
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-01-29 15:24:35 +00:00
Liang Qi
b40d27b808 Update submodules on 'dev' in qt5
Change-Id: Ic263e48fc994a7c77c0198e6544395f4facee760
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-01-29 08:33:51 +00:00
Paul Wicking
3793e0ddfc Adjust submodule branches 2019-01-28 14:37:50 +01:00
Jani Heikkinen
77a73f65df Add qtlottie as a submodule in qt5.git#dev
Task-number: QTBUG-72945
Change-Id: Ib8daf1541e7ff5dca70e8a1c7bec48ee02d0eb59
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Antti Kokko <antti.kokko@qt.io>
2019-01-25 11:06:21 +00:00
Liang Qi
85eb7b7a03 Merge remote-tracking branch 'origin/5.12' into dev
Conflicts:
	coin/platform_configs/default.txt

Change-Id: Ie21baa51738ce0761fb45fba3819b1894cc808b6
2019-01-23 08:02:11 +01:00
Jani Heikkinen
390a373f28 Remove Qt Canvas3D from qt5.git (Qt 5.13 ->)
Task-number: QTBUG-73015
Change-Id: I52b8d26a2e50b51229c83b532c7a1d5360dc88d7
Reviewed-by: Pasi Keränen <pasi.keranen@qt.io>
Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
2019-01-21 08:02:03 +00:00
Qt Submodule Update Bot
e425b8b65f Update submodules on 'dev' in qt5
Change-Id: I3b69a0cc0aa6ec1395afd043e1810b68ebf9f1f6
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-01-17 07:27:21 +00:00
Simo Fält
332ec62ead Fix qtbase LinuxWebAssembly config host
The OpenSUSE 42.3 was replaced with OpenSUSE 15.0.

This amends 89e0159bbc, Swap openSUSE 42.3 to 15.

Task-number: QTQAINFRA-2067
Fixes: QTQAINFRA-2555
Change-Id: I0cd10bcfda5a63fecda0ccdb652b6cc23f349339
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-01-15 09:31:49 +00:00
Qt Submodule Update Bot
4cc4daa28e Update submodules on 'dev' in qt5
Change-Id: I49e60d4857ca27219862cfac7f2286275fa23a6f
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-01-12 07:11:01 +00:00
Qt Submodule Update Bot
8b634155a9 Update submodules on 'dev' in qt5
Change-Id: If053c1ae2aba3aefb28d22b84d992f710e7f0321
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-01-11 07:40:26 +00:00
Tony Sarajärvi
89e0159bbc Swap openSUSE 42.3 to 15
Task-number: QTQAINFRA-2067
Change-Id: I71f79181704d6ce8faac0019f6d7a5016b0ecb5e
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-01-10 17:39:51 +00:00
Qt Submodule Update Bot
affeefbbe6 Update submodules on 'dev' in qt5
Change-Id: I349c81cfd119703e54c3c7f73601f07f3235bbbe
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-01-10 12:34:56 +00:00
Qt Submodule Update Bot
463a873edd Update submodules on 'dev' in qt5
Change-Id: Iec9fa664e9d99a2c4673a9a8c5a1c6124ad2fcc2
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-01-09 08:49:07 +00:00
Qt Submodule Update Bot
6f297420bb Update submodules on 'dev' in qt5
Change-Id: I049658e51a118f46ab46a9e7fa70f6560a8b7982
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-01-08 09:56:32 +00:00
Qt Submodule Update Bot
19a9abeac6 Update submodules on 'dev' in qt5
Change-Id: I47de211a3ba630daafd58fb4e8e1fcff382b4e75
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-01-07 15:01:44 +00:00
Tony Sarajärvi
6b64780b61 Fix .ci.local to .intra.qt.io in docker provisioning
Change-Id: I9de241e70a5dd15568619da6e4a19d54e76e5a4c
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2019-01-07 15:01:31 +00:00
Simo Fält
421eb7551b Provisioning: Enable support for printer test
Task-number: QTQAINFRA-992
Change-Id: Ibf13b8df51e72b2885c85af7bb256c73ce5697ed
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
2019-01-07 15:01:24 +00:00
Tuomas Heimonen
f7b6a4c276 Add qtsaferenderer extra targets for Coin
The cross-compile targets that qtsaferenderer needs do not exist in qt5
therefore we add those extra targets for CI.

Task-number: QSR-378
Change-Id: Ia07074392b09af8d111a957027407f85518e5d85
Reviewed-by: Aapo Keskimolo <aapo.keskimolo@qt.io>
2019-01-07 13:28:36 +00:00
Qt Submodule Update Bot
f30e44e9ff Update submodules on 'dev' in qt5
Change-Id: I348d25b8c0a90d8b1bd6ff20e759bcedb05b3f6f
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-01-07 05:09:11 +00:00
Qt Submodule Update Bot
677c4d62c5 Update submodules on 'dev' in qt5
Change-Id: I934499413588606f3db7acf499f4f6da59f7941a
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-01-05 08:07:47 +00:00
Qt Submodule Update Bot
f103df4826 Update submodules on 'dev' in qt5
Change-Id: I4eb4a253bbf94463ea2743c81f34ed21df101b35
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-01-04 19:54:24 +00:00
Qt Submodule Update Bot
7324ace490 Update submodules on 'dev' in qt5
Change-Id: Ie53a57b7b1da333cc5274c2071232f361e8cb2c8
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-01-04 09:25:45 +00:00
Frederik Gladhorn
b78812f84e Reduce the number of zypper invocations
Change-Id: Ibb1c76fc4786d19a921c31b0933746f9dfefcde8
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-01-03 08:03:31 +00:00
Qt Submodule Update Bot
8e7b85af99 Update submodules on 'dev' in qt5
Change-Id: Id3bea223f49d19d801fa5ea880ce42e5312534e4
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-01-03 05:03:28 +00:00
Qt Submodule Update Bot
20b96704ee Update submodules on 'dev' in qt5
Change-Id: I9da113cf7cd79ed9ba04b1a764644c7920951508
Reviewed-by: Liang Qi <liang.qi@qt.io>
2019-01-02 19:48:39 +00:00
Liang Qi
38e2fc6b80 Merge remote-tracking branch 'origin/5.12' into dev
Conflicts:
	.gitmodules
	coin/provisioning/common/linux/docker_testserver.sh
	coin/provisioning/qtci-linux-Ubuntu-18.04-x86_64/02-apt.sh

Done-With: Ryan Chu <ryan.chu@qt.io>
Change-Id: I9bc3afcb50783a9f0f7718731d237de4be287cae
2019-01-02 10:46:49 +01:00
Qt Submodule Update Bot
da65a37041 Update submodules on 'dev' in qt5
Change-Id: I26b5fbbd0279f6321550deaf3425d52dff4d274d
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2019-01-01 02:31:13 +00:00
Qt Submodule Update Bot
72182d1333 Update submodules on 'dev' in qt5
Change-Id: I2c75b03cc707bf24c5e4e20a908fd5a1348d09b3
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2018-12-27 08:41:22 +00:00
Qt Submodule Update Bot
c245638131 Update submodules on 'dev' in qt5
Change-Id: I63d8b91dec1e0eb4a11b9f8332d2f7dd203abdd5
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2018-12-23 10:15:56 +00:00
Liang Qi
d732383e6b Update submodules on 'dev' in qt5
Change-Id: I3cc13b9baa61251c16cacc1b96a0e0625b4ed751
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-12-22 03:47:27 +00:00
Alex Blasche
57e432e0da Ensure qtserialport is treated as optional dependency for qtserialbus
Fixes: QTBUG-70360
Change-Id: If4e28c60906787054a607d72a33321eab20a9401
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-12-12 09:01:28 +00:00
Ryan Chu
959d9bdb67 Docker Provisioning: Install Avahi daemon on Ubuntu
Avahi is a free Zeroconf implementation and provides mDNS service
discovery. It enables Docker containers to publish their services on a
local network. For the host systems supporting mDNS technology, they
will automatically discover the services when running network tests.

However, some of the Linux distributions don't have avahi-daemon
installation by default (e.g. Ubuntu Server 18.04). To not surprise the
user, the provisioning script will help to install avahi-daemon package.

Change-Id: Ibb4c278c552c149b15da8cf7918f7f71ffa3ebec
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
2018-12-10 14:11:01 +00:00
Ryan Chu
a695130478 Assert the provisioning process in macOS if VMX is not enabled
The Docker-machine requires VT-x/AMD-v to build up boot2docker virtual
machine. The VMX flag should be enabled when deploying the VM into
Virtualbox. In the CI framework, it relies on Coin to expose the VMX
flag to the CPU feature. To well handle the case that the VMX could be
removed due to some CI updates, the provisioning script will assert the
process with the related debug message if VMX is not found.

Change-Id: I9f3f123d33629df1655a5b55d776d5361878d1f5
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
2018-12-10 14:10:58 +00:00
Ryan Chu
477fc6a73f Docker Provisioning: Remove the obsolete tag of test servers from Ubuntu
The SHA-1 tag of a server image is generated by the shared function
(sha1tree) in testserver_util.sh. The sha1tree function sorts the files
by the their SHA-1 and use the accumulated results as the TAG. So that,
we can assign the same SHA-1 value to a server on all the platforms.

Change-Id: If87ac72f7a9c5cdebef04977480d27b26a701b73
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
2018-12-10 14:10:54 +00:00
Ryan Chu
ce3791a214 Docker Provisioning: Remove the fixed version of package dependencies
Free the dependencies of the specific Ubuntu packages. Ensure that test
server is using the latest version of the Ubuntu packages to test
network changes.

The SHA-1 of the provisioned images in docker cache:
qt-test-server-apache2:537fe302f61851d1663f41495230d8e3554a4a13
qt-test-server-squid:9c32f41b19aca3d778733c4d8fb0ecc5955e893c
qt-test-server-vsftpd:f3a9c8d793a77cc007c0e4e481bec01f9e3eeb7e
qt-test-server-ftp-proxy:d7de8b28392d173db512a558ccc84ead8bece2ae
qt-test-server-danted:35607f9b790524cf9690c7d12a9a401696b7b6b5

Change-Id: I4e6c8cb235f1f798274eb52858e06d8755ae626f
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
2018-12-10 14:10:51 +00:00
Liang Qi
bb0a12e410 Update submodules on 'dev' in qt5
Skip qtdeclarative in this round due to QTBUG-72294.

Change-Id: I02dadd44227e8472d2f293d808c6c3eb44f18b66
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-12-05 20:26:14 +00:00
Liang Qi
d15a5b8841 Update submodules on 'dev' in qt5
Skip qtbase in this round.

Change-Id: I72eb2d8ddca7f536d18956952a0c54f69b2d63f0
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-12-01 01:26:07 +00:00
Jędrzej Nowacki
e8e76d256b Fix handling of structs by clang format
Our coding style expects classes to have opening braces on a new line.
Structs and classes are the same.

Before the patch:
 struct Foo {
    ...
 };

After the patch:
 struct Foo
 {
    ...
 };

Change-Id: Ifab8a402d03ef2fd75b939f39274887feedc7b1b
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
2018-11-30 15:50:58 +00:00
Liang Qi
a55b732053 Update submodules on 'dev' in qt5
Skip qtbase in this round.

Change-Id: I40329a2263b6c32046fe867aef55e229574915d2
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-11-23 19:52:35 +00:00
Liang Qi
a4fc60b21c Update submodules on 'dev' in qt5
Skip qtbase in this round due to QTBUG-71550.

Change-Id: I245a30e6f731dbbbd6400756c161ed402861d43e
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-11-07 07:10:48 +00:00
Simo Fält
5a040ca46a Provisioning: Move Android toolchain and config to win10
Installing Android toolchains and ssl headers to win10 template
and moving Android windows platform configs to win10 from win7.

Task-number: QTQAINFRA-1266
Change-Id: I9b3e3a378451e0bdfc7dc5c7b75ee035faf8994c
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2018-11-06 19:30:23 +00:00
Liang Qi
de05c3d5e8 Update submodules on 'dev' in qt5
Skip qtbase in this round due to QTBUG-71550.

Change-Id: I74b8b9ba8a7a5595acc916db78df25864a23b5f6
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-11-06 19:30:12 +00:00
Ryan Chu
9dc75c3a3d Provisioning: Enable Docker-based test servers to macOS_10.12
Build and provision docker images of test servers into the docker-cache.

Relates to qt/qt5 ea76ace825

Change-Id: I3fbdd7a733669935c64575d50c209da9adf51f42
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
2018-11-01 08:43:14 +00:00
Qt Submodule Update Bot
4eda836c8c Update submodules on 'dev' in qt5
Change-Id: I8920284e859de42a5c7bc5f3828c36bcd6ba5a98
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2018-11-01 06:23:35 +00:00
Heikki Halmet
1f07276692 Provisioning: Remove environment variables from androind-openssl
We shouldn't need those anymore.

Task-number: QTQAINFRA-1266
Change-Id: Ie2161eb1d05cc1af26cbbb1a46525a9a8d7c3a30
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2018-10-31 15:47:01 +00:00
Ryan Chu
ea76ace825 Docker Provisioning: Install Docker-based test servers on macOS
Build and cache docker images based on the configurations in testserver.
1. Move the shared Docker files to common/shared/testserver
2. Deploy boot2docker image into VirtualBox via docker-machine commands.
3. Build and tag the docker images by the SHA-1 of server context.

Change-Id: Ic5a588e5cc5e753ec4c4e2e1bc79917bbd03f95d
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2018-10-30 08:15:43 +00:00
Liang Qi
a76e315034 Update submodules on 'dev' in qt5
Change-Id: I1134ae427a2de7bbc08ef000b81e02ded1471bd8
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-10-30 08:15:39 +00:00
Qt Submodule Update Bot
e6e78d4e36 Update submodules on 'dev' in qt5
Change-Id: Icddbe16baf8cff912e131068e73ca772c7520184
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2018-10-26 11:49:09 +00:00
Qt Submodule Update Bot
6d23debda8 Update submodules on 'dev' in qt5
Change-Id: I5b4d663b82af33c54a0f93515bd755cb7edec201
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2018-10-24 13:26:33 +00:00
Qt Submodule Update Bot
4480ed8ab8 Update submodules on 'dev' in qt5
Change-Id: Iee06cc029a6322f205b314196fb4a41c52ecbcf3
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-10-22 00:20:07 +00:00
Liang Qi
4a8b97d020 Update submodules on 'dev' in qt5
Change-Id: I617a3480a3bc0fe333fe2ace90f1ee00238c9a98
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-10-21 09:22:35 +00:00
Liang Qi
16c6fa419a Merge remote-tracking branch 'origin/5.12' into dev
Change-Id: I34a18e1ea9ca774638ffe65d08d1fee46efba4aa
2018-10-20 14:17:57 +02:00
Qt Submodule Update Bot
0345ab91fb Update submodules on 'dev' in qt5
Change-Id: If9a481665755ad4758d22d3c2f8438e6c5e0c380
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2018-10-18 10:09:35 +00:00
Qt Submodule Update Bot
9597af1ae4 Update submodules on 'dev' in qt5
Change-Id: Ia36224250ccbcc677bfe75c082acf31407acdd51
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2018-10-16 08:46:15 +00:00
Liang Qi
ad4b13b71c Update submodules on 'dev' in qt5
Change-Id: I9677e735cc06b98c937ad2cd3cd8b00e05f2e3b0
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-10-13 19:23:12 +00:00
Liang Qi
6a650748d3 Update submodules on 'dev' in qt5
Change-Id: Id161e602ba99a8547257f96f5181607af24927d8
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-10-10 07:26:53 +00:00
Qt Submodule Update Bot
f06e9ff32b Update submodules on 'dev' in qt5
Change-Id: I9fa852a20f27256bd34029b5a2d5ec2cff1cac5f
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-10-07 19:07:29 +00:00
Liang Qi
9bfa486dd0 Merge remote-tracking branch 'origin/5.12' into dev
Conflicts:
	coin/platform_configs/default.txt
	coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/02-apt.sh

Change-Id: Ie454d4eff0317cea2fec6870b5ca53f36ad2f191
2018-10-07 12:49:55 +02:00
Qt Submodule Update Bot
4e8b5bae5b Update submodules on 'dev' in qt5
Change-Id: I075115b833822c74887629fdde4f21d5ddc57f72
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2018-10-01 09:31:24 +00:00
Qt Submodule Update Bot
cc5b03d6ca Update submodules on 'dev' in qt5
Change-Id: Ie1f9ff96a8cabdfa01d4f6d26aedc49d81f8cb3d
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2018-09-30 15:28:43 +00:00
Tony Sarajärvi
5e3511c0c6 Remove Ubuntu 16.04 from the CI
This one also removes the provisioning scripts
for both x64 and x86 envs.

Task-number: QTQAINFRA-2182
Change-Id: I56f109e4600f46a4d11de8d2dbdcdcd08cb896f3
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
2018-09-27 06:49:07 +00:00
Liang Qi
a03ecaa7fd Merge remote-tracking branch 'origin/5.12' into dev
Change-Id: I433d7f0d4fd69509acc405b3de3979426dbbc660
2018-09-16 16:39:28 +02:00
Qt Submodule Update Bot
291aa4d366 Update submodules on 'dev' in qt5
Change-Id: I5df6396153e09c7505cb2acb9c8d541c7b8311a8
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2018-09-16 13:30:23 +00:00
Qt Submodule Update Bot
1cfe79db61 Update submodules on 'dev' in qt5
Change-Id: I00ff4d749b6a51a005be8abae10a14fbc3209ed9
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-09-13 05:14:38 +00:00
Qt Submodule Update Bot
fd4e4cceff Update submodules on 'dev' in qt5
Change-Id: Id3bf837247352541b72660b76e2a6dbaa807622f
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-09-09 11:39:40 +00:00
Qt Submodule Update Bot
a54910a07e Update submodules on 'dev' in qt5
Change-Id: I74b5ef2e3e68abf3cdb2e10277b43c00a6c22c52
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2018-09-07 02:31:14 +00:00
Qt Submodule Update Bot
8c1b4757fd Update submodules on 'dev' in qt5
Change-Id: If8edd2c5bfd297a6f13710cf5bea250488c862b8
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-09-06 21:10:02 +00:00
Liang Qi
a90fb8f83a Merge remote-tracking branch 'origin/5.12' into dev
Change-Id: I4e41d54d4b5fe12ca964583b4e7eba484e7b5336
2018-09-06 15:53:41 +02:00
Joni Jäntti
ee9dd0d860 Provisioning: Ubuntu 18.04: Add required packages for b2qt
These packages are required for building b2qt module.

Change-Id: Ia6c5ffd95d4f778b23f381a6f1f5473aa11971e3
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
2018-09-06 10:06:01 +00:00
Liang Qi
0be0d5a10c Update submodules on 'dev' in qt5
Exclude qtdeclarative in this round.

Change-Id: Ica63600c300475dbb7e5357efa7a77f8528de95d
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-09-01 08:26:47 +00:00
Liang Qi
5024bd5725 Merge remote-tracking branch 'origin/5.12' into dev
Change-Id: I6c3472a0a6c7f1da8e7320cab5cc9b098bd574ba
2018-08-31 16:32:13 +02:00
Liang Qi
90e3bb68e6 Update submodules on 'dev' in qt5
Exclude qtdeclarative in this round.

Change-Id: Ie2d5d427fed014ddb32da17c6b58f5ee2f261ef7
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-08-30 04:52:58 +00:00
Qt Submodule Update Bot
f767b01159 Update submodules on 'dev' in qt5
Change-Id: I55dc0bf5d0107b8a54278e7116aabfb81f45da16
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2018-08-28 16:30:09 +00:00
Qt Submodule Update Bot
aab459709f Update submodules on 'dev' in qt5
Change-Id: Ie4a7236b6930c030a89f0fcde20b3c87aa3d147d
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2018-08-26 15:30:25 +00:00
Qt Submodule Update Bot
a11917306e Update submodules on 'dev' in qt5
Change-Id: Ic292d5bbb54f9fb865e8cc6209100342a4cc1952
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-08-25 19:41:27 +00:00
Liang Qi
7e43cc3c7c Merge remote-tracking branch 'origin/5.12' into dev
Change-Id: If94f226052c35a2400eaeeef450bf75c07367a6e
2018-08-25 00:02:02 +02:00
Qt Submodule Update Bot
5c1c629796 Update submodules on 'dev' in qt5
Change-Id: Iefc67aa6602258a06a35c37cda032e86687b4165
Reviewed-by: Liang Qi <liang.qi@qt.io>
2018-08-24 20:44:06 +00:00
419 changed files with 7530 additions and 2904 deletions

93
.gitmodules vendored
View File

@@ -1,60 +1,60 @@
[submodule "qtbase"]
path = qtbase
url = ../qtbase.git
branch = 5.12.3
branch = 5.13.2
status = essential
[submodule "qtsvg"]
depends = qtbase
path = qtsvg
url = ../qtsvg.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtdeclarative"]
depends = qtbase
recommends = qtsvg
path = qtdeclarative
url = ../qtdeclarative.git
branch = 5.12.3
branch = 5.13.2
status = essential
[submodule "qtactiveqt"]
depends = qtbase
path = qtactiveqt
url = ../qtactiveqt.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtscript"]
depends = qtbase
recommends = qttools
path = qtscript
url = ../qtscript.git
branch = 5.12.3
branch = 5.13.2
status = deprecated
[submodule "qtmultimedia"]
depends = qtbase
recommends = qtdeclarative
path = qtmultimedia
url = ../qtmultimedia.git
branch = 5.12.3
branch = 5.13.2
status = essential
[submodule "qttools"]
depends = qtbase
recommends = qtdeclarative qtactiveqt
path = qttools
url = ../qttools.git
branch = 5.12.3
branch = 5.13.2
status = essential
[submodule "qtxmlpatterns"]
depends = qtbase
recommends = qtdeclarative
path = qtxmlpatterns
url = ../qtxmlpatterns.git
branch = 5.12.3
status = addon
branch = 5.13.2
status = deprecated
[submodule "qttranslations"]
depends = qttools
path = qttranslations
url = ../qttranslations.git
branch = 5.12.3
branch = 5.13.2
status = essential
priority = 30
[submodule "qtdoc"]
@@ -62,7 +62,7 @@
recommends = qtmultimedia qtquickcontrols qtquickcontrols2
path = qtdoc
url = ../qtdoc.git
branch = 5.12.3
branch = 5.13.2
status = essential
priority = 40
[submodule "qtrepotools"]
@@ -83,14 +83,14 @@
recommends = qtdeclarative qtquickcontrols qtquickcontrols2 qtserialport
path = qtlocation
url = ../qtlocation.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtsensors"]
depends = qtbase
recommends = qtdeclarative
path = qtsensors
url = ../qtsensors.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtsystems"]
depends = qtbase
@@ -123,185 +123,192 @@
recommends = qtdeclarative qtandroidextras
path = qtconnectivity
url = ../qtconnectivity.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtwayland"]
depends = qtbase
recommends = qtdeclarative
path = qtwayland
url = ../qtwayland.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qt3d"]
depends = qtbase
recommends = qtdeclarative qtimageformats qtgamepad
path = qt3d
url = ../qt3d.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtimageformats"]
depends = qtbase
path = qtimageformats
url = ../qtimageformats.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtgraphicaleffects"]
depends = qtdeclarative
path = qtgraphicaleffects
url = ../qtgraphicaleffects.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtquickcontrols"]
depends = qtdeclarative
recommends = qtgraphicaleffects
path = qtquickcontrols
url = ../qtquickcontrols.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtserialbus"]
depends = qtserialport
depends = qtbase
recommends = qtserialport
path = qtserialbus
url = ../qtserialbus.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtserialport"]
depends = qtbase
path = qtserialport
url = ../qtserialport.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtx11extras"]
depends = qtbase
path = qtx11extras
url = ../qtx11extras.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtmacextras"]
depends = qtbase
path = qtmacextras
url = ../qtmacextras.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtwinextras"]
depends = qtbase
recommends = qtdeclarative qtmultimedia
path = qtwinextras
url = ../qtwinextras.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtandroidextras"]
depends = qtbase
path = qtandroidextras
url = ../qtandroidextras.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtwebsockets"]
depends = qtbase
recommends = qtdeclarative
path = qtwebsockets
url = ../qtwebsockets.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtwebchannel"]
depends = qtbase
recommends = qtdeclarative qtwebsockets
path = qtwebchannel
url = ../qtwebchannel.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtwebengine"]
depends = qtdeclarative
recommends = qtquickcontrols qtquickcontrols2 qtlocation qtwebchannel qttools
path = qtwebengine
url = ../qtwebengine.git
branch = 5.12.3
branch = 5.13.2
status = addon
priority = 10
[submodule "qtcanvas3d"]
depends = qtdeclarative
path = qtcanvas3d
url = ../qtcanvas3d.git
branch = 5.12.3
status = addon
branch = dev
status = ignore
[submodule "qtwebview"]
depends = qtdeclarative
recommends = qtwebengine
path = qtwebview
url = ../qtwebview.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtquickcontrols2"]
depends = qtgraphicaleffects
recommends = qtimageformats
path = qtquickcontrols2
url = ../qtquickcontrols2.git
branch = 5.12.3
branch = 5.13.2
status = essential
[submodule "qtpurchasing"]
depends = qtbase
recommends = qtdeclarative qtandroidextras
path = qtpurchasing
url = ../qtpurchasing.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtcharts"]
depends = qtbase
recommends = qtdeclarative qtmultimedia
path = qtcharts
url = ../qtcharts.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtdatavis3d"]
depends = qtbase
recommends = qtdeclarative qtmultimedia
path = qtdatavis3d
url = ../qtdatavis3d.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtvirtualkeyboard"]
depends = qtbase qtdeclarative qtsvg
recommends = qtmultimedia qtquickcontrols
path = qtvirtualkeyboard
url = ../qtvirtualkeyboard.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtgamepad"]
depends = qtbase
recommends = qtdeclarative
path = qtgamepad
url = ../qtgamepad.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtscxml"]
depends = qtbase qtdeclarative
path = qtscxml
url = ../qtscxml.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtspeech"]
depends = qtbase
recommends = qtdeclarative qtmultimedia
path = qtspeech
url = ../qtspeech.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtnetworkauth"]
depends = qtbase
path = qtnetworkauth
url = ../qtnetworkauth.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtremoteobjects"]
depends = qtbase
recommends = qtdeclarative
path = qtremoteobjects
url = ../qtremoteobjects.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtwebglplugin"]
depends = qtbase qtwebsockets
recommends = qtdeclarative
path = qtwebglplugin
url = ../qtwebglplugin.git
branch = 5.12.3
branch = 5.13.2
status = addon
[submodule "qtlottie"]
depends = qtbase qtdeclarative
path = qtlottie
url = ../qtlottie.git
branch = 5.13.2
status = preview

View File

@@ -42,7 +42,7 @@ BraceWrapping:
AfterFunction: true
AfterNamespace: false
AfterObjCDeclaration: false
AfterStruct: false
AfterStruct: true
AfterUnion: false
BeforeCatch: false
BeforeElse: false

View File

@@ -1,28 +0,0 @@
Template Target OS Target arch Compiler Target Compiler Features
----------------------------------- ------------------- ----------- ----------- --------------- -------------------------------------------------------------------------------------
qtci-windows-10-x86_64-10 MSVC2015 DeveloperBuild Release QtNamespace QtLibInfix BuildExamples OpenGLAngle
qtci-windows-7-x86-3 Mingw73 DeveloperBuild Release OpenGLDynamic
qtci-windows-10-x86_64-10 x86 MSVC2017 Packaging DebugAndRelease Release ForceDebugInfo OpenGLDynamic
qtci-windows-10-x86_64-10 MSVC2015 Packaging DebugAndRelease Release ForceDebugInfo OpenGLDynamic
qtci-windows-10-x86_64-10 WinRT_10 x86 MSVC2015 Packaging DebugAndRelease Release ForceDebugInfo DisableTests
qtci-windows-10-x86_64-10 WinRT_10 armv7 MSVC2015 Packaging DebugAndRelease Release ForceDebugInfo DisableTests
qtci-windows-10-x86_64-10 MSVC2017 Packaging DebugAndRelease Release ForceDebugInfo OpenGLDynamic
qtci-linux-Ubuntu-16.04-x86_64-2 GCC DeveloperBuild OutOfSourceBuild QtLibInfix QtNamespace BuildExamples
qtci-linux-Ubuntu-18.04-x86_64 GCC NoWidgets ForceDebugInfo
qtci-linux-Ubuntu-18.04-x86_64 GCC DeveloperBuild OutOfSourceBuild QtLibInfix QtNamespace BuildExamples Documentation
qtci-linux-openSUSE-42.3-x86_64 GCC DeveloperBuild NoPch
qtci-linux-openSUSE-42.3-x86_64 ICC_18 DeveloperBuild NoPch DisableTests SystemSQLite
qtci-linux-openSUSE-42.3-x86_64 WebAssembly GCC Packaging DeveloperBuild NoPch DisableTests
qtci-linux-RHEL-7.4-x86_64 GCC Packaging Release NoUseGoldLinker ForceDebugInfo SeparateDebugInfo
qtci-macos-10.13-x86_64-2 Clang Packaging DebugAndRelease Release
qtci-macos-10.12-x86_64-9 Clang DeveloperBuild NoFramework Release QtNamespace NoPch
qtci-macos-10.13-x86_64-2 IOS_ANY multi Clang Packaging DebugAndRelease DisableTests Static
qtci-macos-10.13-x86_64-2 TvOS_ANY multi Clang DebugAndRelease DisableTests
qtci-macos-10.13-x86_64-2 WatchOS_ANY multi Clang DebugAndRelease DisableTests
qtci-linux-RHEL-7.4-x86_64 Android_ANY armv7 Clang Clang Packaging Release DisableTests OpenGLES2 NoUseGoldLinker
qtci-linux-RHEL-7.4-x86_64 Android_ANY arm64 Clang Clang Packaging Release DisableTests OpenGLES2 NoUseGoldLinker
qtci-linux-Ubuntu-18.04-x86_64 QEMU armv7 GCC Release
qtci-linux-Ubuntu-18.04-x86_64 QEMU arm64 GCC Release
qtci-linux-Ubuntu-18.04-x86_64 GCC TestOnly LicenseCheck
qtci-linux-RHEL-7.4-x86_64 INTEGRITY_11_04 armv7 GCC Release DisableTests OpenGLES2 NoUseGoldLinker
qtci-linux-RHEL-7.4-x86_64 QNX_700 armv7 GCC Packaging Release DisableTests OpenGLES2 NoUseGoldLinker

View File

@@ -0,0 +1,194 @@
Version: 2
Module only: True
Configurations:
-
Template: 'qtci-windows-10-x86_64-14'
Compiler: 'MSVC2015'
Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -developer-build -release -angle -qtnamespace TestNamespace -qtlibinfix TestInfix -nomake tests -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -plugin-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64%'
-
Template: 'qtci-windows-7-x86-3'
Compiler: 'Mingw73'
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -developer-build -release -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -plugin-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -platform win32-g++'
-
Template: 'qtci-windows-10-x86_64-14'
Target arch: 'x86'
Compiler: 'MSVC2017'
Features: ['Packaging']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86%'
-
Template: 'qtci-windows-10-x86_64-14'
Compiler: 'MSVC2015'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64%'
-
Template: 'qtci-windows-10-x86_64-14'
Target os: 'WinRT_10'
Target arch: 'x86'
Compiler: 'MSVC2015'
Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -nomake examples -no-sql-mysql -platform win32-msvc2015 -xplatform winrt-x86-msvc2015'
-
Template: 'qtci-windows-10-x86_64-14'
Target os: 'WinRT_10'
Target arch: 'armv7'
Compiler: 'MSVC2015'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -nomake examples -no-sql-mysql -platform win32-msvc2015 -xplatform winrt-arm-msvc2015'
-
Template: 'qtci-windows-10-x86_64-14'
Compiler: 'MSVC2017'
Features: ['Packaging']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64%'
-
Template: 'qtci-windows-10-x86_64-14'
Target os: 'Android_ANY'
Target arch: 'x86'
Compiler: 'Mingw73'
Target compiler: 'Clang'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -opengl es2 -sysconfdir /etc/xdg -openssl -I c:\utils\openssl-android-master\include -xplatform android-clang -android-sdk C:\Utils\Android -android-ndk c:\Utils\Android\android-ndk-r19c -android-arch x86'
-
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
Compiler: 'GCC'
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -R . -qtlibinfix TestInfix -qtnamespace TestNamespace -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
-
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
Compiler: 'GCC'
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -force-debug-info -nomake tests -no-widgets -nomake examples -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
-
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
Compiler: 'GCC'
Features: ['OutOfSourceBuild', 'Documentation']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -R . -qtlibinfix TestInfix -qtnamespace TestNamespace -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
-
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
Compiler: 'GCC'
Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -no-gui -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
-
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
Compiler: 'GCC'
Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -no-opengl -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
-
Template: 'qtci-linux-openSUSE-15.0-x86_64'
Compiler: 'GCC'
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -nomake examples -no-pch -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
-
Template: 'qtci-linux-openSUSE-15.0-x86_64'
Compiler: 'ICC_18'
Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -nomake examples -no-pch -system-sqlite -R . -platform linux-icc-64 -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
-
Template: 'qtci-linux-openSUSE-15.0-x86_64'
Target os: 'WebAssembly'
Compiler: 'GCC'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -release -static -nomake tests -nomake examples -no-sql-mysql -no-pch -no-dbus -no-headersclean -no-ssl -no-warnings-are-errors -no-feature-thread -xplatform wasm-emscripten'
-
Template: 'qtci-linux-SLES-12-x86_64'
Compiler: 'GCC'
Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -no-sql-mysql -no-pch -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
-
Template: 'qtci-linux-SLES-15-x86_64'
Compiler: 'GCC'
Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -no-sql-mysql -no-pch -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
-
Template: 'qtci-linux-RHEL-7.6-x86_64'
Compiler: 'GCC'
Features: ['Packaging']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-libudev -no-use-gold-linker -force-debug-info -separate-debug-info -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -qt-libjpeg -qt-libpng -qt-xcb -sysconfdir /etc/xdg -qt-pcre -qt-harfbuzz -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib QMAKE_LFLAGS_APP+=-s'
-
Template: 'qtci-macos-10.13-x86_64-2'
Compiler: 'Clang'
Features: ['Packaging']
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -release -separate-debug-info -nomake tests -nomake examples -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -sysconfdir /Library/Preferences/Qt -I/usr/local/opt/openssl/include'
-
Template: 'qtci-macos-10.14-x86_64'
Compiler: 'Clang'
Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -release -separate-debug-info -nomake tests -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -sysconfdir /Library/Preferences/Qt -I/usr/local/opt/openssl/include'
-
Template: 'qtci-macos-10.12-x86_64-9'
Compiler: 'Clang'
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -developer-build -release -no-pch -no-framework -qtnamespace TestNamespace -nomake tests -nomake examples -I/usr/local/opt/openssl/include'
-
Template: 'qtci-macos-10.13-x86_64-2'
Target os: 'IOS_ANY'
Target arch: 'multi'
Compiler: 'Clang'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -nomake tests -no-icu -nomake examples -no-sql-mysql -no-sql-psql -plugin-sql-sqlite -static -xplatform macx-ios-clang'
-
Template: 'qtci-macos-10.13-x86_64-2'
Target os: 'TvOS_ANY'
Target arch: 'multi'
Compiler: 'Clang'
Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -nomake tests -nomake examples -no-sql-mysql -no-sql-psql -plugin-sql-sqlite -xplatform macx-tvos-clang'
-
Template: 'qtci-macos-10.13-x86_64-2'
Target os: 'WatchOS_ANY'
Target arch: 'multi'
Compiler: 'Clang'
Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -nomake tests -nomake examples -no-sql-mysql -no-sql-psql -plugin-sql-sqlite -xplatform macx-watchos-clang'
-
Template: 'qtci-macos-10.13-x86_64-2'
Target os: 'Android_ANY'
Target arch: 'x86'
Compiler: 'Clang'
Target compiler: 'Clang'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I /usr/local/opt/openssl/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r19c -android-ndk-host darwin-x86_64 -android-arch x86'
-
Template: 'qtci-linux-RHEL-7.6-x86_64'
Target os: 'Android_ANY'
Target arch: 'x86'
Compiler: 'GCC'
Target compiler: 'Clang'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-use-gold-linker -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I {{.Env.OPENSSL_ANDROID_HOME}}/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r19c -android-ndk-host linux-x86_64 -android-arch x86'
-
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
Target os: 'QEMU'
Target arch: 'armv7'
Compiler: 'GCC'
Environment variables: ['GST_PLUGIN_SCANNER=/opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi/usr/libexec/gstreamer-1.0/gst-plugin-scanner']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-imx7-g++ -device-option CROSS_COMPILE=/opt/yocto-armv7/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi- -device-option DISTRO_OPTS="hard-float boot2qt" -sysroot /opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi -extprefix /home/qt/work/install -mysql_config /opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi/usr/bin/mysql_config -psql_config /dev/null -tslib'
-
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
Target os: 'QEMU'
Target arch: 'arm64'
Compiler: 'GCC'
Environment variables: ['GST_PLUGIN_SCANNER=/opt/yocto-arm64/sysroots/aarch64-poky-linux/usr/libexec/gstreamer-1.0/gst-plugin-scanner']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-generic-g++ -device-option CROSS_COMPILE=/opt/yocto-arm64/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux- -device-option DISTRO_OPTS=boot2qt -sysroot /opt/yocto-arm64/sysroots/aarch64-poky-linux -extprefix /home/qt/work/install -mysql_config /opt/yocto-arm64/sysroots/aarch64-poky-linux/usr/bin/mysql_config -psql_config /dev/null -tslib'
-
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
Target os: 'QEMU'
Target arch: 'mips64'
Compiler: 'GCC'
Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-generic-g++ -device-option CROSS_COMPILE=/opt/yocto-mips64/sysroots/x86_64-pokysdk-linux/usr/bin/mips64-poky-linux/mips64-poky-linux- -device-option DISTRO_OPTS=boot2qt -sysroot /opt/yocto-mips64/sysroots/mips64-poky-linux -extprefix /home/qt/work/install -mysql_config /opt/yocto-mips64/sysroots/mips64-poky-linux/usr/bin/mysql_config -psql_config /dev/null -tslib'
-
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
Compiler: 'GCC'
Features: ['TestOnly', 'LicenseCheck']
-
Template: 'qtci-linux-RHEL-7.6-x86_64'
Target os: 'INTEGRITY_11_04'
Target arch: 'armv7'
Compiler: 'GCC'
Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-use-gold-linker -opengl es2 -xplatform integrity-armv7-imx6'
-
Template: 'qtci-linux-RHEL-7.6-x86_64'
Target os: 'QNX_700'
Target arch: 'armv7'
Compiler: 'GCC'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-use-gold-linker -opengl es2 -no-sql-mysql -qpa qnx -xplatform qnx-armle-v7-qcc'

View File

@@ -0,0 +1 @@
qt5.yaml

View File

@@ -1,22 +0,0 @@
Template Target OS Target arch Compiler Target Compiler Features
--------------------------- ------------------- ----------- ----------- --------------- -------------------------------------------------------------------------------------
qtci-windows-10-x86_64-10 WinRT_10 MSVC2015 Packaging DebugAndRelease Release ForceDebugInfo DisableTests
qtci-windows-10-x86_64-10 x86 MSVC2015 Packaging DebugAndRelease Release ForceDebugInfo OpenGLDynamic
qtci-windows-10-x86_64-10 WinRT_10 x86 MSVC2017 Packaging DebugAndRelease Release ForceDebugInfo DisableTests
qtci-windows-7-x86-3 Mingw73 Packaging DebugAndRelease Release OpenGLDynamic DisableTests
qtci-windows-10-x86_64-10 Mingw73 Packaging DebugAndRelease Release OpenGLDynamic DisableTests
qtci-windows-10-x86_64-10 WinRT_10 armv7 MSVC2017 Packaging DebugAndRelease Release ForceDebugInfo DisableTests
qtci-windows-10-x86_64-10 WinRT_10 MSVC2017 Packaging DebugAndRelease Release ForceDebugInfo DisableTests
qtci-linux-RHEL-7.4-x86_64 Android_ANY x86 GCC Clang Packaging Release DisableTests OpenGLES2 NoUseGoldLinker
qtci-windows-10-x86_64-10 Android_ANY armv7 Mingw73 Clang Packaging Release DisableTests OpenGLES2
qtci-windows-10-x86_64-10 Android_ANY arm64 Mingw73 Clang Packaging Release DisableTests OpenGLES2
qtci-windows-10-x86_64-10 Android_ANY x86 Mingw73 Clang Packaging Release DisableTests OpenGLES2
qtci-macos-10.13-x86_64-2 Android_ANY armv7 Clang Clang Packaging Release DisableTests OpenGLES2
qtci-macos-10.13-x86_64-2 Android_ANY arm64 Clang Clang Packaging Release DisableTests OpenGLES2
qtci-macos-10.13-x86_64-2 Android_ANY x86 Clang Clang Packaging Release DisableTests OpenGLES2
qtci-macos-10.13-x86_64-2 QNX_700 x86 GCC Release DisableTests OpenGLES2 NoUseGoldLinker
qtci-windows-10-x86_64-10 QNX_700 armv7 Mingw73 Packaging Release DisableTests OpenGLES2
qtci-windows-10-x86_64-10 QNX_700 armv8 Mingw73 Packaging Release DisableTests OpenGLES2
qtci-windows-10-x86_64-10 QNX_700 x86_64 Mingw73 Packaging Release DisableTests OpenGLES2
qtci-linux-RHEL-7.4-x86_64 QNX_700 armv8 GCC Packaging Release DisableTests OpenGLES2 NoUseGoldLinker
qtci-linux-RHEL-7.4-x86_64 QNX_700 x86_64 GCC Packaging Release DisableTests OpenGLES2 NoUseGoldLinker

View File

@@ -0,0 +1 @@
qt5.yaml

View File

@@ -1,21 +0,0 @@
Template Target OS Target arch Compiler Target Compiler Features
--------------------------- ------------------- ----------- ----------- --------------- -------------------------------------------------------------------------------------
qtci-windows-10-x86_64-10 WinRT_10 MSVC2015 Packaging DebugAndRelease Release ForceDebugInfo DisableTests
qtci-windows-10-x86_64-10 WinRT_10 x86 MSVC2017 Packaging DebugAndRelease Release ForceDebugInfo DisableTests
qtci-windows-7-x86-3 Mingw73 Packaging DebugAndRelease Release OpenGLDynamic DisableTests
qtci-windows-10-x86_64-10 Mingw73 Packaging DebugAndRelease Release OpenGLDynamic DisableTests
qtci-windows-10-x86_64-10 WinRT_10 armv7 MSVC2017 Packaging DebugAndRelease Release ForceDebugInfo DisableTests
qtci-windows-10-x86_64-10 WinRT_10 MSVC2017 Packaging DebugAndRelease Release ForceDebugInfo DisableTests
qtci-linux-RHEL-7.4-x86_64 Android_ANY x86 GCC Clang Packaging Release DisableTests OpenGLES2 NoUseGoldLinker
qtci-windows-10-x86_64-10 Android_ANY armv7 Mingw73 Clang Packaging Release DisableTests OpenGLES2
qtci-windows-10-x86_64-10 Android_ANY arm64 Mingw73 Clang Packaging Release DisableTests OpenGLES2
qtci-windows-10-x86_64-10 Android_ANY x86 Mingw73 Clang Packaging Release DisableTests OpenGLES2
qtci-macos-10.13-x86_64-2 Android_ANY armv7 Clang Clang Packaging Release DisableTests OpenGLES2
qtci-macos-10.13-x86_64-2 Android_ANY arm64 Clang Clang Packaging Release DisableTests OpenGLES2
qtci-macos-10.13-x86_64-2 Android_ANY x86 Clang Clang Packaging Release DisableTests OpenGLES2
qtci-macos-10.13-x86_64-2 QNX_700 x86 GCC Release DisableTests OpenGLES2 NoUseGoldLinker
qtci-windows-10-x86_64-10 QNX_700 armv7 Mingw73 Packaging Release DisableTests OpenGLES2
qtci-windows-10-x86_64-10 QNX_700 armv8 Mingw73 Packaging Release DisableTests OpenGLES2
qtci-windows-10-x86_64-10 QNX_700 x86_64 Mingw73 Packaging Release DisableTests OpenGLES2
qtci-linux-RHEL-7.4-x86_64 QNX_700 armv8 GCC Packaging Release DisableTests OpenGLES2 NoUseGoldLinker
qtci-linux-RHEL-7.4-x86_64 QNX_700 x86_64 GCC Packaging Release DisableTests OpenGLES2 NoUseGoldLinker

View File

@@ -0,0 +1,162 @@
-
Template: 'qtci-windows-10-x86_64-14'
Target os: 'WinRT_10'
Compiler: 'MSVC2015'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2015 -xplatform winrt-x64-msvc2015'
-
Template: 'qtci-windows-10-x86_64-14'
Target os: 'WinRT_10'
Target arch: 'x86'
Compiler: 'MSVC2017'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2017 -xplatform winrt-x86-msvc2017'
-
Template: 'qtci-windows-7-x86-3'
Compiler: 'Mingw73'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -platform win32-g++'
-
Template: 'qtci-windows-10-x86_64-14'
Compiler: 'Mingw73'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -platform win32-g++'
-
Template: 'qtci-windows-10-x86_64-14'
Target os: 'WinRT_10'
Target arch: 'armv7'
Compiler: 'MSVC2017'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2017 -xplatform winrt-arm-msvc2017'
-
Template: 'qtci-windows-10-x86_64-14'
Target os: 'WinRT_10'
Compiler: 'MSVC2017'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2017 -xplatform winrt-x64-msvc2017'
-
Template: 'qtci-linux-RHEL-7.6-x86_64'
Target os: 'Android_ANY'
Target arch: 'armv7'
Compiler: 'Clang'
Target compiler: 'Clang'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-qpa-platform-guard -no-use-gold-linker -sysconfdir /etc/xdg -opengl es2 -openssl -I {{.Env.OPENSSL_ANDROID_HOME}}/include -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r19c -android-ndk-host linux-x86_64 -android-arch armeabi-v7a -xplatform android-clang'
-
Template: 'qtci-linux-RHEL-7.6-x86_64'
Target os: 'Android_ANY'
Target arch: 'x86_64'
Compiler: 'GCC'
Target compiler: 'Clang'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-use-gold-linker -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I {{.Env.OPENSSL_ANDROID_HOME}}/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r19c -android-ndk-host linux-x86_64 -android-arch x86_64'
-
Template: 'qtci-linux-RHEL-7.6-x86_64'
Target os: 'Android_ANY'
Target arch: 'arm64'
Compiler: 'Clang'
Target compiler: 'Clang'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-qpa-platform-guard -no-use-gold-linker -sysconfdir /etc/xdg -opengl es2 -openssl -I {{.Env.OPENSSL_ANDROID_HOME}}/include -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r19c -android-ndk-host linux-x86_64 -android-arch arm64-v8a -xplatform android-clang'
-
Template: 'qtci-windows-10-x86_64-14'
Target os: 'Android_ANY'
Target arch: 'armv7'
Compiler: 'Mingw73'
Target compiler: 'Clang'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -opengl es2 -sysconfdir /etc/xdg -openssl -I c:\utils\openssl-android-master\include -xplatform android-clang -android-sdk C:\Utils\Android -android-ndk c:\Utils\Android\android-ndk-r19c -android-arch armeabi-v7a'
-
Template: 'qtci-windows-10-x86_64-14'
Target os: 'Android_ANY'
Target arch: 'arm64'
Compiler: 'Mingw73'
Target compiler: 'Clang'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -opengl es2 -sysconfdir /etc/xdg -openssl -I c:\utils\openssl-android-master\include -xplatform android-clang -android-sdk C:\Utils\Android -android-ndk c:\Utils\Android\android-ndk-r19c -android-arch arm64-v8a'
-
Template: 'qtci-windows-10-x86_64-14'
Target os: 'Android_ANY'
Target arch: 'x86_64'
Compiler: 'Mingw73'
Target compiler: 'Clang'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -opengl es2 -sysconfdir /etc/xdg -openssl -I c:\utils\openssl-android-master\include -xplatform android-clang -android-sdk C:\Utils\Android -android-ndk c:\Utils\Android\android-ndk-r19c -android-arch x86_64'
-
Template: 'qtci-macos-10.13-x86_64-2'
Target os: 'Android_ANY'
Target arch: 'armv7'
Compiler: 'Clang'
Target compiler: 'Clang'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I /usr/local/opt/openssl/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r19c -android-ndk-host darwin-x86_64 -android-arch armeabi-v7a'
-
Template: 'qtci-macos-10.13-x86_64-2'
Target os: 'Android_ANY'
Target arch: 'arm64'
Compiler: 'Clang'
Target compiler: 'Clang'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I /usr/local/opt/openssl/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r19c -android-ndk-host darwin-x86_64 -android-arch arm64-v8a'
-
Template: 'qtci-macos-10.13-x86_64-2'
Target os: 'Android_ANY'
Target arch: 'x86_64'
Compiler: 'Clang'
Target compiler: 'Clang'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I /usr/local/opt/openssl/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r19c -android-ndk-host darwin-x86_64 -android-arch x86_64'
-
Template: 'qtci-macos-10.13-x86_64-2'
Target os: 'QNX_700'
Target arch: 'x86'
Compiler: 'GCC'
Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake tests -nomake examples -no-use-gold-linker -opengl es2 -qpa qnx -xplatform qnx-x86-qcc'
-
Template: 'qtci-windows-10-x86_64-14'
Target os: 'QNX_700'
Target arch: 'armv7'
Compiler: 'Mingw73'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -opengl es2 -xplatform qnx-armle-v7-qcc'
-
Template: 'qtci-windows-10-x86_64-14'
Target os: 'QNX_700'
Target arch: 'armv8'
Compiler: 'Mingw73'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -opengl es2 -nomake tests -nomake examples -no-sql-mysql -xplatform qnx-aarch64le-qcc'
-
Template: 'qtci-windows-10-x86_64-14'
Target os: 'QNX_700'
Target arch: 'x86_64'
Compiler: 'Mingw73'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -opengl es2 -xplatform qnx-x86-64-qcc'
-
Template: 'qtci-linux-RHEL-7.6-x86_64'
Target os: 'QNX_700'
Target arch: 'armv8'
Compiler: 'GCC'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-use-gold-linker -opengl es2 -qpa qnx -xplatform qnx-aarch64le-qcc'
-
Template: 'qtci-linux-RHEL-7.6-x86_64'
Target os: 'QNX_700'
Target arch: 'x86_64'
Compiler: 'GCC'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-use-gold-linker -opengl es2 -qpa qnx -xplatform qnx-x86-64-qcc'
-
Template: 'qtci-windows-10-x86_64-14'
Target os: 'WebAssembly'
Compiler: 'Mingw73'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake examples -nomake tests -no-feature-thread -static -no-dbus -no-headersclean -no-ssl -no-warnings-are-errors -no-pch -platform win32-g++ -xplatform wasm-emscripten'
-
Template: 'qtci-macos-10.13-x86_64-2'
Target os: 'WebAssembly'
Compiler: 'Clang'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake examples -nomake tests -no-feature-thread -static -no-dbus -no-headersclean -no-ssl -no-warnings-are-errors -no-pch -xplatform wasm-emscripten'

View File

@@ -1,7 +0,0 @@
Template Target OS Target arch Compiler Features
--------------------------------- ------------------- ----------- ----------- -------------------------------------------------------------------------------------
qtci-linux-Ubuntu-18.04-x86_64 QEMU armv7 GCC DeveloperBuild DisableTests
qtci-linux-Ubuntu-18.04-x86_64 QEMU arm64 GCC DeveloperBuild DisableTests
qtci-windows-10-x86_64-10 WinRT_10 x86_64 MSVC2015 DeveloperBuild Static Release ForceDebugInfo
qtci-linux-openSUSE-42.3-x86_64 WebAssembly GCC DeveloperBuild NoPch DisableTests

View File

@@ -0,0 +1,26 @@
-
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
Target os: 'QEMU'
Target arch: 'armv7'
Compiler: 'GCC'
Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-imx7-g++ -device-option CROSS_COMPILE=/opt/yocto-armv7/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi- -device-option DISTRO_OPTS="hard-float boot2qt" -sysroot /opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi -extprefix /home/qt/work/install -mysql_config /opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi/usr/bin/mysql_config -psql_config /dev/null -tslib'
-
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
Target os: 'QEMU'
Target arch: 'arm64'
Compiler: 'GCC'
Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-generic-g++ -device-option CROSS_COMPILE=/opt/yocto-arm64/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux- -device-option DISTRO_OPTS=boot2qt -sysroot /opt/yocto-arm64/sysroots/aarch64-poky-linux -extprefix /home/qt/work/install -mysql_config /opt/yocto-arm64/sysroots/aarch64-poky-linux/usr/bin/mysql_config -psql_config /dev/null -tslib'
-
Template: 'qtci-windows-10-x86_64-14'
Target os: 'WinRT_10'
Target arch: 'x86_64'
Compiler: 'MSVC2015'
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -developer-build -static -nomake tests -nomake examples -no-icu -force-debug-info -platform win32-msvc2015 -xplatform winrt-x64-msvc2015'
-
Template: 'qtci-linux-openSUSE-15.0-x86_64'
Target os: 'WebAssembly'
Compiler: 'GCC'
Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -developer-build -static -nomake tests -nomake examples -no-pch -no-feature-thread -no-dbus -no-headersclean -no-ssl -no-warnings-are-errors -xplatform wasm-emscripten'

View File

@@ -1,3 +0,0 @@
Template Target OS Target arch Compiler Features
--------------------------------- ------------------- ----------- ----------- -------------------------------------------------------------------------------------
qtci-windows-10-x86_64-10 WinRT_10 x86_64 MSVC2015 DeveloperBuild Static Release ForceDebugInfo

View File

@@ -0,0 +1,6 @@
-
Template: 'qtci-windows-10-x86_64-14'
Target os: 'WinRT_10'
Target arch: 'x86_64'
Compiler: 'MSVC2015'
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -developer-build -static -nomake tests -nomake examples -no-icu -force-debug-info -platform win32-msvc2015 -xplatform winrt-x64-msvc2015'

View File

@@ -1,4 +0,0 @@
Template Target OS Target arch Compiler Features
--------------------------------- ------------------- ----------- ----------- -------------------------------------------------------------------------------------
qtci-linux-Ubuntu-18.04-x86_64 QEMU armv7 GCC DeveloperBuild
qtci-linux-Ubuntu-18.04-x86_64 QEMU arm64 GCC DeveloperBuild

View File

@@ -0,0 +1,24 @@
-
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
Target os: 'QEMU'
Target arch: 'armv7'
Compiler: 'GCC'
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-imx7-g++ -device-option CROSS_COMPILE=/opt/yocto-armv7/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi- -device-option DISTRO_OPTS="hard-float boot2qt" -sysroot /opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi -extprefix /home/qt/work/install -mysql_config /opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi/usr/bin/mysql_config -psql_config /dev/null -tslib'
-
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
Target os: 'QEMU'
Target arch: 'arm64'
Compiler: 'GCC'
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-generic-g++ -device-option CROSS_COMPILE=/opt/yocto-arm64/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux- -device-option DISTRO_OPTS=boot2qt -sysroot /opt/yocto-arm64/sysroots/aarch64-poky-linux -extprefix /home/qt/work/install -mysql_config /opt/yocto-arm64/sysroots/aarch64-poky-linux/usr/bin/mysql_config -psql_config /dev/null -tslib'
-
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
Target os: 'QEMU'
Target arch: 'armv7'
Compiler: 'GCC'
Configure arguments: '-opensource -confirm-license -R . -developer-build -device linux-imx7-g++ -device-option CROSS_COMPILE=/opt/yocto-armv7/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi- -device-option DISTRO_OPTS="hard-float boot2qt" -extprefix /home/qt/work/install -mysql_config /opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi/usr/bin/mysql_config -no-xcb -nomake examples -nomake tests -openssl -prefix /home/qt/work/install -psql_config /dev/null -sysroot /opt/yocto-armv7/sysroots/armv7at2hf-neon-poky-linux-gnueabi -tslib -verbose'
-
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
Target os: 'QEMU'
Target arch: 'arm64'
Compiler: 'GCC'
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake examples -nomake tests -R . -openssl -device linux-generic-g++ -device-option CROSS_COMPILE=/opt/yocto-arm64/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux- -device-option DISTRO_OPTS=boot2qt -sysroot /opt/yocto-arm64/sysroots/aarch64-poky-linux -extprefix /home/qt/work/install -mysql_config /opt/yocto-arm64/sysroots/aarch64-poky-linux/usr/bin/mysql_config -psql_config /dev/null -tslib -no-xcb'

View File

@@ -1,3 +0,0 @@
Template Target OS Target arch Compiler Features
----------------------------------- ------------------- ----------- ----------- -------------------------------------------------------------------------------------
qtci-windows-10-x86_64-10 Mingw73 DeveloperBuild Release OpenGLDynamic BuildExamples

View File

@@ -0,0 +1,14 @@
-
Template: 'qtci-windows-10-x86_64-14'
Compiler: 'Mingw73'
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -developer-build -nomake tests -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -plugin-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -platform win32-g++'
-
Template: 'qtci-windows-10-x86_64-14'
Compiler: 'Mingw73'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -static -nomake tests -nomake examples -no-icu -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -plugin-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -platform win32-g++'
-
Template: 'qtci-linux-RHEL-7.6-x86_64'
Compiler: 'GCC'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -static -nomake tests -nomake examples -no-use-gold-linker -no-icu -no-fontconfig -qt-freetype -no-opengl -qpa offscreen -no-xcb -qt-libpng -no-vulkan'

View File

@@ -1,4 +0,0 @@
Template Target OS Target arch Compiler Features
--------------------------- ------------------- ----------- ----------- -------------------------------------------------------------------------------------
qtci-windows-10-x86-3 MSVC2017 Release ForceDebugInfo OpenGLDynamic
qtci-linux-RHEL-6.6-x86_64 GCC Release ForceDebugInfo

View File

@@ -0,0 +1,8 @@
-
Template: 'qtci-windows-10-x86-3'
Compiler: 'MSVC2017'
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -opengl dynamic -nomake examples -nomake tests'
-
Template: 'qtci-linux-RHEL-6.6-x86_64'
Compiler: 'GCC'
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -force-debug-info -nomake examples -nomake tests'

View File

@@ -1,4 +0,0 @@
Template Target OS Target arch Compiler Features
--------------------------- ------------------- ----------- ----------- -------------------------------------------------------------------------------------
qtci-windows-10-x86_64-10 x86 MSVC2017 DebugAndRelease Release ForceDebugInfo OpenGLDynamic DisableTests
qtci-windows-7-x86-3 Mingw73 Packaging DebugAndRelease Release OpenGLDynamic DisableTests

View File

@@ -0,0 +1,5 @@
-
Template: 'qtci-windows-7-x86-3'
Compiler: 'Mingw73'
Features: ['Packaging', 'DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -platform win32-g++'

View File

@@ -1,6 +0,0 @@
Template Target OS Target arch Compiler Features
--------------------------- ------------------- ----------- ----------- -------------------------------------------------------------------------------------
qtci-windows-7-x86_64-4 MSVC2013 Release ForceDebugInfo OpenGLDynamic DisableTests
qtci-windows-8.1-x86_64 MSVC2013 Release ForceDebugInfo OpenGLDynamic DisableTests
qtci-windows-10-x86-3 MSVC2017 Release ForceDebugInfo OpenGLDynamic

View File

@@ -0,0 +1,14 @@
-
Template: 'qtci-windows-7-x86_64-4'
Compiler: 'MSVC2013'
Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -opengl dynamic -nomake examples -nomake tests'
-
Template: 'qtci-windows-8.1-x86_64'
Compiler: 'MSVC2013'
Features: ['DisableTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -opengl dynamic -nomake examples -nomake tests'
-
Template: 'qtci-windows-10-x86-3'
Compiler: 'MSVC2017'
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -opengl dynamic -nomake examples -nomake tests'

View File

@@ -1,6 +1,6 @@
############################################################################
##
## Copyright (C) 2017 The Qt Company Ltd.
## Copyright (C) 2018 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.

View File

@@ -1,6 +1,6 @@
#############################################################################
##
## Copyright (C) 2017 The Qt Company Ltd.
## Copyright (C) 2018 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.

View File

@@ -1,6 +1,6 @@
############################################################################
##
## Copyright (C) 2017 The Qt Company Ltd.
## Copyright (C) 2018 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.

View File

@@ -1,6 +1,6 @@
#############################################################################
##
## Copyright (C) 2017 The Qt Company Ltd.
## Copyright (C) 2018 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.
@@ -30,29 +30,22 @@
## $QT_END_LICENSE$
##
#############################################################################
. "$PSScriptRoot\..\..\provisioning\common\helpers.ps1"
# Install Visual Studio $version with $update_version
# Original download page: https://www.visualstudio.com/en-us/news/releasenotes/vs2015-update3-vs
$version = "2015"
$update_version = "3"
# Visual Studio $version was installed manually using $installer.
$version = "2015 update 3"
$version_number ="14.0.25431.01"
$installer = "http://ci-files01-hki.intra.qt.io/input/windows/en_visual_studio_professional_2015_with_update_3_x86_x64_web_installer_8922978"
# Only way to install specific Visual studio release is to use feed.xml.
# Visual Studio $version setup will use the feed.xml that was available when $update_version released -> 'https://msdn.microsoft.com/en-us/library/mt653628.aspx'
# These parameters will install Visual Studio Enterprise Update $update_version (the original Update $update_version without any further Update $update_version-era updates)
$parameters = "/OverrideFeedURI http://download.microsoft.com/download/6/B/B/6BBD3561-D764-4F39-AB8E-05356A122545/20160628.2/enu/feed.xml"
# default plus following components were selected:
# * Visual C++
# * Universal Windows App Development Tools
# - Tools (1.4.1) and Windows SDK (10.0.14393)
# - Windows 10 SDK (10.0.10586)
# - Windows 10 SDK (10.0.10240)
# * Common Tools
# -Visual Studio Extensibility Tools Update 3
$msvc_web_installer = "vs" + $version + "_" + $update_version
$package = "C:\Windows\temp\$msvc_web_installer.exe"
$url_cache = "http://ci-files01-hki.intra.qt.io/input/windows/$msvc_web_installer.exe"
$url_official = "https://go.microsoft.com/fwlink/?LinkId=691129"
$sha1 = "68abf90424aff604a04d6c61fb52adcd2cab2266"
# NOTE! Windows SDK 10.0.14393 installation failed through visual studio installer so it was installed using $sdk_installer
$sdk_installer = "http://ci-files01-hki.intra.qt.io/input/windows/sdksetup.exe"
echo "Fetching Visual Studio $version update $update_version..."
Download $url_official $url_cache $package
Verify-Checksum $package $sha1
echo "Installing Visual studio $version update $update_version..."
cmd /c "$package $parameters /norestart /Quiet"
remove-item $package
echo "Visual Studio = $version update $update_version" >> ~\versions.txt
echo "Visual Studio = $version version $version_number" >> ~\versions.txt

View File

@@ -1,6 +1,6 @@
############################################################################
##
## Copyright (C) 2017 The Qt Company Ltd.
## Copyright (C) 2018 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.
@@ -31,19 +31,57 @@
##
#############################################################################
. "$PSScriptRoot\..\common\helpers.ps1"
# This script will install Visual Studio 2017
# Visual Studio $version version $version_number was installed manually using $installer.
$version = "2017"
$url_cache = "http://ci-files01-hki.intra.qt.io/input/windows/mu_visual_studio_professional_" + $version + "_x86_x64_10049787.exe"
$sha1 = "8d678d27735018a99dc22ddb5412e4e6868991ae"
$msvcPackage = "C:\Windows\Temp\$version.exe"
$version_number = "15.8.5"
$installer = "http://ci-files01-hki.ci.local/input/windows/vs_professional__1312218103.1526017942.exe"
# Following components were selected from installer:
# Microsoft.Net.Component.4.5.TargetingPack (.NET Framework 4.5 targeting pack)
# Microsoft.Net.Component.4.6.1.SDK (.NET Framework 4.6.1 SDK)
# Microsoft.Component.NetFX.Native (.NET Native)
# Microsoft.VisualStudio.Component.PortableLibrary (.NET Portable Library targeting pack)
# Microsoft.VisualStudio.Component.SQL.CLR (CLR data types for SQL Server)
# Microsoft.VisualStudio.Component.VisualStudioData (Data sources and service references)
# Microsoft.Component.ClickOnce (ClickOnce Publishing)
# Microsoft.VisualStudio.Component.AppInsights.Tools (Developer Analytics tools)
# Microsoft.VisualStudio.Component.NuGet (NuGet package manager)
# Microsoft.VisualStudio.Component.Static.Analysis.Tools (Static analysis tools)
# Microsoft.VisualStudio.Component.TextTemplating (Text Template Transformation)
# Microsoft.VisualStudio.Component.Roslyn.Compiler (C# and Visual Basic Roslyn compilers)
# Microsoft.Component.MSBuild (MSBuild)
# Microsoft.VisualStudio.Component.VC.Tools.x86.x64 (VC++ 2017 version 15.8 v14.15 latest v141 tools)
# Microsoft.VisualStudio.Component.VC.Redist.14.Latest (Visual C++ 2017 Redistributable Update)
# Microsoft.VisualStudio.Component.VC.Tools.ARM (Visual C++ compilers and libraries for ARM)
# Microsoft.VisualStudio.Component.VC.Tools.ARM64 (Visual C++ compilers and libraries for ARM64)
# Microsoft.VisualStudio.Component.VC.CMake.Project (Visual C++ tools for CMake)
# Microsoft.VisualStudio.Component.DiagnosticTools (.NET profiling tools)
# Microsoft.VisualStudio.Component.VC.DiagnosticTools (C++ profiling tools)
# Microsoft.VisualStudio.Component.JavaScript.Diagnostics (JavaScript diagnostics)
# Microsoft.VisualStudio.Component.Debugger.JustInTime (Just-In-Time debugger)
# Microsoft.VisualStudio.Component.Roslyn.LanguageServices (C# and Visual Basic)
# Microsoft.VisualStudio.Component.JavaScript.TypeScript (JavaScript and TypeScript language support)
# Component.Microsoft.VisualStudio.RazorExtension (Razor Language Services)
# Component.Linux.CMake (Visual C++ tools for CMake and Linux)
# Microsoft.VisualStudio.Component.VC.CoreIde (Visual Studio C++ core features)
# Microsoft.VisualStudio.Component.Graphics.Tools (Graphics debugger and GPU profiler for DirectX)
# Microsoft.VisualStudio.Component.Graphics (Image and 3D model editors)
# Microsoft.VisualStudio.Component.Graphics.Win81 (Graphics Tools Windows 8.1 SDK)
# Microsoft.VisualStudio.Component.TypeScript.2.3 (TypeScript 2.3 SDK)
# Microsoft.VisualStudio.Component.TypeScript.3.0 (TypeScript 3.0 SDK)
# Microsoft.VisualStudio.Component.VC.ATL (Visual C++ ATL for x86 and x64)
# Microsoft.VisualStudio.Component.Windows10SDK.10240 (Windows 10 SDK (10.0.10240.0))
# Microsoft.VisualStudio.Component.Windows10SDK.10586 (Windows 10 SDK (10.0.10586.0))
# Microsoft.VisualStudio.Component.Windows10SDK.14393 (Windows 10 SDK (10.0.14393.0))
# Microsoft.VisualStudio.Component.Windows10SDK.15063.Desktop (Windows 10 SDK (10.0.15063.0) for Desktop C++ [x86 and x64])
# Microsoft.VisualStudio.Component.Windows10SDK.15063.UWP (Windows 10 SDK (10.0.15063.0) for UWP: C#, VB, JS)
# Microsoft.VisualStudio.Component.Windows10SDK.15063.UWP.Native (Windows 10 SDK (10.0.15063.0) for UWP: C++)
# Microsoft.VisualStudio.Component.Windows10SDK.16299.Desktop (Windows 10 SDK (10.0.16299.0) for Desktop C++ [x86 and x64])
# Microsoft.VisualStudio.Component.Windows10SDK.16299.UWP (Windows 10 SDK (10.0.16299.0) for UWP: C#, VB, JS)
# Microsoft.VisualStudio.Component.Windows10SDK.16299.UWP.Native (Windows 10 SDK (10.0.16299.0) for UWP: C++)
# Microsoft.VisualStudio.Component.Windows10SDK.16299.Desktop.arm (Windows 10 SDK (10.0.16299.0) for Desktop C++ [ARM and ARM64])
# Microsoft.VisualStudio.Component.Windows10SDK.17134 (Windows 10 SDK (10.0.17134.0))
# Microsoft.VisualStudio.Component.Windows10SDK.17763 (Windows 10 SDK (10.0.17763.0))
Download $url_cache $url_cache $msvcPackage
Verify-Checksum $msvcPackage $sha1
cmd /c "$msvcPackage --all --norestart --quiet --wait --add Microsoft.VisualStudio.Component.VC.Tools.ARM"
echo "Cleaning $msvcPackage.."
Remove-Item -Recurse -Force "$msvcPackage"
echo "Visual Studio = $version" >> ~\versions.txt
echo "Visual Studio = $version version version_number" >> ~\versions.txt

View File

@@ -51,13 +51,13 @@ basePath="http://ci-files01-hki.intra.qt.io/input/android"
toolsVersion="r26.1.1"
toolsFile="sdk-tools-linux-4333796.zip"
ndkVersion="r18b"
ndkVersion="r19c"
ndkFile="android-ndk-$ndkVersion-linux-x86_64.zip"
sdkBuildToolsVersion="28.0.3"
sdkApiLevel="android-28"
toolsSha1="8c7c28554a32318461802c1291d76fccfafde054"
ndkSha1="500679655da3a86aecf67007e8ab230ea9b4dd7b"
ndkSha1="fd94d0be6017c6acbd193eb95e09cf4b6f61b834"
toolsTargetFile="/tmp/$toolsFile"
toolsSourceFile="$basePath/$toolsFile"
@@ -80,14 +80,22 @@ else
sudo chown -R qt:users "$targetFolder"
fi
# Run the following command under `eval` or `sh -c` so that the shell properly splits it
sdkmanager_no_progress_bar_cmd="tr '\r' '\n' | grep -v '^\[[ =]*\]'"
echo "Running SDK manager for platforms;$sdkApiLevel, platform-tools and build-tools;$sdkBuildToolsVersion."
# shellcheck disable=SC2031
if [ "$http_proxy" != "" ]; then
proxy_host=$(echo "$proxy" | cut -d'/' -f3 | cut -d':' -f1)
proxy_port=$(echo "$proxy" | cut -d':' -f3)
echo "y" |"$sdkTargetFolder/tools/bin/sdkmanager" --no_https --proxy=http --proxy_host="$proxy_host" --proxy_port="$proxy_port" "platforms;$sdkApiLevel" "platform-tools" "build-tools;$sdkBuildToolsVersion"
echo "y" | "$sdkTargetFolder/tools/bin/sdkmanager" \
--no_https --proxy=http --proxy_host="$proxy_host" --proxy_port="$proxy_port" \
"platforms;$sdkApiLevel" "platform-tools" "build-tools;$sdkBuildToolsVersion" \
| eval $sdkmanager_no_progress_bar_cmd
else
echo "y" |"$sdkTargetFolder/tools/bin/sdkmanager" "platforms;$sdkApiLevel" "platform-tools" "build-tools;$sdkBuildToolsVersion"
echo "y" | "$sdkTargetFolder/tools/bin/sdkmanager" \
"platforms;$sdkApiLevel" "platform-tools" "build-tools;$sdkBuildToolsVersion" \
| eval $sdkmanager_no_progress_bar_cmd
fi
echo "Checking the contents of Android SDK..."
@@ -95,6 +103,7 @@ ls -l "$sdkTargetFolder"
SetEnvVar "ANDROID_SDK_HOME" "$sdkTargetFolder"
SetEnvVar "ANDROID_NDK_HOME" "$targetFolder/android-ndk-$ndkVersion"
SetEnvVar "ANDROID_NDK_ROOT" "$targetFolder/android-ndk-$ndkVersion"
SetEnvVar "ANDROID_NDK_HOST" "linux-x86_64"
SetEnvVar "ANDROID_API_VERSION" "$sdkApiLevel"
@@ -105,8 +114,11 @@ echo "Android SDK API level = $sdkApiLevel" >> ~/versions.txt
echo "Android NDK = $ndkVersion" >> ~/versions.txt
cd "$sdkTargetFolder/tools/bin"
./sdkmanager --install "emulator"
echo "y" | ./sdkmanager --install "system-images;android-21;google_apis;x86"
./sdkmanager --install "emulator" \
| eval $sdkmanager_no_progress_bar_cmd
echo "y" | ./sdkmanager --install "system-images;android-21;google_apis;x86" \
| eval $sdkmanager_no_progress_bar_cmd
echo "Checking the contents of Android SDK again..."
ls -l "$sdkTargetFolder"

View File

@@ -0,0 +1,19 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.5 (GNU/Linux)
mQGiBEyvJq8RBAD64FtKbU3VFsZ4PAzcSi9rETc1qXZLVQYtrE38niriIJUuT/tC
kxGjkduD7ozP6rxL+M8fk9UdbbmzhHhXzQT2blyYy2iwpZP5+AFeQawz+oyMRVze
x6IY5qO31TiRu+aEBptk6nco4DULlKABlvtjKI+gJ4buJm+TumyrPaxe9wCgpFwl
O0fEjpOfQd+6Du0sCnPX7+8D/3xYVj9q5ILmrJ9zehBKjRYEcaP0rZVqudH51FUS
I0LQNHsJdzKLzhT+Zj7TJU4KnCN4sX7amfYL3GT9qyZEBDx2alubvEsI36wtNq0i
ewU4XmyZ+Rd7Q4mAPNoBGe5DsUA8wn/7iHGg9aJHu+GXvH7T3DVoUxW5W2KqPw+h
jzqGBACWGuuCefa683uf6aKqpTS3JB+01BDPf+sG9qJ+k7xcJOsEiXIe1X5vH9ov
kEvTM12kzY7SGwlsFsTDT1xioDl62g5nPlZMXErUBVnjoMtjl9bDwUPJY/vP1S9M
VaONBMoJEON3HRui9jhdEK25LTdrcFlFpRzJI3AgdXwy8aQyiLRGZGV2ZWw6bGFu
Z3VhZ2VzOmdvIE9CUyBQcm9qZWN0IDxkZXZlbDpsYW5ndWFnZXM6Z29AYnVpbGQu
b3BlbnN1c2Uub3JnPohmBBMRAgAmBQJc9DoCAhsDBQkUY8NTBgsJCAcDAgQVAggD
BBYCAwECHgECF4AACgkQr0z+TTB9e/lQZgCfXIjj30HyCPvUbSbSd6zOS0seAegA
n3DXayMpRphNmyJgLvl5qKfsX7f6iEYEExECAAYFAkyvJq8ACgkQOzARt2udZSOg
qQCeOba7kjk7CI+64GOkhhTGSdjnjdQAn2IC5tx+PW38XKwl3Jr5YVp0RyR0
=AOj6
-----END PGP PUBLIC KEY BLOCK-----

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
sudo gsettings set org.gnome.desktop.notifications.application:/update-manager/ enable false
sudo gsettings set org.gnome.desktop.notifications show-banners false
gsettings set org.gnome.desktop.notifications.application:/update-manager/ enable false
gsettings set org.gnome.desktop.notifications show-banners false

View File

@@ -39,6 +39,10 @@ echo "Disable Network Time Protocol (NTP)"
if uname -a |grep -q "Ubuntu"; then
sudo timedatectl set-ntp false
elif cat /etc/os-release | grep "PRETTY_NAME" | grep -q "Leap 15"; then
(sudo systemctl stop chronyd && sudo systemctl disable chronyd)
elif cat /etc/os-release |grep "SUSE Linux Enterprise Server 15"; then
sudo timedatectl set-ntp false
else
(systemctl &>/dev/null && sudo systemctl disable ntpd) || sudo /sbin/chkconfig ntpd off
sudo systemctl disable ntpd || sudo /sbin/chkconfig ntpd off
fi

View File

@@ -2,7 +2,7 @@
#############################################################################
##
## Copyright (C) 2017 The Qt Company Ltd.
## Copyright (C) 2018 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.
@@ -48,5 +48,8 @@ sudo docker info
sudo curl -L https://github.com/docker/compose/releases/download/1.21.0/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
# Install Avahi to discover Docker containers in the test network
sudo apt-get install avahi-daemon -y
# Start testserver provisioning
source "${BASH_SOURCE%/*}/testserver/docker_testserver.sh"
source "${BASH_SOURCE%/*}/docker_testserver.sh"

View File

@@ -2,7 +2,7 @@
#############################################################################
##
## Copyright (C) 2017 The Qt Company Ltd.
## Copyright (C) 2018 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.
@@ -35,35 +35,28 @@
set -ex
case ${BASH_SOURCE[0]} in
*/linux/*) SERVER_PATH="${BASH_SOURCE[0]%/linux/*}/shared/testserver" ;;
*/*) SERVER_PATH="${BASH_SOURCE[0]%/*}/../shared/testserver" ;;
*) SERVER_PATH="../shared/testserver" ;;
esac
# testserver shared scripts
source "$SERVER_PATH/testserver_util.sh"
# Using SHA-1 of each server context as the tag of docker images. A tag labels a
# specific image version. It is used by docker compose file (docker-compose.yml)
# to launch the corresponding docker containers. If one of the server contexts
# (./apache2, ./danted, ...) gets changes, all the related compose files in
# qtbase should be updated as well.
#
# For example, here's how to get the SHA-1 of apache test server.
# find ./apache2 -type f -print0 | sort -z | xargs -r0 sha1sum | \
# awk '{ print $1 }' | sha1sum | awk '{ print $1 }'
testserver='apache2 squid vsftpd ftp-proxy danted'
source "$SERVER_PATH/settings.sh"
for server in $testserver
do
context="${BASH_SOURCE%/*}/$server"
sha1=$(find $context -type f -print0 | sort -z | xargs -r0 sha1sum | awk '{ print $1 }' | \
sha1sum | awk '{ print $1 }')
sudo docker build -t qt-test-server-$server:$sha1 $context
# transition - The fixed tag is temporarily used by CI to pass the qtbase testing.
case $server in
apache2) fixed_tag="cc9ea678b92bdda33acb9fa0159bb4ad0f3cd947" ;;
squid) fixed_tag="577d99307eea9a8cccfec944d25be2bce2fe99cc" ;;
vsftpd) fixed_tag="18896604c7e90b543e56d80c8a8aabdb65a590d0" ;;
ftp-proxy) fixed_tag="2c6c8f1ab6a364b540c43d705fb6f15a585cb2af" ;;
danted) fixed_tag="327dd56c3c35db85b26fac93213a5a1918475bc7" ;;
esac
[ -z "$fixed_tag" ] || \
sudo docker tag qt-test-server-$server:$sha1 qt-test-server-$server:$fixed_tag
context="$SERVER_PATH/$server"
# Sort files by their SHA-1 and use the accumulated result as the TAG
sudo docker build -t qt-test-server-$server:$(sha1tree $context) $context
done
sudo docker images

View File

@@ -37,6 +37,8 @@
# shellcheck source=../unix/DownloadURL.sh
source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
# shellcheck source=../unix/SetEnvVar.sh
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
set -ex
@@ -81,7 +83,7 @@ function InstallGCC() {
sudo make install
rm -rf "$targetFile"
rm -rf "$tmpFolder/gcc-$version"
sudo rm -rf "$tmpFolder/gcc-$version"
fi
# openSUSE has update-alternatives under /usr/sbin and it has grouped the commands by means of master and slave links
@@ -97,6 +99,9 @@ function InstallGCC() {
sudo /usr/bin/update-alternatives --install /usr/bin/c++ c++ "$installPrefix/bin/g++-$suffixVersion" "$priority"
fi
echo "/usr/local/lib64" | sudo tee /etc/ld.so.conf.d/gcc-libraries.conf
echo "/usr/local/lib32" | sudo tee -a /etc/ld.so.conf.d/gcc-libraries.conf
sudo ldconfig -v
echo "GCC = $version" >> ~/versions.txt
}

View File

@@ -35,32 +35,38 @@
# This script install OpenSSL from sources.
# Requires GCC and Perl to be in PATH.
set -ex
# shellcheck source=../unix/DownloadURL.sh
source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
# shellcheck source=../unix/SetEnvVar.sh
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
version="1.0.2p"
exports_file="/tmp/export.sh"
# source previously made environmental variables.
if uname -a |grep -q "Ubuntu"; then
# shellcheck disable=SC1090
grep -e "^export" "$HOME/.profile" > $exports_file && source $exports_file
rm -rf "$exports_file"
else
# shellcheck disable=SC1090
grep -e "^export" "$HOME/.bashrc" > $exports_file && source $exports_file
rm -rf "$exports_file"
fi
version="1.1.1b"
officialUrl="https://www.openssl.org/source/openssl-$version.tar.gz"
cachedUrl="http://ci-files01-hki.intra.qt.io/input/openssl/openssl-$version.tar.gz"
targetFile="/tmp/openssl-$version.tar.gz"
installFolder="/home/qt/"
sha="f34b5322e92415755c7d58bf5d0d5cf37666382c"
# Until every VM doing Linux Android builds have provisioned the env variable
# OPENSSL_ANDROID_HOME, we can't change the hard coded path that's currently in Coin.
# QTQAINFRA-1436
opensslHome="${installFolder}openssl-1.0.2"
sha="e9710abf5e95c48ebf47991b10cbb48c09dae102"
opensslHome="${HOME}/openssl/android/openssl-${version}"
DownloadURL "$cachedUrl" "$officialUrl" "$sha" "$targetFile"
mkdir -p "${HOME}/openssl/android/"
tar -xzf "$targetFile" -C "${HOME}/openssl/android/"
tar -xzf "$targetFile" -C "$installFolder"
# This rename should be removed once hard coded path from Coin is fixed. (QTQAINFRA-1436)
mv "${opensslHome}p" "${opensslHome}"
pushd "$opensslHome"
echo "Running configure"
perl Configure shared android
TOOLCHAIN=${ANDROID_NDK_HOME}/toolchains/llvm/prebuilt/linux-x86_64/bin
cd "$opensslHome"
PATH=$TOOLCHAIN:$PATH CC=clang ./Configure android-arm
PATH=$TOOLCHAIN:$PATH CC=clang make build_generated
SetEnvVar "OPENSSL_ANDROID_HOME" "$opensslHome"

View File

@@ -49,7 +49,7 @@ echo "$sha1 $targetFile" | sha1sum --check
if [ ! -d "$targetFolder" ]; then
mkdir -p $targetFolder
fi
sudo tar -C $targetFolder -xvzf $targetFile
sudo tar -C $targetFolder -xzf $targetFile
sudo chown -R qt:users "$targetFolder"/"$folderName"
# Verify that we have last file in tar

View File

@@ -41,8 +41,8 @@ set -ex
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
targetFolder="/opt/"
sourceFile="http://ci-files01-hki.intra.qt.io/input/qnx/qnx700-20180801-linux.tar.xz"
sha1="5d2c8f531823b1f7a2e20968dc698c187c7de94c"
sourceFile="http://ci-files01-hki.intra.qt.io/input/qnx/qnx700-20190325-linux.tar.xz"
sha1="a278234bf38cc70ead98fc0a8d2e63070fb69621"
folderName="qnx700"
targetFile="qnx700.tar.xz"
wget --tries=5 --waitretry=5 --progress=dot:giga --output-document="$targetFile" "$sourceFile"

View File

@@ -0,0 +1,47 @@
[global_tags]
[agent]
interval = "10s"
round_interval = true
metric_batch_size = 100
metric_buffer_limit = 10000
collection_jitter = "0s"
flush_interval = "10s"
flush_jitter = "5s"
precision = ""
logfile = "/var/log/telegraf-coin.log"
hostname = "$COIN_UNIQUE_JOB_ID"
omit_hostname = false
[[outputs.influxdb]]
urls= ["https://qtinfluxdb01.intra.qt.io:8086"]
insecure_skip_verify = true
database = "coin_vms"
skip_database_creation = true
username = "coin_vms_writer"
password = "COIN_VMS_WRITER_PASS"
[[inputs.cpu]]
percpu = true
totalcpu = true
collect_cpu_time = false
report_active = false
[[inputs.disk]]
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "iso9660", "overlay", "aufs", "squashfs"]
[[inputs.diskio]]
[[inputs.kernel]]
[[inputs.mem]]
[[inputs.processes]]
[[inputs.swap]]
[[inputs.system]]
[[inputs.kernel_vmstat]] # linux-only
[[inputs.netstat]]
# Monitor Coin process
[[inputs.procstat]]
exe = "coin-"
pid_finder = "native"
# Monitor I/O latency
[[inputs.exec]]
data_format = "influx"
commands = [ "/usr/bin/telegraf-ioping.sh /" ]

View File

@@ -1,3 +1,12 @@
#!/usr/bin/env bash
# Will install homebrew package manager for macOS
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" </dev/null
# Will install homebrew package manager for macOS.
# WARNING: Requires commandlinetools
# TODO audit and cache this file locally, see QTQAINFRA-3134
curl -L -o /tmp/homebrew_install https://raw.githubusercontent.com/Homebrew/install/master/install
/usr/bin/ruby /tmp/homebrew_install </dev/null
brew update

View File

@@ -0,0 +1,70 @@
#!/bin/sh
#############################################################################
##
## Copyright (C) 2019 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.
##
## $QT_BEGIN_LICENSE:LGPL21$
## Commercial License Usage
## Licensees holding valid commercial Qt licenses may use this file in
## accordance with the commercial license agreement provided with the
## Software or, alternatively, in accordance with the terms contained in
## a written agreement between you and The Qt Company. For licensing terms
## and conditions see http://www.qt.io/terms-conditions. For further
## information use the contact form at http://www.qt.io/contact-us.
##
## GNU Lesser General Public License Usage
## Alternatively, this file may be used under the terms of the GNU Lesser
## General Public License version 2.1 or version 3 as published by the Free
## Software Foundation and appearing in the file LICENSE.LGPLv21 and
## LICENSE.LGPLv3 included in the packaging of this file. Please review the
## following information to ensure the GNU Lesser General Public License
## requirements will be met: https://www.gnu.org/licenses/lgpl.html and
## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
##
## As a special exception, The Qt Company gives you certain additional
## rights. These rights are described in The Qt Company LGPL Exception
## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
##
## $QT_END_LICENSE$
##
#############################################################################
# Increase the soft and hard RLIMIT_NOFILE and RLIMIT_NPROC limits.
# By default they are 256/unlimited and 709/1064
# and they sometimes create problems to the build process and telegraf.
set -e
PROVISIONING_DIR="$(dirname "$0")/../../"
. "$PROVISIONING_DIR"/common/unix/common.sourced.sh
echo "Current limits are:"
ulimit -a
launchctl limit
$CMD_INSTALL -m 644 -o root -g wheel \
$PROVISIONING_DIR/common/macos/limit.maxfiles.plist \
$PROVISIONING_DIR/common/macos/limit.maxproc.plist \
/Library/LaunchDaemons/
# Activate the new limits immediately (not for the current session though)
sudo launchctl load -w /Library/LaunchDaemons/limit.maxfiles.plist
sudo launchctl load -w /Library/LaunchDaemons/limit.maxproc.plist
echo "After adjusting, limits are:"
ulimit -a
launchctl limit
# NOTE: If the limits are not increased enough, it might be because of
# restrictions set by the kernel. They can be temporarily altered with:
# sudo sysctl -w kern.maxproc=xxxx
# sudo sysctl -w kern.maxprocperuid=xxx

View File

@@ -50,7 +50,7 @@ function InstallCommandLineTools {
hdiutil attach "/tmp/$packageName"
cd "/Volumes/Command Line Developer Tools"
echo "Installing"
sudo installer -verbose -pkg ./*.pkg -target /
sudo installer -pkg ./*.pkg -target /
cd /
# Let's fait for 5 second before unmounting. Sometimes resource is busy and cant be unmounted
sleep 3

View File

@@ -2,7 +2,7 @@
#############################################################################
##
## Copyright (C) 2018 The Qt Company Ltd.
## Copyright (C) 2019 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.
@@ -37,16 +37,16 @@
set -ex
# shellcheck source=../common/unix/InstallFromCompressedFileFromURL.sh
# shellcheck source=../unix/InstallFromCompressedFileFromURL.sh
source "${BASH_SOURCE%/*}/../unix/InstallFromCompressedFileFromURL.sh"
# shellcheck source=../common/unix/SetEnvVar.sh
# shellcheck source=../unix/SetEnvVar.sh
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
opensslVersion="1.0.2p"
opensslVersion="1.1.1a"
opensslFile="openssl-$opensslVersion.tar.gz"
opensslDlUrl="http://ci-files01-hki.intra.qt.io/input/openssl/$opensslFile"
opensslAltDlUrl="https://www.openssl.org/source/$opensslFile"
opensslSha1="f34b5322e92415755c7d58bf5d0d5cf37666382c"
opensslSha1="8fae27b4f34445a5500c9dc50ae66b4d6472ce29"
# Below target location has been hard coded into Coin.
# QTQAINFRA-1195
@@ -55,12 +55,9 @@ opensslTargetLocation="/usr/local/opt/openssl"
InstallFromCompressedFileFromURL "$opensslDlUrl" "$opensslAltDlUrl" "$opensslSha1" "/tmp/openssl-$opensslVersion" "openssl-$opensslVersion"
cd "/tmp/openssl-$opensslVersion"
pwd
sudo ./config --prefix=$openssl_install_dir
echo "Running 'make' for OpenSSL"
sudo make --silent > /tmp/openssl_make.log 2>&1
echo "Running 'make install' for OpenSSL"
sudo make --silent install > /tmp/openssl_make_install.log 2>&1
sudo ./Configure --prefix=$openssl_install_dir shared no-ssl3-method enable-ec_nistp_64_gcc_128 darwin64-x86_64-cc "-Wa,--noexecstack"
sudo make install_sw install_ssldirs
path=$(echo "$opensslTargetLocation" | sed -E 's/(.*)\/.*$/\1/')
sudo mkdir -p "$path"

View File

@@ -0,0 +1,23 @@
class Libiodbc < Formula
desc "Database connectivity layer based on ODBC. (alternative to unixodbc)"
homepage "http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/"
url "https://github.com/openlink/iODBC/archive/v3.52.12.tar.gz"
sha256 "b2cab4f8fbd5388344d7ee0deb1a32310795b1e631c3505a5b515d90186e2516"
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
conflicts_with "unixodbc", :because => "both install 'odbcinst.h' header"
def install
system "./autogen.sh"
system "./configure", "--prefix=#{prefix}"
system "make", "install"
end
test do
system bin/"iodbc-config", "--version"
end
end

View File

@@ -40,8 +40,7 @@ set -ex
# shellcheck source=../unix/SetEnvVar.sh
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
brew update
brew install libiodbc
brew install ${BASH_SOURCE%/*}/libiodbc.rb
# CPLUS_INCLUDE_PATH is set so clang and configure can find libiodbc

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>limit.maxfiles</string>
<key>ProgramArguments</key>
<array>
<string>launchctl</string>
<string>limit</string>
<string>maxfiles</string>
<string>65536</string>
<string>524288</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>ServiceIPC</key>
<false/>
</dict>
</plist>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>limit.maxproc</string>
<key>ProgramArguments</key>
<array>
<string>launchctl</string>
<string>limit</string>
<string>maxproc</string>
<string>8192</string>
<string>32768</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>ServiceIPC</key>
<false/>
</dict>
</plist>

View File

@@ -0,0 +1,53 @@
#!/usr/bin/env bash
#############################################################################
##
## Copyright (C) 2016 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.
##
## $QT_BEGIN_LICENSE:LGPL21$
## Commercial License Usage
## Licensees holding valid commercial Qt licenses may use this file in
## accordance with the commercial license agreement provided with the
## Software or, alternatively, in accordance with the terms contained in
## a written agreement between you and The Qt Company. For licensing terms
## and conditions see http://www.qt.io/terms-conditions. For further
## information use the contact form at http://www.qt.io/contact-us.
##
## GNU Lesser General Public License Usage
## Alternatively, this file may be used under the terms of the GNU Lesser
## General Public License version 2.1 or version 3 as published by the Free
## Software Foundation and appearing in the file LICENSE.LGPLv21 and
## LICENSE.LGPLv3 included in the packaging of this file. Please review the
## following information to ensure the GNU Lesser General Public License
## requirements will be met: https://www.gnu.org/licenses/lgpl.html and
## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
##
## As a special exception, The Qt Company gives you certain additional
## rights. These rights are described in The Qt Company LGPL Exception
## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
##
## $QT_END_LICENSE$
##
#############################################################################
# This script needs to be called last during provisioning so that the software information will show up last in provision log.
set -ex
# Print all build machines versions to provision log
echo "*********************************************" >> ~/versions.txt
echo "***** macOS version *****" >> ~/versions.txt
sw_vers >> ~/versions.txt
echo "***** All installed packages *****" >> ~/versions.txt
echo "***** HomeBrew *****" >> ~/versions.txt
brew list --versions >> ~/versions.txt
echo "***** HomeBrew Casks*****" >> ~/versions.txt
brew cask list --versions >> ~/versions.txt
echo "***** Apple's installer *****" >> ~/versions.txt
pkgutil --pkgs >> ~/versions.txt
echo "*********************************************" >> ~/versions.txt
"$(dirname "$0")/version.sh"

View File

@@ -42,9 +42,9 @@ source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
# shellcheck source=./pip.sh
source "${BASH_SOURCE%/*}/pip.sh"
PrimaryUrl="http://ci-files01-hki.intra.qt.io/input/mac/python-2.7.14-macosx10.6.pkg"
AltUrl="https://www.python.org/ftp/python/2.7.14/python-2.7.14-macosx10.6.pkg"
SHA1="fa2bb77243ad0cb611aa3295204fab403bb0fa09"
PrimaryUrl="http://ci-files01-hki.intra.qt.io/input/mac/python-2.7.16-macosx10.6.pkg"
AltUrl="https://www.python.org/ftp/python/2.7.16/python-2.7.16-macosx10.6.pkg"
SHA1="895a8327a58e7c0e58852638ab3d84843643535b"
DestDir="/"
InstallPKGFromURL "$PrimaryUrl" "$AltUrl" "$SHA1" "$DestDir"
@@ -55,5 +55,5 @@ InstallPip python2.7
SetEnvVar "PATH" "/Library/Frameworks/Python.framework/Versions/2.7/bin/:\$PATH"
echo "python2 = 2.7.14" >> ~/versions.txt
echo "python2 = 2.7.16" >> ~/versions.txt

View File

@@ -0,0 +1,51 @@
[global_tags]
[agent]
interval = "10s"
round_interval = true
metric_batch_size = 100
metric_buffer_limit = 10000
collection_jitter = "0s"
flush_interval = "10s"
flush_jitter = "5s"
precision = ""
logfile = "/var/log/telegraf-coin.log"
hostname = "$COIN_UNIQUE_JOB_ID"
omit_hostname = false
[[outputs.influxdb]]
urls= ["https://qtinfluxdb01.intra.qt.io:8086"]
insecure_skip_verify = true
database = "coin_vms"
skip_database_creation = true
username = "coin_vms_writer"
password = "COIN_VMS_WRITER_PASS"
#[[inputs.cpu]] # linux-only
# percpu = true
# totalcpu = true
# collect_cpu_time = false
# report_active = false
[[inputs.disk]]
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "iso9660", "overlay", "aufs", "squashfs"]
#[[inputs.diskio]] # linux-only
[[inputs.kernel]]
[[inputs.mem]]
[[inputs.processes]]
[[inputs.swap]]
[[inputs.system]]
#[[inputs.kernel_vmstat]] # linux-only
[[inputs.netstat]]
# Monitor Coin process
[[inputs.procstat]]
exe = "coin-"
# Buggy on macOS if using the "native" pid_finder, see:
# https://github.com/influxdata/telegraf/issues/6265
# Tested 1.12.1 version that "native" pid_finder has been fixed,
# but it is slow and times out frequently
pid_finder = "pgrep"
# Monitor I/O latency
[[inputs.exec]]
data_format = "influx"
commands = [ "/usr/bin/telegraf-ioping.sh /" ]

View File

@@ -0,0 +1,43 @@
#!/usr/bin/env bash
#############################################################################
##
## Copyright (C) 2016 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.
##
## $QT_BEGIN_LICENSE:LGPL21$
## Commercial License Usage
## Licensees holding valid commercial Qt licenses may use this file in
## accordance with the commercial license agreement provided with the
## Software or, alternatively, in accordance with the terms contained in
## a written agreement between you and The Qt Company. For licensing terms
## and conditions see http://www.qt.io/terms-conditions. For further
## information use the contact form at http://www.qt.io/contact-us.
##
## GNU Lesser General Public License Usage
## Alternatively, this file may be used under the terms of the GNU Lesser
## General Public License version 2.1 or version 3 as published by the Free
## Software Foundation and appearing in the file LICENSE.LGPLv21 and
## LICENSE.LGPLv3 included in the packaging of this file. Please review the
## following information to ensure the GNU Lesser General Public License
## requirements will be met: https://www.gnu.org/licenses/lgpl.html and
## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
##
## As a special exception, The Qt Company gives you certain additional
## rights. These rights are described in The Qt Company LGPL Exception
## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
##
## $QT_END_LICENSE$
##
#############################################################################
# This script will print all installed software to provision log.
# Script needs to be named so that it will be ran at last during provisioning
# Print all build machines versions to provision log
echo "*********************************************"
echo "***** SW VERSIONS *****"
cat ~/versions.txt
echo "*********************************************"

View File

@@ -13,7 +13,7 @@ Jinja2==2.10
MarkupSafe==1.0
path.py==11.0.1
pathtools==0.1.2
PyYAML==3.13
PyYAML==5.1
six==1.11.0
typing==3.6.4
watchdog==0.8.3

View File

@@ -0,0 +1,52 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1
mQINBFYJmwQBEADCw7mob8Vzk+DmkYyiv0dTU/xgoSlp4SQwrTzat8MB8jxmx60l
QjmhqEyuB8ho4zzZF9KV+gJWrG6Rj4t69JMTJWM7jFz+0B1PC7kJfNM+VcBmkTnj
fP+KJjqz50ETnsF0kQTG++UJeRYjG1dDK0JQNQJAM6NQpIWJI339lcDf15vzrMnb
OgIlNxV6j1ZZqkle4fvScF1NQxYScRiL+sRgVx92SI4SyD/xZnVGD/szB+4OCzah
+0Q/MnNGV6TtN0RiCDZjIUYiHoeT9iQXEONKf7T62T4zUafO734HyqGvht93MLVU
GQAeuyx0ikGsULfOsJfBmb3XJS9u+16v7oPFt5WIbeyyNuhUu0ocK/PKt5sPYR4u
ouPq6Ls3RY3BGCH9DpokcYsdalo51NMrMdnYwdkeq9MEpsEKrKIN5ke7fk4weamJ
BiLI/bTcfM7Fy5r4ghdI9Ksw/ULXLm4GNabkIOSfT7UjTzcBDOvWfKRBLX4qvsx4
YzA5kR+nX85u6I7W10aSqBiaLqk6vCj0QmBmCjlSeYqNQqSzH/6OoL6FZ7lP6AiG
F2NyGveJKjugoXlreLEhOYp20F81PNwlRBCAlMC2Q9mpcFu0dtAriVoG4gVDdYn5
t+BiGfD2rJlCinYLgYBDpTPcdRT3VKHWqL9fcC4HKmic0mwWg9homx550wARAQAB
tDFJbmZsdXhEQiBQYWNrYWdpbmcgU2VydmljZSA8c3VwcG9ydEBpbmZsdXhkYi5j
b20+iQI3BBMBCgAhBQJWCZsEAhsDBQsJCAcDBRUKCQgLBRYDAgEAAh4BAheAAAoJ
EGhKFM8lguDF9XEQAK9rREnZt6ujh7GXfeNki35bkn39q8GYh0mouShFbFY9o0i3
UJVChsxokJSRPgFh9GOhOPTupl3rzfdpD+IlWI2Myt6han2HOjZKNZ4RGNrYJ5UR
uxt4dKMWlMbpkzL56bhHlx97RoXKv2d2zRQfw9nyZb6t3lw2k2kKXsMxjGa0agM+
2SropwYOXdtkz8UWaGd3LYxwEvW3AuhI8EEEHdLetQaYe9sANDvUEofgFbdsuICH
9QLmbYavk7wyGTPBKfPBbeyTxwW2rMUnFCNccMKLm1i5NpZYineBtQbX2cfx9Xsk
1JLOzEBmNal53H2ob0kjev6ufzOD3s8hLu4KMCivbIz4YT3fZyeExn0/0lUtsQ56
5fCxE983+ygDzKsCnfdXqm3GgjaI90OkNr1y4gWbcd5hicVDv5fD3TD9f0GbpDVw
yDz8YmvNzxMILt5Glisr6aH7gLG/u8jxy0D8YcBiyv5kfY4vMI2yXHpGg1cn/sVu
ZB01sU09VVIM2BznnimyAayI430wquxkZCyMx//BqFM1qetIgk1wDZTlFd0n6qtA
fDmXAC4s5pM5rfM5V57WmPaIqnRIaESJ35tFUFlCHfkfl/N/ribGVDg1z2KDW08r
96oEiIIiV4GfXl+NprJqpNS3Cn+aCXtd7/TsDScDEgs4sMaR29Lsf26cuWk8uQIN
BFYJmwQBEADDPi3fmwn6iwkiDcH2E2V31cHlBw9OdJfxKVUdyAQEhTtqmG9P8XFZ
ERRQF155XLQPLvRlUlq7vEYSROn5J6BAnsjdjsH9LmFMOEV8CIRCRIDePG/Mez2d
nIK5yiU6GkS3IFaQg2T9/tOBKxm0ZJPfqTXbT4jFSfvYJ3oUqc+AyYxtb8gj1GRk
X283/86/bA3C98u7re1vPtiDRyM8r0+lhEc59Yx/EAOL+X2gZyTgyUoH+LLuOWQK
s1egI8y80R8NZfM1nMiQk2ywMsTFwQjSVimScvzqv5Nt8k8CvHUQ3a6R+6doXGNX
5RnUqn9Qvmh0JY5sNgFsoaGbuk2PJrVaGBRnfnjaDqAlZpDhwkWhcCcguNhRbRHp
N7/a0pQr70bAG9VikzLyGC17EU0sxney/hyNHkr4Uyy2OXHpuJvRjVKy/BwZ3fxA
AYX2oZIOxQB3/OulzO/DppaCVhRtp1bt+Z5f+fpisiVb5DvZcMdeyAoQ4+oOr7v3
EasIs2XYcQ+kOE3Y2kdlHWBeuXzxgWgJZ1OOpwGMjR3Uy6IwhuSWtreJBA4er+Df
vgSPwKBsRLNLbPe3ftjArnC5GfMiGgikVdAUdN4OkEqvUbkRoAVGKTOMLUKm+ZkG
OskJOVYS+JAina0qkYEFF7haycMjf9olhqLmTIC+6X7Ox9R2plaOhQARAQABiQIf
BBgBCgAJBQJWCZsEAhsMAAoJEGhKFM8lguDF8ZIP/1q9Sdz8oMvf9AJXZ7AYxm77
V+kJzJqi62nZLWJnrFXDZJpU+LkYlb3fstsZ1rvBhnrEPSmFxoj72CP0RtcyX7wJ
dA7K1Fl9LpJi5H8300cC7UyG94MUYbrXijbLTbnFTfNr1tGx4a1T/7Yyxx/wZGrT
H/X8cvNybkl33SxDdlQQ9kx3lFOwC41e3TkGsUWxn3TCfvDh8VdA6Py6JeSPFGOb
MEO2/q7oUgvjfV+ivN5ayZi9bWgeqm1sgtmTHHQ4RqwwKrAb5ynXpn1b9QrkevgT
b91uzMA22Prl4DuzKiaMYDcZOQ3vtf0eFBP0GOSSgUKS4bQ3dGgi1JmQ7VuAM4uj
+Ug5TnGoLwclTwLksc7v89C5MMPgm2vVXvCUDzyzQA7bIHFeX+Rziby4nymec4Nr
eeXYNBJWrEp8XR7UNWmEgroXRoN1x9/6esh5pnoUXGAIWuKzSLQM70/wWxS67+v2
aC1GNb+pXXAzYeIIiyLWaZwCSr8sWMvshFT9REk2+lnb6sAeJswQtfTUWI00mVqZ
dvI3Wys2h0IyIejuwetTUvGhr9VgpqiLLfGzGlt/y2sg27wdHzSJbMh0VrVAK26/
BlvEwWDCFT0ZJUMG9Lvre25DD0ycbougLsRYjzmGb/3k3UktS3XTCxyBa/k3TPw3
vqIHrEqk446nGPDqJPS5
=9iF7
-----END PGP PUBLIC KEY BLOCK-----

View File

@@ -0,0 +1,26 @@
#!/bin/sh
# Measure I/O latency once, return data in InfluxDB format
#
# Run one ioping command for read, and one for write.
# Each one sends 3 requests and reports the minimum time, in nanoseconds.
# (Because of limitations of ioping, we can't just send one request and get
# the number back in the batch format. Additionally, the number seems to be
# fluctuating quite a bit so taking the smallest number out of 3 requests is
# stabilising it a bit.)
set -e
[ x"$1" = x ] && echo "$0 takes a path as a first argument" && exit 1
# Try to run in high priority to avoid slow-downs because of
# factors other than I/O.
renice -n -10 -p $$ >/dev/null 2>&1 || true
rlatency="$(ioping -B -k -c 3 -i 0.1 "$1" | cut -d " " -f 5)"
wlatency="$(ioping -B -k -c 3 -i 0.1 -W "$1" | cut -d " " -f 5)"
printf "ioping,path=$1 read_latency_ns=%u,write_latency_ns=%u\n" \
$rlatency $wlatency

View File

@@ -0,0 +1,6 @@
https://dl.influxdata.com/telegraf/releases/telegraf-1.12.1_windows_i386.zip d2dea67a28fd7a9e21395d14f0b7ce1b6413e85cc9ffd89cc7ff8f35e8af5837
https://dl.influxdata.com/telegraf/releases/telegraf-1.12.1_windows_amd64.zip 88d8c8146b561f43726e61688b42d0b5ab88fc22607b94df5a2c8245bbb27e29
https://dl.influxdata.com/telegraf/releases/telegraf-1.12.1_darwin_amd64.tar.gz 58a2b294c1b6408c396b5526719cf7cad557f7075fed10ff0b2a74141ea2d629
https://dl.influxdata.com/telegraf/releases/telegraf-1.12.1_linux_amd64.tar.gz 070a76800d1a5f33413b8948286f75caa55ebd924f6fb6996a753b9979799ef5
https://dl.influxdata.com/telegraf/releases/telegraf-1.12.1_linux_i386.tar.gz 964077b6846708f579a100d7ea6090e2d8350ace75ec735d539bc452bc551038
https://dl.influxdata.com/telegraf/releases/telegraf-1.12.1-static_linux_amd64.tar.gz bb03814c99c037ce0758e3884660910f2f6fd78f3d49a8e1ef531693b3cfe25d

View File

@@ -0,0 +1,50 @@
#!/usr/bin/env bash
#############################################################################
##
## Copyright (C) 2018 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.
##
## $QT_BEGIN_LICENSE:LGPL21$
## Commercial License Usage
## Licensees holding valid commercial Qt licenses may use this file in
## accordance with the commercial license agreement provided with the
## Software or, alternatively, in accordance with the terms contained in
## a written agreement between you and The Qt Company. For licensing terms
## and conditions see http://www.qt.io/terms-conditions. For further
## information use the contact form at http://www.qt.io/contact-us.
##
## GNU Lesser General Public License Usage
## Alternatively, this file may be used under the terms of the GNU Lesser
## General Public License version 2.1 or version 3 as published by the Free
## Software Foundation and appearing in the file LICENSE.LGPLv21 and
## LICENSE.LGPLv3 included in the packaging of this file. Please review the
## following information to ensure the GNU Lesser General Public License
## requirements will be met: https://www.gnu.org/licenses/lgpl.html and
## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
##
## As a special exception, The Qt Company gives you certain additional
## rights. These rights are described in The Qt Company LGPL Exception
## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
##
## $QT_END_LICENSE$
##
#############################################################################
set -ex
TestMachine='qt-test-server'
# Deploy docker virtual machine (Boot2Docker) into VirtualBox only if it doesn't exist
if [ -z $(docker-machine ls -q --filter "name=$TestMachine") ]
then
docker-machine create -d virtualbox $TestMachine
docker-machine ip $TestMachine
fi
# Switch the docker engine to $TestMachine
eval $(docker-machine env $TestMachine)
docker-machine ls

View File

@@ -1,5 +1,3 @@
#!/bin/env bash
#############################################################################
##
## Copyright (C) 2018 The Qt Company Ltd.
@@ -35,4 +33,5 @@
set -ex
source "${BASH_SOURCE%/*}/../common/linux/qnx_660.sh"
# A list of test servers to be provisioned
testserver='apache2 squid vsftpd ftp-proxy danted'

View File

@@ -0,0 +1,41 @@
#############################################################################
##
## Copyright (C) 2018 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.
##
## $QT_BEGIN_LICENSE:LGPL21$
## Commercial License Usage
## Licensees holding valid commercial Qt licenses may use this file in
## accordance with the commercial license agreement provided with the
## Software or, alternatively, in accordance with the terms contained in
## a written agreement between you and The Qt Company. For licensing terms
## and conditions see http://www.qt.io/terms-conditions. For further
## information use the contact form at http://www.qt.io/contact-us.
##
## GNU Lesser General Public License Usage
## Alternatively, this file may be used under the terms of the GNU Lesser
## General Public License version 2.1 or version 3 as published by the Free
## Software Foundation and appearing in the file LICENSE.LGPLv21 and
## LICENSE.LGPLv3 included in the packaging of this file. Please review the
## following information to ensure the GNU Lesser General Public License
## requirements will be met: https://www.gnu.org/licenses/lgpl.html and
## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
##
## As a special exception, The Qt Company gives you certain additional
## rights. These rights are described in The Qt Company LGPL Exception
## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
##
## $QT_END_LICENSE$
##
#############################################################################
set -ex
# Sort files by their SHA-1, and then return the accumulated result
sha1tree () {
find "$@" -type f -print0 | \
xargs -0 shasum | cut -d ' ' -f 1 | \
sort | shasum | cut -d ' ' -f 1
}

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash
#!/bin/sh
#############################################################################
##
## Copyright (C) 2017 The Qt Company Ltd.
## Copyright (C) 2019 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.
@@ -33,31 +33,78 @@
##
#############################################################################
# A helper script used for downloading a file from a URL or an alternative
# URL. Also the SHA1 is checked for the file. Target filename should also
# be given.
#
# If called directly from another script, it will exit the parent script
# as well, if not called in its own subshell with parentheses.
# URL. Also the SHA is checked for the file (SHA algorithm is autodetected
# based on the SHA length). Target filename should also be given.
set -ex
############################ BOILERPLATE ###############################
command -v sha1sum >/dev/null || alias sha1sum='shasum -a 1'
command -v sha256sum >/dev/null || alias sha256sum='shasum -a 256'
command -v sha384sum >/dev/null || alias sha384sum='shasum -a 384'
command -v sha512sum >/dev/null || alias sha512sum='shasum -a 512'
########################################################################
function DownloadURL {
url=$1
url_alt=$2
expectedSha1=$3
targetFile=$4
echo "Downloading from primary URL '$url'"
curl --fail -L --retry 5 --retry-delay 5 -o "$targetFile" "$url" || {
echo "Failed to download '$url' multiple times"
echo "Downloading from alternative URL '$url_alt'"
curl --fail -L --retry 5 --retry-delay 5 -o "$targetFile" "$url_alt" || { echo 'Failed to download even from alternative url'; exit 1; }
}
Download () {
url="$1"
targetFile="$2"
echo "Checking SHA1 on PKG '$targetFile'"
echo "$expectedSha1 *$targetFile" > "$targetFile.sha1"
sha1sum --check "$targetFile.sha1"
rm -f "$targetFile.sha1"
command -v curl >/dev/null \
&& curl --fail -L --retry 5 --retry-delay 5 -o "$targetFile" "$url" \
|| wget --tries 5 -O "$targetFile" "$url"
}
VerifyHash () {
file=$1
expectedHash=$2
if [ ! -f "$file" ]
then return 2 # file does not exist
fi
hashLength="$(echo "$expectedHash" | wc -c | sed 's/ *//g')"
# Use backticks because of bug with bash-3 (default on macOS),
# caused when there are unbalanced parentheses inside $()
# shellcheck disable=SC2006
hash=`case "$hashLength" in
41) sha1sum "$file" ;;
65) sha256sum "$file" ;;
97) sha384sum "$file" ;;
129) sha512sum "$file" ;;
*) echo "FATAL! Unknown hash length: $hashLength" 1>&2 && exit 1 ;;
esac | cut -d ' ' -f 1`
if [ ! "$expectedHash" = "$hash" ]
then
echo "FAIL! wrong file hash: $file $hash" 1>&2
return 1
fi
echo "OK verified integrity of: $file"
}
# Check if file already exists and is good, otherwise download it
DownloadURL () {
url=$1
url2=$2
expectedHash=$3
targetFile=$4
if VerifyHash "$targetFile" "$expectedHash"
then
echo "Skipping download, found and validated existing file: $targetFile"
else
echo "Downloading from primary URL: $url"
if ! Download "$url" "$targetFile"
then
echo "FAIL! to download, trying alternative URL: $url2" 1>&2
if ! Download "$url" "$targetFile"
then
echo 'FAIL! to download even from alternative url' 1>&2
return 1
fi
fi
VerifyHash "$targetFile" "$expectedHash"
fi
}

View File

@@ -0,0 +1,139 @@
#!/bin/sh
#############################################################################
##
## Copyright (C) 2019 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.
##
## $QT_BEGIN_LICENSE:LGPL21$
## Commercial License Usage
## Licensees holding valid commercial Qt licenses may use this file in
## accordance with the commercial license agreement provided with the
## Software or, alternatively, in accordance with the terms contained in
## a written agreement between you and The Qt Company. For licensing terms
## and conditions see http://www.qt.io/terms-conditions. For further
## information use the contact form at http://www.qt.io/contact-us.
##
## GNU Lesser General Public License Usage
## Alternatively, this file may be used under the terms of the GNU Lesser
## General Public License version 2.1 or version 3 as published by the Free
## Software Foundation and appearing in the file LICENSE.LGPLv21 and
## LICENSE.LGPLv3 included in the packaging of this file. Please review the
## following information to ensure the GNU Lesser General Public License
## requirements will be met: https://www.gnu.org/licenses/lgpl.html and
## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
##
## As a special exception, The Qt Company gives you certain additional
## rights. These rights are described in The Qt Company LGPL Exception
## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
##
## $QT_END_LICENSE$
##
#############################################################################
# Script to be sourced from everywhere you need a common environment. Defines:
export PROVISIONING_DIR
export PROVISIONING_OS
export PROVISIONING_OS_ID
export PROVISIONING_ARCH
export CMD_PKG_INSTALL
export CMD_PKG_LOCALINSTALL
export CMD_INSTALL
if [ x"$IS_PROVISIONING_COMMON_SOURCED" != x ]
then
echo "common.sourced.sh has already been sourced, re-sourcing skipped"
return
fi
# Do not export; you want children to re-source, because they only inherit the
# variables but not the functions
IS_PROVISIONING_COMMON_SOURCED=1
fatal () {
echo "$1" 1>&2
if [ x"$2" != x ]
then exit "$2"
else exit
fi
}
is_script_executed () {
[ x"$(basename "$0")" = x"$1" ]
}
is_script_executed common.sourced.sh \
&& fatal "Script common.sourced.sh should always be sourced, not executed"
set_common_environment () {
# Unfortunately we can't find the provisioning directory from a sourced
# script in a portable way
# PROVISIONING_DIR="$(dirname "$0")/../../"
[ x"$PROVISIONING_DIR" = x ] \
&& fatal "PROVISIONING_DIR variable needs to be set before calling set_common_environment"
uname_s="$(uname -s)"
case "$uname_s" in
Linux)
PROVISIONING_OS=linux
. /etc/os-release
PROVISIONING_OS_ID="$ID"
case "$PROVISIONING_OS_ID" in
suse|sles|opensuse*)
CMD_PKG_INSTALL="sudo zypper -nq install"
CMD_PKG_LOCALINSTALL="sudo zypper --no-gpg-checks -nq install"
;;
debian|ubuntu)
CMD_PKG_INSTALL="sudo apt -y install"
CMD_PKG_LOCALINSTALL="sudo apt -y install"
;;
rhel|centos|fedora)
CMD_PKG_INSTALL="sudo yum -y install"
CMD_PKG_LOCALINSTALL="sudo yum -y --nogpgcheck localinstall"
;;
*) fatal "Unknown ID in /etc/os-release: $PROVISIONING_OS_ID" ;;
esac
;;
Darwin)
PROVISIONING_OS=macos
PROVISIONING_OS_ID=macos
CMD_PKG_INSTALL="brew install"
CMD_PKG_LOCALINSTALL="echo 'TODO how to install a package file on macOS'"
;;
*)
fatal "Unknown system in uname: $uname_s" 42
;;
esac
uname_m="$(uname -m)"
case "$uname_m" in
x86_64|amd64) PROVISIONING_ARCH=amd64 ;;
i[3456]86) PROVISIONING_ARCH=x86 ;;
*) fatal "Unknown architecture in uname: $uname_m" 43 ;;
esac
CMD_INSTALL="sudo install"
}
set_common_environment
set_dry_run () {
if [ x"$PROVISIONING_DRY_RUN" != x ]
then
CMD_PKG_INSTALL="echo DRYRUN: $CMD_PKG_INSTALL"
CMD_PKG_LOCALINSTALL="echo DRYRUN: $CMD_PKG_LOCALINSTALL"
CMD_INSTALL="echo DRYRUN: $CMD_INSTALL"
fi
}
set_dry_run

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
#############################################################################
##
## Copyright (C) 2018 The Qt Company Ltd.
## Copyright (C) 2019 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.
@@ -32,25 +32,41 @@
##
#############################################################################
# shellcheck source=../unix/InstallFromCompressedFileFromURL.sh
source "${BASH_SOURCE%/*}/../unix/InstallFromCompressedFileFromURL.sh"
# shellcheck source=../unix/SetEnvVar.sh
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
# shellcheck source=../unix/DownloadURL.sh
source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
# shellcheck source=./InstallFromCompressedFileFromURL.sh
source "${BASH_SOURCE%/*}/InstallFromCompressedFileFromURL.sh"
# shellcheck source=./SetEnvVar.sh
source "${BASH_SOURCE%/*}/SetEnvVar.sh"
# shellcheck source=./DownloadURL.sh
source "${BASH_SOURCE%/*}/DownloadURL.sh"
version="1.38.16"
version="1.38.27"
version_node="8.9.1"
urlEmscriptenCache="http://ci-files01-hki.intra.qt.io/input/emsdk/emscripten-$version.tar.gz"
urlEmscriptenExternal="https://github.com/kripken/emscripten/archive/$version.tar.gz"
urlEmscriptenLlvmCache="http://ci-files01-hki.intra.qt.io/input/emsdk/emscripten-llvm-e$version.tar.gz"
urlEmscriptenLlvmExternal="https://s3.amazonaws.com/mozilla-games/emscripten/packages/llvm/tag/linux_64bit/emscripten-llvm-e$version.tar.gz"
urlNodeCache="http://ci-files01-hki.intra.qt.io/input/emsdk/node-v$version_node-linux-x64.tar.xz"
urlNodeExternal="https://s3.amazonaws.com/mozilla-games/emscripten/packages/node-v$version_node-linux-x64.tar.xz"
sha1Emscripten="353ad7bf614f73b73ed1d05aedd66321d679e03d"
sha1EmscriptenLlvm="e132c26ad657c07f88cc550fd23f1d6f1b6c0673"
sha1Node="eaec5de2af934f7ebc7f9597983e71c5d5a9a726"
urlOfficial="https://s3.amazonaws.com/mozilla-games/emscripten/packages"
urlCache="http://ci-files01-hki.intra.qt.io/input/emsdk"
targetFolder="/opt/emsdk"
urlEmscriptenCache="$urlCache/emscripten-$version.tar.gz"
urlEmscriptenExternal="https://github.com/kripken/emscripten/archive/$version.tar.gz"
sha1Emscripten="ff9748a8f6b8eaa8192cce9fe2befc801443a161"
if uname -a |grep -q Darwin; then
urlEmscriptenLlvmCache="$urlCache/macos/emscripten-llvm-e$version.tar.gz"
urlEmscriptenLlvmExternal="$urlOfficial/llvm/tag/osx_64bit/emscripten-llvm-e$version.tar.gz"
urlNodeCache="$urlCache/macos/node-v$version_node-darwin-x64.tar.gz"
urlNodeExternal="$urlOfficial/node-v$version_node-darwin-x64.tar.gz"
sha1EmscriptenLlvm="66dffbc44cfcb7bcb1ed0d2658b519276c3077fa"
sha1Node="b9ec6fe9701d385e385886a4b171ba02bb6aead7"
node_js="$targetFolder/node-v$version_node-darwin-x64/bin"
else
urlEmscriptenLlvmCache="$urlCache/linux/emscripten-llvm-e$version.tar.gz"
urlEmscriptenLlvmExternal="$urlOfficial/llvm/tag/linux_64bit/emscripten-llvm-e$version.tar.gz"
urlNodeCache="$urlCache/linux/node-v$version_node-linux-x64.tar.xz"
urlNodeExternal="$urlOfficial/node-v$version_node-linux-x64.tar.xz"
sha1EmscriptenLlvm="8f5cd026c98cd40e53e6d11fbc32b116280ef9bb"
sha1Node="eaec5de2af934f7ebc7f9597983e71c5d5a9a726"
node_js="$targetFolder/node-v$version_node-linux-x64/bin"
fi
sudo mkdir "$targetFolder"
InstallFromCompressedFileFromURL "$urlEmscriptenCache" "$urlEmscriptenExternal" "$sha1Emscripten" "$targetFolder" ""
@@ -64,7 +80,7 @@ cat <<EOM >"$targetFolder/.emscripten"
LLVM_ROOT='$targetFolder/emscripten-llvm-e$version/'
EMSCRIPTEN_NATIVE_OPTIMIZER='$targetFolder/emscripten-llvm-e$version/optimizer'
BINARYEN_ROOT='$targetFolder/emscripten-llvm-e$version/binaryen'
NODE_JS='$targetFolder/node-v$version_node-linux-x64/bin/node'
NODE_JS='$node_js/node'
EMSCRIPTEN_ROOT='$targetFolder/emscripten-$version'
SPIDERMONKEY_ENGINE = ''
V8_ENGINE = ''
@@ -73,6 +89,9 @@ COMPILER_ENGINE = NODE_JS
JS_ENGINES = [NODE_JS]
EOM
SetEnvVar "PATH" "\"$targetFolder/emscripten-llvm-e$version/:$targetFolder/node-v$version_node-linux-x64/bin:$targetFolder/emscripten-$version:\$PATH\""
SetEnvVar "PATH" "\"\$PATH:$targetFolder/emscripten-llvm-e$version/:$node_js:$targetFolder/emscripten-$version\""
SetEnvVar "EMSCRIPTEN" "$targetFolder/emscripten-$version"
SetEnvVar "EM_CONFIG" "$targetFolder/.emscripten"
echo "Emsdk = $version" >> ~/versions.txt
echo "Emsdk node = $version_node" >> ~/versions.txt

View File

@@ -0,0 +1,97 @@
#!/usr/bin/env bash
#############################################################################
##
## Copyright (C) 2019 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.
##
## $QT_BEGIN_LICENSE:LGPL21$
## Commercial License Usage
## Licensees holding valid commercial Qt licenses may use this file in
## accordance with the commercial license agreement provided with the
## Software or, alternatively, in accordance with the terms contained in
## a written agreement between you and The Qt Company. For licensing terms
## and conditions see http://www.qt.io/terms-conditions. For further
## information use the contact form at http://www.qt.io/contact-us.
##
## GNU Lesser General Public License Usage
## Alternatively, this file may be used under the terms of the GNU Lesser
## General Public License version 2.1 or version 3 as published by the Free
## Software Foundation and appearing in the file LICENSE.LGPLv21 and
## LICENSE.LGPLv3 included in the packaging of this file. Please review the
## following information to ensure the GNU Lesser General Public License
## requirements will be met: https://www.gnu.org/licenses/lgpl.html and
## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
##
## As a special exception, The Qt Company gives you certain additional
## rights. These rights are described in The Qt Company LGPL Exception
## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
##
## $QT_END_LICENSE$
##
#############################################################################
# This script install OpenSSL from sources.
# Requires GCC and Perl to be in PATH.
set -ex
os="$1"
# shellcheck source=../unix/DownloadURL.sh
source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
# shellcheck source=../unix/SetEnvVar.sh
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
version="1.1.1b"
officialUrl="https://www.openssl.org/source/openssl-$version.tar.gz"
cachedUrl="http://ci-files01-hki.intra.qt.io/input/openssl/openssl-$version.tar.gz"
targetFile="/tmp/openssl-$version.tar.gz"
sha="e9710abf5e95c48ebf47991b10cbb48c09dae102"
opensslHome="${HOME}/openssl-${version}"
opensslSource="${opensslHome}-src"
DownloadURL "$cachedUrl" "$officialUrl" "$sha" "$targetFile"
tar -xzf "$targetFile" -C "$HOME"
mv "$opensslHome" "$opensslSource"
cd "$opensslSource"
pwd
if [[ "$os" == "linux" ]]; then
./Configure --prefix="$opensslHome" shared no-ssl3-method enable-ec_nistp_64_gcc_128 linux-x86_64 "-Wa,--noexecstack"
make && make install_sw install_ssldirs
SetEnvVar "OPENSSL_HOME" "$opensslHome"
if uname -a |grep -q "Ubuntu"; then
echo "export LD_LIBRARY_PATH=$opensslHome/lib:$LD_LIBRARY_PATH" >> ~/.bash_profile
else
echo "export LD_LIBRARY_PATH=$opensslHome/lib:$LD_LIBRARY_PATH" >> ~/.bashrc
fi
elif [ "$os" == "macos" ]; then
# Below target location has been hard coded into Coin.
# QTQAINFRA-1195
openssl_install_dir=/usr/local/openssl-$version
opensslTargetLocation="/usr/local/opt/openssl"
sudo ./Configure --prefix=$openssl_install_dir shared no-ssl3-method enable-ec_nistp_64_gcc_128 darwin64-x86_64-cc "-Wa,--noexecstack"
echo "Running 'make' for OpenSSL"
# shellcheck disable=SC2024
sudo make --silent > /tmp/openssl_make.log 2>&1
echo "Running 'make install' for OpenSSL"
# shellcheck disable=SC2024
sudo make --silent install > /tmp/openssl_make_install.log 2>&1
path=$(echo "$opensslTargetLocation" | sed -E 's/(.*)\/.*$/\1/')
sudo mkdir -p "$path"
sudo ln -s $openssl_install_dir $opensslTargetLocation
SetEnvVar "PATH" "\"$opensslTargetLocation/bin:\$PATH\""
SetEnvVar "MANPATH" "\"$opensslTargetLocation/share/man:\$MANPATH\""
SetEnvVar "OPENSSL_DIR" "\"$openssl_install_dir\""
SetEnvVar "OPENSSL_INCLUDE" "\"$openssl_install_dir/include\""
SetEnvVar "OPENSSL_LIB" "\"$openssl_install_dir/lib\""
security find-certificate -a -p /Library/Keychains/System.keychain | sudo tee -a $opensslTargetLocation/ssl/cert.pem > /dev/null
security find-certificate -a -p /System/Library/Keychains/SystemRootCertificates.keychain | sudo tee -a $opensslTargetLocation/ssl/cert.pem > /dev/null
fi
echo "OpenSSL = $version" >> ~/versions.txt

View File

@@ -64,7 +64,7 @@ if uname -a |grep -q Darwin; then
else
./configure
fi
make
make -j5
sudo make install
# Refresh shared library cache if OS isn't macOS

View File

@@ -122,7 +122,7 @@ function MountAndInstall {
sudo cp $targetFileMount /tmp
UnMount
sudo hdiutil attach "/tmp/$targetFile"
sudo /Volumes/froglogic\ Squish/Install\ Squish.app/Contents/MacOS/Squish unattended=1 targetdir="$targetDirectory/package" qtpath="$targetDirectory" > /dev/null 2>&1
sudo /Volumes/froglogic\ Squish/Install\ Squish.app/Contents/MacOS/Squish unattended=1 targetdir="$targetDirectory/package" qtpath="$targetDirectory" > /dev/null
mountFolder="/Volumes/froglogic Squish"
UnMount
elif [[ $targetFile == *.run ]]; then
@@ -130,7 +130,7 @@ function MountAndInstall {
sudo cp $targetFileMount $targetDirectory
UnMount
sudo chmod +x $targetDirectory/$targetFile
sudo $targetDirectory/$targetFile unattended=1 targetdir="$targetDirectory/package" qtpath="$targetDirectory" > /dev/null 2>&1
sudo $targetDirectory/$targetFile unattended=1 targetdir="$targetDirectory/package" qtpath="$targetDirectory" > /dev/null
sudo rm -fr "$targetDirectory/$targetFile"
if uname -a |grep -q "Ubuntu"; then
sudo mkdir /usr/lib/tcl8.6

View File

@@ -0,0 +1,98 @@
#!/bin/sh
#############################################################################
##
## Copyright (C) 2019 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.
##
## $QT_BEGIN_LICENSE:LGPL21$
## Commercial License Usage
## Licensees holding valid commercial Qt licenses may use this file in
## accordance with the commercial license agreement provided with the
## Software or, alternatively, in accordance with the terms contained in
## a written agreement between you and The Qt Company. For licensing terms
## and conditions see http://www.qt.io/terms-conditions. For further
## information use the contact form at http://www.qt.io/contact-us.
##
## GNU Lesser General Public License Usage
## Alternatively, this file may be used under the terms of the GNU Lesser
## General Public License version 2.1 or version 3 as published by the Free
## Software Foundation and appearing in the file LICENSE.LGPLv21 and
## LICENSE.LGPLv3 included in the packaging of this file. Please review the
## following information to ensure the GNU Lesser General Public License
## requirements will be met: https://www.gnu.org/licenses/lgpl.html and
## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
##
## As a special exception, The Qt Company gives you certain additional
## rights. These rights are described in The Qt Company LGPL Exception
## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
##
## $QT_END_LICENSE$
##
#############################################################################
# This script installs telegraf and ioping and our script telegraf-ioping.sh
# to the /usr/bin directory.
#
# The reasons we don't install to /usr/local/bin are:
# 1. On SLES and RHEL, the PATH of sudo (secure_path setting in /etc/sudoers)
# does not include /usr/local/bin.
# 2. On macOS /usr/local/bin does not even exist early in provisioning.
######################## BOILERPLATE ###########################
set -e
PROVISIONING_DIR="$(dirname "$0")/../../"
. "$PROVISIONING_DIR"/common/unix/common.sourced.sh
. "$PROVISIONING_DIR"/common/unix/DownloadURL.sh
is_script_executed telegraf_install.sh \
|| fatal "Script telegraf_install.sh should be executed, not sourced"
################################################################
[ "$PROVISIONING_OS" = linux ] \
&& ioping_sha256=259abf04bcb84f4126ff97c04b6651e1cf5ea6d8a9ff364c769a26c95b6eeb44 \
|| ioping_sha256=55de6a2f1a5343e0ce8df31d82d47a9e79c7e612edbc6dfb39b5fc6fb358b2e3
DownloadURL "http://ci-files01-hki.intra.qt.io/input/ioping/ioping.${PROVISIONING_OS}-${PROVISIONING_ARCH}" \
'' "$ioping_sha256" ioping
$CMD_INSTALL -m 755 ./ioping /usr/bin/
rm -f ioping
# 2. Install custom ioping monitoring script
$CMD_INSTALL -m 755 "$PROVISIONING_DIR"/common/shared/telegraf/telegraf-ioping.sh /usr/bin/
# 3. Download and install telegraf
[ x"$PROVISIONING_OS" = xmacos ] && os=darwin || os=linux
[ x"$PROVISIONING_ARCH" = xx86 ] && arch=i386 || arch=amd64
package_filename=telegraf-1.12.1_${os}_${arch}.tar.gz
package_sha256_list="$PROVISIONING_DIR"/common/shared/telegraf/telegraf_packages.sha256.txt
package_sha256=$(sed -n "s/.*$package_filename *//p" "$package_sha256_list")
DownloadURL \
http://ci-files01-hki.intra.qt.io/input/telegraf/"$package_filename" \
https://dl.influxdata.com/telegraf/releases/"$package_filename" \
"$package_sha256" \
telegraf.tar.gz
tar -xzf ./telegraf.tar.gz -C /tmp
telegraf_binary=$(find /tmp/telegraf* -name telegraf -type f | grep /bin/ | head -1)
$CMD_INSTALL -m 755 "$telegraf_binary" /usr/bin/
rm -rf /tmp/telegraf*
# 4. Edit config file with passwords
"$PROVISIONING_DIR"/common/unix/telegraf_password.sh
# 5. Start telegraf in background (-b) and with retaining the environment (-E)
# in order to report as hostname = $COIN_UNIQUE_JOB_ID.
/usr/bin/sudo -b -E telegraf --config /etc/telegraf-coin.conf >/dev/null 2>&1
echo DONE: "Installed and started telegraf: $package_filename"

View File

@@ -0,0 +1,60 @@
#!/bin/sh
#############################################################################
##
## Copyright (C) 2019 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.
##
## $QT_BEGIN_LICENSE:LGPL21$
## Commercial License Usage
## Licensees holding valid commercial Qt licenses may use this file in
## accordance with the commercial license agreement provided with the
## Software or, alternatively, in accordance with the terms contained in
## a written agreement between you and The Qt Company. For licensing terms
## and conditions see http://www.qt.io/terms-conditions. For further
## information use the contact form at http://www.qt.io/contact-us.
##
## GNU Lesser General Public License Usage
## Alternatively, this file may be used under the terms of the GNU Lesser
## General Public License version 2.1 or version 3 as published by the Free
## Software Foundation and appearing in the file LICENSE.LGPLv21 and
## LICENSE.LGPLv3 included in the packaging of this file. Please review the
## following information to ensure the GNU Lesser General Public License
## requirements will be met: https://www.gnu.org/licenses/lgpl.html and
## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
##
## As a special exception, The Qt Company gives you certain additional
## rights. These rights are described in The Qt Company LGPL Exception
## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
##
## $QT_END_LICENSE$
##
#############################################################################
######################## BOILERPLATE ###########################
set -e
PROVISIONING_DIR="$(dirname "$0")/../../"
. "$PROVISIONING_DIR"/common/unix/common.sourced.sh
is_script_executed telegraf_password.sh \
|| fatal "Script telegraf_password.sh should be executed, not sourced, to avoid leaking secrets in the logs"
# Avoid leaking secrets in the logs
set +x
################################################################
# Provisioning should run even without the secrets repository
influxdb_password=$(cut -d : -f 2 ~qt/work/influxdb/coin_vms_writer.auth) \
|| influxdb_password=no_password_provided
rm -f ~qt/work/influxdb/coin_vms_writer.auth
sed "s|COIN_VMS_WRITER_PASS|$influxdb_password|" \
"$PROVISIONING_DIR"/common/"$PROVISIONING_OS"/telegraf-coin.conf \
> .telegraf-coin.conf.final
$CMD_INSTALL -m 600 .telegraf-coin.conf.final /etc/telegraf-coin.conf
rm -f .telegraf-coin.conf.final

View File

@@ -1,60 +0,0 @@
. "$PSScriptRoot\helpers.ps1"
$scriptsPath = "C:\Python27\Scripts"
Run-Executable "$scriptsPath\pip.exe" "install --upgrade conan==0.24.0"
# Use Qt Project repository by default
Run-Executable "$scriptsPath\conan.exe" "remote add qtproject https://api.bintray.com/conan/qtproject/conan --insert"
Set-EnvironmentVariable "CI_CONAN_BUILDINFO_DIR" "C:\Utils\conanbuildinfos"
function Run-Conan-Install
{
Param (
[string]$ConanfilesDir,
[string]$BuildinfoDir,
[string]$Arch,
[string]$Compiler,
[string]$CompilerVersion,
[string]$CompilerRuntime,
[string]$CompilerLibcxx
)
if ($CompilerRuntime) {
$extraArgs = "-s compiler.runtime=$($CompilerRuntime)"
}
if ($CompilerLibcxx) {
$extraArgs = "-s compiler.libcxx=$($CompilerLibcxx)"
}
$manifestsDir = "$PSScriptRoot\conan_manifests"
Get-ChildItem -Path "$ConanfilesDir\*.txt" |
ForEach-Object {
$conanfile = $_.FullName
$outpwd = "C:\Utils\conanbuildinfos\$($BuildinfoDir)\$($_.BaseName)"
New-Item $outpwd -Type directory -Force
for ($i = 1; $i -le 5; $i++) {
try {
Push-Location $outpwd
Run-Executable "$scriptsPath\conan.exe" "install -f $conanfile --no-imports --verify $manifestsDir", `
'-s', ('compiler="' + $Compiler + '"'), `
"-s os=Windows -s arch=$Arch -s compiler.version=$CompilerVersion $extraArgs" `
break;
} catch {
if ($i -eq 5) {
throw "Could not install conan content"
}
} finally {
Pop-Location
}
}
Copy-Item -Path $conanfile -Destination "$outpwd\conanfile.txt"
}
}
Write-Output "Conan = 0.24.0" >> ~\versions.txt

View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -ex
# shellcheck source=../common/unix/install-openssl.sh
source "${BASH_SOURCE%/*}/../common/unix/install-openssl.sh" "linux"

View File

@@ -35,4 +35,5 @@
set -ex
# shellcheck source=../common/linux/openssl_for_android_linux.sh
source "${BASH_SOURCE%/*}/../common/linux/openssl_for_android_linux.sh"

View File

@@ -35,33 +35,40 @@
. "$PSScriptRoot\helpers.ps1"
if (Is64BitWinHost) {
$msys_bash = "C:\Utils\msys64\usr\bin\bash"
} else {
$msys_bash = "C:\Utils\msys32\usr\bin\bash"
}
# OpenSSL need to be configured from sources for Android build in windows 7
# Msys need to be installed to target machine
# More info and building instructions can be found from http://doc.qt.io/qt-5/opensslsupport.html
$version = "1.0.2p"
$version = "1.1.1b"
$zip = Get-DownloadLocation ("openssl-$version.tar.gz")
$sha1 = "f34b5322e92415755c7d58bf5d0d5cf37666382c"
$sha1 = "e9710abf5e95c48ebf47991b10cbb48c09dae102"
$destination = "C:\Utils\openssl-android-master"
# msys unix style paths
$ndkPath = "/c/Utils/Android/android-ndk-r19c"
$openssl_path = "/c/Utils/openssl-android-master"
$cc_path = "$ndkPath/toolchains/llvm/prebuilt/windows-x86_64/bin"
Download https://www.openssl.org/source/openssl-$version.tar.gz \\ci-files01-hki.intra.qt.io\provisioning\openssl\openssl-$version.tar.gz $zip
Verify-Checksum $zip $sha1
Extract-7Zip $zip C:\Utils
Extract-7Zip C:\Utils\openssl-$version.tar C:\Utils
Rename-Item C:\Utils\openssl-$version $destination
Extract-7Zip $zip C:\Utils\tmp
Extract-7Zip C:\Utils\tmp\openssl-$version.tar C:\Utils\tmp
Move-Item C:\Utils\tmp\openssl-${version} $destination
Remove-Item -Path $zip
Remove-Item C:\Utils\openssl-$version.tar
# Make sure configure for openssl has a "make" and "perl" available
$env:PATH = $env:PATH + ";C:\msys\1.0\bin;C:\strawberry\perl\bin"
Write-Host "Configuring OpenSSL $version for Android..."
Push-Location $destination
Run-Executable "C:\msys\1.0\bin\bash.exe" "-c `"c:/strawberry/perl/bin/perl Configure shared android`""
# $ must be escaped in powershell...
Start-Process -NoNewWindow -Wait -ErrorAction Stop -FilePath "$msys_bash" -ArgumentList ("-lc", "`"pushd $openssl_path; ANDROID_NDK_HOME=$ndkPath PATH=${cc_path}:`$PATH CC=clang $openssl_path/Configure shared android-arm`"")
Start-Process -NoNewWindow -Wait -ErrorAction Stop -FilePath "$msys_bash" -ArgumentList ("-lc", "`"pushd $openssl_path; ANDROID_NDK_HOME=$ndkPath PATH=${cc_path}:`$PATH CC=clang make -f $openssl_path/Makefile build_generated`"")
Pop-Location
# Following command is needed when using version 1.1.0. With version 1.1.0 msys is not needed.
# C:\mingw530\bin\mingw32-make.exe include\openssl\opensslconf.h
Set-EnvironmentVariable "OPENSSL_ANDROID_HOME" "$destination"
Remove-item C:\Utils\tmp -Recurse -Confirm:$false
Write-Output "Android OpenSSL = $version" >> ~/versions.txt

View File

@@ -40,10 +40,10 @@
# That's why we need to use Andoid-21 API version in Qt 5.9.
# NDK
$ndkVersion = "r18b"
$ndkCachedUrl = "\\ci-files01-hki.intra.qt.io\provisioning\android\android-ndk-$ndkVersion-windows-x86.zip"
$ndkOfficialUrl = "https://dl.google.com/android/repository/android-ndk-$ndkVersion-windows-x86.zip"
$ndkChecksum = "4b8b6a4edc0fa967b429c1d6d25adf69acc28803"
$ndkVersion = "r19c"
$ndkCachedUrl = "\\ci-files01-hki.intra.qt.io\provisioning\android\android-ndk-$ndkVersion-windows-x86_64.zip"
$ndkOfficialUrl = "https://dl.google.com/android/repository/android-ndk-$ndkVersion-windows-x86_64.zip"
$ndkChecksum = "c4cd8c0b6e7618ca0a871a5f24102e40c239f6a3"
$ndkFolder = "c:\Utils\Android\android-ndk-$ndkVersion"
$ndkZip = "c:\Windows\Temp\android_ndk_$ndkVersion.zip"
@@ -98,7 +98,7 @@ Out-File -FilePath C:\Utils\Android\licenses\android-sdk-license -Encoding utf8
cd $toolsFolder\bin\
$sdkmanager_args += "platforms;$sdkApiLevel", "platform-tools", "build-tools;$sdkBuildToolsVersion"
$command = 'for($i=0;$i -lt 6;$i++) { $response += "y`n"}; $response | .\sdkmanager.bat @sdkmanager_args'
iex $command
Invoke-Expression $command
$command = 'for($i=0;$i -lt 6;$i++) { $response += "y`n"}; $response | .\sdkmanager.bat --licenses'
iex $command
cmd /c "dir C:\Utils\android"

View File

@@ -0,0 +1,104 @@
#############################################################################
##
## Copyright (C) 2019 The Qt Company Ltd.
## Copyright (C) 2019 Konstantin Tokarev <annulen@yandex.ru>
## Contact: http://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.
##
## $QT_BEGIN_LICENSE:LGPL21$
## Commercial License Usage
## Licensees holding valid commercial Qt licenses may use this file in
## accordance with the commercial license agreement provided with the
## Software or, alternatively, in accordance with the terms contained in
## a written agreement between you and The Qt Company. For licensing terms
## and conditions see http://www.qt.io/terms-conditions. For further
## information use the contact form at http://www.qt.io/contact-us.
##
## GNU Lesser General Public License Usage
## Alternatively, this file may be used under the terms of the GNU Lesser
## General Public License version 2.1 or version 3 as published by the Free
## Software Foundation and appearing in the file LICENSE.LGPLv21 and
## LICENSE.LGPLv3 included in the packaging of this file. Please review the
## following information to ensure the GNU Lesser General Public License
## requirements will be met: https://www.gnu.org/licenses/lgpl.html and
## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
##
## As a special exception, The Qt Company gives you certain additional
## rights. These rights are described in The Qt Company LGPL Exception
## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
##
## $QT_END_LICENSE$
##
#############################################################################
. "$PSScriptRoot\helpers.ps1"
$scriptsPath = "C:\Python36\Scripts"
Run-Executable "$scriptsPath\pip3.exe" "install --upgrade conan==1.17.0"
Write-Output "Conan = 1.17.0" >> ~\versions.txt
# Use Qt Project repository by default
Run-Executable "$scriptsPath\conan.exe" "remote add qtproject https://api.bintray.com/conan/qtproject/conan --insert --force"
Set-EnvironmentVariable "CI_CONAN_BUILDINFO_DIR" "C:\Utils\conanbuildinfos"
function Run-Conan-Install
{
Param (
[string]$ConanfilesDir,
[string]$BuildinfoDir,
[string]$Arch,
[string]$Compiler,
[string]$CompilerVersion,
[string]$CompilerRuntime,
[string]$CompilerLibcxx,
[string]$CompilerException,
[string]$CompilerThreads
)
if ($CompilerRuntime) {
$extraArgs += " -s compiler.runtime=$CompilerRuntime"
}
if ($CompilerLibcxx) {
$extraArgs += " -s compiler.libcxx=$CompilerLibcxx"
}
if ($CompilerException) {
$extraArgs += " -s compiler.exception=$CompilerException"
}
if ($CompilerThreads) {
$extraArgs += " -s compiler.threads=$CompilerThreads"
}
$manifestsDir = "$PSScriptRoot\conan_manifests"
$buildinfoRoot = "C:\Utils\conanbuildinfos"
Get-ChildItem -Path "$ConanfilesDir\*.txt" |
ForEach-Object {
$conanfile = $_.FullName
$outpwd = "$buildinfoRoot\$BuildinfoDir\$($_.BaseName)"
New-Item $outpwd -Type directory -Force | Out-Null
for ($i = 1; $i -le 5; $i++) {
try {
Push-Location $outpwd
Run-Executable "$scriptsPath\conan.exe" "install --no-imports --verify $manifestsDir", `
'-s', ('compiler="' + $Compiler + '"'), `
"-s os=Windows -s arch=$Arch -s compiler.version=$CompilerVersion $extraArgs $conanfile"
break;
} catch {
if ($i -eq 5) {
throw "Could not install conan content"
}
} finally {
Pop-Location
}
}
Copy-Item -Path $conanfile -Destination "$outpwd\conanfile.txt"
}
}

View File

@@ -1,2 +0,0 @@
1478728220
conanfile.py: 966eefe972ce7b809cf46722ed4acc8f

View File

@@ -1,257 +0,0 @@
1478728553
bin/derb.exe: 3ec3b316ff23272a1b3fd2b158bf8f0c
bin/genbrk.exe: d20b4453d8f27575aa99a922b1b73979
bin/genccode.exe: fd6c6b4a19785fe79e64a5a7c42126f5
bin/gencfu.exe: b5eb4c1573c0a57177d9b07c3f550fe5
bin/gencmn.exe: 67af9d71860826f5b2fc77f88f05dd57
bin/gencnval.exe: e249044782f01701e32e31479404b424
bin/gendict.exe: 8602eabdc50fa6155b625726864dba16
bin/gennorm2.exe: 325e3fdd8e7136e76c11f9b906051cd4
bin/genrb.exe: 239a4ff2f0b48080aacb71fc76be8d2f
bin/gensprep.exe: a1c66a70887166b100cc41a5e46345ce
bin/icu-config: 96b18a047b3d3f489e2960b45896f816
bin/icuinfo.exe: edd6e3cae4a64effa44d0f0c6d9c49e3
bin/icupkg.exe: 3d8237194aab07ae0b94df5a612d9809
bin/makeconv.exe: 99a4faca3677d2387af16a646a58ef8a
bin/pkgdata.exe: cc98c16f44eee8bbbe395b440ea4ffdf
bin/uconv.exe: d61219c6e2b6204bc6b763b19863ed36
conaninfo.txt: fd101264bb948df865b27622957a2f15
include/layout/LEFontInstance.h: 832355f57af5c308176c31b4b509ee66
include/layout/LEGlyphFilter.h: d9f85ffb6092f4d0a0f7d6d2b47af762
include/layout/LEGlyphStorage.h: f1223e9ee45c7b70bb5716523b110c53
include/layout/LEInsertionList.h: dee4db6d6404cdb502188ef0f7271cf7
include/layout/LELanguages.h: a067c055ed8b2463797e2219d5c4f584
include/layout/LEScripts.h: 54a3a278a6e40180944ae915b816f4eb
include/layout/LESwaps.h: 75f4e8675dbe6af58e563834aedd7bc8
include/layout/LETableReference.h: 5a398e838e744826c08b2c3246bb6c85
include/layout/LETypes.h: e6b0751d998bf62a0f5c547ea385e01b
include/layout/LayoutEngine.h: 316ad98ce1ec2fbcff405706827efbc4
include/layout/ParagraphLayout.h: 50ea2c0f4d5f43f8c889c9634628407a
include/layout/RunArrays.h: 3f617f033219e611639c272cb3aff784
include/layout/loengine.h: f8b15a37f9c330dfa87c69c5501e80cd
include/layout/playout.h: e86c74c388011a1af118c1d4a53dde54
include/layout/plruns.h: 84d32229ac7a487f0f9d34426fa3ea8a
include/unicode/alphaindex.h: e74fcba85b76577d32b90bc0056ee5d9
include/unicode/appendable.h: 5c2d97a96252e2c959d4c226a554575b
include/unicode/basictz.h: 444077f7dd19bd6dbe24034360356e8a
include/unicode/brkiter.h: 0a5796a84c272600a360dc5918899492
include/unicode/bytestream.h: f828cc9f542c232d2aadb09b9099c559
include/unicode/bytestrie.h: 765c037e45325e1970e839349df7c28c
include/unicode/bytestriebuilder.h: 634c9203ef678ee0d8fd9baffa8e3e46
include/unicode/calendar.h: e360220586bcd0c3ea93b610bf4fe202
include/unicode/caniter.h: f6de1e31cdc53563f35b093f8f8a07d8
include/unicode/chariter.h: d6030b3dffd5355f9377318f76dd69de
include/unicode/choicfmt.h: e86083f42af655ca0806ce1ed3dc55a0
include/unicode/coleitr.h: 9a393483da6d9daae0bf18dd997abcfa
include/unicode/coll.h: 06d3855e97984cd27579ec69b1985cc1
include/unicode/compactdecimalformat.h: d1cca4ce6027a3d42a29b55e9ce0b82c
include/unicode/curramt.h: efd2919661fe8dbc23f6b0f5bd33e685
include/unicode/currpinf.h: b3cf75cd234ec080a7fee08e20906be6
include/unicode/currunit.h: f8b67c06aa5547b9911378f39e70bc5d
include/unicode/datefmt.h: 034fcd313ba7753923be9b30833ff13e
include/unicode/dbbi.h: 3435ff244bdf7d248fa81c8162f6da9c
include/unicode/dcfmtsym.h: e4935f31b8f97b149fa686a9996f6758
include/unicode/decimfmt.h: e4fcfcfcb4bb45e7935cec1ec41ba359
include/unicode/docmain.h: 81c20148681a5d7598d33fe1e49f3c5b
include/unicode/dtfmtsym.h: 4a7ee444945513d0939376634f42d0ec
include/unicode/dtintrv.h: 9d0929775a3d4599f90020ffb304d66c
include/unicode/dtitvfmt.h: d42ce527e4a5eb3138782d92acd97b88
include/unicode/dtitvinf.h: c7cedf40b871f6d3c77cc013d06983f7
include/unicode/dtptngen.h: b7e58f01d5e588371e22e55a2d255208
include/unicode/dtrule.h: 9b687ce82b426bfd8b67f2a743f9114c
include/unicode/enumset.h: 9b15421cfac73c8845562dc2eba0f2e9
include/unicode/errorcode.h: 28c37140645dfa2f430cf531131a2cbb
include/unicode/fieldpos.h: ae206bb308885c2dae6bd15792512e6f
include/unicode/filteredbrk.h: 3d230ab55f28d50fbc5c7d391cd897d9
include/unicode/fmtable.h: fe37b4f3f1862172fcf708a8913b5d90
include/unicode/format.h: 637778c5df6458f3f90d6f87e7d6a694
include/unicode/fpositer.h: 276908f795beea88cd9d3f6f43ff82b2
include/unicode/gender.h: 05bdc8c839f568e55c1d5d57c034dd36
include/unicode/gregocal.h: 165eb6c7ffe6d914240c4bc0a2d7e5e0
include/unicode/icudataver.h: 6b463f7d991d4cf4b0278bda90d4419f
include/unicode/icuplug.h: 2688326bbc6184edbfb04a9e398a363a
include/unicode/idna.h: b7885800ec0092f7b0411810ef0a0150
include/unicode/listformatter.h: 8e460de80d6cb5701b3fcc2a3e704c14
include/unicode/localpointer.h: ef6f8ec1d09bcfd660632f2df08c8d30
include/unicode/locdspnm.h: df688f9f85fa7927b037811db0a5a934
include/unicode/locid.h: 7d2c34577acdb5d7372ab35b02068581
include/unicode/measfmt.h: fdd0cbd2a7f3af228f25560a3f63c4ad
include/unicode/measunit.h: 54bcc9c8bd45f4d61baad1ecfda8874d
include/unicode/measure.h: 3a03dc0bc233874de9b869a64a057835
include/unicode/messagepattern.h: e3ae4457660d55835e42d88c3338a661
include/unicode/msgfmt.h: de76868b18a099b367a685c31c0a14d8
include/unicode/normalizer2.h: 0b96e4e3fe2db9df3ea140dbbe8ea140
include/unicode/normlzr.h: 850f123dce4120db36601bcd4a77e925
include/unicode/numfmt.h: c45e7b584738ae545937b3431a7e97b7
include/unicode/numsys.h: 3b40734e737a0328f7c63124f07727e4
include/unicode/parseerr.h: aa97d4d0cb5ef66baf1652c46223a81f
include/unicode/parsepos.h: 408632c4f4a0ec42811b50295be88ec9
include/unicode/platform.h: fceecfa20a56af2a62a310d3d9fd1b14
include/unicode/plurfmt.h: 06a5b724a0cdc04673d2467002605b50
include/unicode/plurrule.h: 19d8e5c3f59ac4a833883da7fc52279c
include/unicode/ptypes.h: 93226b56866b0001f58f0319e430da08
include/unicode/putil.h: 12979acdf705cac063a0f7862a20907b
include/unicode/rbbi.h: f0fe0af5306ea31bcb128a57dad17785
include/unicode/rbnf.h: fa3ee91ae518f46628171c5eda544702
include/unicode/rbtz.h: 76eb867d186e64e6bd425561d9371d7d
include/unicode/regex.h: 3ef7c102b12d3167fa019d203f524ec4
include/unicode/region.h: 149a3b19b81a6e9093cb40f63a688fe7
include/unicode/reldatefmt.h: 0f38d6b83c8a59898e4b546bd00bb459
include/unicode/rep.h: 5fa4336c1302e276e81d2716a9789511
include/unicode/resbund.h: 8c9bf16c940d2fa6d27e92b4b9023b1c
include/unicode/schriter.h: fcb1bcf67285e897acf621e937b13010
include/unicode/scientificnumberformatter.h: 0f0c586dcb3cb2d59c10f9a42490e81f
include/unicode/search.h: ddfee95357399f1840854929715a99f3
include/unicode/selfmt.h: cf18d9ce0e01636d74c14aac25dea995
include/unicode/simpleformatter.h: aa8128e6a7368689e974552143be3c55
include/unicode/simpletz.h: 0c847bdd492d23c7d78993e03d8364b8
include/unicode/smpdtfmt.h: 19192d367d28f9812c71588222331218
include/unicode/sortkey.h: 323299d4a40734274de910e74e6b7714
include/unicode/std_string.h: e019f8e200de712588502817a22e5049
include/unicode/strenum.h: cece8736aaa78de5edb80b2d8bcf2339
include/unicode/stringpiece.h: 707434771237dbc6467f49aebc26f7f7
include/unicode/stringtriebuilder.h: 251396f1c130290458da7553cca598f6
include/unicode/stsearch.h: 70a69561b21c1a8e14f7d1a4e0760392
include/unicode/symtable.h: dd632a7e27832b5992d4a54205c599c4
include/unicode/tblcoll.h: 95b69fba4fd024406b9e4d991f1ad7c7
include/unicode/timezone.h: 3e88d71098f36369b9892baff81c603c
include/unicode/tmunit.h: b946f43e7c8bec8aa50ddd6120671446
include/unicode/tmutamt.h: e67a0e5e8b642aee17578411d554bcc2
include/unicode/tmutfmt.h: 9d7e425317331c3ed890cefb0f654004
include/unicode/translit.h: 9eb1419219ba781ff4653b4983a4e33c
include/unicode/tzfmt.h: 31ad89c49cc59da450befd0a9c2cee84
include/unicode/tznames.h: 72003f95cbf6b2bb6acc12d3b4b3f41a
include/unicode/tzrule.h: 6416905b7247c15c939cc0e2d32a6510
include/unicode/tztrans.h: 223b5af929e494c1894c6a24e8685f44
include/unicode/ubidi.h: 66179ab0b99a5d356dba19e14eb5ecd3
include/unicode/ubrk.h: 117eb54e39da5ce3dba2c9679707b0b7
include/unicode/ucal.h: 70b7c32899132549a87577d2e96d8b75
include/unicode/ucasemap.h: 1f64f081f3d1ee03e17d9cebb4b39c34
include/unicode/ucat.h: 7420c409443c281d0396a824f7ce954c
include/unicode/uchar.h: 6049da45cae06c38009809cd701e8fc8
include/unicode/ucharstrie.h: cdd315664d45ceeb931f740427eba956
include/unicode/ucharstriebuilder.h: 08b57db9db7ec6c83a727b4e7e93a84c
include/unicode/uchriter.h: 26aecb73ed6c3b66d45920b6edc82e94
include/unicode/uclean.h: 220a7ed9637f6d08844892406ee12fd7
include/unicode/ucnv.h: 90e6635683216cf04e9e51c7793cce02
include/unicode/ucnv_cb.h: 29d1534d54197074136641f9e73bca3a
include/unicode/ucnv_err.h: 0b8f3b01f733daf5fa2bab7d0c77a83f
include/unicode/ucnvsel.h: af61d762e6c51d92c6191a6234eba4c0
include/unicode/ucol.h: 5794231873c0168366cac78abd7b9ba8
include/unicode/ucoleitr.h: 2960fa61e49001636797afbc1cbd3e61
include/unicode/uconfig.h: 2bc6d6073763aa34555775d5868dec4e
include/unicode/ucsdet.h: 77f79ed197997607ad82834cddcecee3
include/unicode/ucurr.h: 4e010cfe5251e583c06597df3dbbd7c8
include/unicode/udat.h: 03876d47a6da7ae776311f580635c003
include/unicode/udata.h: ca1f4a55a240ea9586f2cca1ea4764c8
include/unicode/udateintervalformat.h: 6f55cc14a063de8c79b74a7316d93e6f
include/unicode/udatpg.h: fd44f3f982452c68cdf6b1f3b159f068
include/unicode/udisplaycontext.h: cdd37d6941337b96a75801e0716ca045
include/unicode/uenum.h: 0f39322455d626debaf0bbe476a77c54
include/unicode/ufieldpositer.h: 68ae4017d10f71b84083c24b2e09b536
include/unicode/uformattable.h: 257f1dd17c788b7f5eab9ee3627f654c
include/unicode/ugender.h: be7155c7b25e2a7b7ea4d22ffc939557
include/unicode/uidna.h: 851038bc78b135bf99c65dd0648e78f7
include/unicode/uiter.h: 8e6b6197795cb2d42f8c80922d28ccf2
include/unicode/uldnames.h: 8545429414195c42ee9a05694540bd8d
include/unicode/ulistformatter.h: 56cc2f8025387fcb18422300373a6e47
include/unicode/uloc.h: b048d6c8e26ed8a65d0403d90ea4081c
include/unicode/ulocdata.h: 0803ed6ac97fbf4a10c3ca436f903fb2
include/unicode/umachine.h: 8946d5b383646c9de9fc8c84eb0456fd
include/unicode/umisc.h: 3f34c9d536fdd5d4fddca2cf952bcfaa
include/unicode/umsg.h: 8880b14654d63c6e78a50d8f569b2766
include/unicode/unifilt.h: 3b0368ea2da9a503aa47803e395b513e
include/unicode/unifunct.h: 3d37601bd3ae27b4e51431713d9f7533
include/unicode/unimatch.h: e1a18096e0c7c7220c5c9149cd2d184c
include/unicode/unirepl.h: 7f1973a960a652ff74fa63e21969bab9
include/unicode/uniset.h: fa3cfc8b4883a69120bf35e65f5d75ec
include/unicode/unistr.h: 975e37994ae2d3197a86284f1bdacdf3
include/unicode/unorm.h: a04a23023daa99571ef2b7edca9dc6d2
include/unicode/unorm2.h: 5ab66d75a9251a8df00f2075128ab010
include/unicode/unum.h: 6e24b3d63e65f4d0a3076d33708a96d7
include/unicode/unumsys.h: d239b6c2f97f51c221fcd66865adbaf9
include/unicode/uobject.h: 07ebe875a9d304f71f525d2a71b20ddc
include/unicode/upluralrules.h: d9a66886a7585743cc8abe54af8e5955
include/unicode/uregex.h: 6eb3c76e7d6fa2fed34b77f7fcc5cc85
include/unicode/uregion.h: 0819c20dc8e0b5aebc5ec527828f565e
include/unicode/ureldatefmt.h: 057a6220b33c1c81e0cebc9a5da40929
include/unicode/urename.h: 73c3a4cd707c1549f27341c859b099bb
include/unicode/urep.h: dc3eaf59ed5c198facce9f4a97a79ecf
include/unicode/ures.h: 6b374e2d473dfab51bcf7306c46f9eb6
include/unicode/uscript.h: baaefbb5a6c5e251da2bb1800626d9e4
include/unicode/usearch.h: 3e51b12fdf6a1adfc4696946ac0a4b6c
include/unicode/uset.h: 62d5813111f8391b4f616da08802aa24
include/unicode/usetiter.h: 6baeb6276d80be18739355f9549b38e7
include/unicode/ushape.h: f87732f736df2bbb90d46a10779876e7
include/unicode/uspoof.h: a6510014653e0576fcf39c9dfd74f955
include/unicode/usprep.h: 4ea1ec6a6d4fcbf2c1a239f23873da98
include/unicode/ustdio.h: 0fd603db4b22ee783b7298e61be990b8
include/unicode/ustream.h: 7d0c8f8409f683d2b1044537db4be8bf
include/unicode/ustring.h: 49c56a6248a7c92ee93a11331d2a6364
include/unicode/ustringtrie.h: 08470063002ce9a8df978481b0d5588d
include/unicode/utext.h: c83e4d6390b463b28168cf90a734966e
include/unicode/utf.h: 0d1807bea996ca42bad86a938ba69453
include/unicode/utf16.h: b376232af20fa9f77c983c6cc91800cf
include/unicode/utf32.h: ed15f0927cec48cab1922d08e1fdcce1
include/unicode/utf8.h: 0d3fb609e35e2c67dce1a4889973bebd
include/unicode/utf_old.h: fce92682d7539e0fde301c54ef9e8760
include/unicode/utmscale.h: 267dcde091ed1b81f03b1fff49c05e69
include/unicode/utrace.h: 25f64a4cd8fc8a13bdfadd59bb287d49
include/unicode/utrans.h: cc28e262a704403f38c26becae727165
include/unicode/utypes.h: 21e5e8cc7dc66bdb83f70971bed1a5e4
include/unicode/uvernum.h: d878c9e384487c8668c122712134c0f1
include/unicode/uversion.h: 140b36fa9bffd2cb2b1c7f02691923e6
include/unicode/vtzone.h: 90e065183436be0a94918465f66be863
lib/icu/57.1/Makefile.inc: 51df1179cc12274af810405a09627a85
lib/icu/57.1/pkgdata.inc: ea5b004208a38d31072631debf2820c5
lib/icu/Makefile.inc: 51df1179cc12274af810405a09627a85
lib/icu/current/Makefile.inc: 51df1179cc12274af810405a09627a85
lib/icu/current/pkgdata.inc: ea5b004208a38d31072631debf2820c5
lib/icu/pkgdata.inc: ea5b004208a38d31072631debf2820c5
lib/icudt.dll: 008d9b3a7b34c3cfcf90b3314a998db9
lib/icudt57.dll: 008d9b3a7b34c3cfcf90b3314a998db9
lib/icuin.dll: 2dad9816f0d70e640435604dea7a02ca
lib/icuin57.dll: 2dad9816f0d70e640435604dea7a02ca
lib/icuio.dll: 5d8d3f8556adf2c4c1508dc7fd30c9d5
lib/icuio57.dll: 5d8d3f8556adf2c4c1508dc7fd30c9d5
lib/icule.dll: 7711d0ed1ab71d54a13d6146a44100a0
lib/icule57.dll: 7711d0ed1ab71d54a13d6146a44100a0
lib/iculx.dll: 8f9829ecc0917da35df6ac1b95867ea8
lib/iculx57.dll: 8f9829ecc0917da35df6ac1b95867ea8
lib/icutest.dll: c58029e6799efbd6dd809665bc243661
lib/icutest57.dll: c58029e6799efbd6dd809665bc243661
lib/icutu.dll: 6f76dea90ce1d6e7651471dbb9c15e09
lib/icutu57.dll: 6f76dea90ce1d6e7651471dbb9c15e09
lib/icuuc.dll: 6d770a12bdeee63da045a1030abdbaa1
lib/icuuc57.dll: 6d770a12bdeee63da045a1030abdbaa1
lib/libicudt.dll.a: 2a9bd71e462b4b914efc91907d7928f1
lib/libicuin.dll.a: 5cfe05e08eca003163f3e5765e5b4c58
lib/libicuio.dll.a: 2bdacffc519030a8d4188f83fdc81fd1
lib/libicule.dll.a: b1fb12fb94759dd8a38d5abfa6f4ad21
lib/libiculx.dll.a: c15e32fd0a5f9239be1370e557e1050b
lib/libicutest.dll.a: 14cd311813f51ce75b0d0989372ed3d9
lib/libicutu.dll.a: d3357b6836a2d24f1f9786efc195e3f1
lib/libicuuc.dll.a: 09afc25669dd4526dfe794a8cf9428a3
lib/pkgconfig/icu-i18n.pc: 92c5e21b66b1c1103f95f3f24aba8407
lib/pkgconfig/icu-io.pc: 7202507898b19d39e47af89913d2e48b
lib/pkgconfig/icu-le.pc: aecca7de6d94cd8fcea30f61818c3436
lib/pkgconfig/icu-lx.pc: e3b92f49261a56c6fa42999929e0b614
lib/pkgconfig/icu-uc.pc: 3c15a1901d200540ea9737e69473f721
share/icu/57.1/LICENSE: 787d3b37867445c1cdd6f6167bd0e347
share/icu/57.1/config/mh-mingw: fba135252f1f3bf3c41d9601239b91d6
share/icu/57.1/install-sh: 5afe8eb5573965dfb58378e4e46f3813
share/icu/57.1/mkinstalldirs: 7484dc240ad83e9908bed6d968fda871
share/man/man1/derb.1: dd6ef195449ac6d5b737f593da48c645
share/man/man1/genbrk.1: d582931cc6be22153312b877dfa10bda
share/man/man1/gencfu.1: 122f19c9001531b553d26d0df3daf5ff
share/man/man1/gencnval.1: 8e91c767edcfa124b530839d6773b186
share/man/man1/gendict.1: c5bf41dd6f865bc6efec54e308ed3e2b
share/man/man1/genrb.1: 0334a4504849157d50d1dfc088857b90
share/man/man1/icu-config.1: 669e5783bf5465d9828a8bee9af55257
share/man/man1/makeconv.1: 454b0e32760b4ceb61c8b3d2ee16e989
share/man/man1/pkgdata.1: 715020d492a3550929754c1a0df2e39c
share/man/man1/uconv.1: 80d9754f424b0468e719cc6616ba669d
share/man/man8/genccode.8: 47e0d56719f899919197ed154699910b
share/man/man8/gencmn.8: 666145011f4bdf0bd47178a93c94b710
share/man/man8/gensprep.8: 1362b0c31dfa738c82a50fe8b7bec4d1
share/man/man8/icupkg.8: dc12cc909e8e17758fda0ce8d241eefa

View File

@@ -1,2 +0,0 @@
1499107210
conanfile.py: 3efebe46ba6af17316bd4e2a6fffef0c

View File

@@ -1,187 +0,0 @@
1499107660
bin/icudt59.dll: 2a60bfe06670d8605ae7fc97c4ec2db7
bin/icuin59.dll: d0a46fdd146a1bd68dde8bcb6b019470
bin/icuio59.dll: 1fb60d06bcb4a5811e503a679b28dd67
bin/icutest59.dll: 71bd203b8b2b930ca35240937c0f5429
bin/icutu59.dll: fb0e6e2ee5c12c4809007747fcc23ad4
bin/icuuc59.dll: 405d599ca8b2fbf78e6efeda65fdfffb
conaninfo.txt: b0fbb0ff195375b137bed8cc0921caad
include/unicode/alphaindex.h: c4e73b7d46eacc8fa67691e4dd0b5ecc
include/unicode/appendable.h: deea01996ebb26600e2dde91ed196395
include/unicode/basictz.h: 01cabd21915d2cee7d2ef7787240e8f2
include/unicode/brkiter.h: 03b569a42e7dae96c0c86ad2c8d3bd00
include/unicode/bytestream.h: 61e720935437b6830d58b216918552d2
include/unicode/bytestrie.h: b61efc3e639298f2a6c19fec6d0622f5
include/unicode/bytestriebuilder.h: 62d2640165c997f0abe27994f59318e3
include/unicode/calendar.h: 759cbc7bd35d6efc0a4976dd753eb485
include/unicode/caniter.h: 330f1b6de404cfb24479f009926890f2
include/unicode/casemap.h: 61bbc0c334ada3bea9920815ce033de4
include/unicode/char16ptr.h: 06b3963db87be73f87dac310136fc58c
include/unicode/chariter.h: 362ade4f54a9fa6f1c845078440e2b03
include/unicode/choicfmt.h: b12a447a93d96d3a6080c978dfdecdb4
include/unicode/coleitr.h: f03e36876d1a9829eae20fab28f32d6a
include/unicode/coll.h: 7d6cddc98e3227bd2277afa6d7793a50
include/unicode/compactdecimalformat.h: b3bdc4cc4ea3b3af9a930614ef68db37
include/unicode/curramt.h: 323107674df349a27d624663757447e4
include/unicode/currpinf.h: 18f3f5825fd0511a670d7eff90201719
include/unicode/currunit.h: 4b1c4900fd9cee8de157f549cf8d47f0
include/unicode/datefmt.h: c07976e59ac1c1c08c98bf9d4e4c3587
include/unicode/dbbi.h: db0a5e6e9dd092466fbbe21e949e4820
include/unicode/dcfmtsym.h: eafe4061e7fad4ebe1a3a11ea219c12b
include/unicode/decimfmt.h: fec30b356bf6a646a172977caf2678ee
include/unicode/docmain.h: 49875d4c4b781f05d1c51668c74b94bb
include/unicode/dtfmtsym.h: 4fec8e6662b9914a8d99b2a75ce75a5a
include/unicode/dtintrv.h: 05a46fbf5f15b7bb2ba59f44814ac095
include/unicode/dtitvfmt.h: 5c42410d99e25e140d8e84af39139512
include/unicode/dtitvinf.h: e7eddd3476b1aadb8bb17350985081d6
include/unicode/dtptngen.h: 4edbf8188c936b808141a17e24f6c17e
include/unicode/dtrule.h: c0ad9c5a662d96a067b3687c6b788fd6
include/unicode/edits.h: 0d3660bc8cb14c5e78bb0fba7438e184
include/unicode/enumset.h: 488a530c2f5d1727105b317bfb38ffab
include/unicode/errorcode.h: 200ad3b02dcd2eda1545afa64f26211d
include/unicode/fieldpos.h: 7b200989ccaf13e87506ff8a9a8352c1
include/unicode/fmtable.h: ef9c81283b88d29b6b77d2c68896d166
include/unicode/format.h: 21bfd1ffede54a82d257a30f623ae117
include/unicode/fpositer.h: 0b8be269e646080334eb0db252708fa1
include/unicode/gender.h: f76ef0004a630139b9636327e22f52cf
include/unicode/gregocal.h: dadf449275698c6eb227c86c90c84f5b
include/unicode/icudataver.h: 64966d178a3ba96a36698afd0c9033ac
include/unicode/icuplug.h: 1a4b0dfe535992811342f87165dfc128
include/unicode/idna.h: 935119343007e6e8267e34d3217e73ef
include/unicode/listformatter.h: 454de478acb396e0646bc756226986b0
include/unicode/localpointer.h: 032493d057b13fcc5d7d264ec1349ecd
include/unicode/locdspnm.h: 75098c2fc6615d040e8b5204e27918f8
include/unicode/locid.h: 34733130bd4387fa544d6761034a0955
include/unicode/measfmt.h: c289038b60c170659cec114a06b75ec4
include/unicode/measunit.h: 9f937c7b82e74afdf577427e5abef253
include/unicode/measure.h: 907a564bb50d5a3b3de69b61a095ac49
include/unicode/messagepattern.h: ddb001f5da316149ced07415fddfbbe1
include/unicode/msgfmt.h: 92fdcc17d1cc5be345a65b9c5028b814
include/unicode/normalizer2.h: 1f8ec62f9f338f429627c61fb797d12a
include/unicode/normlzr.h: 1acf5026f3c915a30405c961c5045f51
include/unicode/numfmt.h: 2e869d45a97e3366930352561becf1f7
include/unicode/numsys.h: 966281097c9a71c7ce80de4738bbaf4b
include/unicode/parseerr.h: 82430679207228ecccebf2ac9a0dc226
include/unicode/parsepos.h: d465f317154c05dae43efe1975c2254b
include/unicode/platform.h: 8ccf4dfd92fdd1d8076ed97a83f4ff0e
include/unicode/plurfmt.h: 7f33dc3d5b6c677e920b388e66688d6e
include/unicode/plurrule.h: efb1059c8f408ab3df8a355625aa91ac
include/unicode/ptypes.h: c124ecdb51748de2a5900c42f64fa33e
include/unicode/putil.h: f594f056f0e8fa7e7d2ee9e3772f1465
include/unicode/rbbi.h: 10e5ea07511aad18458a2bb59c302fce
include/unicode/rbnf.h: 46a62b91bbf605d0fc90de27c0c28ade
include/unicode/rbtz.h: 6adc59fe9f2ec0203fad1bb291ceb2be
include/unicode/regex.h: 2e5c4264f79b43bc754a558f5d9ef81d
include/unicode/region.h: 9975298932902d63b823382424ecb04f
include/unicode/reldatefmt.h: fe0bf48d5fae4130b3e1d97da05b8147
include/unicode/rep.h: ad2f3d61aabf5507f9670e17adc4f3e0
include/unicode/resbund.h: 2e5313c39e2d8e644fefb5fda9830032
include/unicode/schriter.h: 10ebc14456ec8a08190a1d8484d865c8
include/unicode/scientificnumberformatter.h: 19c921c0a75274bdd13ae9e70354b9b9
include/unicode/search.h: 3a213657ab777b638423df43e775ead6
include/unicode/selfmt.h: f31478edaee06e562fc70fe4bffb39f7
include/unicode/simpleformatter.h: 32f8edf8033ddcd3d89560aca235d2b1
include/unicode/simpletz.h: b38692fd7ed1ecd8474412602bb43a7a
include/unicode/smpdtfmt.h: 0cddd4d1f197beddae2bf6d6e569b414
include/unicode/sortkey.h: 76daf42075f7fdeeb06215922144bd87
include/unicode/std_string.h: 57499f3b70cb13b85da38ecaed834924
include/unicode/strenum.h: e23cde5594426e607d37d59252ed7542
include/unicode/stringpiece.h: 2c7657b53e2cd414c5dc2aac429e8be9
include/unicode/stringtriebuilder.h: 596067734fd5ecbf08ef1a5b29f7c521
include/unicode/stsearch.h: c75b420ffcf6cb64c1c70fbdce1ec303
include/unicode/symtable.h: aaa0d4278cc7c873390133c81319afe4
include/unicode/tblcoll.h: 593c21ed8376bcfab87993dfdb24f579
include/unicode/timezone.h: e0b13f33042ae96d152da2dfac53895a
include/unicode/tmunit.h: 47bad5bb37ad95cf4aa966962f672247
include/unicode/tmutamt.h: 7e216295ad757e1e7050a27b4cbb04c4
include/unicode/tmutfmt.h: 3e66e10feff34abe4f606c544bf56a98
include/unicode/translit.h: cd5eb1480620fe72661af2c5420030c7
include/unicode/tzfmt.h: cc77e978689ef62e83fbf50297da7068
include/unicode/tznames.h: fc0fd902a3ab39c3ecd5376affa3e091
include/unicode/tzrule.h: adc2e3690a81499fa482f09a7c891e3a
include/unicode/tztrans.h: ddc16397303c7c3a6cdb51d6cae76c9c
include/unicode/ubidi.h: 3c3447aff91ca3aba39294f283fc0a83
include/unicode/ubrk.h: c4d61d02474b921b6deabf19730f2d93
include/unicode/ucal.h: 85fbc0a93c781ff4f283abf56213548f
include/unicode/ucasemap.h: bbc08907ca608e090dd2551dae7f5063
include/unicode/ucat.h: 9887bf7cefa89c96630bcd3757663ec0
include/unicode/uchar.h: d0caa0cad8f0760769e7269c8e27b2f0
include/unicode/ucharstrie.h: a831881a1c5f601a27a96107a9c93b40
include/unicode/ucharstriebuilder.h: aab813b785d803391adad3e89eae430b
include/unicode/uchriter.h: 26dfb5f728be01852cb52402fc018235
include/unicode/uclean.h: 7b7b73a66324b026c775cf2f467108f3
include/unicode/ucnv.h: 8925fbf6e9921bf45b485c31ee4124ed
include/unicode/ucnv_cb.h: 2132a185faeb5cd603344098e4f685f5
include/unicode/ucnv_err.h: 641fb44cae3f286f307ce2e445b3589f
include/unicode/ucnvsel.h: 5f129128041b8ec652fa13bc007c7168
include/unicode/ucol.h: c1ae405a33aca9786cf4125a7ea30854
include/unicode/ucoleitr.h: c5f7f5720c58a63df5277f4c275813f7
include/unicode/uconfig.h: 9cd76a9d2008c77116c1e3d34cd5c20f
include/unicode/ucsdet.h: 84999c29e225c4d11a89e2c691892c6a
include/unicode/ucurr.h: 22ebc57d60d31ca6e5be08b5dcfabb36
include/unicode/udat.h: 4fceb68710dfed43778da6b5dabf5b81
include/unicode/udata.h: 8ffc7d27c431eaa31709bed2450b1987
include/unicode/udateintervalformat.h: ec7b522f7376efc94280461a798e122e
include/unicode/udatpg.h: c13609bba2d9cdd91475c80f2934e8b9
include/unicode/udisplaycontext.h: d85a18d600e97fcdbb4177583633e20b
include/unicode/uenum.h: 9f0843888060124393c5b6d3ac1d0494
include/unicode/ufieldpositer.h: 9a2caec923d0bbc2c167e17a42e2ff74
include/unicode/uformattable.h: 5a52db48b81c8e2d770353f347c64d1a
include/unicode/ugender.h: 23ec9fe7670c419c57462625cc2afaee
include/unicode/uidna.h: ffd28dd05da8ad3813d2d41b1f01c517
include/unicode/uiter.h: 50847b964f6fb474e0290150338c9f27
include/unicode/uldnames.h: 6fba02d8cd519586d066c4f4e5eb1640
include/unicode/ulistformatter.h: 2d9feb1e057219dd43898dc23da7e476
include/unicode/uloc.h: 03e3d991937d286c75e3206c5494646e
include/unicode/ulocdata.h: f282e04c22e0616817a04f80f536f688
include/unicode/umachine.h: 1d6f3281c1b8a8eb9ba4dbd670d6af7c
include/unicode/umisc.h: c0dc3caac921970252ee4bbc1bddc43a
include/unicode/umsg.h: ed50cc36346ea063fd3681385064ead3
include/unicode/unifilt.h: 6e228f15b2fa8f564abb51500674d72b
include/unicode/unifunct.h: a9f9e469e946e88a9c64919c468e5d62
include/unicode/unimatch.h: 6c2cbf80f1f605b165bebc5ae8e12aaa
include/unicode/unirepl.h: a021ccf09bb715625b9677bdc7700584
include/unicode/uniset.h: 501821f127cc093433327c44909a7575
include/unicode/unistr.h: 7dfa9c3626c3dcf71390eb50b57a3716
include/unicode/unorm.h: 39bbe48ae8534029dab7f097188c8b31
include/unicode/unorm2.h: eb8b5bb935701284a4480a2facb7f0b8
include/unicode/unum.h: ac906837bfd6caac1259c6f7913b94a2
include/unicode/unumsys.h: dfc4fd29fa10dea8de5981a79badf4ec
include/unicode/uobject.h: 7cd3e374dd78321b69313bc3f416ed4c
include/unicode/upluralrules.h: f2b80b6b9a9ea8edae1aba78830f4789
include/unicode/uregex.h: bf69ecde49c5418db27194cdad8ee0ff
include/unicode/uregion.h: 6d72ea56f92d9da81cc8b3e8d47a3f04
include/unicode/ureldatefmt.h: 480530556bbe46fbd5996fa86a878b98
include/unicode/urename.h: 0685d5314e8537121559a98ef7a143c4
include/unicode/urep.h: 04cce4d1e9a074179ec8e7ba6f5f02ee
include/unicode/ures.h: d9d89fedbe10df5011c03a8238572e07
include/unicode/uscript.h: acd32dac19000101a28b81eeaec612e8
include/unicode/usearch.h: afd9eb69236e27449e7249264bfeae56
include/unicode/uset.h: 69481ff3106e5b8cc6f36cfa3c23225a
include/unicode/usetiter.h: 3b9ae44eb5a47ce6e20ed00fc45c0cb6
include/unicode/ushape.h: 1f89bcc0f93cb5df8059e8a2717009a7
include/unicode/uspoof.h: 140a8c6518698a56c917d18ef6dbd2b7
include/unicode/usprep.h: d4a57d01cb61f594c84c3fffac8a87d5
include/unicode/ustdio.h: 7d32dbc31f136ce97096cd25429dceef
include/unicode/ustream.h: 211a3e48dbe1921522d956bef0747361
include/unicode/ustring.h: 12b77389aad7d0b76c86d405566840a9
include/unicode/ustringtrie.h: 08f062a843c6bf78d8d95b1ba566d6ec
include/unicode/utext.h: a8cf1115720b99ca855918f92343ce8b
include/unicode/utf.h: b7827e05a4bc90b9ca27ab14491ca1bd
include/unicode/utf16.h: 4447226555e524f4c0f596c197ae65d5
include/unicode/utf32.h: 076c1d2025d949556d976b9e6aa01410
include/unicode/utf8.h: 3afe43776eb2e8d3448551c9a6996a12
include/unicode/utf_old.h: 0c46b30f4140adf50fe9ed350815a0d8
include/unicode/utmscale.h: 8ea13d3120de87b49a240014ecfdce7f
include/unicode/utrace.h: 0216d0e5e1e1e10e014f3a8882fa0760
include/unicode/utrans.h: 25231668b49b0de8ca1db79ff0f348d8
include/unicode/utypes.h: a3c935253e46b4c313b0ee58cadcd04d
include/unicode/uvernum.h: 8044bea1ca820f40b1e82b2ae5cbfbfa
include/unicode/uversion.h: b3e0658e920f56306839af39fa5f35b7
include/unicode/vtzone.h: 138782b1f4177e15964c21e7e8cb21d3
lib/icudt.lib: abf4c53a45afe7fe2232b7461db1f39c
lib/icuin.lib: 469731f3bb6c6c483a42168a9afff5fc
lib/icuio.lib: 62eebc954d46dbf22cf7e838f8bf0292
lib/icutest.lib: 2dfda9f30ee5cd92c8e9752f19f1311f
lib/icutu.lib: 2ddf814a788e2fb77a9d06f38142a3ce
lib/icuuc.lib: 140e4ca5bbf6f88f504a2fd4bfafdd1d

View File

@@ -1,187 +0,0 @@
1499329586
bin/icudt59.dll: c23a39dad5b1810d53b142a79dd8040e
bin/icuin59.dll: c6904963eefd97137dd301db55c28f52
bin/icuio59.dll: bd28d124d21c1aff1b77de11ef952447
bin/icutest59.dll: e59aadd25c91d6b21fbdca3f18c0f3c3
bin/icutu59.dll: 2256b957799e3816cfaedc6871f0be90
bin/icuuc59.dll: 9a9c7f35b1fa2f93e557710e89eede8a
conaninfo.txt: 830576b304c6027b1312b1ed5165bd4b
include/unicode/alphaindex.h: c4e73b7d46eacc8fa67691e4dd0b5ecc
include/unicode/appendable.h: deea01996ebb26600e2dde91ed196395
include/unicode/basictz.h: 01cabd21915d2cee7d2ef7787240e8f2
include/unicode/brkiter.h: 03b569a42e7dae96c0c86ad2c8d3bd00
include/unicode/bytestream.h: 61e720935437b6830d58b216918552d2
include/unicode/bytestrie.h: b61efc3e639298f2a6c19fec6d0622f5
include/unicode/bytestriebuilder.h: 62d2640165c997f0abe27994f59318e3
include/unicode/calendar.h: 759cbc7bd35d6efc0a4976dd753eb485
include/unicode/caniter.h: 330f1b6de404cfb24479f009926890f2
include/unicode/casemap.h: 61bbc0c334ada3bea9920815ce033de4
include/unicode/char16ptr.h: 06b3963db87be73f87dac310136fc58c
include/unicode/chariter.h: 362ade4f54a9fa6f1c845078440e2b03
include/unicode/choicfmt.h: b12a447a93d96d3a6080c978dfdecdb4
include/unicode/coleitr.h: f03e36876d1a9829eae20fab28f32d6a
include/unicode/coll.h: 7d6cddc98e3227bd2277afa6d7793a50
include/unicode/compactdecimalformat.h: b3bdc4cc4ea3b3af9a930614ef68db37
include/unicode/curramt.h: 323107674df349a27d624663757447e4
include/unicode/currpinf.h: 18f3f5825fd0511a670d7eff90201719
include/unicode/currunit.h: 4b1c4900fd9cee8de157f549cf8d47f0
include/unicode/datefmt.h: c07976e59ac1c1c08c98bf9d4e4c3587
include/unicode/dbbi.h: db0a5e6e9dd092466fbbe21e949e4820
include/unicode/dcfmtsym.h: eafe4061e7fad4ebe1a3a11ea219c12b
include/unicode/decimfmt.h: fec30b356bf6a646a172977caf2678ee
include/unicode/docmain.h: 49875d4c4b781f05d1c51668c74b94bb
include/unicode/dtfmtsym.h: 4fec8e6662b9914a8d99b2a75ce75a5a
include/unicode/dtintrv.h: 05a46fbf5f15b7bb2ba59f44814ac095
include/unicode/dtitvfmt.h: 5c42410d99e25e140d8e84af39139512
include/unicode/dtitvinf.h: e7eddd3476b1aadb8bb17350985081d6
include/unicode/dtptngen.h: 4edbf8188c936b808141a17e24f6c17e
include/unicode/dtrule.h: c0ad9c5a662d96a067b3687c6b788fd6
include/unicode/edits.h: 0d3660bc8cb14c5e78bb0fba7438e184
include/unicode/enumset.h: 488a530c2f5d1727105b317bfb38ffab
include/unicode/errorcode.h: 200ad3b02dcd2eda1545afa64f26211d
include/unicode/fieldpos.h: 7b200989ccaf13e87506ff8a9a8352c1
include/unicode/fmtable.h: ef9c81283b88d29b6b77d2c68896d166
include/unicode/format.h: 21bfd1ffede54a82d257a30f623ae117
include/unicode/fpositer.h: 0b8be269e646080334eb0db252708fa1
include/unicode/gender.h: f76ef0004a630139b9636327e22f52cf
include/unicode/gregocal.h: dadf449275698c6eb227c86c90c84f5b
include/unicode/icudataver.h: 64966d178a3ba96a36698afd0c9033ac
include/unicode/icuplug.h: 1a4b0dfe535992811342f87165dfc128
include/unicode/idna.h: 935119343007e6e8267e34d3217e73ef
include/unicode/listformatter.h: 454de478acb396e0646bc756226986b0
include/unicode/localpointer.h: 032493d057b13fcc5d7d264ec1349ecd
include/unicode/locdspnm.h: 75098c2fc6615d040e8b5204e27918f8
include/unicode/locid.h: 34733130bd4387fa544d6761034a0955
include/unicode/measfmt.h: c289038b60c170659cec114a06b75ec4
include/unicode/measunit.h: 9f937c7b82e74afdf577427e5abef253
include/unicode/measure.h: 907a564bb50d5a3b3de69b61a095ac49
include/unicode/messagepattern.h: ddb001f5da316149ced07415fddfbbe1
include/unicode/msgfmt.h: 92fdcc17d1cc5be345a65b9c5028b814
include/unicode/normalizer2.h: 1f8ec62f9f338f429627c61fb797d12a
include/unicode/normlzr.h: 1acf5026f3c915a30405c961c5045f51
include/unicode/numfmt.h: 2e869d45a97e3366930352561becf1f7
include/unicode/numsys.h: 966281097c9a71c7ce80de4738bbaf4b
include/unicode/parseerr.h: 82430679207228ecccebf2ac9a0dc226
include/unicode/parsepos.h: d465f317154c05dae43efe1975c2254b
include/unicode/platform.h: 8ccf4dfd92fdd1d8076ed97a83f4ff0e
include/unicode/plurfmt.h: 7f33dc3d5b6c677e920b388e66688d6e
include/unicode/plurrule.h: efb1059c8f408ab3df8a355625aa91ac
include/unicode/ptypes.h: c124ecdb51748de2a5900c42f64fa33e
include/unicode/putil.h: f594f056f0e8fa7e7d2ee9e3772f1465
include/unicode/rbbi.h: 10e5ea07511aad18458a2bb59c302fce
include/unicode/rbnf.h: 46a62b91bbf605d0fc90de27c0c28ade
include/unicode/rbtz.h: 6adc59fe9f2ec0203fad1bb291ceb2be
include/unicode/regex.h: 2e5c4264f79b43bc754a558f5d9ef81d
include/unicode/region.h: 9975298932902d63b823382424ecb04f
include/unicode/reldatefmt.h: fe0bf48d5fae4130b3e1d97da05b8147
include/unicode/rep.h: ad2f3d61aabf5507f9670e17adc4f3e0
include/unicode/resbund.h: 2e5313c39e2d8e644fefb5fda9830032
include/unicode/schriter.h: 10ebc14456ec8a08190a1d8484d865c8
include/unicode/scientificnumberformatter.h: 19c921c0a75274bdd13ae9e70354b9b9
include/unicode/search.h: 3a213657ab777b638423df43e775ead6
include/unicode/selfmt.h: f31478edaee06e562fc70fe4bffb39f7
include/unicode/simpleformatter.h: 32f8edf8033ddcd3d89560aca235d2b1
include/unicode/simpletz.h: b38692fd7ed1ecd8474412602bb43a7a
include/unicode/smpdtfmt.h: 0cddd4d1f197beddae2bf6d6e569b414
include/unicode/sortkey.h: 76daf42075f7fdeeb06215922144bd87
include/unicode/std_string.h: 57499f3b70cb13b85da38ecaed834924
include/unicode/strenum.h: e23cde5594426e607d37d59252ed7542
include/unicode/stringpiece.h: 2c7657b53e2cd414c5dc2aac429e8be9
include/unicode/stringtriebuilder.h: 596067734fd5ecbf08ef1a5b29f7c521
include/unicode/stsearch.h: c75b420ffcf6cb64c1c70fbdce1ec303
include/unicode/symtable.h: aaa0d4278cc7c873390133c81319afe4
include/unicode/tblcoll.h: 593c21ed8376bcfab87993dfdb24f579
include/unicode/timezone.h: e0b13f33042ae96d152da2dfac53895a
include/unicode/tmunit.h: 47bad5bb37ad95cf4aa966962f672247
include/unicode/tmutamt.h: 7e216295ad757e1e7050a27b4cbb04c4
include/unicode/tmutfmt.h: 3e66e10feff34abe4f606c544bf56a98
include/unicode/translit.h: cd5eb1480620fe72661af2c5420030c7
include/unicode/tzfmt.h: cc77e978689ef62e83fbf50297da7068
include/unicode/tznames.h: fc0fd902a3ab39c3ecd5376affa3e091
include/unicode/tzrule.h: adc2e3690a81499fa482f09a7c891e3a
include/unicode/tztrans.h: ddc16397303c7c3a6cdb51d6cae76c9c
include/unicode/ubidi.h: 3c3447aff91ca3aba39294f283fc0a83
include/unicode/ubrk.h: c4d61d02474b921b6deabf19730f2d93
include/unicode/ucal.h: 85fbc0a93c781ff4f283abf56213548f
include/unicode/ucasemap.h: bbc08907ca608e090dd2551dae7f5063
include/unicode/ucat.h: 9887bf7cefa89c96630bcd3757663ec0
include/unicode/uchar.h: d0caa0cad8f0760769e7269c8e27b2f0
include/unicode/ucharstrie.h: a831881a1c5f601a27a96107a9c93b40
include/unicode/ucharstriebuilder.h: aab813b785d803391adad3e89eae430b
include/unicode/uchriter.h: 26dfb5f728be01852cb52402fc018235
include/unicode/uclean.h: 7b7b73a66324b026c775cf2f467108f3
include/unicode/ucnv.h: 8925fbf6e9921bf45b485c31ee4124ed
include/unicode/ucnv_cb.h: 2132a185faeb5cd603344098e4f685f5
include/unicode/ucnv_err.h: 641fb44cae3f286f307ce2e445b3589f
include/unicode/ucnvsel.h: 5f129128041b8ec652fa13bc007c7168
include/unicode/ucol.h: c1ae405a33aca9786cf4125a7ea30854
include/unicode/ucoleitr.h: c5f7f5720c58a63df5277f4c275813f7
include/unicode/uconfig.h: 9cd76a9d2008c77116c1e3d34cd5c20f
include/unicode/ucsdet.h: 84999c29e225c4d11a89e2c691892c6a
include/unicode/ucurr.h: 22ebc57d60d31ca6e5be08b5dcfabb36
include/unicode/udat.h: 4fceb68710dfed43778da6b5dabf5b81
include/unicode/udata.h: 8ffc7d27c431eaa31709bed2450b1987
include/unicode/udateintervalformat.h: ec7b522f7376efc94280461a798e122e
include/unicode/udatpg.h: c13609bba2d9cdd91475c80f2934e8b9
include/unicode/udisplaycontext.h: d85a18d600e97fcdbb4177583633e20b
include/unicode/uenum.h: 9f0843888060124393c5b6d3ac1d0494
include/unicode/ufieldpositer.h: 9a2caec923d0bbc2c167e17a42e2ff74
include/unicode/uformattable.h: 5a52db48b81c8e2d770353f347c64d1a
include/unicode/ugender.h: 23ec9fe7670c419c57462625cc2afaee
include/unicode/uidna.h: ffd28dd05da8ad3813d2d41b1f01c517
include/unicode/uiter.h: 50847b964f6fb474e0290150338c9f27
include/unicode/uldnames.h: 6fba02d8cd519586d066c4f4e5eb1640
include/unicode/ulistformatter.h: 2d9feb1e057219dd43898dc23da7e476
include/unicode/uloc.h: 03e3d991937d286c75e3206c5494646e
include/unicode/ulocdata.h: f282e04c22e0616817a04f80f536f688
include/unicode/umachine.h: 1d6f3281c1b8a8eb9ba4dbd670d6af7c
include/unicode/umisc.h: c0dc3caac921970252ee4bbc1bddc43a
include/unicode/umsg.h: ed50cc36346ea063fd3681385064ead3
include/unicode/unifilt.h: 6e228f15b2fa8f564abb51500674d72b
include/unicode/unifunct.h: a9f9e469e946e88a9c64919c468e5d62
include/unicode/unimatch.h: 6c2cbf80f1f605b165bebc5ae8e12aaa
include/unicode/unirepl.h: a021ccf09bb715625b9677bdc7700584
include/unicode/uniset.h: 501821f127cc093433327c44909a7575
include/unicode/unistr.h: 7dfa9c3626c3dcf71390eb50b57a3716
include/unicode/unorm.h: 39bbe48ae8534029dab7f097188c8b31
include/unicode/unorm2.h: eb8b5bb935701284a4480a2facb7f0b8
include/unicode/unum.h: ac906837bfd6caac1259c6f7913b94a2
include/unicode/unumsys.h: dfc4fd29fa10dea8de5981a79badf4ec
include/unicode/uobject.h: 7cd3e374dd78321b69313bc3f416ed4c
include/unicode/upluralrules.h: f2b80b6b9a9ea8edae1aba78830f4789
include/unicode/uregex.h: bf69ecde49c5418db27194cdad8ee0ff
include/unicode/uregion.h: 6d72ea56f92d9da81cc8b3e8d47a3f04
include/unicode/ureldatefmt.h: 480530556bbe46fbd5996fa86a878b98
include/unicode/urename.h: 0685d5314e8537121559a98ef7a143c4
include/unicode/urep.h: 04cce4d1e9a074179ec8e7ba6f5f02ee
include/unicode/ures.h: d9d89fedbe10df5011c03a8238572e07
include/unicode/uscript.h: acd32dac19000101a28b81eeaec612e8
include/unicode/usearch.h: afd9eb69236e27449e7249264bfeae56
include/unicode/uset.h: 69481ff3106e5b8cc6f36cfa3c23225a
include/unicode/usetiter.h: 3b9ae44eb5a47ce6e20ed00fc45c0cb6
include/unicode/ushape.h: 1f89bcc0f93cb5df8059e8a2717009a7
include/unicode/uspoof.h: 140a8c6518698a56c917d18ef6dbd2b7
include/unicode/usprep.h: d4a57d01cb61f594c84c3fffac8a87d5
include/unicode/ustdio.h: 7d32dbc31f136ce97096cd25429dceef
include/unicode/ustream.h: 211a3e48dbe1921522d956bef0747361
include/unicode/ustring.h: 12b77389aad7d0b76c86d405566840a9
include/unicode/ustringtrie.h: 08f062a843c6bf78d8d95b1ba566d6ec
include/unicode/utext.h: a8cf1115720b99ca855918f92343ce8b
include/unicode/utf.h: b7827e05a4bc90b9ca27ab14491ca1bd
include/unicode/utf16.h: 4447226555e524f4c0f596c197ae65d5
include/unicode/utf32.h: 076c1d2025d949556d976b9e6aa01410
include/unicode/utf8.h: 3afe43776eb2e8d3448551c9a6996a12
include/unicode/utf_old.h: 0c46b30f4140adf50fe9ed350815a0d8
include/unicode/utmscale.h: 8ea13d3120de87b49a240014ecfdce7f
include/unicode/utrace.h: 0216d0e5e1e1e10e014f3a8882fa0760
include/unicode/utrans.h: 25231668b49b0de8ca1db79ff0f348d8
include/unicode/utypes.h: a3c935253e46b4c313b0ee58cadcd04d
include/unicode/uvernum.h: 8044bea1ca820f40b1e82b2ae5cbfbfa
include/unicode/uversion.h: b3e0658e920f56306839af39fa5f35b7
include/unicode/vtzone.h: 138782b1f4177e15964c21e7e8cb21d3
lib/icudt.lib: 8521dc55a20637af8e7cae4453fdae92
lib/icuin.lib: 0af113d81bab592d2b7c628476b0a715
lib/icuio.lib: 6812ca214d913a3e0ea303ddf899ff71
lib/icutest.lib: 1bd7477e81bf551abdd0e80412b85805
lib/icutu.lib: a69d87281efd6ade323f7c449ded3bb4
lib/icuuc.lib: 74d264685f3ac6b7df1333fcf486aa45

View File

@@ -1,187 +0,0 @@
1499105682
bin/icudt59.dll: 6f7abc01bb1d3d9b4a077c27ec228984
bin/icuin59.dll: 5db6329ab0e0201d72025de56fa9d6a4
bin/icuio59.dll: 6d3032695a7c12d3cce58a887f2bc644
bin/icutest59.dll: 425538ed08d6785902b1238e877bc623
bin/icutu59.dll: 83e15197d0b59cf5500c0c93aa186748
bin/icuuc59.dll: 1eb31fe82fca12998a9a37c4852e7272
conaninfo.txt: ad06024880f91bf13cbd6b54c13cf611
include/unicode/alphaindex.h: c4e73b7d46eacc8fa67691e4dd0b5ecc
include/unicode/appendable.h: deea01996ebb26600e2dde91ed196395
include/unicode/basictz.h: 01cabd21915d2cee7d2ef7787240e8f2
include/unicode/brkiter.h: 03b569a42e7dae96c0c86ad2c8d3bd00
include/unicode/bytestream.h: 61e720935437b6830d58b216918552d2
include/unicode/bytestrie.h: b61efc3e639298f2a6c19fec6d0622f5
include/unicode/bytestriebuilder.h: 62d2640165c997f0abe27994f59318e3
include/unicode/calendar.h: 759cbc7bd35d6efc0a4976dd753eb485
include/unicode/caniter.h: 330f1b6de404cfb24479f009926890f2
include/unicode/casemap.h: 61bbc0c334ada3bea9920815ce033de4
include/unicode/char16ptr.h: 06b3963db87be73f87dac310136fc58c
include/unicode/chariter.h: 362ade4f54a9fa6f1c845078440e2b03
include/unicode/choicfmt.h: b12a447a93d96d3a6080c978dfdecdb4
include/unicode/coleitr.h: f03e36876d1a9829eae20fab28f32d6a
include/unicode/coll.h: 7d6cddc98e3227bd2277afa6d7793a50
include/unicode/compactdecimalformat.h: b3bdc4cc4ea3b3af9a930614ef68db37
include/unicode/curramt.h: 323107674df349a27d624663757447e4
include/unicode/currpinf.h: 18f3f5825fd0511a670d7eff90201719
include/unicode/currunit.h: 4b1c4900fd9cee8de157f549cf8d47f0
include/unicode/datefmt.h: c07976e59ac1c1c08c98bf9d4e4c3587
include/unicode/dbbi.h: db0a5e6e9dd092466fbbe21e949e4820
include/unicode/dcfmtsym.h: eafe4061e7fad4ebe1a3a11ea219c12b
include/unicode/decimfmt.h: fec30b356bf6a646a172977caf2678ee
include/unicode/docmain.h: 49875d4c4b781f05d1c51668c74b94bb
include/unicode/dtfmtsym.h: 4fec8e6662b9914a8d99b2a75ce75a5a
include/unicode/dtintrv.h: 05a46fbf5f15b7bb2ba59f44814ac095
include/unicode/dtitvfmt.h: 5c42410d99e25e140d8e84af39139512
include/unicode/dtitvinf.h: e7eddd3476b1aadb8bb17350985081d6
include/unicode/dtptngen.h: 4edbf8188c936b808141a17e24f6c17e
include/unicode/dtrule.h: c0ad9c5a662d96a067b3687c6b788fd6
include/unicode/edits.h: 0d3660bc8cb14c5e78bb0fba7438e184
include/unicode/enumset.h: 488a530c2f5d1727105b317bfb38ffab
include/unicode/errorcode.h: 200ad3b02dcd2eda1545afa64f26211d
include/unicode/fieldpos.h: 7b200989ccaf13e87506ff8a9a8352c1
include/unicode/fmtable.h: ef9c81283b88d29b6b77d2c68896d166
include/unicode/format.h: 21bfd1ffede54a82d257a30f623ae117
include/unicode/fpositer.h: 0b8be269e646080334eb0db252708fa1
include/unicode/gender.h: f76ef0004a630139b9636327e22f52cf
include/unicode/gregocal.h: dadf449275698c6eb227c86c90c84f5b
include/unicode/icudataver.h: 64966d178a3ba96a36698afd0c9033ac
include/unicode/icuplug.h: 1a4b0dfe535992811342f87165dfc128
include/unicode/idna.h: 935119343007e6e8267e34d3217e73ef
include/unicode/listformatter.h: 454de478acb396e0646bc756226986b0
include/unicode/localpointer.h: 032493d057b13fcc5d7d264ec1349ecd
include/unicode/locdspnm.h: 75098c2fc6615d040e8b5204e27918f8
include/unicode/locid.h: 34733130bd4387fa544d6761034a0955
include/unicode/measfmt.h: c289038b60c170659cec114a06b75ec4
include/unicode/measunit.h: 9f937c7b82e74afdf577427e5abef253
include/unicode/measure.h: 907a564bb50d5a3b3de69b61a095ac49
include/unicode/messagepattern.h: ddb001f5da316149ced07415fddfbbe1
include/unicode/msgfmt.h: 92fdcc17d1cc5be345a65b9c5028b814
include/unicode/normalizer2.h: 1f8ec62f9f338f429627c61fb797d12a
include/unicode/normlzr.h: 1acf5026f3c915a30405c961c5045f51
include/unicode/numfmt.h: 2e869d45a97e3366930352561becf1f7
include/unicode/numsys.h: 966281097c9a71c7ce80de4738bbaf4b
include/unicode/parseerr.h: 82430679207228ecccebf2ac9a0dc226
include/unicode/parsepos.h: d465f317154c05dae43efe1975c2254b
include/unicode/platform.h: 8ccf4dfd92fdd1d8076ed97a83f4ff0e
include/unicode/plurfmt.h: 7f33dc3d5b6c677e920b388e66688d6e
include/unicode/plurrule.h: efb1059c8f408ab3df8a355625aa91ac
include/unicode/ptypes.h: c124ecdb51748de2a5900c42f64fa33e
include/unicode/putil.h: f594f056f0e8fa7e7d2ee9e3772f1465
include/unicode/rbbi.h: 10e5ea07511aad18458a2bb59c302fce
include/unicode/rbnf.h: 46a62b91bbf605d0fc90de27c0c28ade
include/unicode/rbtz.h: 6adc59fe9f2ec0203fad1bb291ceb2be
include/unicode/regex.h: 2e5c4264f79b43bc754a558f5d9ef81d
include/unicode/region.h: 9975298932902d63b823382424ecb04f
include/unicode/reldatefmt.h: fe0bf48d5fae4130b3e1d97da05b8147
include/unicode/rep.h: ad2f3d61aabf5507f9670e17adc4f3e0
include/unicode/resbund.h: 2e5313c39e2d8e644fefb5fda9830032
include/unicode/schriter.h: 10ebc14456ec8a08190a1d8484d865c8
include/unicode/scientificnumberformatter.h: 19c921c0a75274bdd13ae9e70354b9b9
include/unicode/search.h: 3a213657ab777b638423df43e775ead6
include/unicode/selfmt.h: f31478edaee06e562fc70fe4bffb39f7
include/unicode/simpleformatter.h: 32f8edf8033ddcd3d89560aca235d2b1
include/unicode/simpletz.h: b38692fd7ed1ecd8474412602bb43a7a
include/unicode/smpdtfmt.h: 0cddd4d1f197beddae2bf6d6e569b414
include/unicode/sortkey.h: 76daf42075f7fdeeb06215922144bd87
include/unicode/std_string.h: 57499f3b70cb13b85da38ecaed834924
include/unicode/strenum.h: e23cde5594426e607d37d59252ed7542
include/unicode/stringpiece.h: 2c7657b53e2cd414c5dc2aac429e8be9
include/unicode/stringtriebuilder.h: 596067734fd5ecbf08ef1a5b29f7c521
include/unicode/stsearch.h: c75b420ffcf6cb64c1c70fbdce1ec303
include/unicode/symtable.h: aaa0d4278cc7c873390133c81319afe4
include/unicode/tblcoll.h: 593c21ed8376bcfab87993dfdb24f579
include/unicode/timezone.h: e0b13f33042ae96d152da2dfac53895a
include/unicode/tmunit.h: 47bad5bb37ad95cf4aa966962f672247
include/unicode/tmutamt.h: 7e216295ad757e1e7050a27b4cbb04c4
include/unicode/tmutfmt.h: 3e66e10feff34abe4f606c544bf56a98
include/unicode/translit.h: cd5eb1480620fe72661af2c5420030c7
include/unicode/tzfmt.h: cc77e978689ef62e83fbf50297da7068
include/unicode/tznames.h: fc0fd902a3ab39c3ecd5376affa3e091
include/unicode/tzrule.h: adc2e3690a81499fa482f09a7c891e3a
include/unicode/tztrans.h: ddc16397303c7c3a6cdb51d6cae76c9c
include/unicode/ubidi.h: 3c3447aff91ca3aba39294f283fc0a83
include/unicode/ubrk.h: c4d61d02474b921b6deabf19730f2d93
include/unicode/ucal.h: 85fbc0a93c781ff4f283abf56213548f
include/unicode/ucasemap.h: bbc08907ca608e090dd2551dae7f5063
include/unicode/ucat.h: 9887bf7cefa89c96630bcd3757663ec0
include/unicode/uchar.h: d0caa0cad8f0760769e7269c8e27b2f0
include/unicode/ucharstrie.h: a831881a1c5f601a27a96107a9c93b40
include/unicode/ucharstriebuilder.h: aab813b785d803391adad3e89eae430b
include/unicode/uchriter.h: 26dfb5f728be01852cb52402fc018235
include/unicode/uclean.h: 7b7b73a66324b026c775cf2f467108f3
include/unicode/ucnv.h: 8925fbf6e9921bf45b485c31ee4124ed
include/unicode/ucnv_cb.h: 2132a185faeb5cd603344098e4f685f5
include/unicode/ucnv_err.h: 641fb44cae3f286f307ce2e445b3589f
include/unicode/ucnvsel.h: 5f129128041b8ec652fa13bc007c7168
include/unicode/ucol.h: c1ae405a33aca9786cf4125a7ea30854
include/unicode/ucoleitr.h: c5f7f5720c58a63df5277f4c275813f7
include/unicode/uconfig.h: 9cd76a9d2008c77116c1e3d34cd5c20f
include/unicode/ucsdet.h: 84999c29e225c4d11a89e2c691892c6a
include/unicode/ucurr.h: 22ebc57d60d31ca6e5be08b5dcfabb36
include/unicode/udat.h: 4fceb68710dfed43778da6b5dabf5b81
include/unicode/udata.h: 8ffc7d27c431eaa31709bed2450b1987
include/unicode/udateintervalformat.h: ec7b522f7376efc94280461a798e122e
include/unicode/udatpg.h: c13609bba2d9cdd91475c80f2934e8b9
include/unicode/udisplaycontext.h: d85a18d600e97fcdbb4177583633e20b
include/unicode/uenum.h: 9f0843888060124393c5b6d3ac1d0494
include/unicode/ufieldpositer.h: 9a2caec923d0bbc2c167e17a42e2ff74
include/unicode/uformattable.h: 5a52db48b81c8e2d770353f347c64d1a
include/unicode/ugender.h: 23ec9fe7670c419c57462625cc2afaee
include/unicode/uidna.h: ffd28dd05da8ad3813d2d41b1f01c517
include/unicode/uiter.h: 50847b964f6fb474e0290150338c9f27
include/unicode/uldnames.h: 6fba02d8cd519586d066c4f4e5eb1640
include/unicode/ulistformatter.h: 2d9feb1e057219dd43898dc23da7e476
include/unicode/uloc.h: 03e3d991937d286c75e3206c5494646e
include/unicode/ulocdata.h: f282e04c22e0616817a04f80f536f688
include/unicode/umachine.h: 1d6f3281c1b8a8eb9ba4dbd670d6af7c
include/unicode/umisc.h: c0dc3caac921970252ee4bbc1bddc43a
include/unicode/umsg.h: ed50cc36346ea063fd3681385064ead3
include/unicode/unifilt.h: 6e228f15b2fa8f564abb51500674d72b
include/unicode/unifunct.h: a9f9e469e946e88a9c64919c468e5d62
include/unicode/unimatch.h: 6c2cbf80f1f605b165bebc5ae8e12aaa
include/unicode/unirepl.h: a021ccf09bb715625b9677bdc7700584
include/unicode/uniset.h: 501821f127cc093433327c44909a7575
include/unicode/unistr.h: 7dfa9c3626c3dcf71390eb50b57a3716
include/unicode/unorm.h: 39bbe48ae8534029dab7f097188c8b31
include/unicode/unorm2.h: eb8b5bb935701284a4480a2facb7f0b8
include/unicode/unum.h: ac906837bfd6caac1259c6f7913b94a2
include/unicode/unumsys.h: dfc4fd29fa10dea8de5981a79badf4ec
include/unicode/uobject.h: 7cd3e374dd78321b69313bc3f416ed4c
include/unicode/upluralrules.h: f2b80b6b9a9ea8edae1aba78830f4789
include/unicode/uregex.h: bf69ecde49c5418db27194cdad8ee0ff
include/unicode/uregion.h: 6d72ea56f92d9da81cc8b3e8d47a3f04
include/unicode/ureldatefmt.h: 480530556bbe46fbd5996fa86a878b98
include/unicode/urename.h: 0685d5314e8537121559a98ef7a143c4
include/unicode/urep.h: 04cce4d1e9a074179ec8e7ba6f5f02ee
include/unicode/ures.h: d9d89fedbe10df5011c03a8238572e07
include/unicode/uscript.h: acd32dac19000101a28b81eeaec612e8
include/unicode/usearch.h: afd9eb69236e27449e7249264bfeae56
include/unicode/uset.h: 69481ff3106e5b8cc6f36cfa3c23225a
include/unicode/usetiter.h: 3b9ae44eb5a47ce6e20ed00fc45c0cb6
include/unicode/ushape.h: 1f89bcc0f93cb5df8059e8a2717009a7
include/unicode/uspoof.h: 140a8c6518698a56c917d18ef6dbd2b7
include/unicode/usprep.h: d4a57d01cb61f594c84c3fffac8a87d5
include/unicode/ustdio.h: 7d32dbc31f136ce97096cd25429dceef
include/unicode/ustream.h: 211a3e48dbe1921522d956bef0747361
include/unicode/ustring.h: 12b77389aad7d0b76c86d405566840a9
include/unicode/ustringtrie.h: 08f062a843c6bf78d8d95b1ba566d6ec
include/unicode/utext.h: a8cf1115720b99ca855918f92343ce8b
include/unicode/utf.h: b7827e05a4bc90b9ca27ab14491ca1bd
include/unicode/utf16.h: 4447226555e524f4c0f596c197ae65d5
include/unicode/utf32.h: 076c1d2025d949556d976b9e6aa01410
include/unicode/utf8.h: 3afe43776eb2e8d3448551c9a6996a12
include/unicode/utf_old.h: 0c46b30f4140adf50fe9ed350815a0d8
include/unicode/utmscale.h: 8ea13d3120de87b49a240014ecfdce7f
include/unicode/utrace.h: 0216d0e5e1e1e10e014f3a8882fa0760
include/unicode/utrans.h: 25231668b49b0de8ca1db79ff0f348d8
include/unicode/utypes.h: a3c935253e46b4c313b0ee58cadcd04d
include/unicode/uvernum.h: 8044bea1ca820f40b1e82b2ae5cbfbfa
include/unicode/uversion.h: b3e0658e920f56306839af39fa5f35b7
include/unicode/vtzone.h: 138782b1f4177e15964c21e7e8cb21d3
lib/icudt.lib: 0ad4d2a27d484d1ee141a17582758564
lib/icuin.lib: 31a061da58f007137f4216294f7147ef
lib/icuio.lib: 657f8b121afa93db8433e85c98b3a2bc
lib/icutest.lib: 6d943d87ddd5a627f0c6bad0f5e13724
lib/icutu.lib: 853af1f403ea9521004a933e91f5b508
lib/icuuc.lib: 1e7a3fc48a7db11b6cfc16d455a4952b

View File

@@ -1,187 +0,0 @@
1499330414
bin/icudt59.dll: f4f67e917d72982f4d38b95a4eebf789
bin/icuin59.dll: 3aaa0a3bb318eb7da1732e2164c98624
bin/icuio59.dll: eb2e025f5ebbc37da56a435727ddb27e
bin/icutest59.dll: 86aa2a9fd01d121b419e9bfc821c541d
bin/icutu59.dll: 740a6cf36312a3601813ffedb95548dc
bin/icuuc59.dll: 77ffdc48d26d21580cea392387896d9f
conaninfo.txt: 72e5f245a2656624132fba01b63171fd
include/unicode/alphaindex.h: c4e73b7d46eacc8fa67691e4dd0b5ecc
include/unicode/appendable.h: deea01996ebb26600e2dde91ed196395
include/unicode/basictz.h: 01cabd21915d2cee7d2ef7787240e8f2
include/unicode/brkiter.h: 03b569a42e7dae96c0c86ad2c8d3bd00
include/unicode/bytestream.h: 61e720935437b6830d58b216918552d2
include/unicode/bytestrie.h: b61efc3e639298f2a6c19fec6d0622f5
include/unicode/bytestriebuilder.h: 62d2640165c997f0abe27994f59318e3
include/unicode/calendar.h: 759cbc7bd35d6efc0a4976dd753eb485
include/unicode/caniter.h: 330f1b6de404cfb24479f009926890f2
include/unicode/casemap.h: 61bbc0c334ada3bea9920815ce033de4
include/unicode/char16ptr.h: 06b3963db87be73f87dac310136fc58c
include/unicode/chariter.h: 362ade4f54a9fa6f1c845078440e2b03
include/unicode/choicfmt.h: b12a447a93d96d3a6080c978dfdecdb4
include/unicode/coleitr.h: f03e36876d1a9829eae20fab28f32d6a
include/unicode/coll.h: 7d6cddc98e3227bd2277afa6d7793a50
include/unicode/compactdecimalformat.h: b3bdc4cc4ea3b3af9a930614ef68db37
include/unicode/curramt.h: 323107674df349a27d624663757447e4
include/unicode/currpinf.h: 18f3f5825fd0511a670d7eff90201719
include/unicode/currunit.h: 4b1c4900fd9cee8de157f549cf8d47f0
include/unicode/datefmt.h: c07976e59ac1c1c08c98bf9d4e4c3587
include/unicode/dbbi.h: db0a5e6e9dd092466fbbe21e949e4820
include/unicode/dcfmtsym.h: eafe4061e7fad4ebe1a3a11ea219c12b
include/unicode/decimfmt.h: fec30b356bf6a646a172977caf2678ee
include/unicode/docmain.h: 49875d4c4b781f05d1c51668c74b94bb
include/unicode/dtfmtsym.h: 4fec8e6662b9914a8d99b2a75ce75a5a
include/unicode/dtintrv.h: 05a46fbf5f15b7bb2ba59f44814ac095
include/unicode/dtitvfmt.h: 5c42410d99e25e140d8e84af39139512
include/unicode/dtitvinf.h: e7eddd3476b1aadb8bb17350985081d6
include/unicode/dtptngen.h: 4edbf8188c936b808141a17e24f6c17e
include/unicode/dtrule.h: c0ad9c5a662d96a067b3687c6b788fd6
include/unicode/edits.h: 0d3660bc8cb14c5e78bb0fba7438e184
include/unicode/enumset.h: 488a530c2f5d1727105b317bfb38ffab
include/unicode/errorcode.h: 200ad3b02dcd2eda1545afa64f26211d
include/unicode/fieldpos.h: 7b200989ccaf13e87506ff8a9a8352c1
include/unicode/fmtable.h: ef9c81283b88d29b6b77d2c68896d166
include/unicode/format.h: 21bfd1ffede54a82d257a30f623ae117
include/unicode/fpositer.h: 0b8be269e646080334eb0db252708fa1
include/unicode/gender.h: f76ef0004a630139b9636327e22f52cf
include/unicode/gregocal.h: dadf449275698c6eb227c86c90c84f5b
include/unicode/icudataver.h: 64966d178a3ba96a36698afd0c9033ac
include/unicode/icuplug.h: 1a4b0dfe535992811342f87165dfc128
include/unicode/idna.h: 935119343007e6e8267e34d3217e73ef
include/unicode/listformatter.h: 454de478acb396e0646bc756226986b0
include/unicode/localpointer.h: 032493d057b13fcc5d7d264ec1349ecd
include/unicode/locdspnm.h: 75098c2fc6615d040e8b5204e27918f8
include/unicode/locid.h: 34733130bd4387fa544d6761034a0955
include/unicode/measfmt.h: c289038b60c170659cec114a06b75ec4
include/unicode/measunit.h: 9f937c7b82e74afdf577427e5abef253
include/unicode/measure.h: 907a564bb50d5a3b3de69b61a095ac49
include/unicode/messagepattern.h: ddb001f5da316149ced07415fddfbbe1
include/unicode/msgfmt.h: 92fdcc17d1cc5be345a65b9c5028b814
include/unicode/normalizer2.h: 1f8ec62f9f338f429627c61fb797d12a
include/unicode/normlzr.h: 1acf5026f3c915a30405c961c5045f51
include/unicode/numfmt.h: 2e869d45a97e3366930352561becf1f7
include/unicode/numsys.h: 966281097c9a71c7ce80de4738bbaf4b
include/unicode/parseerr.h: 82430679207228ecccebf2ac9a0dc226
include/unicode/parsepos.h: d465f317154c05dae43efe1975c2254b
include/unicode/platform.h: 8ccf4dfd92fdd1d8076ed97a83f4ff0e
include/unicode/plurfmt.h: 7f33dc3d5b6c677e920b388e66688d6e
include/unicode/plurrule.h: efb1059c8f408ab3df8a355625aa91ac
include/unicode/ptypes.h: c124ecdb51748de2a5900c42f64fa33e
include/unicode/putil.h: f594f056f0e8fa7e7d2ee9e3772f1465
include/unicode/rbbi.h: 10e5ea07511aad18458a2bb59c302fce
include/unicode/rbnf.h: 46a62b91bbf605d0fc90de27c0c28ade
include/unicode/rbtz.h: 6adc59fe9f2ec0203fad1bb291ceb2be
include/unicode/regex.h: 2e5c4264f79b43bc754a558f5d9ef81d
include/unicode/region.h: 9975298932902d63b823382424ecb04f
include/unicode/reldatefmt.h: fe0bf48d5fae4130b3e1d97da05b8147
include/unicode/rep.h: ad2f3d61aabf5507f9670e17adc4f3e0
include/unicode/resbund.h: 2e5313c39e2d8e644fefb5fda9830032
include/unicode/schriter.h: 10ebc14456ec8a08190a1d8484d865c8
include/unicode/scientificnumberformatter.h: 19c921c0a75274bdd13ae9e70354b9b9
include/unicode/search.h: 3a213657ab777b638423df43e775ead6
include/unicode/selfmt.h: f31478edaee06e562fc70fe4bffb39f7
include/unicode/simpleformatter.h: 32f8edf8033ddcd3d89560aca235d2b1
include/unicode/simpletz.h: b38692fd7ed1ecd8474412602bb43a7a
include/unicode/smpdtfmt.h: 0cddd4d1f197beddae2bf6d6e569b414
include/unicode/sortkey.h: 76daf42075f7fdeeb06215922144bd87
include/unicode/std_string.h: 57499f3b70cb13b85da38ecaed834924
include/unicode/strenum.h: e23cde5594426e607d37d59252ed7542
include/unicode/stringpiece.h: 2c7657b53e2cd414c5dc2aac429e8be9
include/unicode/stringtriebuilder.h: 596067734fd5ecbf08ef1a5b29f7c521
include/unicode/stsearch.h: c75b420ffcf6cb64c1c70fbdce1ec303
include/unicode/symtable.h: aaa0d4278cc7c873390133c81319afe4
include/unicode/tblcoll.h: 593c21ed8376bcfab87993dfdb24f579
include/unicode/timezone.h: e0b13f33042ae96d152da2dfac53895a
include/unicode/tmunit.h: 47bad5bb37ad95cf4aa966962f672247
include/unicode/tmutamt.h: 7e216295ad757e1e7050a27b4cbb04c4
include/unicode/tmutfmt.h: 3e66e10feff34abe4f606c544bf56a98
include/unicode/translit.h: cd5eb1480620fe72661af2c5420030c7
include/unicode/tzfmt.h: cc77e978689ef62e83fbf50297da7068
include/unicode/tznames.h: fc0fd902a3ab39c3ecd5376affa3e091
include/unicode/tzrule.h: adc2e3690a81499fa482f09a7c891e3a
include/unicode/tztrans.h: ddc16397303c7c3a6cdb51d6cae76c9c
include/unicode/ubidi.h: 3c3447aff91ca3aba39294f283fc0a83
include/unicode/ubrk.h: c4d61d02474b921b6deabf19730f2d93
include/unicode/ucal.h: 85fbc0a93c781ff4f283abf56213548f
include/unicode/ucasemap.h: bbc08907ca608e090dd2551dae7f5063
include/unicode/ucat.h: 9887bf7cefa89c96630bcd3757663ec0
include/unicode/uchar.h: d0caa0cad8f0760769e7269c8e27b2f0
include/unicode/ucharstrie.h: a831881a1c5f601a27a96107a9c93b40
include/unicode/ucharstriebuilder.h: aab813b785d803391adad3e89eae430b
include/unicode/uchriter.h: 26dfb5f728be01852cb52402fc018235
include/unicode/uclean.h: 7b7b73a66324b026c775cf2f467108f3
include/unicode/ucnv.h: 8925fbf6e9921bf45b485c31ee4124ed
include/unicode/ucnv_cb.h: 2132a185faeb5cd603344098e4f685f5
include/unicode/ucnv_err.h: 641fb44cae3f286f307ce2e445b3589f
include/unicode/ucnvsel.h: 5f129128041b8ec652fa13bc007c7168
include/unicode/ucol.h: c1ae405a33aca9786cf4125a7ea30854
include/unicode/ucoleitr.h: c5f7f5720c58a63df5277f4c275813f7
include/unicode/uconfig.h: 9cd76a9d2008c77116c1e3d34cd5c20f
include/unicode/ucsdet.h: 84999c29e225c4d11a89e2c691892c6a
include/unicode/ucurr.h: 22ebc57d60d31ca6e5be08b5dcfabb36
include/unicode/udat.h: 4fceb68710dfed43778da6b5dabf5b81
include/unicode/udata.h: 8ffc7d27c431eaa31709bed2450b1987
include/unicode/udateintervalformat.h: ec7b522f7376efc94280461a798e122e
include/unicode/udatpg.h: c13609bba2d9cdd91475c80f2934e8b9
include/unicode/udisplaycontext.h: d85a18d600e97fcdbb4177583633e20b
include/unicode/uenum.h: 9f0843888060124393c5b6d3ac1d0494
include/unicode/ufieldpositer.h: 9a2caec923d0bbc2c167e17a42e2ff74
include/unicode/uformattable.h: 5a52db48b81c8e2d770353f347c64d1a
include/unicode/ugender.h: 23ec9fe7670c419c57462625cc2afaee
include/unicode/uidna.h: ffd28dd05da8ad3813d2d41b1f01c517
include/unicode/uiter.h: 50847b964f6fb474e0290150338c9f27
include/unicode/uldnames.h: 6fba02d8cd519586d066c4f4e5eb1640
include/unicode/ulistformatter.h: 2d9feb1e057219dd43898dc23da7e476
include/unicode/uloc.h: 03e3d991937d286c75e3206c5494646e
include/unicode/ulocdata.h: f282e04c22e0616817a04f80f536f688
include/unicode/umachine.h: 1d6f3281c1b8a8eb9ba4dbd670d6af7c
include/unicode/umisc.h: c0dc3caac921970252ee4bbc1bddc43a
include/unicode/umsg.h: ed50cc36346ea063fd3681385064ead3
include/unicode/unifilt.h: 6e228f15b2fa8f564abb51500674d72b
include/unicode/unifunct.h: a9f9e469e946e88a9c64919c468e5d62
include/unicode/unimatch.h: 6c2cbf80f1f605b165bebc5ae8e12aaa
include/unicode/unirepl.h: a021ccf09bb715625b9677bdc7700584
include/unicode/uniset.h: 501821f127cc093433327c44909a7575
include/unicode/unistr.h: 7dfa9c3626c3dcf71390eb50b57a3716
include/unicode/unorm.h: 39bbe48ae8534029dab7f097188c8b31
include/unicode/unorm2.h: eb8b5bb935701284a4480a2facb7f0b8
include/unicode/unum.h: ac906837bfd6caac1259c6f7913b94a2
include/unicode/unumsys.h: dfc4fd29fa10dea8de5981a79badf4ec
include/unicode/uobject.h: 7cd3e374dd78321b69313bc3f416ed4c
include/unicode/upluralrules.h: f2b80b6b9a9ea8edae1aba78830f4789
include/unicode/uregex.h: bf69ecde49c5418db27194cdad8ee0ff
include/unicode/uregion.h: 6d72ea56f92d9da81cc8b3e8d47a3f04
include/unicode/ureldatefmt.h: 480530556bbe46fbd5996fa86a878b98
include/unicode/urename.h: 0685d5314e8537121559a98ef7a143c4
include/unicode/urep.h: 04cce4d1e9a074179ec8e7ba6f5f02ee
include/unicode/ures.h: d9d89fedbe10df5011c03a8238572e07
include/unicode/uscript.h: acd32dac19000101a28b81eeaec612e8
include/unicode/usearch.h: afd9eb69236e27449e7249264bfeae56
include/unicode/uset.h: 69481ff3106e5b8cc6f36cfa3c23225a
include/unicode/usetiter.h: 3b9ae44eb5a47ce6e20ed00fc45c0cb6
include/unicode/ushape.h: 1f89bcc0f93cb5df8059e8a2717009a7
include/unicode/uspoof.h: 140a8c6518698a56c917d18ef6dbd2b7
include/unicode/usprep.h: d4a57d01cb61f594c84c3fffac8a87d5
include/unicode/ustdio.h: 7d32dbc31f136ce97096cd25429dceef
include/unicode/ustream.h: 211a3e48dbe1921522d956bef0747361
include/unicode/ustring.h: 12b77389aad7d0b76c86d405566840a9
include/unicode/ustringtrie.h: 08f062a843c6bf78d8d95b1ba566d6ec
include/unicode/utext.h: a8cf1115720b99ca855918f92343ce8b
include/unicode/utf.h: b7827e05a4bc90b9ca27ab14491ca1bd
include/unicode/utf16.h: 4447226555e524f4c0f596c197ae65d5
include/unicode/utf32.h: 076c1d2025d949556d976b9e6aa01410
include/unicode/utf8.h: 3afe43776eb2e8d3448551c9a6996a12
include/unicode/utf_old.h: 0c46b30f4140adf50fe9ed350815a0d8
include/unicode/utmscale.h: 8ea13d3120de87b49a240014ecfdce7f
include/unicode/utrace.h: 0216d0e5e1e1e10e014f3a8882fa0760
include/unicode/utrans.h: 25231668b49b0de8ca1db79ff0f348d8
include/unicode/utypes.h: a3c935253e46b4c313b0ee58cadcd04d
include/unicode/uvernum.h: 8044bea1ca820f40b1e82b2ae5cbfbfa
include/unicode/uversion.h: b3e0658e920f56306839af39fa5f35b7
include/unicode/vtzone.h: 138782b1f4177e15964c21e7e8cb21d3
lib/icudt.lib: a4bc5fec27a13bc471b747e67ec58bc4
lib/icuin.lib: 452cfb482c2b072f99489029a9bb789c
lib/icuio.lib: c9b9c1c8ef2f622825775a1fd10186c0
lib/icutest.lib: 7408004f6b9d8318b10a631ed933353b
lib/icutu.lib: 820e5a0e98bcc257822f254f73c7c682
lib/icuuc.lib: 62326159fad7b218f3f8455c32da970c

View File

@@ -0,0 +1,4 @@
1563296922
LICENSE.md: e5e131742c86307b7fb2fc2255e6277d
conanfile.py: 18b376bcd3b1fb69a62d916ee609ce75
icu_base.py: 03540bb5bf8ac0694a52ee04566cef8a

View File

@@ -0,0 +1,251 @@
1563302303
bin/derb.exe: 5dab26f815c8a555677c48514a6208eb
bin/escapesrc.exe: 196361eaefbf657aaad12f6ebc7d9fd0
bin/genbrk.exe: 481473c589c454cb0c67d477112326b6
bin/genccode.exe: 36e12767557b6b62b7368b82af71dc7d
bin/gencfu.exe: 4ed7055fc629466383663481024ce56b
bin/gencmn.exe: 793b30b115e0d1697a005bbd7be8e2bf
bin/gencnval.exe: 549ae3eff6f7f6c733a7a022e74ccf16
bin/gendict.exe: 38799ad1ecf2bac24995d2030b248b1a
bin/gennorm2.exe: 2b0ee309f4dd5f6394a799ae57615d99
bin/genrb.exe: 0ad48828a13286a2ef10140a5b4a89df
bin/gensprep.exe: 8a8c1abb007b882616f0c038b473a4fa
bin/icu-config: 0bb77dfc59d545ffb13abbe29faa1050
bin/icuinfo.exe: 06e182a0726c4fbdc0e2bad482cbcddb
bin/icupkg.exe: a1f1c12ec71f39a273cdba803329feec
bin/makeconv.exe: 12d9fa58c5016487606c60f2604dbfa5
bin/pkgdata.exe: 47afb5e78953c34bd9bd3a47a8b58b1c
bin/uconv.exe: 1b3131e11a447981322d479ac418e152
conaninfo.txt: 94f4cb59828b265621231d47fa4013f1
include/unicode/alphaindex.h: edc0ff1708822c14fbac4f58a89859c9
include/unicode/appendable.h: 713ee4a1c3e3ca090b202ceb81d6ad9f
include/unicode/basictz.h: 456683947de10ae84e2c069c9fc55e9f
include/unicode/brkiter.h: c69c05b804270ad6c64f80c03a5b8ee0
include/unicode/bytestream.h: 8b946f79fb11d18859acdceab1bb5d46
include/unicode/bytestrie.h: 781e30fb8103ba58fdfe4b6704e54347
include/unicode/bytestriebuilder.h: e6649e470ceff3af7ec894aa6031cb21
include/unicode/calendar.h: e640b0fd471a5313b85a866871b9df2a
include/unicode/caniter.h: 74858b2a33cb2805dea0b0bc480dda7d
include/unicode/casemap.h: b40e8878db23b64a72763bf75e4e3e2a
include/unicode/char16ptr.h: 3bed1c6f219d725f6daf274704427035
include/unicode/chariter.h: 463cdd4748695660223db14c27da3e84
include/unicode/choicfmt.h: 38f338fb58eebce7fc999c906aad142e
include/unicode/coleitr.h: 35cafcefbe5155408aa6166781d4290d
include/unicode/coll.h: a60e4d0e20f25015d370bfb3b24e267e
include/unicode/compactdecimalformat.h: dd1f639d5c836e200b48ad69ef326fc0
include/unicode/curramt.h: 8f57c8f5a77ffd6d1f4a9c53b100ee3e
include/unicode/currpinf.h: e279f04f8bb9c6a686ede0f4bbc7caf4
include/unicode/currunit.h: 0ea702494028296a411ac0bda6895275
include/unicode/datefmt.h: 91aee102e3fa68c64113645be5b944c4
include/unicode/dbbi.h: 15a312f4cf6c6bc243fd6d32368956a1
include/unicode/dcfmtsym.h: 3eec16337aeaa8877e966616ac53783a
include/unicode/decimfmt.h: 18479b4ccc0b4efa7732b1da2d0fd2ab
include/unicode/docmain.h: 0df0e8161180b869031a88050e0a01c9
include/unicode/dtfmtsym.h: c06710d48a792838da0f5e3814b3908a
include/unicode/dtintrv.h: 65e3985e944f54230322acc986c59a30
include/unicode/dtitvfmt.h: 72a63051451b33ba43f67e572883e855
include/unicode/dtitvinf.h: b6e798c244d5d4ed73916a8db5b4a855
include/unicode/dtptngen.h: 5c7a7e4d10c3db7123815ff42dc904f6
include/unicode/dtrule.h: a2a865734c97d4d5ee2a095ebbd629cf
include/unicode/edits.h: 7fd52de9a5c418c48234d1425f22fabc
include/unicode/enumset.h: 3bb75fc43c88682895ae98c02e69810d
include/unicode/errorcode.h: 6f00859e026be521cff595db38b871db
include/unicode/fieldpos.h: d42ab3ff641fdc7016cbc3e7526594a1
include/unicode/filteredbrk.h: 4ab1ef82654177aea8000c72f6652e40
include/unicode/fmtable.h: c0c5ea7bd3e3a5fded75c2fea543c668
include/unicode/format.h: 71642e006d9e359a5a8b0800d390ec52
include/unicode/formattedvalue.h: a502788adec3ba1025321c2cefd0e4c7
include/unicode/fpositer.h: 2fdf3d1fa8b84e6ba3c561803de5f595
include/unicode/gender.h: 21d668158f52ab989a8a4711de79f099
include/unicode/gregocal.h: 4e746c8c84966372f9e66255e3d05246
include/unicode/icudataver.h: d1c480a9eb95aaa058a6b9311074bc33
include/unicode/icuplug.h: 60ad27a2a36284bbc1766f9920769175
include/unicode/idna.h: e2bb1287f5f61b37dd11493008d29ef6
include/unicode/listformatter.h: 2942dcd998fbadca9043912a2dbe9e7e
include/unicode/localebuilder.h: 5690e3f03681a2fbfe7baea5226378cd
include/unicode/localpointer.h: a89505f84a4bb4e231a17676f1b1d51a
include/unicode/locdspnm.h: 5d12af057d2675b88cf95dc63f015f21
include/unicode/locid.h: 9df99f05fc348684e116098f6e0a6710
include/unicode/measfmt.h: 909302945254ede1a345342a8c4b402d
include/unicode/measunit.h: 9e0fe1ba857f051874760f7aad55c68b
include/unicode/measure.h: 060550ced6b6ceae742c8d47772e190f
include/unicode/messagepattern.h: b671e9e96bad09137a7bf186e8d795fc
include/unicode/msgfmt.h: f1723a391f733367dde795d42d1734f3
include/unicode/normalizer2.h: 909305633321f6cbb76cc88dc8c00c90
include/unicode/normlzr.h: c974010d56584fcf75f0f2e10e05fe9c
include/unicode/nounit.h: 86e94a9d9377bcd124dfd80600a66d19
include/unicode/numberformatter.h: 5f13d5de2fb98bb5f6ce33e5b48698c3
include/unicode/numberrangeformatter.h: 460fa1a21356b00a275e27a9a540140e
include/unicode/numfmt.h: 26724db0305eab9f3b810f3a6accc729
include/unicode/numsys.h: f68bc678c30deeb7c50a104d852e40d8
include/unicode/parseerr.h: ce38831411af01eeaf0bbbb6e1cb0153
include/unicode/parsepos.h: d5300bfbc1b2cd0081aecb71320e11ec
include/unicode/platform.h: d6aed91f3114fe877714fc554ad167ae
include/unicode/plurfmt.h: fa64bd7797a74e8e8769a12047c5bf3c
include/unicode/plurrule.h: 8d3eb6b9c5e6eec6da436601e42ec65e
include/unicode/ptypes.h: d74097874c82f77331d8e06a5c59d37f
include/unicode/putil.h: ee1c69d5060b8d5754bf8879bb7f10d1
include/unicode/rbbi.h: a0202b93d684e8e595c0012e4cefca83
include/unicode/rbnf.h: c951102dad30e81d893bc81df09820f5
include/unicode/rbtz.h: f772120604410ff1f1492b1991d36163
include/unicode/regex.h: e911b68edf768bc0c96b770fced3a7f5
include/unicode/region.h: b0c3e0b2ad6650fbab876495b114b639
include/unicode/reldatefmt.h: 99195dad14eef9b8992409fc066b97d7
include/unicode/rep.h: d29a88e12fd288a0606a41464630a015
include/unicode/resbund.h: 87a08c1ea0b825d2f99951e9be9f1127
include/unicode/schriter.h: 9c196272282acc6ccf6cd34544095b63
include/unicode/scientificnumberformatter.h: b0f20bc8a5b53b07a07d4576d3d6d928
include/unicode/search.h: bee76013db18275ff842e90c6805ae72
include/unicode/selfmt.h: 2457e48d1cf8ff880f1bdaf80a9e2fc7
include/unicode/simpleformatter.h: 3dfb5ab658aecf124d329b645082b879
include/unicode/simpletz.h: 07c17256943be808b2b2a597d3d27c33
include/unicode/smpdtfmt.h: e5ba02765fd03756ba63ca138a47daf1
include/unicode/sortkey.h: 25af96ad696ab793d62d67debb04c8ba
include/unicode/std_string.h: 2300a9ee3296c630373a6e8b685dff88
include/unicode/strenum.h: 2d2998dd8033ac7272c39406cc3f8b51
include/unicode/stringoptions.h: d4929224e8d9df2f272f0305780cbacb
include/unicode/stringpiece.h: 4265692d09da7d3cd585bc6776a8a0c7
include/unicode/stringtriebuilder.h: fc74bea13a3003c79ebeccc442703037
include/unicode/stsearch.h: 33d820eada4a37ceb3f0bd9ff07ed63d
include/unicode/symtable.h: 763520aa161c95884efa6f6a5f29eb77
include/unicode/tblcoll.h: 9aad9b68d582e13be85f437f815a3eb1
include/unicode/timezone.h: 4e6b12c8e428fae21f99552d29544690
include/unicode/tmunit.h: 9a1f159c304e2bd283d7cf61a0807c05
include/unicode/tmutamt.h: 0890de21bc330b69b00f94c437e0f140
include/unicode/tmutfmt.h: c344b95b816e04ed0bc895c6da6ef460
include/unicode/translit.h: 3464c7b8023b7c131b0b533e1b372c3a
include/unicode/tzfmt.h: 2cb06301f2376b6802834105060311bf
include/unicode/tznames.h: b5935a11cb884e2e47ad732ee684037d
include/unicode/tzrule.h: bcba9c924da93d42e4f18f507c11e8cf
include/unicode/tztrans.h: 6e72d3497b3e68dc9aad510e2b45f781
include/unicode/ubidi.h: d90a13a2933198f134efefc0ff7563e6
include/unicode/ubiditransform.h: fab65809ece8816f1a002eb843b80e29
include/unicode/ubrk.h: e85002afa629b85ba239135ab11f47f0
include/unicode/ucal.h: c39d869ac0bca5859e78287092e40721
include/unicode/ucasemap.h: 2f240e1dc6db1771e843f1a03fd0c8f4
include/unicode/ucat.h: f412352b86adccba85d7f3e4b4515064
include/unicode/uchar.h: 25e6419710b325b53286cb7dcaf4af57
include/unicode/ucharstrie.h: 644af4172d542594c40face6cbe01b5e
include/unicode/ucharstriebuilder.h: 52600c017361ee29f21a6fef13667948
include/unicode/uchriter.h: 85c221ab993783ec8f7823713c30758c
include/unicode/uclean.h: ef4b9289f510edd0bb6b779d0a299f44
include/unicode/ucnv.h: db701a7a83540ef4dcfc4e780f1da016
include/unicode/ucnv_cb.h: 69c1c5b156028cd623ed7e5b5b4ab730
include/unicode/ucnv_err.h: 6ef0751460140d23ae678ef85c298906
include/unicode/ucnvsel.h: 6e4c5e31c2a89439ef4945cd4a402ef3
include/unicode/ucol.h: 0b6d71140d2f8e0cf618e5a54cf251af
include/unicode/ucoleitr.h: b4576706530850666c1cfd2424276b26
include/unicode/uconfig.h: 680b99d4b154e14ac1ebcb9c60f5ab3c
include/unicode/ucpmap.h: a22571c78880dd947efc0ab547061a35
include/unicode/ucptrie.h: 9b16abc66b11f53941ec5d90af1df0b0
include/unicode/ucsdet.h: c7d5b3d36da0c71b0a85a72642439a90
include/unicode/ucurr.h: 0ec2b114be8c462d4542c6e1d0bf2b8a
include/unicode/udat.h: 373cf290162e44eba9f2cf6dad278858
include/unicode/udata.h: e747b190fadb0749c129aeff7e6eef54
include/unicode/udateintervalformat.h: 178f650518ecceeb2eca7b763dd68799
include/unicode/udatpg.h: 078d2d548f3123fceae0d4056359a62e
include/unicode/udisplaycontext.h: 57a269787da52ad6720ff5b1e87b5cdd
include/unicode/uenum.h: 41cce54d4862d5068f4f087b935c0657
include/unicode/ufieldpositer.h: 21f8ba8e285bfea4daa3da8a01911b7e
include/unicode/uformattable.h: cad38a97f9f929ebc28d5e72dc5ec14f
include/unicode/uformattedvalue.h: 47ae4b93dddfe15d28400da09201090e
include/unicode/ugender.h: d64c9ad1d5cf04136534e3aca38d2638
include/unicode/uidna.h: 88ee381ec6ec01cb677f3e5222e9cf22
include/unicode/uiter.h: 3fea96177f4f814091918f54d1e68ccd
include/unicode/uldnames.h: d18634bc73c16b9ae02b6a60fd94d8be
include/unicode/ulistformatter.h: 64859bc80c70c1e183f3537e1c354142
include/unicode/uloc.h: b344a11407a95b108ef52a4d88c74d6a
include/unicode/ulocdata.h: 116fad6a2c0db0d08e3f5ae02d93a035
include/unicode/umachine.h: b25221a74cab16d993f35108e6da340a
include/unicode/umisc.h: eca71d8c8bf86529ae5bbc5f34598bea
include/unicode/umsg.h: 298645d31f8d8e209cbb5eb3751e3ceb
include/unicode/umutablecptrie.h: 4fe0aaad80938fbe881a3fb447be1f24
include/unicode/unifilt.h: 71e8ecdb31d706e8e0efc4bbdc9f86b5
include/unicode/unifunct.h: 97d80d81556b54ac674d09643df98cfc
include/unicode/unimatch.h: 00eb31b1d65f3e0f03e7d880b1bb79fb
include/unicode/unirepl.h: c5eeec0e14a9666262d332c22124803f
include/unicode/uniset.h: 69b5447c36eec06421bc9038df3bd80e
include/unicode/unistr.h: e35ee05307a3338579df46718b049b32
include/unicode/unorm.h: 3a1e6dcd474ef8b2c3377b34141bf6d3
include/unicode/unorm2.h: e8fff4023ad114b325f346d2cdbbe043
include/unicode/unum.h: ec868132b7242d85645d30dd549b25fc
include/unicode/unumberformatter.h: 0dc25c33373d63ca0beb10a9ef265237
include/unicode/unumsys.h: 7e5dd76a0e07f790c30c944bfb810e71
include/unicode/uobject.h: c9a1e3afb798e0fbcad34b01b0bc5c3e
include/unicode/upluralrules.h: 15feae7c7df35b97d5e715f28f616e63
include/unicode/uregex.h: 10fe8b8c9f98758bf192bc765fa45e3c
include/unicode/uregion.h: a3f28f15972bf18600012815a8c76535
include/unicode/ureldatefmt.h: d528589ebdc3f8cb6c27ce4867752c55
include/unicode/urename.h: 7cd5ed487b56e2aeb354867a0b2cda5f
include/unicode/urep.h: 6ada98ac1aa68081f10d17b1abadef6e
include/unicode/ures.h: 8c69586a969eb2898d5d3e8c08beda9c
include/unicode/uscript.h: 5bf2d96240b17507a05ebe4d36b1a38e
include/unicode/usearch.h: fc5b3e0d1096ff69c3a2397ef5b3a036
include/unicode/uset.h: a285e1b480a3abaaee753ba74d245efd
include/unicode/usetiter.h: 36896c874036542390b5a75a04f330c5
include/unicode/ushape.h: 86fdf709d4312bb17cf95b16f58e1dc4
include/unicode/uspoof.h: 6c2d471942085f091c8bc748a02f113e
include/unicode/usprep.h: e88585ae8bdb3a35aa88417993bde732
include/unicode/ustdio.h: 3104e526d3de60538f42c0fd5430adcb
include/unicode/ustream.h: 6a3f303b73d795a0ff9a1b8d2758d88d
include/unicode/ustring.h: 92f522f8ef62e443c11baa56c32e42e4
include/unicode/ustringtrie.h: 54a28aa9c4e117cd3ebfd0a670324f6c
include/unicode/utext.h: b0e85d74193953fcaa29de51853cc95a
include/unicode/utf.h: 4434eeb75c89a49228884aa247714e1c
include/unicode/utf16.h: d95d304275f6c688b0c4ae5620d57e4c
include/unicode/utf32.h: a1fdf74f4bd8808f9fb17df371f886d9
include/unicode/utf8.h: 7d5d7b60c96cccc184cdc5cd53447e7c
include/unicode/utf_old.h: c89c03a53abcf83e039ad4217246acd9
include/unicode/utmscale.h: 7c59d91f835bc9f4b805dd64e73851d7
include/unicode/utrace.h: 35cbc5ec2fd02b703a449e896f48ebfe
include/unicode/utrans.h: 7a20730bb6d33441a5b9c886cc7cd0eb
include/unicode/utypes.h: be7b3c9d785b5d70b2f05e6dd527f026
include/unicode/uvernum.h: 59a34f58b169d039a90da4e8824af662
include/unicode/uversion.h: af19802ec4e905051d79ab4579a30bcd
include/unicode/vtzone.h: a9053ef95930bd854729360fe00fed7a
lib/icu/64.2/Makefile.inc: 877c8d22d35ab71a25e3545b714b393e
lib/icu/64.2/pkgdata.inc: 49b14eabd895cebb63a73c80d9099337
lib/icu/Makefile.inc: 877c8d22d35ab71a25e3545b714b393e
lib/icu/current/Makefile.inc: 877c8d22d35ab71a25e3545b714b393e
lib/icu/current/pkgdata.inc: 49b14eabd895cebb63a73c80d9099337
lib/icu/pkgdata.inc: 49b14eabd895cebb63a73c80d9099337
lib/icudt.dll: 51718083e11c934244a2180453b6192d
lib/icudt64.dll: d4b6d9f7726209fb2e7c50ad59ef948e
lib/icuin.dll: 37ef9947c0ed682d9ca1200599ef8326
lib/icuin64.dll: 37ef9947c0ed682d9ca1200599ef8326
lib/icuio.dll: 6f163cb40ada9784eef3ff17d7c81541
lib/icuio64.dll: 6f163cb40ada9784eef3ff17d7c81541
lib/icutest.dll: 22f051d821580c97afb4e98955502003
lib/icutest64.dll: 22f051d821580c97afb4e98955502003
lib/icutu.dll: a1d54e06d72aa4ff539c850dc8b5ef07
lib/icutu64.dll: a1d54e06d72aa4ff539c850dc8b5ef07
lib/icuuc.dll: 95f54a0d2f02015eb1a2d996d52f7379
lib/icuuc64.dll: 95f54a0d2f02015eb1a2d996d52f7379
lib/libicudt.dll.a: 1bee3188c02b6416f380d1317ddb6173
lib/libicuin.dll.a: 45887066a9eec4f2a3babb6a2b149cca
lib/libicuio.dll.a: f28fc05d5c77873f77c98de4120c2257
lib/libicutest.dll.a: e124c5752ed2fa61d3305d62c6bbb77f
lib/libicutu.dll.a: 613e72ca20a6a70dea011a863fdb67cf
lib/libicuuc.dll.a: c48739947c0ec41087df6f167b9f193d
lib/pkgconfig/icu-i18n.pc: 1f2b1e05e6f343591662ee6a5c2120ff
lib/pkgconfig/icu-io.pc: 90ce9fbc240c0d18469d4c949c1ff38c
lib/pkgconfig/icu-uc.pc: 59f15ab191724fc7a7bb257f96d1746e
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
share/icu/64.2/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
share/icu/64.2/config/mh-mingw64: 21a2b87cfc116d4f2a08e9c6c160f2d4
share/icu/64.2/install-sh: 5afe8eb5573965dfb58378e4e46f3813
share/icu/64.2/mkinstalldirs: 31c4856b24c8dbc6319819ccd43b4fda
share/man/man1/derb.1: 140b84149f762ce47b2fe263aed44fb5
share/man/man1/genbrk.1: f3b0b5c88f6562d93a27e776bf13987c
share/man/man1/gencfu.1: fc9b581c0fe513328c22b44ce035e0c1
share/man/man1/gencnval.1: 696401204fbe4d17e8dac25eea70ce07
share/man/man1/gendict.1: f3607026142ed53bf2d0bae71884ce02
share/man/man1/genrb.1: 3860427c56aa1c847586737737325550
share/man/man1/icu-config.1: 24f882d0de63c5fee2b10a2911b206f8
share/man/man1/makeconv.1: ee9bdbd7ee11f0e705e6de72b86f29ac
share/man/man1/pkgdata.1: 2cb82b3e1c820002968867c3b2b5b811
share/man/man1/uconv.1: 516c265d14b9f3ad72dceb2c2d23f2bb
share/man/man8/genccode.8: 0c9f23a8cec80bfdb6127197f1c3ed17
share/man/man8/gencmn.8: 251c98aa763ab74829e074c5e6f21c98
share/man/man8/gensprep.8: a3129a511adbb04310a2d900c15784e1
share/man/man8/icupkg.8: 145940ae5e9a8aea3a93213f13ddd70c

View File

@@ -0,0 +1,251 @@
1563301699
bin/derb.exe: 375bc0810269406e4097d43a9ef65de5
bin/escapesrc.exe: 5569002ce7984123f9eefa19840a6ee7
bin/genbrk.exe: 10c1ce5f94d9fac6b4d38429855483a5
bin/genccode.exe: 79e308a8f027703438157b75cdcaee5f
bin/gencfu.exe: b3f38f0d3f048e988eae84ac462291e2
bin/gencmn.exe: a1660bd03f65026d9557f7b8354d6a14
bin/gencnval.exe: e04e852bd61714cfa38e795429d637e9
bin/gendict.exe: 0fee346a8d0d07f1566501859da6d475
bin/gennorm2.exe: 9e618d91189587ef232a399e4939ed59
bin/genrb.exe: ee43e9ada1993a944aee14b5af361ec8
bin/gensprep.exe: 24f03316091277e31f3d1e21d907c143
bin/icu-config: 665a391274c974f9b3416bf3c796f9e8
bin/icuinfo.exe: ba1e67402b55c3d5f3a494f326c7782f
bin/icupkg.exe: 2a326b48e8b86d69d02f79db5380f629
bin/makeconv.exe: 9be102256933aab5d9396495bbe8aa43
bin/pkgdata.exe: a9b1aac252e93d5aa4cdbdd85ba4e46e
bin/uconv.exe: 5dd0ea19fc070e08af7405cacadbbb01
conaninfo.txt: 575afb295783470adb371557b8917a1a
include/unicode/alphaindex.h: edc0ff1708822c14fbac4f58a89859c9
include/unicode/appendable.h: 713ee4a1c3e3ca090b202ceb81d6ad9f
include/unicode/basictz.h: 456683947de10ae84e2c069c9fc55e9f
include/unicode/brkiter.h: c69c05b804270ad6c64f80c03a5b8ee0
include/unicode/bytestream.h: 8b946f79fb11d18859acdceab1bb5d46
include/unicode/bytestrie.h: 781e30fb8103ba58fdfe4b6704e54347
include/unicode/bytestriebuilder.h: e6649e470ceff3af7ec894aa6031cb21
include/unicode/calendar.h: e640b0fd471a5313b85a866871b9df2a
include/unicode/caniter.h: 74858b2a33cb2805dea0b0bc480dda7d
include/unicode/casemap.h: b40e8878db23b64a72763bf75e4e3e2a
include/unicode/char16ptr.h: 3bed1c6f219d725f6daf274704427035
include/unicode/chariter.h: 463cdd4748695660223db14c27da3e84
include/unicode/choicfmt.h: 38f338fb58eebce7fc999c906aad142e
include/unicode/coleitr.h: 35cafcefbe5155408aa6166781d4290d
include/unicode/coll.h: a60e4d0e20f25015d370bfb3b24e267e
include/unicode/compactdecimalformat.h: dd1f639d5c836e200b48ad69ef326fc0
include/unicode/curramt.h: 8f57c8f5a77ffd6d1f4a9c53b100ee3e
include/unicode/currpinf.h: e279f04f8bb9c6a686ede0f4bbc7caf4
include/unicode/currunit.h: 0ea702494028296a411ac0bda6895275
include/unicode/datefmt.h: 91aee102e3fa68c64113645be5b944c4
include/unicode/dbbi.h: 15a312f4cf6c6bc243fd6d32368956a1
include/unicode/dcfmtsym.h: 3eec16337aeaa8877e966616ac53783a
include/unicode/decimfmt.h: 18479b4ccc0b4efa7732b1da2d0fd2ab
include/unicode/docmain.h: 0df0e8161180b869031a88050e0a01c9
include/unicode/dtfmtsym.h: c06710d48a792838da0f5e3814b3908a
include/unicode/dtintrv.h: 65e3985e944f54230322acc986c59a30
include/unicode/dtitvfmt.h: 72a63051451b33ba43f67e572883e855
include/unicode/dtitvinf.h: b6e798c244d5d4ed73916a8db5b4a855
include/unicode/dtptngen.h: 5c7a7e4d10c3db7123815ff42dc904f6
include/unicode/dtrule.h: a2a865734c97d4d5ee2a095ebbd629cf
include/unicode/edits.h: 7fd52de9a5c418c48234d1425f22fabc
include/unicode/enumset.h: 3bb75fc43c88682895ae98c02e69810d
include/unicode/errorcode.h: 6f00859e026be521cff595db38b871db
include/unicode/fieldpos.h: d42ab3ff641fdc7016cbc3e7526594a1
include/unicode/filteredbrk.h: 4ab1ef82654177aea8000c72f6652e40
include/unicode/fmtable.h: c0c5ea7bd3e3a5fded75c2fea543c668
include/unicode/format.h: 71642e006d9e359a5a8b0800d390ec52
include/unicode/formattedvalue.h: a502788adec3ba1025321c2cefd0e4c7
include/unicode/fpositer.h: 2fdf3d1fa8b84e6ba3c561803de5f595
include/unicode/gender.h: 21d668158f52ab989a8a4711de79f099
include/unicode/gregocal.h: 4e746c8c84966372f9e66255e3d05246
include/unicode/icudataver.h: d1c480a9eb95aaa058a6b9311074bc33
include/unicode/icuplug.h: 60ad27a2a36284bbc1766f9920769175
include/unicode/idna.h: e2bb1287f5f61b37dd11493008d29ef6
include/unicode/listformatter.h: 2942dcd998fbadca9043912a2dbe9e7e
include/unicode/localebuilder.h: 5690e3f03681a2fbfe7baea5226378cd
include/unicode/localpointer.h: a89505f84a4bb4e231a17676f1b1d51a
include/unicode/locdspnm.h: 5d12af057d2675b88cf95dc63f015f21
include/unicode/locid.h: 9df99f05fc348684e116098f6e0a6710
include/unicode/measfmt.h: 909302945254ede1a345342a8c4b402d
include/unicode/measunit.h: 9e0fe1ba857f051874760f7aad55c68b
include/unicode/measure.h: 060550ced6b6ceae742c8d47772e190f
include/unicode/messagepattern.h: b671e9e96bad09137a7bf186e8d795fc
include/unicode/msgfmt.h: f1723a391f733367dde795d42d1734f3
include/unicode/normalizer2.h: 909305633321f6cbb76cc88dc8c00c90
include/unicode/normlzr.h: c974010d56584fcf75f0f2e10e05fe9c
include/unicode/nounit.h: 86e94a9d9377bcd124dfd80600a66d19
include/unicode/numberformatter.h: 5f13d5de2fb98bb5f6ce33e5b48698c3
include/unicode/numberrangeformatter.h: 460fa1a21356b00a275e27a9a540140e
include/unicode/numfmt.h: 26724db0305eab9f3b810f3a6accc729
include/unicode/numsys.h: f68bc678c30deeb7c50a104d852e40d8
include/unicode/parseerr.h: ce38831411af01eeaf0bbbb6e1cb0153
include/unicode/parsepos.h: d5300bfbc1b2cd0081aecb71320e11ec
include/unicode/platform.h: d6aed91f3114fe877714fc554ad167ae
include/unicode/plurfmt.h: fa64bd7797a74e8e8769a12047c5bf3c
include/unicode/plurrule.h: 8d3eb6b9c5e6eec6da436601e42ec65e
include/unicode/ptypes.h: d74097874c82f77331d8e06a5c59d37f
include/unicode/putil.h: ee1c69d5060b8d5754bf8879bb7f10d1
include/unicode/rbbi.h: a0202b93d684e8e595c0012e4cefca83
include/unicode/rbnf.h: c951102dad30e81d893bc81df09820f5
include/unicode/rbtz.h: f772120604410ff1f1492b1991d36163
include/unicode/regex.h: e911b68edf768bc0c96b770fced3a7f5
include/unicode/region.h: b0c3e0b2ad6650fbab876495b114b639
include/unicode/reldatefmt.h: 99195dad14eef9b8992409fc066b97d7
include/unicode/rep.h: d29a88e12fd288a0606a41464630a015
include/unicode/resbund.h: 87a08c1ea0b825d2f99951e9be9f1127
include/unicode/schriter.h: 9c196272282acc6ccf6cd34544095b63
include/unicode/scientificnumberformatter.h: b0f20bc8a5b53b07a07d4576d3d6d928
include/unicode/search.h: bee76013db18275ff842e90c6805ae72
include/unicode/selfmt.h: 2457e48d1cf8ff880f1bdaf80a9e2fc7
include/unicode/simpleformatter.h: 3dfb5ab658aecf124d329b645082b879
include/unicode/simpletz.h: 07c17256943be808b2b2a597d3d27c33
include/unicode/smpdtfmt.h: e5ba02765fd03756ba63ca138a47daf1
include/unicode/sortkey.h: 25af96ad696ab793d62d67debb04c8ba
include/unicode/std_string.h: 2300a9ee3296c630373a6e8b685dff88
include/unicode/strenum.h: 2d2998dd8033ac7272c39406cc3f8b51
include/unicode/stringoptions.h: d4929224e8d9df2f272f0305780cbacb
include/unicode/stringpiece.h: 4265692d09da7d3cd585bc6776a8a0c7
include/unicode/stringtriebuilder.h: fc74bea13a3003c79ebeccc442703037
include/unicode/stsearch.h: 33d820eada4a37ceb3f0bd9ff07ed63d
include/unicode/symtable.h: 763520aa161c95884efa6f6a5f29eb77
include/unicode/tblcoll.h: 9aad9b68d582e13be85f437f815a3eb1
include/unicode/timezone.h: 4e6b12c8e428fae21f99552d29544690
include/unicode/tmunit.h: 9a1f159c304e2bd283d7cf61a0807c05
include/unicode/tmutamt.h: 0890de21bc330b69b00f94c437e0f140
include/unicode/tmutfmt.h: c344b95b816e04ed0bc895c6da6ef460
include/unicode/translit.h: 3464c7b8023b7c131b0b533e1b372c3a
include/unicode/tzfmt.h: 2cb06301f2376b6802834105060311bf
include/unicode/tznames.h: b5935a11cb884e2e47ad732ee684037d
include/unicode/tzrule.h: bcba9c924da93d42e4f18f507c11e8cf
include/unicode/tztrans.h: 6e72d3497b3e68dc9aad510e2b45f781
include/unicode/ubidi.h: d90a13a2933198f134efefc0ff7563e6
include/unicode/ubiditransform.h: fab65809ece8816f1a002eb843b80e29
include/unicode/ubrk.h: e85002afa629b85ba239135ab11f47f0
include/unicode/ucal.h: c39d869ac0bca5859e78287092e40721
include/unicode/ucasemap.h: 2f240e1dc6db1771e843f1a03fd0c8f4
include/unicode/ucat.h: f412352b86adccba85d7f3e4b4515064
include/unicode/uchar.h: 25e6419710b325b53286cb7dcaf4af57
include/unicode/ucharstrie.h: 644af4172d542594c40face6cbe01b5e
include/unicode/ucharstriebuilder.h: 52600c017361ee29f21a6fef13667948
include/unicode/uchriter.h: 85c221ab993783ec8f7823713c30758c
include/unicode/uclean.h: ef4b9289f510edd0bb6b779d0a299f44
include/unicode/ucnv.h: db701a7a83540ef4dcfc4e780f1da016
include/unicode/ucnv_cb.h: 69c1c5b156028cd623ed7e5b5b4ab730
include/unicode/ucnv_err.h: 6ef0751460140d23ae678ef85c298906
include/unicode/ucnvsel.h: 6e4c5e31c2a89439ef4945cd4a402ef3
include/unicode/ucol.h: 0b6d71140d2f8e0cf618e5a54cf251af
include/unicode/ucoleitr.h: b4576706530850666c1cfd2424276b26
include/unicode/uconfig.h: 680b99d4b154e14ac1ebcb9c60f5ab3c
include/unicode/ucpmap.h: a22571c78880dd947efc0ab547061a35
include/unicode/ucptrie.h: 9b16abc66b11f53941ec5d90af1df0b0
include/unicode/ucsdet.h: c7d5b3d36da0c71b0a85a72642439a90
include/unicode/ucurr.h: 0ec2b114be8c462d4542c6e1d0bf2b8a
include/unicode/udat.h: 373cf290162e44eba9f2cf6dad278858
include/unicode/udata.h: e747b190fadb0749c129aeff7e6eef54
include/unicode/udateintervalformat.h: 178f650518ecceeb2eca7b763dd68799
include/unicode/udatpg.h: 078d2d548f3123fceae0d4056359a62e
include/unicode/udisplaycontext.h: 57a269787da52ad6720ff5b1e87b5cdd
include/unicode/uenum.h: 41cce54d4862d5068f4f087b935c0657
include/unicode/ufieldpositer.h: 21f8ba8e285bfea4daa3da8a01911b7e
include/unicode/uformattable.h: cad38a97f9f929ebc28d5e72dc5ec14f
include/unicode/uformattedvalue.h: 47ae4b93dddfe15d28400da09201090e
include/unicode/ugender.h: d64c9ad1d5cf04136534e3aca38d2638
include/unicode/uidna.h: 88ee381ec6ec01cb677f3e5222e9cf22
include/unicode/uiter.h: 3fea96177f4f814091918f54d1e68ccd
include/unicode/uldnames.h: d18634bc73c16b9ae02b6a60fd94d8be
include/unicode/ulistformatter.h: 64859bc80c70c1e183f3537e1c354142
include/unicode/uloc.h: b344a11407a95b108ef52a4d88c74d6a
include/unicode/ulocdata.h: 116fad6a2c0db0d08e3f5ae02d93a035
include/unicode/umachine.h: b25221a74cab16d993f35108e6da340a
include/unicode/umisc.h: eca71d8c8bf86529ae5bbc5f34598bea
include/unicode/umsg.h: 298645d31f8d8e209cbb5eb3751e3ceb
include/unicode/umutablecptrie.h: 4fe0aaad80938fbe881a3fb447be1f24
include/unicode/unifilt.h: 71e8ecdb31d706e8e0efc4bbdc9f86b5
include/unicode/unifunct.h: 97d80d81556b54ac674d09643df98cfc
include/unicode/unimatch.h: 00eb31b1d65f3e0f03e7d880b1bb79fb
include/unicode/unirepl.h: c5eeec0e14a9666262d332c22124803f
include/unicode/uniset.h: 69b5447c36eec06421bc9038df3bd80e
include/unicode/unistr.h: e35ee05307a3338579df46718b049b32
include/unicode/unorm.h: 3a1e6dcd474ef8b2c3377b34141bf6d3
include/unicode/unorm2.h: e8fff4023ad114b325f346d2cdbbe043
include/unicode/unum.h: ec868132b7242d85645d30dd549b25fc
include/unicode/unumberformatter.h: 0dc25c33373d63ca0beb10a9ef265237
include/unicode/unumsys.h: 7e5dd76a0e07f790c30c944bfb810e71
include/unicode/uobject.h: c9a1e3afb798e0fbcad34b01b0bc5c3e
include/unicode/upluralrules.h: 15feae7c7df35b97d5e715f28f616e63
include/unicode/uregex.h: 10fe8b8c9f98758bf192bc765fa45e3c
include/unicode/uregion.h: a3f28f15972bf18600012815a8c76535
include/unicode/ureldatefmt.h: d528589ebdc3f8cb6c27ce4867752c55
include/unicode/urename.h: 7cd5ed487b56e2aeb354867a0b2cda5f
include/unicode/urep.h: 6ada98ac1aa68081f10d17b1abadef6e
include/unicode/ures.h: 8c69586a969eb2898d5d3e8c08beda9c
include/unicode/uscript.h: 5bf2d96240b17507a05ebe4d36b1a38e
include/unicode/usearch.h: fc5b3e0d1096ff69c3a2397ef5b3a036
include/unicode/uset.h: a285e1b480a3abaaee753ba74d245efd
include/unicode/usetiter.h: 36896c874036542390b5a75a04f330c5
include/unicode/ushape.h: 86fdf709d4312bb17cf95b16f58e1dc4
include/unicode/uspoof.h: 6c2d471942085f091c8bc748a02f113e
include/unicode/usprep.h: e88585ae8bdb3a35aa88417993bde732
include/unicode/ustdio.h: 3104e526d3de60538f42c0fd5430adcb
include/unicode/ustream.h: 6a3f303b73d795a0ff9a1b8d2758d88d
include/unicode/ustring.h: 92f522f8ef62e443c11baa56c32e42e4
include/unicode/ustringtrie.h: 54a28aa9c4e117cd3ebfd0a670324f6c
include/unicode/utext.h: b0e85d74193953fcaa29de51853cc95a
include/unicode/utf.h: 4434eeb75c89a49228884aa247714e1c
include/unicode/utf16.h: d95d304275f6c688b0c4ae5620d57e4c
include/unicode/utf32.h: a1fdf74f4bd8808f9fb17df371f886d9
include/unicode/utf8.h: 7d5d7b60c96cccc184cdc5cd53447e7c
include/unicode/utf_old.h: c89c03a53abcf83e039ad4217246acd9
include/unicode/utmscale.h: 7c59d91f835bc9f4b805dd64e73851d7
include/unicode/utrace.h: 35cbc5ec2fd02b703a449e896f48ebfe
include/unicode/utrans.h: 7a20730bb6d33441a5b9c886cc7cd0eb
include/unicode/utypes.h: be7b3c9d785b5d70b2f05e6dd527f026
include/unicode/uvernum.h: 59a34f58b169d039a90da4e8824af662
include/unicode/uversion.h: af19802ec4e905051d79ab4579a30bcd
include/unicode/vtzone.h: a9053ef95930bd854729360fe00fed7a
lib/icu/64.2/Makefile.inc: d000546022e2d0cfb58241c11f054e80
lib/icu/64.2/pkgdata.inc: 9e9ad5b73839668e9675f4b31caa2ebe
lib/icu/Makefile.inc: d000546022e2d0cfb58241c11f054e80
lib/icu/current/Makefile.inc: d000546022e2d0cfb58241c11f054e80
lib/icu/current/pkgdata.inc: 9e9ad5b73839668e9675f4b31caa2ebe
lib/icu/pkgdata.inc: 9e9ad5b73839668e9675f4b31caa2ebe
lib/icudt.dll: ac6efe7eaec4fa7b749550173b04392f
lib/icudt64.dll: 4d80d23284671bd24e8ac1aaf6fc0a7b
lib/icuin.dll: 0a482904d287f7c26d664be6ae1f1671
lib/icuin64.dll: 0a482904d287f7c26d664be6ae1f1671
lib/icuio.dll: ed81589b9b71286be32cd8bee437eb41
lib/icuio64.dll: ed81589b9b71286be32cd8bee437eb41
lib/icutest.dll: 3c6d6063ae6f1d621a79b7897b48d656
lib/icutest64.dll: 3c6d6063ae6f1d621a79b7897b48d656
lib/icutu.dll: 520c5a42e1c175b532fbcd9b90313b6c
lib/icutu64.dll: 520c5a42e1c175b532fbcd9b90313b6c
lib/icuuc.dll: 8200c94ba062e2c9e30da33aca8a4309
lib/icuuc64.dll: 8200c94ba062e2c9e30da33aca8a4309
lib/libicudt.dll.a: df32fc5d9b5b4b8b73ef99bd6406fc8e
lib/libicuin.dll.a: b46652d08d3f871395a17d1464c49971
lib/libicuio.dll.a: 30bbc1bd1301eb888d4ec6097537662a
lib/libicutest.dll.a: 787604ab7a3c1de020d86a9a1fa66be3
lib/libicutu.dll.a: a5373379a2587d545ab1dd45f0c0667b
lib/libicuuc.dll.a: 2a0ffc1076f58b463cc4bec245c2b1be
lib/pkgconfig/icu-i18n.pc: f573b14475965f49567ed83d5031538e
lib/pkgconfig/icu-io.pc: 2a4e41cb67a88fc54f60694bef22b72a
lib/pkgconfig/icu-uc.pc: 22a5ded4d9fe218e037b1f4c13a70579
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
share/icu/64.2/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
share/icu/64.2/config/mh-mingw: ab13bce100d6595882f2b3a8cc69b564
share/icu/64.2/install-sh: 5afe8eb5573965dfb58378e4e46f3813
share/icu/64.2/mkinstalldirs: 31c4856b24c8dbc6319819ccd43b4fda
share/man/man1/derb.1: 140b84149f762ce47b2fe263aed44fb5
share/man/man1/genbrk.1: f3b0b5c88f6562d93a27e776bf13987c
share/man/man1/gencfu.1: fc9b581c0fe513328c22b44ce035e0c1
share/man/man1/gencnval.1: 696401204fbe4d17e8dac25eea70ce07
share/man/man1/gendict.1: f3607026142ed53bf2d0bae71884ce02
share/man/man1/genrb.1: 3860427c56aa1c847586737737325550
share/man/man1/icu-config.1: 24f882d0de63c5fee2b10a2911b206f8
share/man/man1/makeconv.1: ee9bdbd7ee11f0e705e6de72b86f29ac
share/man/man1/pkgdata.1: 2cb82b3e1c820002968867c3b2b5b811
share/man/man1/uconv.1: 516c265d14b9f3ad72dceb2c2d23f2bb
share/man/man8/genccode.8: 0c9f23a8cec80bfdb6127197f1c3ed17
share/man/man8/gencmn.8: 251c98aa763ab74829e074c5e6f21c98
share/man/man8/gensprep.8: a3129a511adbb04310a2d900c15784e1
share/man/man8/icupkg.8: 145940ae5e9a8aea3a93213f13ddd70c

View File

@@ -0,0 +1,251 @@
1563299277
bin/derb.exe: 90f54a8bbda4f39f4c47287681cb5552
bin/escapesrc.exe: 12accb206165830ccf4d69fa1f59fc1e
bin/genbrk.exe: 9cbe27e07ad58bf1d237c3349fffa504
bin/genccode.exe: d84c895291b64a664556e5a1fe6f6bdf
bin/gencfu.exe: be92b3dfda1abb865169cdfb3ede6b4d
bin/gencmn.exe: dac536a66875e73d7d70f881ce89d06d
bin/gencnval.exe: aa1bd302568764a11b399e325e50e653
bin/gendict.exe: 676c786297c610cf0f5c04599ea3dbe7
bin/gennorm2.exe: 3c5bf8829fd165df210dcba3b7dc3707
bin/genrb.exe: 8ae3ad0fda5d3b89f720d423351a5ab7
bin/gensprep.exe: f5de9cef94d2140c495b63a064013c04
bin/icu-config: 5b68566c6fde8a8f0c20d9510580f68b
bin/icuinfo.exe: e1141df949642693b26f9fddc43918c0
bin/icupkg.exe: 8ef556e822f708e61e7c5bb6a1a3b32b
bin/makeconv.exe: ebe2fe9248d4a3a1e0070a2861e35f44
bin/pkgdata.exe: 807bd1cff4a08161f8b9334e327db6f1
bin/uconv.exe: 470f25326a8ad758f90f1e4a6f8f17b0
conaninfo.txt: 9675d2fb92175cb1bef18e3e3ff74825
include/unicode/alphaindex.h: edc0ff1708822c14fbac4f58a89859c9
include/unicode/appendable.h: 713ee4a1c3e3ca090b202ceb81d6ad9f
include/unicode/basictz.h: 456683947de10ae84e2c069c9fc55e9f
include/unicode/brkiter.h: c69c05b804270ad6c64f80c03a5b8ee0
include/unicode/bytestream.h: 8b946f79fb11d18859acdceab1bb5d46
include/unicode/bytestrie.h: 781e30fb8103ba58fdfe4b6704e54347
include/unicode/bytestriebuilder.h: e6649e470ceff3af7ec894aa6031cb21
include/unicode/calendar.h: e640b0fd471a5313b85a866871b9df2a
include/unicode/caniter.h: 74858b2a33cb2805dea0b0bc480dda7d
include/unicode/casemap.h: b40e8878db23b64a72763bf75e4e3e2a
include/unicode/char16ptr.h: 3bed1c6f219d725f6daf274704427035
include/unicode/chariter.h: 463cdd4748695660223db14c27da3e84
include/unicode/choicfmt.h: 38f338fb58eebce7fc999c906aad142e
include/unicode/coleitr.h: 35cafcefbe5155408aa6166781d4290d
include/unicode/coll.h: a60e4d0e20f25015d370bfb3b24e267e
include/unicode/compactdecimalformat.h: dd1f639d5c836e200b48ad69ef326fc0
include/unicode/curramt.h: 8f57c8f5a77ffd6d1f4a9c53b100ee3e
include/unicode/currpinf.h: e279f04f8bb9c6a686ede0f4bbc7caf4
include/unicode/currunit.h: 0ea702494028296a411ac0bda6895275
include/unicode/datefmt.h: 91aee102e3fa68c64113645be5b944c4
include/unicode/dbbi.h: 15a312f4cf6c6bc243fd6d32368956a1
include/unicode/dcfmtsym.h: 3eec16337aeaa8877e966616ac53783a
include/unicode/decimfmt.h: 18479b4ccc0b4efa7732b1da2d0fd2ab
include/unicode/docmain.h: 0df0e8161180b869031a88050e0a01c9
include/unicode/dtfmtsym.h: c06710d48a792838da0f5e3814b3908a
include/unicode/dtintrv.h: 65e3985e944f54230322acc986c59a30
include/unicode/dtitvfmt.h: 72a63051451b33ba43f67e572883e855
include/unicode/dtitvinf.h: b6e798c244d5d4ed73916a8db5b4a855
include/unicode/dtptngen.h: 5c7a7e4d10c3db7123815ff42dc904f6
include/unicode/dtrule.h: a2a865734c97d4d5ee2a095ebbd629cf
include/unicode/edits.h: 7fd52de9a5c418c48234d1425f22fabc
include/unicode/enumset.h: 3bb75fc43c88682895ae98c02e69810d
include/unicode/errorcode.h: 6f00859e026be521cff595db38b871db
include/unicode/fieldpos.h: d42ab3ff641fdc7016cbc3e7526594a1
include/unicode/filteredbrk.h: 4ab1ef82654177aea8000c72f6652e40
include/unicode/fmtable.h: c0c5ea7bd3e3a5fded75c2fea543c668
include/unicode/format.h: 71642e006d9e359a5a8b0800d390ec52
include/unicode/formattedvalue.h: a502788adec3ba1025321c2cefd0e4c7
include/unicode/fpositer.h: 2fdf3d1fa8b84e6ba3c561803de5f595
include/unicode/gender.h: 21d668158f52ab989a8a4711de79f099
include/unicode/gregocal.h: 4e746c8c84966372f9e66255e3d05246
include/unicode/icudataver.h: d1c480a9eb95aaa058a6b9311074bc33
include/unicode/icuplug.h: 60ad27a2a36284bbc1766f9920769175
include/unicode/idna.h: e2bb1287f5f61b37dd11493008d29ef6
include/unicode/listformatter.h: 2942dcd998fbadca9043912a2dbe9e7e
include/unicode/localebuilder.h: 5690e3f03681a2fbfe7baea5226378cd
include/unicode/localpointer.h: a89505f84a4bb4e231a17676f1b1d51a
include/unicode/locdspnm.h: 5d12af057d2675b88cf95dc63f015f21
include/unicode/locid.h: 9df99f05fc348684e116098f6e0a6710
include/unicode/measfmt.h: 909302945254ede1a345342a8c4b402d
include/unicode/measunit.h: 9e0fe1ba857f051874760f7aad55c68b
include/unicode/measure.h: 060550ced6b6ceae742c8d47772e190f
include/unicode/messagepattern.h: b671e9e96bad09137a7bf186e8d795fc
include/unicode/msgfmt.h: f1723a391f733367dde795d42d1734f3
include/unicode/normalizer2.h: 909305633321f6cbb76cc88dc8c00c90
include/unicode/normlzr.h: c974010d56584fcf75f0f2e10e05fe9c
include/unicode/nounit.h: 86e94a9d9377bcd124dfd80600a66d19
include/unicode/numberformatter.h: 5f13d5de2fb98bb5f6ce33e5b48698c3
include/unicode/numberrangeformatter.h: 460fa1a21356b00a275e27a9a540140e
include/unicode/numfmt.h: 26724db0305eab9f3b810f3a6accc729
include/unicode/numsys.h: f68bc678c30deeb7c50a104d852e40d8
include/unicode/parseerr.h: ce38831411af01eeaf0bbbb6e1cb0153
include/unicode/parsepos.h: d5300bfbc1b2cd0081aecb71320e11ec
include/unicode/platform.h: d6aed91f3114fe877714fc554ad167ae
include/unicode/plurfmt.h: fa64bd7797a74e8e8769a12047c5bf3c
include/unicode/plurrule.h: 8d3eb6b9c5e6eec6da436601e42ec65e
include/unicode/ptypes.h: d74097874c82f77331d8e06a5c59d37f
include/unicode/putil.h: ee1c69d5060b8d5754bf8879bb7f10d1
include/unicode/rbbi.h: a0202b93d684e8e595c0012e4cefca83
include/unicode/rbnf.h: c951102dad30e81d893bc81df09820f5
include/unicode/rbtz.h: f772120604410ff1f1492b1991d36163
include/unicode/regex.h: e911b68edf768bc0c96b770fced3a7f5
include/unicode/region.h: b0c3e0b2ad6650fbab876495b114b639
include/unicode/reldatefmt.h: 99195dad14eef9b8992409fc066b97d7
include/unicode/rep.h: d29a88e12fd288a0606a41464630a015
include/unicode/resbund.h: 87a08c1ea0b825d2f99951e9be9f1127
include/unicode/schriter.h: 9c196272282acc6ccf6cd34544095b63
include/unicode/scientificnumberformatter.h: b0f20bc8a5b53b07a07d4576d3d6d928
include/unicode/search.h: bee76013db18275ff842e90c6805ae72
include/unicode/selfmt.h: 2457e48d1cf8ff880f1bdaf80a9e2fc7
include/unicode/simpleformatter.h: 3dfb5ab658aecf124d329b645082b879
include/unicode/simpletz.h: 07c17256943be808b2b2a597d3d27c33
include/unicode/smpdtfmt.h: e5ba02765fd03756ba63ca138a47daf1
include/unicode/sortkey.h: 25af96ad696ab793d62d67debb04c8ba
include/unicode/std_string.h: 2300a9ee3296c630373a6e8b685dff88
include/unicode/strenum.h: 2d2998dd8033ac7272c39406cc3f8b51
include/unicode/stringoptions.h: d4929224e8d9df2f272f0305780cbacb
include/unicode/stringpiece.h: 4265692d09da7d3cd585bc6776a8a0c7
include/unicode/stringtriebuilder.h: fc74bea13a3003c79ebeccc442703037
include/unicode/stsearch.h: 33d820eada4a37ceb3f0bd9ff07ed63d
include/unicode/symtable.h: 763520aa161c95884efa6f6a5f29eb77
include/unicode/tblcoll.h: 9aad9b68d582e13be85f437f815a3eb1
include/unicode/timezone.h: 4e6b12c8e428fae21f99552d29544690
include/unicode/tmunit.h: 9a1f159c304e2bd283d7cf61a0807c05
include/unicode/tmutamt.h: 0890de21bc330b69b00f94c437e0f140
include/unicode/tmutfmt.h: c344b95b816e04ed0bc895c6da6ef460
include/unicode/translit.h: 3464c7b8023b7c131b0b533e1b372c3a
include/unicode/tzfmt.h: 2cb06301f2376b6802834105060311bf
include/unicode/tznames.h: b5935a11cb884e2e47ad732ee684037d
include/unicode/tzrule.h: bcba9c924da93d42e4f18f507c11e8cf
include/unicode/tztrans.h: 6e72d3497b3e68dc9aad510e2b45f781
include/unicode/ubidi.h: d90a13a2933198f134efefc0ff7563e6
include/unicode/ubiditransform.h: fab65809ece8816f1a002eb843b80e29
include/unicode/ubrk.h: e85002afa629b85ba239135ab11f47f0
include/unicode/ucal.h: c39d869ac0bca5859e78287092e40721
include/unicode/ucasemap.h: 2f240e1dc6db1771e843f1a03fd0c8f4
include/unicode/ucat.h: f412352b86adccba85d7f3e4b4515064
include/unicode/uchar.h: 25e6419710b325b53286cb7dcaf4af57
include/unicode/ucharstrie.h: 644af4172d542594c40face6cbe01b5e
include/unicode/ucharstriebuilder.h: 52600c017361ee29f21a6fef13667948
include/unicode/uchriter.h: 85c221ab993783ec8f7823713c30758c
include/unicode/uclean.h: ef4b9289f510edd0bb6b779d0a299f44
include/unicode/ucnv.h: db701a7a83540ef4dcfc4e780f1da016
include/unicode/ucnv_cb.h: 69c1c5b156028cd623ed7e5b5b4ab730
include/unicode/ucnv_err.h: 6ef0751460140d23ae678ef85c298906
include/unicode/ucnvsel.h: 6e4c5e31c2a89439ef4945cd4a402ef3
include/unicode/ucol.h: 0b6d71140d2f8e0cf618e5a54cf251af
include/unicode/ucoleitr.h: b4576706530850666c1cfd2424276b26
include/unicode/uconfig.h: 680b99d4b154e14ac1ebcb9c60f5ab3c
include/unicode/ucpmap.h: a22571c78880dd947efc0ab547061a35
include/unicode/ucptrie.h: 9b16abc66b11f53941ec5d90af1df0b0
include/unicode/ucsdet.h: c7d5b3d36da0c71b0a85a72642439a90
include/unicode/ucurr.h: 0ec2b114be8c462d4542c6e1d0bf2b8a
include/unicode/udat.h: 373cf290162e44eba9f2cf6dad278858
include/unicode/udata.h: e747b190fadb0749c129aeff7e6eef54
include/unicode/udateintervalformat.h: 178f650518ecceeb2eca7b763dd68799
include/unicode/udatpg.h: 078d2d548f3123fceae0d4056359a62e
include/unicode/udisplaycontext.h: 57a269787da52ad6720ff5b1e87b5cdd
include/unicode/uenum.h: 41cce54d4862d5068f4f087b935c0657
include/unicode/ufieldpositer.h: 21f8ba8e285bfea4daa3da8a01911b7e
include/unicode/uformattable.h: cad38a97f9f929ebc28d5e72dc5ec14f
include/unicode/uformattedvalue.h: 47ae4b93dddfe15d28400da09201090e
include/unicode/ugender.h: d64c9ad1d5cf04136534e3aca38d2638
include/unicode/uidna.h: 88ee381ec6ec01cb677f3e5222e9cf22
include/unicode/uiter.h: 3fea96177f4f814091918f54d1e68ccd
include/unicode/uldnames.h: d18634bc73c16b9ae02b6a60fd94d8be
include/unicode/ulistformatter.h: 64859bc80c70c1e183f3537e1c354142
include/unicode/uloc.h: b344a11407a95b108ef52a4d88c74d6a
include/unicode/ulocdata.h: 116fad6a2c0db0d08e3f5ae02d93a035
include/unicode/umachine.h: b25221a74cab16d993f35108e6da340a
include/unicode/umisc.h: eca71d8c8bf86529ae5bbc5f34598bea
include/unicode/umsg.h: 298645d31f8d8e209cbb5eb3751e3ceb
include/unicode/umutablecptrie.h: 4fe0aaad80938fbe881a3fb447be1f24
include/unicode/unifilt.h: 71e8ecdb31d706e8e0efc4bbdc9f86b5
include/unicode/unifunct.h: 97d80d81556b54ac674d09643df98cfc
include/unicode/unimatch.h: 00eb31b1d65f3e0f03e7d880b1bb79fb
include/unicode/unirepl.h: c5eeec0e14a9666262d332c22124803f
include/unicode/uniset.h: 69b5447c36eec06421bc9038df3bd80e
include/unicode/unistr.h: e35ee05307a3338579df46718b049b32
include/unicode/unorm.h: 3a1e6dcd474ef8b2c3377b34141bf6d3
include/unicode/unorm2.h: e8fff4023ad114b325f346d2cdbbe043
include/unicode/unum.h: ec868132b7242d85645d30dd549b25fc
include/unicode/unumberformatter.h: 0dc25c33373d63ca0beb10a9ef265237
include/unicode/unumsys.h: 7e5dd76a0e07f790c30c944bfb810e71
include/unicode/uobject.h: c9a1e3afb798e0fbcad34b01b0bc5c3e
include/unicode/upluralrules.h: 15feae7c7df35b97d5e715f28f616e63
include/unicode/uregex.h: 10fe8b8c9f98758bf192bc765fa45e3c
include/unicode/uregion.h: a3f28f15972bf18600012815a8c76535
include/unicode/ureldatefmt.h: d528589ebdc3f8cb6c27ce4867752c55
include/unicode/urename.h: 7cd5ed487b56e2aeb354867a0b2cda5f
include/unicode/urep.h: 6ada98ac1aa68081f10d17b1abadef6e
include/unicode/ures.h: 8c69586a969eb2898d5d3e8c08beda9c
include/unicode/uscript.h: 5bf2d96240b17507a05ebe4d36b1a38e
include/unicode/usearch.h: fc5b3e0d1096ff69c3a2397ef5b3a036
include/unicode/uset.h: a285e1b480a3abaaee753ba74d245efd
include/unicode/usetiter.h: 36896c874036542390b5a75a04f330c5
include/unicode/ushape.h: 86fdf709d4312bb17cf95b16f58e1dc4
include/unicode/uspoof.h: 6c2d471942085f091c8bc748a02f113e
include/unicode/usprep.h: e88585ae8bdb3a35aa88417993bde732
include/unicode/ustdio.h: 3104e526d3de60538f42c0fd5430adcb
include/unicode/ustream.h: 6a3f303b73d795a0ff9a1b8d2758d88d
include/unicode/ustring.h: 92f522f8ef62e443c11baa56c32e42e4
include/unicode/ustringtrie.h: 54a28aa9c4e117cd3ebfd0a670324f6c
include/unicode/utext.h: b0e85d74193953fcaa29de51853cc95a
include/unicode/utf.h: 4434eeb75c89a49228884aa247714e1c
include/unicode/utf16.h: d95d304275f6c688b0c4ae5620d57e4c
include/unicode/utf32.h: a1fdf74f4bd8808f9fb17df371f886d9
include/unicode/utf8.h: 7d5d7b60c96cccc184cdc5cd53447e7c
include/unicode/utf_old.h: c89c03a53abcf83e039ad4217246acd9
include/unicode/utmscale.h: 7c59d91f835bc9f4b805dd64e73851d7
include/unicode/utrace.h: 35cbc5ec2fd02b703a449e896f48ebfe
include/unicode/utrans.h: 7a20730bb6d33441a5b9c886cc7cd0eb
include/unicode/utypes.h: be7b3c9d785b5d70b2f05e6dd527f026
include/unicode/uvernum.h: 59a34f58b169d039a90da4e8824af662
include/unicode/uversion.h: af19802ec4e905051d79ab4579a30bcd
include/unicode/vtzone.h: a9053ef95930bd854729360fe00fed7a
lib/icu/64.2/Makefile.inc: 49a9042429df8bb20c35ae40a5e872bc
lib/icu/64.2/pkgdata.inc: 4baa6960303983040c0689566f358abd
lib/icu/Makefile.inc: 49a9042429df8bb20c35ae40a5e872bc
lib/icu/current/Makefile.inc: 49a9042429df8bb20c35ae40a5e872bc
lib/icu/current/pkgdata.inc: 4baa6960303983040c0689566f358abd
lib/icu/pkgdata.inc: 4baa6960303983040c0689566f358abd
lib/icudt.dll: a8748b83adb2628d2c99150894d8ac1b
lib/icudt.lib: 898e94917525b05795e4a30553f4b666
lib/icudt64.dll: 4282a87a2c9daf500af6c5f7e9b4e109
lib/icuin.dll: bff4742e2ba70223bf90373952a1eae7
lib/icuin.lib: 3f9b2e9d2f305451f8b3915fba0f8403
lib/icuin64.dll: bff4742e2ba70223bf90373952a1eae7
lib/icuio.dll: d8d5998ed616f4a66073cfd37efc6caa
lib/icuio.lib: f501e4e1d43982349477e30de4429b9e
lib/icuio64.dll: d8d5998ed616f4a66073cfd37efc6caa
lib/icutest.dll: dfe962d20d861934b40901b50ad90e4b
lib/icutest.lib: 7bf6bdcade9592385d7c9daac9f2745a
lib/icutest64.dll: dfe962d20d861934b40901b50ad90e4b
lib/icutu.dll: 6b7a7fa8f00c563d41cd79928cae7884
lib/icutu.lib: 942628ede719f1f9908fc7733fc5b437
lib/icutu64.dll: 6b7a7fa8f00c563d41cd79928cae7884
lib/icuuc.dll: 4b4ec90086dd45b272354d748cc4f86d
lib/icuuc.lib: 449908250aff19a211223e1f54a00546
lib/icuuc64.dll: 4b4ec90086dd45b272354d748cc4f86d
lib/pkgconfig/icu-i18n.pc: 35a0ea632f5e2750c5b88b57c280185f
lib/pkgconfig/icu-io.pc: 460699d6c9195c15fe610407e7c94dc1
lib/pkgconfig/icu-uc.pc: 571c9d5900880452353bed815fe9b556
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
share/icu/64.2/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
share/icu/64.2/config/mh-msys-msvc: deb94ef2bd29c3471723b79091991a51
share/icu/64.2/install-sh: 5afe8eb5573965dfb58378e4e46f3813
share/icu/64.2/mkinstalldirs: 31c4856b24c8dbc6319819ccd43b4fda
share/man/man1/derb.1: 140b84149f762ce47b2fe263aed44fb5
share/man/man1/genbrk.1: f3b0b5c88f6562d93a27e776bf13987c
share/man/man1/gencfu.1: fc9b581c0fe513328c22b44ce035e0c1
share/man/man1/gencnval.1: 696401204fbe4d17e8dac25eea70ce07
share/man/man1/gendict.1: f3607026142ed53bf2d0bae71884ce02
share/man/man1/genrb.1: 3860427c56aa1c847586737737325550
share/man/man1/icu-config.1: 24f882d0de63c5fee2b10a2911b206f8
share/man/man1/makeconv.1: ee9bdbd7ee11f0e705e6de72b86f29ac
share/man/man1/pkgdata.1: 2cb82b3e1c820002968867c3b2b5b811
share/man/man1/uconv.1: 516c265d14b9f3ad72dceb2c2d23f2bb
share/man/man8/genccode.8: 0c9f23a8cec80bfdb6127197f1c3ed17
share/man/man8/gencmn.8: 251c98aa763ab74829e074c5e6f21c98
share/man/man8/gensprep.8: a3129a511adbb04310a2d900c15784e1
share/man/man8/icupkg.8: 145940ae5e9a8aea3a93213f13ddd70c

View File

@@ -0,0 +1,251 @@
1563297339
bin/derb.exe: 7cd652556ce507a28ae660230f10568b
bin/escapesrc.exe: 1edea3a9d8522e65e8053c9086eed770
bin/genbrk.exe: 746dcc890f9723f73aa9f75dea374ce3
bin/genccode.exe: dcbef1a4ea36678b9526aa87835675e1
bin/gencfu.exe: cd19e1d4aed9b9aeb7d277daacb5986d
bin/gencmn.exe: 529ea65a5773bb35cde37cdbf9adb6dd
bin/gencnval.exe: 2e6d55a670224e6f0658229d84e6a6a5
bin/gendict.exe: f8b5a0456d69e825d2c88061b31b9676
bin/gennorm2.exe: 773d3a430f1b8311882753b65c7c6d71
bin/genrb.exe: b5432bca364600228474909227413bbe
bin/gensprep.exe: bb9fc116557ab14439cbef3440054134
bin/icu-config: 869e4451de3e58a28e317cf451c66ac3
bin/icuinfo.exe: 4bfad340f094172a591d28ba43fdef38
bin/icupkg.exe: dcaf4627585fb9c59605741f91586107
bin/makeconv.exe: 6d3238b2b0f479b3c9bebb4bb2d46169
bin/pkgdata.exe: 27ff75055a8338c77320f4cb9418bcf4
bin/uconv.exe: 27fce36a4c62ecb72569b769e0349f24
conaninfo.txt: 540bd8edc660c49d7a7fa5802d75e37a
include/unicode/alphaindex.h: edc0ff1708822c14fbac4f58a89859c9
include/unicode/appendable.h: 713ee4a1c3e3ca090b202ceb81d6ad9f
include/unicode/basictz.h: 456683947de10ae84e2c069c9fc55e9f
include/unicode/brkiter.h: c69c05b804270ad6c64f80c03a5b8ee0
include/unicode/bytestream.h: 8b946f79fb11d18859acdceab1bb5d46
include/unicode/bytestrie.h: 781e30fb8103ba58fdfe4b6704e54347
include/unicode/bytestriebuilder.h: e6649e470ceff3af7ec894aa6031cb21
include/unicode/calendar.h: e640b0fd471a5313b85a866871b9df2a
include/unicode/caniter.h: 74858b2a33cb2805dea0b0bc480dda7d
include/unicode/casemap.h: b40e8878db23b64a72763bf75e4e3e2a
include/unicode/char16ptr.h: 3bed1c6f219d725f6daf274704427035
include/unicode/chariter.h: 463cdd4748695660223db14c27da3e84
include/unicode/choicfmt.h: 38f338fb58eebce7fc999c906aad142e
include/unicode/coleitr.h: 35cafcefbe5155408aa6166781d4290d
include/unicode/coll.h: a60e4d0e20f25015d370bfb3b24e267e
include/unicode/compactdecimalformat.h: dd1f639d5c836e200b48ad69ef326fc0
include/unicode/curramt.h: 8f57c8f5a77ffd6d1f4a9c53b100ee3e
include/unicode/currpinf.h: e279f04f8bb9c6a686ede0f4bbc7caf4
include/unicode/currunit.h: 0ea702494028296a411ac0bda6895275
include/unicode/datefmt.h: 91aee102e3fa68c64113645be5b944c4
include/unicode/dbbi.h: 15a312f4cf6c6bc243fd6d32368956a1
include/unicode/dcfmtsym.h: 3eec16337aeaa8877e966616ac53783a
include/unicode/decimfmt.h: 18479b4ccc0b4efa7732b1da2d0fd2ab
include/unicode/docmain.h: 0df0e8161180b869031a88050e0a01c9
include/unicode/dtfmtsym.h: c06710d48a792838da0f5e3814b3908a
include/unicode/dtintrv.h: 65e3985e944f54230322acc986c59a30
include/unicode/dtitvfmt.h: 72a63051451b33ba43f67e572883e855
include/unicode/dtitvinf.h: b6e798c244d5d4ed73916a8db5b4a855
include/unicode/dtptngen.h: 5c7a7e4d10c3db7123815ff42dc904f6
include/unicode/dtrule.h: a2a865734c97d4d5ee2a095ebbd629cf
include/unicode/edits.h: 7fd52de9a5c418c48234d1425f22fabc
include/unicode/enumset.h: 3bb75fc43c88682895ae98c02e69810d
include/unicode/errorcode.h: 6f00859e026be521cff595db38b871db
include/unicode/fieldpos.h: d42ab3ff641fdc7016cbc3e7526594a1
include/unicode/filteredbrk.h: 4ab1ef82654177aea8000c72f6652e40
include/unicode/fmtable.h: c0c5ea7bd3e3a5fded75c2fea543c668
include/unicode/format.h: 71642e006d9e359a5a8b0800d390ec52
include/unicode/formattedvalue.h: a502788adec3ba1025321c2cefd0e4c7
include/unicode/fpositer.h: 2fdf3d1fa8b84e6ba3c561803de5f595
include/unicode/gender.h: 21d668158f52ab989a8a4711de79f099
include/unicode/gregocal.h: 4e746c8c84966372f9e66255e3d05246
include/unicode/icudataver.h: d1c480a9eb95aaa058a6b9311074bc33
include/unicode/icuplug.h: 60ad27a2a36284bbc1766f9920769175
include/unicode/idna.h: e2bb1287f5f61b37dd11493008d29ef6
include/unicode/listformatter.h: 2942dcd998fbadca9043912a2dbe9e7e
include/unicode/localebuilder.h: 5690e3f03681a2fbfe7baea5226378cd
include/unicode/localpointer.h: a89505f84a4bb4e231a17676f1b1d51a
include/unicode/locdspnm.h: 5d12af057d2675b88cf95dc63f015f21
include/unicode/locid.h: 9df99f05fc348684e116098f6e0a6710
include/unicode/measfmt.h: 909302945254ede1a345342a8c4b402d
include/unicode/measunit.h: 9e0fe1ba857f051874760f7aad55c68b
include/unicode/measure.h: 060550ced6b6ceae742c8d47772e190f
include/unicode/messagepattern.h: b671e9e96bad09137a7bf186e8d795fc
include/unicode/msgfmt.h: f1723a391f733367dde795d42d1734f3
include/unicode/normalizer2.h: 909305633321f6cbb76cc88dc8c00c90
include/unicode/normlzr.h: c974010d56584fcf75f0f2e10e05fe9c
include/unicode/nounit.h: 86e94a9d9377bcd124dfd80600a66d19
include/unicode/numberformatter.h: 5f13d5de2fb98bb5f6ce33e5b48698c3
include/unicode/numberrangeformatter.h: 460fa1a21356b00a275e27a9a540140e
include/unicode/numfmt.h: 26724db0305eab9f3b810f3a6accc729
include/unicode/numsys.h: f68bc678c30deeb7c50a104d852e40d8
include/unicode/parseerr.h: ce38831411af01eeaf0bbbb6e1cb0153
include/unicode/parsepos.h: d5300bfbc1b2cd0081aecb71320e11ec
include/unicode/platform.h: d6aed91f3114fe877714fc554ad167ae
include/unicode/plurfmt.h: fa64bd7797a74e8e8769a12047c5bf3c
include/unicode/plurrule.h: 8d3eb6b9c5e6eec6da436601e42ec65e
include/unicode/ptypes.h: d74097874c82f77331d8e06a5c59d37f
include/unicode/putil.h: ee1c69d5060b8d5754bf8879bb7f10d1
include/unicode/rbbi.h: a0202b93d684e8e595c0012e4cefca83
include/unicode/rbnf.h: c951102dad30e81d893bc81df09820f5
include/unicode/rbtz.h: f772120604410ff1f1492b1991d36163
include/unicode/regex.h: e911b68edf768bc0c96b770fced3a7f5
include/unicode/region.h: b0c3e0b2ad6650fbab876495b114b639
include/unicode/reldatefmt.h: 99195dad14eef9b8992409fc066b97d7
include/unicode/rep.h: d29a88e12fd288a0606a41464630a015
include/unicode/resbund.h: 87a08c1ea0b825d2f99951e9be9f1127
include/unicode/schriter.h: 9c196272282acc6ccf6cd34544095b63
include/unicode/scientificnumberformatter.h: b0f20bc8a5b53b07a07d4576d3d6d928
include/unicode/search.h: bee76013db18275ff842e90c6805ae72
include/unicode/selfmt.h: 2457e48d1cf8ff880f1bdaf80a9e2fc7
include/unicode/simpleformatter.h: 3dfb5ab658aecf124d329b645082b879
include/unicode/simpletz.h: 07c17256943be808b2b2a597d3d27c33
include/unicode/smpdtfmt.h: e5ba02765fd03756ba63ca138a47daf1
include/unicode/sortkey.h: 25af96ad696ab793d62d67debb04c8ba
include/unicode/std_string.h: 2300a9ee3296c630373a6e8b685dff88
include/unicode/strenum.h: 2d2998dd8033ac7272c39406cc3f8b51
include/unicode/stringoptions.h: d4929224e8d9df2f272f0305780cbacb
include/unicode/stringpiece.h: 4265692d09da7d3cd585bc6776a8a0c7
include/unicode/stringtriebuilder.h: fc74bea13a3003c79ebeccc442703037
include/unicode/stsearch.h: 33d820eada4a37ceb3f0bd9ff07ed63d
include/unicode/symtable.h: 763520aa161c95884efa6f6a5f29eb77
include/unicode/tblcoll.h: 9aad9b68d582e13be85f437f815a3eb1
include/unicode/timezone.h: 4e6b12c8e428fae21f99552d29544690
include/unicode/tmunit.h: 9a1f159c304e2bd283d7cf61a0807c05
include/unicode/tmutamt.h: 0890de21bc330b69b00f94c437e0f140
include/unicode/tmutfmt.h: c344b95b816e04ed0bc895c6da6ef460
include/unicode/translit.h: 3464c7b8023b7c131b0b533e1b372c3a
include/unicode/tzfmt.h: 2cb06301f2376b6802834105060311bf
include/unicode/tznames.h: b5935a11cb884e2e47ad732ee684037d
include/unicode/tzrule.h: bcba9c924da93d42e4f18f507c11e8cf
include/unicode/tztrans.h: 6e72d3497b3e68dc9aad510e2b45f781
include/unicode/ubidi.h: d90a13a2933198f134efefc0ff7563e6
include/unicode/ubiditransform.h: fab65809ece8816f1a002eb843b80e29
include/unicode/ubrk.h: e85002afa629b85ba239135ab11f47f0
include/unicode/ucal.h: c39d869ac0bca5859e78287092e40721
include/unicode/ucasemap.h: 2f240e1dc6db1771e843f1a03fd0c8f4
include/unicode/ucat.h: f412352b86adccba85d7f3e4b4515064
include/unicode/uchar.h: 25e6419710b325b53286cb7dcaf4af57
include/unicode/ucharstrie.h: 644af4172d542594c40face6cbe01b5e
include/unicode/ucharstriebuilder.h: 52600c017361ee29f21a6fef13667948
include/unicode/uchriter.h: 85c221ab993783ec8f7823713c30758c
include/unicode/uclean.h: ef4b9289f510edd0bb6b779d0a299f44
include/unicode/ucnv.h: db701a7a83540ef4dcfc4e780f1da016
include/unicode/ucnv_cb.h: 69c1c5b156028cd623ed7e5b5b4ab730
include/unicode/ucnv_err.h: 6ef0751460140d23ae678ef85c298906
include/unicode/ucnvsel.h: 6e4c5e31c2a89439ef4945cd4a402ef3
include/unicode/ucol.h: 0b6d71140d2f8e0cf618e5a54cf251af
include/unicode/ucoleitr.h: b4576706530850666c1cfd2424276b26
include/unicode/uconfig.h: 680b99d4b154e14ac1ebcb9c60f5ab3c
include/unicode/ucpmap.h: a22571c78880dd947efc0ab547061a35
include/unicode/ucptrie.h: 9b16abc66b11f53941ec5d90af1df0b0
include/unicode/ucsdet.h: c7d5b3d36da0c71b0a85a72642439a90
include/unicode/ucurr.h: 0ec2b114be8c462d4542c6e1d0bf2b8a
include/unicode/udat.h: 373cf290162e44eba9f2cf6dad278858
include/unicode/udata.h: e747b190fadb0749c129aeff7e6eef54
include/unicode/udateintervalformat.h: 178f650518ecceeb2eca7b763dd68799
include/unicode/udatpg.h: 078d2d548f3123fceae0d4056359a62e
include/unicode/udisplaycontext.h: 57a269787da52ad6720ff5b1e87b5cdd
include/unicode/uenum.h: 41cce54d4862d5068f4f087b935c0657
include/unicode/ufieldpositer.h: 21f8ba8e285bfea4daa3da8a01911b7e
include/unicode/uformattable.h: cad38a97f9f929ebc28d5e72dc5ec14f
include/unicode/uformattedvalue.h: 47ae4b93dddfe15d28400da09201090e
include/unicode/ugender.h: d64c9ad1d5cf04136534e3aca38d2638
include/unicode/uidna.h: 88ee381ec6ec01cb677f3e5222e9cf22
include/unicode/uiter.h: 3fea96177f4f814091918f54d1e68ccd
include/unicode/uldnames.h: d18634bc73c16b9ae02b6a60fd94d8be
include/unicode/ulistformatter.h: 64859bc80c70c1e183f3537e1c354142
include/unicode/uloc.h: b344a11407a95b108ef52a4d88c74d6a
include/unicode/ulocdata.h: 116fad6a2c0db0d08e3f5ae02d93a035
include/unicode/umachine.h: b25221a74cab16d993f35108e6da340a
include/unicode/umisc.h: eca71d8c8bf86529ae5bbc5f34598bea
include/unicode/umsg.h: 298645d31f8d8e209cbb5eb3751e3ceb
include/unicode/umutablecptrie.h: 4fe0aaad80938fbe881a3fb447be1f24
include/unicode/unifilt.h: 71e8ecdb31d706e8e0efc4bbdc9f86b5
include/unicode/unifunct.h: 97d80d81556b54ac674d09643df98cfc
include/unicode/unimatch.h: 00eb31b1d65f3e0f03e7d880b1bb79fb
include/unicode/unirepl.h: c5eeec0e14a9666262d332c22124803f
include/unicode/uniset.h: 69b5447c36eec06421bc9038df3bd80e
include/unicode/unistr.h: e35ee05307a3338579df46718b049b32
include/unicode/unorm.h: 3a1e6dcd474ef8b2c3377b34141bf6d3
include/unicode/unorm2.h: e8fff4023ad114b325f346d2cdbbe043
include/unicode/unum.h: ec868132b7242d85645d30dd549b25fc
include/unicode/unumberformatter.h: 0dc25c33373d63ca0beb10a9ef265237
include/unicode/unumsys.h: 7e5dd76a0e07f790c30c944bfb810e71
include/unicode/uobject.h: c9a1e3afb798e0fbcad34b01b0bc5c3e
include/unicode/upluralrules.h: 15feae7c7df35b97d5e715f28f616e63
include/unicode/uregex.h: 10fe8b8c9f98758bf192bc765fa45e3c
include/unicode/uregion.h: a3f28f15972bf18600012815a8c76535
include/unicode/ureldatefmt.h: d528589ebdc3f8cb6c27ce4867752c55
include/unicode/urename.h: 7cd5ed487b56e2aeb354867a0b2cda5f
include/unicode/urep.h: 6ada98ac1aa68081f10d17b1abadef6e
include/unicode/ures.h: 8c69586a969eb2898d5d3e8c08beda9c
include/unicode/uscript.h: 5bf2d96240b17507a05ebe4d36b1a38e
include/unicode/usearch.h: fc5b3e0d1096ff69c3a2397ef5b3a036
include/unicode/uset.h: a285e1b480a3abaaee753ba74d245efd
include/unicode/usetiter.h: 36896c874036542390b5a75a04f330c5
include/unicode/ushape.h: 86fdf709d4312bb17cf95b16f58e1dc4
include/unicode/uspoof.h: 6c2d471942085f091c8bc748a02f113e
include/unicode/usprep.h: e88585ae8bdb3a35aa88417993bde732
include/unicode/ustdio.h: 3104e526d3de60538f42c0fd5430adcb
include/unicode/ustream.h: 6a3f303b73d795a0ff9a1b8d2758d88d
include/unicode/ustring.h: 92f522f8ef62e443c11baa56c32e42e4
include/unicode/ustringtrie.h: 54a28aa9c4e117cd3ebfd0a670324f6c
include/unicode/utext.h: b0e85d74193953fcaa29de51853cc95a
include/unicode/utf.h: 4434eeb75c89a49228884aa247714e1c
include/unicode/utf16.h: d95d304275f6c688b0c4ae5620d57e4c
include/unicode/utf32.h: a1fdf74f4bd8808f9fb17df371f886d9
include/unicode/utf8.h: 7d5d7b60c96cccc184cdc5cd53447e7c
include/unicode/utf_old.h: c89c03a53abcf83e039ad4217246acd9
include/unicode/utmscale.h: 7c59d91f835bc9f4b805dd64e73851d7
include/unicode/utrace.h: 35cbc5ec2fd02b703a449e896f48ebfe
include/unicode/utrans.h: 7a20730bb6d33441a5b9c886cc7cd0eb
include/unicode/utypes.h: be7b3c9d785b5d70b2f05e6dd527f026
include/unicode/uvernum.h: 59a34f58b169d039a90da4e8824af662
include/unicode/uversion.h: af19802ec4e905051d79ab4579a30bcd
include/unicode/vtzone.h: a9053ef95930bd854729360fe00fed7a
lib/icu/64.2/Makefile.inc: 3fe76ee05bc5afaade899a09af565372
lib/icu/64.2/pkgdata.inc: 438ae219a7c80279027ca5fd315183c3
lib/icu/Makefile.inc: 3fe76ee05bc5afaade899a09af565372
lib/icu/current/Makefile.inc: 3fe76ee05bc5afaade899a09af565372
lib/icu/current/pkgdata.inc: 438ae219a7c80279027ca5fd315183c3
lib/icu/pkgdata.inc: 438ae219a7c80279027ca5fd315183c3
lib/icudt.dll: ce725647c92aca144492f3dbf3ee04ab
lib/icudt.lib: d4e6c59a65ceeea625b1c5d7e35f363c
lib/icudt64.dll: 6b2909c7301d61d84f5fd2286153a1b5
lib/icuin.dll: 8f2c0c4ce91bcd934234802538d8df14
lib/icuin.lib: d09d76c165eacaaf52f7320ce0640f55
lib/icuin64.dll: 8f2c0c4ce91bcd934234802538d8df14
lib/icuio.dll: ed47e8ce82dac037a9890e0267640627
lib/icuio.lib: 2fd670029f2809911c8222baa6c56873
lib/icuio64.dll: ed47e8ce82dac037a9890e0267640627
lib/icutest.dll: 6b3bada7f63c1c864439ade06a7fd723
lib/icutest.lib: 110add657fb11e29f12b0ca5b051dfde
lib/icutest64.dll: 6b3bada7f63c1c864439ade06a7fd723
lib/icutu.dll: f18bca836cb96b59f007eb9ac5fd3e68
lib/icutu.lib: 4d1c6e152525c0b834eeeb06c9196c6f
lib/icutu64.dll: f18bca836cb96b59f007eb9ac5fd3e68
lib/icuuc.dll: 1dee2047ea3d480376375c7db457acb3
lib/icuuc.lib: f669e924846cbe1dc144ee15f1094a66
lib/icuuc64.dll: 1dee2047ea3d480376375c7db457acb3
lib/pkgconfig/icu-i18n.pc: 75e0caa47aef4ee8dad62714518ce7e3
lib/pkgconfig/icu-io.pc: bbb8e1ef1d9bf466c474ed4722ba1fe6
lib/pkgconfig/icu-uc.pc: 5ef9d87af3f5aff6401d808db734f3bf
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
share/icu/64.2/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
share/icu/64.2/config/mh-msys-msvc: deb94ef2bd29c3471723b79091991a51
share/icu/64.2/install-sh: 5afe8eb5573965dfb58378e4e46f3813
share/icu/64.2/mkinstalldirs: 31c4856b24c8dbc6319819ccd43b4fda
share/man/man1/derb.1: 140b84149f762ce47b2fe263aed44fb5
share/man/man1/genbrk.1: f3b0b5c88f6562d93a27e776bf13987c
share/man/man1/gencfu.1: fc9b581c0fe513328c22b44ce035e0c1
share/man/man1/gencnval.1: 696401204fbe4d17e8dac25eea70ce07
share/man/man1/gendict.1: f3607026142ed53bf2d0bae71884ce02
share/man/man1/genrb.1: 3860427c56aa1c847586737737325550
share/man/man1/icu-config.1: 24f882d0de63c5fee2b10a2911b206f8
share/man/man1/makeconv.1: ee9bdbd7ee11f0e705e6de72b86f29ac
share/man/man1/pkgdata.1: 2cb82b3e1c820002968867c3b2b5b811
share/man/man1/uconv.1: 516c265d14b9f3ad72dceb2c2d23f2bb
share/man/man8/genccode.8: 0c9f23a8cec80bfdb6127197f1c3ed17
share/man/man8/gencmn.8: 251c98aa763ab74829e074c5e6f21c98
share/man/man8/gensprep.8: a3129a511adbb04310a2d900c15784e1
share/man/man8/icupkg.8: 145940ae5e9a8aea3a93213f13ddd70c

View File

@@ -0,0 +1,251 @@
1563298569
bin/derb.exe: 7d155c681231f54f3669512100a3038b
bin/escapesrc.exe: 3a54768e31b5a9bf53d0a9fb7b061f10
bin/genbrk.exe: 12e8b427719bfc85cb0e360422fd81e5
bin/genccode.exe: 4396af32d01e2106690bd9be45806950
bin/gencfu.exe: 59986571fd686f3318478d421a9fc9e8
bin/gencmn.exe: 50750e744321b6a3bade411422e7200a
bin/gencnval.exe: b57f7999a023751638b310e850a875ce
bin/gendict.exe: c950331a93edec89eb962df7390f870d
bin/gennorm2.exe: 842415940c303beeb1716446f99a9d67
bin/genrb.exe: 90cf94ed8ae02aa51e96f76ab92bfdea
bin/gensprep.exe: 004c1295706f785027f8dd977ba40f50
bin/icu-config: a59cd8e08313ed02c280f1594f2e4bf1
bin/icuinfo.exe: 08bb8fa2d591f6e8ee93db64f7ed2ec4
bin/icupkg.exe: 5c165a685956ccd12a0d858cab69b20b
bin/makeconv.exe: 89487251963c62fe0c3dc00610e60f09
bin/pkgdata.exe: 0704cd29d80d2d2e3155fdd989c9b94d
bin/uconv.exe: e1d74673fa12224f8371052f6f5feeb2
conaninfo.txt: e159d49bd326a197124489ebd8636307
include/unicode/alphaindex.h: edc0ff1708822c14fbac4f58a89859c9
include/unicode/appendable.h: 713ee4a1c3e3ca090b202ceb81d6ad9f
include/unicode/basictz.h: 456683947de10ae84e2c069c9fc55e9f
include/unicode/brkiter.h: c69c05b804270ad6c64f80c03a5b8ee0
include/unicode/bytestream.h: 8b946f79fb11d18859acdceab1bb5d46
include/unicode/bytestrie.h: 781e30fb8103ba58fdfe4b6704e54347
include/unicode/bytestriebuilder.h: e6649e470ceff3af7ec894aa6031cb21
include/unicode/calendar.h: e640b0fd471a5313b85a866871b9df2a
include/unicode/caniter.h: 74858b2a33cb2805dea0b0bc480dda7d
include/unicode/casemap.h: b40e8878db23b64a72763bf75e4e3e2a
include/unicode/char16ptr.h: 3bed1c6f219d725f6daf274704427035
include/unicode/chariter.h: 463cdd4748695660223db14c27da3e84
include/unicode/choicfmt.h: 38f338fb58eebce7fc999c906aad142e
include/unicode/coleitr.h: 35cafcefbe5155408aa6166781d4290d
include/unicode/coll.h: a60e4d0e20f25015d370bfb3b24e267e
include/unicode/compactdecimalformat.h: dd1f639d5c836e200b48ad69ef326fc0
include/unicode/curramt.h: 8f57c8f5a77ffd6d1f4a9c53b100ee3e
include/unicode/currpinf.h: e279f04f8bb9c6a686ede0f4bbc7caf4
include/unicode/currunit.h: 0ea702494028296a411ac0bda6895275
include/unicode/datefmt.h: 91aee102e3fa68c64113645be5b944c4
include/unicode/dbbi.h: 15a312f4cf6c6bc243fd6d32368956a1
include/unicode/dcfmtsym.h: 3eec16337aeaa8877e966616ac53783a
include/unicode/decimfmt.h: 18479b4ccc0b4efa7732b1da2d0fd2ab
include/unicode/docmain.h: 0df0e8161180b869031a88050e0a01c9
include/unicode/dtfmtsym.h: c06710d48a792838da0f5e3814b3908a
include/unicode/dtintrv.h: 65e3985e944f54230322acc986c59a30
include/unicode/dtitvfmt.h: 72a63051451b33ba43f67e572883e855
include/unicode/dtitvinf.h: b6e798c244d5d4ed73916a8db5b4a855
include/unicode/dtptngen.h: 5c7a7e4d10c3db7123815ff42dc904f6
include/unicode/dtrule.h: a2a865734c97d4d5ee2a095ebbd629cf
include/unicode/edits.h: 7fd52de9a5c418c48234d1425f22fabc
include/unicode/enumset.h: 3bb75fc43c88682895ae98c02e69810d
include/unicode/errorcode.h: 6f00859e026be521cff595db38b871db
include/unicode/fieldpos.h: d42ab3ff641fdc7016cbc3e7526594a1
include/unicode/filteredbrk.h: 4ab1ef82654177aea8000c72f6652e40
include/unicode/fmtable.h: c0c5ea7bd3e3a5fded75c2fea543c668
include/unicode/format.h: 71642e006d9e359a5a8b0800d390ec52
include/unicode/formattedvalue.h: a502788adec3ba1025321c2cefd0e4c7
include/unicode/fpositer.h: 2fdf3d1fa8b84e6ba3c561803de5f595
include/unicode/gender.h: 21d668158f52ab989a8a4711de79f099
include/unicode/gregocal.h: 4e746c8c84966372f9e66255e3d05246
include/unicode/icudataver.h: d1c480a9eb95aaa058a6b9311074bc33
include/unicode/icuplug.h: 60ad27a2a36284bbc1766f9920769175
include/unicode/idna.h: e2bb1287f5f61b37dd11493008d29ef6
include/unicode/listformatter.h: 2942dcd998fbadca9043912a2dbe9e7e
include/unicode/localebuilder.h: 5690e3f03681a2fbfe7baea5226378cd
include/unicode/localpointer.h: a89505f84a4bb4e231a17676f1b1d51a
include/unicode/locdspnm.h: 5d12af057d2675b88cf95dc63f015f21
include/unicode/locid.h: 9df99f05fc348684e116098f6e0a6710
include/unicode/measfmt.h: 909302945254ede1a345342a8c4b402d
include/unicode/measunit.h: 9e0fe1ba857f051874760f7aad55c68b
include/unicode/measure.h: 060550ced6b6ceae742c8d47772e190f
include/unicode/messagepattern.h: b671e9e96bad09137a7bf186e8d795fc
include/unicode/msgfmt.h: f1723a391f733367dde795d42d1734f3
include/unicode/normalizer2.h: 909305633321f6cbb76cc88dc8c00c90
include/unicode/normlzr.h: c974010d56584fcf75f0f2e10e05fe9c
include/unicode/nounit.h: 86e94a9d9377bcd124dfd80600a66d19
include/unicode/numberformatter.h: 5f13d5de2fb98bb5f6ce33e5b48698c3
include/unicode/numberrangeformatter.h: 460fa1a21356b00a275e27a9a540140e
include/unicode/numfmt.h: 26724db0305eab9f3b810f3a6accc729
include/unicode/numsys.h: f68bc678c30deeb7c50a104d852e40d8
include/unicode/parseerr.h: ce38831411af01eeaf0bbbb6e1cb0153
include/unicode/parsepos.h: d5300bfbc1b2cd0081aecb71320e11ec
include/unicode/platform.h: d6aed91f3114fe877714fc554ad167ae
include/unicode/plurfmt.h: fa64bd7797a74e8e8769a12047c5bf3c
include/unicode/plurrule.h: 8d3eb6b9c5e6eec6da436601e42ec65e
include/unicode/ptypes.h: d74097874c82f77331d8e06a5c59d37f
include/unicode/putil.h: ee1c69d5060b8d5754bf8879bb7f10d1
include/unicode/rbbi.h: a0202b93d684e8e595c0012e4cefca83
include/unicode/rbnf.h: c951102dad30e81d893bc81df09820f5
include/unicode/rbtz.h: f772120604410ff1f1492b1991d36163
include/unicode/regex.h: e911b68edf768bc0c96b770fced3a7f5
include/unicode/region.h: b0c3e0b2ad6650fbab876495b114b639
include/unicode/reldatefmt.h: 99195dad14eef9b8992409fc066b97d7
include/unicode/rep.h: d29a88e12fd288a0606a41464630a015
include/unicode/resbund.h: 87a08c1ea0b825d2f99951e9be9f1127
include/unicode/schriter.h: 9c196272282acc6ccf6cd34544095b63
include/unicode/scientificnumberformatter.h: b0f20bc8a5b53b07a07d4576d3d6d928
include/unicode/search.h: bee76013db18275ff842e90c6805ae72
include/unicode/selfmt.h: 2457e48d1cf8ff880f1bdaf80a9e2fc7
include/unicode/simpleformatter.h: 3dfb5ab658aecf124d329b645082b879
include/unicode/simpletz.h: 07c17256943be808b2b2a597d3d27c33
include/unicode/smpdtfmt.h: e5ba02765fd03756ba63ca138a47daf1
include/unicode/sortkey.h: 25af96ad696ab793d62d67debb04c8ba
include/unicode/std_string.h: 2300a9ee3296c630373a6e8b685dff88
include/unicode/strenum.h: 2d2998dd8033ac7272c39406cc3f8b51
include/unicode/stringoptions.h: d4929224e8d9df2f272f0305780cbacb
include/unicode/stringpiece.h: 4265692d09da7d3cd585bc6776a8a0c7
include/unicode/stringtriebuilder.h: fc74bea13a3003c79ebeccc442703037
include/unicode/stsearch.h: 33d820eada4a37ceb3f0bd9ff07ed63d
include/unicode/symtable.h: 763520aa161c95884efa6f6a5f29eb77
include/unicode/tblcoll.h: 9aad9b68d582e13be85f437f815a3eb1
include/unicode/timezone.h: 4e6b12c8e428fae21f99552d29544690
include/unicode/tmunit.h: 9a1f159c304e2bd283d7cf61a0807c05
include/unicode/tmutamt.h: 0890de21bc330b69b00f94c437e0f140
include/unicode/tmutfmt.h: c344b95b816e04ed0bc895c6da6ef460
include/unicode/translit.h: 3464c7b8023b7c131b0b533e1b372c3a
include/unicode/tzfmt.h: 2cb06301f2376b6802834105060311bf
include/unicode/tznames.h: b5935a11cb884e2e47ad732ee684037d
include/unicode/tzrule.h: bcba9c924da93d42e4f18f507c11e8cf
include/unicode/tztrans.h: 6e72d3497b3e68dc9aad510e2b45f781
include/unicode/ubidi.h: d90a13a2933198f134efefc0ff7563e6
include/unicode/ubiditransform.h: fab65809ece8816f1a002eb843b80e29
include/unicode/ubrk.h: e85002afa629b85ba239135ab11f47f0
include/unicode/ucal.h: c39d869ac0bca5859e78287092e40721
include/unicode/ucasemap.h: 2f240e1dc6db1771e843f1a03fd0c8f4
include/unicode/ucat.h: f412352b86adccba85d7f3e4b4515064
include/unicode/uchar.h: 25e6419710b325b53286cb7dcaf4af57
include/unicode/ucharstrie.h: 644af4172d542594c40face6cbe01b5e
include/unicode/ucharstriebuilder.h: 52600c017361ee29f21a6fef13667948
include/unicode/uchriter.h: 85c221ab993783ec8f7823713c30758c
include/unicode/uclean.h: ef4b9289f510edd0bb6b779d0a299f44
include/unicode/ucnv.h: db701a7a83540ef4dcfc4e780f1da016
include/unicode/ucnv_cb.h: 69c1c5b156028cd623ed7e5b5b4ab730
include/unicode/ucnv_err.h: 6ef0751460140d23ae678ef85c298906
include/unicode/ucnvsel.h: 6e4c5e31c2a89439ef4945cd4a402ef3
include/unicode/ucol.h: 0b6d71140d2f8e0cf618e5a54cf251af
include/unicode/ucoleitr.h: b4576706530850666c1cfd2424276b26
include/unicode/uconfig.h: 680b99d4b154e14ac1ebcb9c60f5ab3c
include/unicode/ucpmap.h: a22571c78880dd947efc0ab547061a35
include/unicode/ucptrie.h: 9b16abc66b11f53941ec5d90af1df0b0
include/unicode/ucsdet.h: c7d5b3d36da0c71b0a85a72642439a90
include/unicode/ucurr.h: 0ec2b114be8c462d4542c6e1d0bf2b8a
include/unicode/udat.h: 373cf290162e44eba9f2cf6dad278858
include/unicode/udata.h: e747b190fadb0749c129aeff7e6eef54
include/unicode/udateintervalformat.h: 178f650518ecceeb2eca7b763dd68799
include/unicode/udatpg.h: 078d2d548f3123fceae0d4056359a62e
include/unicode/udisplaycontext.h: 57a269787da52ad6720ff5b1e87b5cdd
include/unicode/uenum.h: 41cce54d4862d5068f4f087b935c0657
include/unicode/ufieldpositer.h: 21f8ba8e285bfea4daa3da8a01911b7e
include/unicode/uformattable.h: cad38a97f9f929ebc28d5e72dc5ec14f
include/unicode/uformattedvalue.h: 47ae4b93dddfe15d28400da09201090e
include/unicode/ugender.h: d64c9ad1d5cf04136534e3aca38d2638
include/unicode/uidna.h: 88ee381ec6ec01cb677f3e5222e9cf22
include/unicode/uiter.h: 3fea96177f4f814091918f54d1e68ccd
include/unicode/uldnames.h: d18634bc73c16b9ae02b6a60fd94d8be
include/unicode/ulistformatter.h: 64859bc80c70c1e183f3537e1c354142
include/unicode/uloc.h: b344a11407a95b108ef52a4d88c74d6a
include/unicode/ulocdata.h: 116fad6a2c0db0d08e3f5ae02d93a035
include/unicode/umachine.h: b25221a74cab16d993f35108e6da340a
include/unicode/umisc.h: eca71d8c8bf86529ae5bbc5f34598bea
include/unicode/umsg.h: 298645d31f8d8e209cbb5eb3751e3ceb
include/unicode/umutablecptrie.h: 4fe0aaad80938fbe881a3fb447be1f24
include/unicode/unifilt.h: 71e8ecdb31d706e8e0efc4bbdc9f86b5
include/unicode/unifunct.h: 97d80d81556b54ac674d09643df98cfc
include/unicode/unimatch.h: 00eb31b1d65f3e0f03e7d880b1bb79fb
include/unicode/unirepl.h: c5eeec0e14a9666262d332c22124803f
include/unicode/uniset.h: 69b5447c36eec06421bc9038df3bd80e
include/unicode/unistr.h: e35ee05307a3338579df46718b049b32
include/unicode/unorm.h: 3a1e6dcd474ef8b2c3377b34141bf6d3
include/unicode/unorm2.h: e8fff4023ad114b325f346d2cdbbe043
include/unicode/unum.h: ec868132b7242d85645d30dd549b25fc
include/unicode/unumberformatter.h: 0dc25c33373d63ca0beb10a9ef265237
include/unicode/unumsys.h: 7e5dd76a0e07f790c30c944bfb810e71
include/unicode/uobject.h: c9a1e3afb798e0fbcad34b01b0bc5c3e
include/unicode/upluralrules.h: 15feae7c7df35b97d5e715f28f616e63
include/unicode/uregex.h: 10fe8b8c9f98758bf192bc765fa45e3c
include/unicode/uregion.h: a3f28f15972bf18600012815a8c76535
include/unicode/ureldatefmt.h: d528589ebdc3f8cb6c27ce4867752c55
include/unicode/urename.h: 7cd5ed487b56e2aeb354867a0b2cda5f
include/unicode/urep.h: 6ada98ac1aa68081f10d17b1abadef6e
include/unicode/ures.h: 8c69586a969eb2898d5d3e8c08beda9c
include/unicode/uscript.h: 5bf2d96240b17507a05ebe4d36b1a38e
include/unicode/usearch.h: fc5b3e0d1096ff69c3a2397ef5b3a036
include/unicode/uset.h: a285e1b480a3abaaee753ba74d245efd
include/unicode/usetiter.h: 36896c874036542390b5a75a04f330c5
include/unicode/ushape.h: 86fdf709d4312bb17cf95b16f58e1dc4
include/unicode/uspoof.h: 6c2d471942085f091c8bc748a02f113e
include/unicode/usprep.h: e88585ae8bdb3a35aa88417993bde732
include/unicode/ustdio.h: 3104e526d3de60538f42c0fd5430adcb
include/unicode/ustream.h: 6a3f303b73d795a0ff9a1b8d2758d88d
include/unicode/ustring.h: 92f522f8ef62e443c11baa56c32e42e4
include/unicode/ustringtrie.h: 54a28aa9c4e117cd3ebfd0a670324f6c
include/unicode/utext.h: b0e85d74193953fcaa29de51853cc95a
include/unicode/utf.h: 4434eeb75c89a49228884aa247714e1c
include/unicode/utf16.h: d95d304275f6c688b0c4ae5620d57e4c
include/unicode/utf32.h: a1fdf74f4bd8808f9fb17df371f886d9
include/unicode/utf8.h: 7d5d7b60c96cccc184cdc5cd53447e7c
include/unicode/utf_old.h: c89c03a53abcf83e039ad4217246acd9
include/unicode/utmscale.h: 7c59d91f835bc9f4b805dd64e73851d7
include/unicode/utrace.h: 35cbc5ec2fd02b703a449e896f48ebfe
include/unicode/utrans.h: 7a20730bb6d33441a5b9c886cc7cd0eb
include/unicode/utypes.h: be7b3c9d785b5d70b2f05e6dd527f026
include/unicode/uvernum.h: 59a34f58b169d039a90da4e8824af662
include/unicode/uversion.h: af19802ec4e905051d79ab4579a30bcd
include/unicode/vtzone.h: a9053ef95930bd854729360fe00fed7a
lib/icu/64.2/Makefile.inc: 6c092462cc6db00d752a733b771de789
lib/icu/64.2/pkgdata.inc: e0192327bcacf61fba9402f67377ab4a
lib/icu/Makefile.inc: 6c092462cc6db00d752a733b771de789
lib/icu/current/Makefile.inc: 6c092462cc6db00d752a733b771de789
lib/icu/current/pkgdata.inc: e0192327bcacf61fba9402f67377ab4a
lib/icu/pkgdata.inc: e0192327bcacf61fba9402f67377ab4a
lib/icudt.dll: 15709335a869f8f94cc8c6be6c67a3d7
lib/icudt.lib: 6c28bff05a11ca4606ccdb90935307d8
lib/icudt64.dll: f8a3a40930adfbd0da1863a3c345aff8
lib/icuin.dll: 9a3c5dfa3855df6e1d0292a572274abb
lib/icuin.lib: 314b4206062131c02206389852decf97
lib/icuin64.dll: 9a3c5dfa3855df6e1d0292a572274abb
lib/icuio.dll: ecf45606b8b48e38f13938e1bdc06252
lib/icuio.lib: 68b6479455934321afd66a395f920fe1
lib/icuio64.dll: ecf45606b8b48e38f13938e1bdc06252
lib/icutest.dll: 31eb2b086911853280a3e52907e8cbae
lib/icutest.lib: cc54d80d0566a234ba8c33f25ea21a0e
lib/icutest64.dll: 31eb2b086911853280a3e52907e8cbae
lib/icutu.dll: 493b7e3e5f80811d7f15ce8695936db6
lib/icutu.lib: 5e9f9225f1c5a767e636ad81f45fb854
lib/icutu64.dll: 493b7e3e5f80811d7f15ce8695936db6
lib/icuuc.dll: 16f1a404b6a12e105ef79b8c080dce93
lib/icuuc.lib: c7cb6e9b49a9982322891656c9bf4ee8
lib/icuuc64.dll: 16f1a404b6a12e105ef79b8c080dce93
lib/pkgconfig/icu-i18n.pc: 563963d9f6cca93481456dc19e973958
lib/pkgconfig/icu-io.pc: 838e3c4ffd237b5fe921cefea15fd327
lib/pkgconfig/icu-uc.pc: ea0501759b296704a1e2319420dddb59
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
share/icu/64.2/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
share/icu/64.2/config/mh-msys-msvc: deb94ef2bd29c3471723b79091991a51
share/icu/64.2/install-sh: 5afe8eb5573965dfb58378e4e46f3813
share/icu/64.2/mkinstalldirs: 31c4856b24c8dbc6319819ccd43b4fda
share/man/man1/derb.1: 140b84149f762ce47b2fe263aed44fb5
share/man/man1/genbrk.1: f3b0b5c88f6562d93a27e776bf13987c
share/man/man1/gencfu.1: fc9b581c0fe513328c22b44ce035e0c1
share/man/man1/gencnval.1: 696401204fbe4d17e8dac25eea70ce07
share/man/man1/gendict.1: f3607026142ed53bf2d0bae71884ce02
share/man/man1/genrb.1: 3860427c56aa1c847586737737325550
share/man/man1/icu-config.1: 24f882d0de63c5fee2b10a2911b206f8
share/man/man1/makeconv.1: ee9bdbd7ee11f0e705e6de72b86f29ac
share/man/man1/pkgdata.1: 2cb82b3e1c820002968867c3b2b5b811
share/man/man1/uconv.1: 516c265d14b9f3ad72dceb2c2d23f2bb
share/man/man8/genccode.8: 0c9f23a8cec80bfdb6127197f1c3ed17
share/man/man8/gencmn.8: 251c98aa763ab74829e074c5e6f21c98
share/man/man8/gensprep.8: a3129a511adbb04310a2d900c15784e1
share/man/man8/icupkg.8: 145940ae5e9a8aea3a93213f13ddd70c

View File

@@ -0,0 +1,251 @@
1563297860
bin/derb.exe: 4007262865fcb9d6c7b7bfaadacc0b8e
bin/escapesrc.exe: 877b764cf7a705f0f0f0b81173078c01
bin/genbrk.exe: 716cf45fb7e09ffe4f110480b6a28832
bin/genccode.exe: 3b468fd77d7e5cf80ecbb4d32b4be7cb
bin/gencfu.exe: 95f0d7ff1f481f66726036b672076ba8
bin/gencmn.exe: a03b4d4f9b94a8444a8d8a3c3f798bd6
bin/gencnval.exe: 6750a9a5197fbd74b275b5fd7dd7c33e
bin/gendict.exe: b6f46c1edc548cbdd9ac67118a5d7c10
bin/gennorm2.exe: e8cc3907125b3bc4c5e9ed448e3c2973
bin/genrb.exe: d1a306e9480606f24b54149e2799dc2b
bin/gensprep.exe: 63036e1b8ddb3bad807d6c715eda172a
bin/icu-config: 9781767fcfa815c455e405cbcbb9145c
bin/icuinfo.exe: 74bc712f5696f58051aab155bc8dadfa
bin/icupkg.exe: 61c5bf5b56108646efc293a4655db32a
bin/makeconv.exe: e52c6aa01bb900e12a94af475aecd1c1
bin/pkgdata.exe: 1ef1bfbf10da2177339157bf133b03d9
bin/uconv.exe: c37a845021460f32e50e9674c13bbd95
conaninfo.txt: ca8ff827ceed6bcfd8927596f342ccd3
include/unicode/alphaindex.h: edc0ff1708822c14fbac4f58a89859c9
include/unicode/appendable.h: 713ee4a1c3e3ca090b202ceb81d6ad9f
include/unicode/basictz.h: 456683947de10ae84e2c069c9fc55e9f
include/unicode/brkiter.h: c69c05b804270ad6c64f80c03a5b8ee0
include/unicode/bytestream.h: 8b946f79fb11d18859acdceab1bb5d46
include/unicode/bytestrie.h: 781e30fb8103ba58fdfe4b6704e54347
include/unicode/bytestriebuilder.h: e6649e470ceff3af7ec894aa6031cb21
include/unicode/calendar.h: e640b0fd471a5313b85a866871b9df2a
include/unicode/caniter.h: 74858b2a33cb2805dea0b0bc480dda7d
include/unicode/casemap.h: b40e8878db23b64a72763bf75e4e3e2a
include/unicode/char16ptr.h: 3bed1c6f219d725f6daf274704427035
include/unicode/chariter.h: 463cdd4748695660223db14c27da3e84
include/unicode/choicfmt.h: 38f338fb58eebce7fc999c906aad142e
include/unicode/coleitr.h: 35cafcefbe5155408aa6166781d4290d
include/unicode/coll.h: a60e4d0e20f25015d370bfb3b24e267e
include/unicode/compactdecimalformat.h: dd1f639d5c836e200b48ad69ef326fc0
include/unicode/curramt.h: 8f57c8f5a77ffd6d1f4a9c53b100ee3e
include/unicode/currpinf.h: e279f04f8bb9c6a686ede0f4bbc7caf4
include/unicode/currunit.h: 0ea702494028296a411ac0bda6895275
include/unicode/datefmt.h: 91aee102e3fa68c64113645be5b944c4
include/unicode/dbbi.h: 15a312f4cf6c6bc243fd6d32368956a1
include/unicode/dcfmtsym.h: 3eec16337aeaa8877e966616ac53783a
include/unicode/decimfmt.h: 18479b4ccc0b4efa7732b1da2d0fd2ab
include/unicode/docmain.h: 0df0e8161180b869031a88050e0a01c9
include/unicode/dtfmtsym.h: c06710d48a792838da0f5e3814b3908a
include/unicode/dtintrv.h: 65e3985e944f54230322acc986c59a30
include/unicode/dtitvfmt.h: 72a63051451b33ba43f67e572883e855
include/unicode/dtitvinf.h: b6e798c244d5d4ed73916a8db5b4a855
include/unicode/dtptngen.h: 5c7a7e4d10c3db7123815ff42dc904f6
include/unicode/dtrule.h: a2a865734c97d4d5ee2a095ebbd629cf
include/unicode/edits.h: 7fd52de9a5c418c48234d1425f22fabc
include/unicode/enumset.h: 3bb75fc43c88682895ae98c02e69810d
include/unicode/errorcode.h: 6f00859e026be521cff595db38b871db
include/unicode/fieldpos.h: d42ab3ff641fdc7016cbc3e7526594a1
include/unicode/filteredbrk.h: 4ab1ef82654177aea8000c72f6652e40
include/unicode/fmtable.h: c0c5ea7bd3e3a5fded75c2fea543c668
include/unicode/format.h: 71642e006d9e359a5a8b0800d390ec52
include/unicode/formattedvalue.h: a502788adec3ba1025321c2cefd0e4c7
include/unicode/fpositer.h: 2fdf3d1fa8b84e6ba3c561803de5f595
include/unicode/gender.h: 21d668158f52ab989a8a4711de79f099
include/unicode/gregocal.h: 4e746c8c84966372f9e66255e3d05246
include/unicode/icudataver.h: d1c480a9eb95aaa058a6b9311074bc33
include/unicode/icuplug.h: 60ad27a2a36284bbc1766f9920769175
include/unicode/idna.h: e2bb1287f5f61b37dd11493008d29ef6
include/unicode/listformatter.h: 2942dcd998fbadca9043912a2dbe9e7e
include/unicode/localebuilder.h: 5690e3f03681a2fbfe7baea5226378cd
include/unicode/localpointer.h: a89505f84a4bb4e231a17676f1b1d51a
include/unicode/locdspnm.h: 5d12af057d2675b88cf95dc63f015f21
include/unicode/locid.h: 9df99f05fc348684e116098f6e0a6710
include/unicode/measfmt.h: 909302945254ede1a345342a8c4b402d
include/unicode/measunit.h: 9e0fe1ba857f051874760f7aad55c68b
include/unicode/measure.h: 060550ced6b6ceae742c8d47772e190f
include/unicode/messagepattern.h: b671e9e96bad09137a7bf186e8d795fc
include/unicode/msgfmt.h: f1723a391f733367dde795d42d1734f3
include/unicode/normalizer2.h: 909305633321f6cbb76cc88dc8c00c90
include/unicode/normlzr.h: c974010d56584fcf75f0f2e10e05fe9c
include/unicode/nounit.h: 86e94a9d9377bcd124dfd80600a66d19
include/unicode/numberformatter.h: 5f13d5de2fb98bb5f6ce33e5b48698c3
include/unicode/numberrangeformatter.h: 460fa1a21356b00a275e27a9a540140e
include/unicode/numfmt.h: 26724db0305eab9f3b810f3a6accc729
include/unicode/numsys.h: f68bc678c30deeb7c50a104d852e40d8
include/unicode/parseerr.h: ce38831411af01eeaf0bbbb6e1cb0153
include/unicode/parsepos.h: d5300bfbc1b2cd0081aecb71320e11ec
include/unicode/platform.h: d6aed91f3114fe877714fc554ad167ae
include/unicode/plurfmt.h: fa64bd7797a74e8e8769a12047c5bf3c
include/unicode/plurrule.h: 8d3eb6b9c5e6eec6da436601e42ec65e
include/unicode/ptypes.h: d74097874c82f77331d8e06a5c59d37f
include/unicode/putil.h: ee1c69d5060b8d5754bf8879bb7f10d1
include/unicode/rbbi.h: a0202b93d684e8e595c0012e4cefca83
include/unicode/rbnf.h: c951102dad30e81d893bc81df09820f5
include/unicode/rbtz.h: f772120604410ff1f1492b1991d36163
include/unicode/regex.h: e911b68edf768bc0c96b770fced3a7f5
include/unicode/region.h: b0c3e0b2ad6650fbab876495b114b639
include/unicode/reldatefmt.h: 99195dad14eef9b8992409fc066b97d7
include/unicode/rep.h: d29a88e12fd288a0606a41464630a015
include/unicode/resbund.h: 87a08c1ea0b825d2f99951e9be9f1127
include/unicode/schriter.h: 9c196272282acc6ccf6cd34544095b63
include/unicode/scientificnumberformatter.h: b0f20bc8a5b53b07a07d4576d3d6d928
include/unicode/search.h: bee76013db18275ff842e90c6805ae72
include/unicode/selfmt.h: 2457e48d1cf8ff880f1bdaf80a9e2fc7
include/unicode/simpleformatter.h: 3dfb5ab658aecf124d329b645082b879
include/unicode/simpletz.h: 07c17256943be808b2b2a597d3d27c33
include/unicode/smpdtfmt.h: e5ba02765fd03756ba63ca138a47daf1
include/unicode/sortkey.h: 25af96ad696ab793d62d67debb04c8ba
include/unicode/std_string.h: 2300a9ee3296c630373a6e8b685dff88
include/unicode/strenum.h: 2d2998dd8033ac7272c39406cc3f8b51
include/unicode/stringoptions.h: d4929224e8d9df2f272f0305780cbacb
include/unicode/stringpiece.h: 4265692d09da7d3cd585bc6776a8a0c7
include/unicode/stringtriebuilder.h: fc74bea13a3003c79ebeccc442703037
include/unicode/stsearch.h: 33d820eada4a37ceb3f0bd9ff07ed63d
include/unicode/symtable.h: 763520aa161c95884efa6f6a5f29eb77
include/unicode/tblcoll.h: 9aad9b68d582e13be85f437f815a3eb1
include/unicode/timezone.h: 4e6b12c8e428fae21f99552d29544690
include/unicode/tmunit.h: 9a1f159c304e2bd283d7cf61a0807c05
include/unicode/tmutamt.h: 0890de21bc330b69b00f94c437e0f140
include/unicode/tmutfmt.h: c344b95b816e04ed0bc895c6da6ef460
include/unicode/translit.h: 3464c7b8023b7c131b0b533e1b372c3a
include/unicode/tzfmt.h: 2cb06301f2376b6802834105060311bf
include/unicode/tznames.h: b5935a11cb884e2e47ad732ee684037d
include/unicode/tzrule.h: bcba9c924da93d42e4f18f507c11e8cf
include/unicode/tztrans.h: 6e72d3497b3e68dc9aad510e2b45f781
include/unicode/ubidi.h: d90a13a2933198f134efefc0ff7563e6
include/unicode/ubiditransform.h: fab65809ece8816f1a002eb843b80e29
include/unicode/ubrk.h: e85002afa629b85ba239135ab11f47f0
include/unicode/ucal.h: c39d869ac0bca5859e78287092e40721
include/unicode/ucasemap.h: 2f240e1dc6db1771e843f1a03fd0c8f4
include/unicode/ucat.h: f412352b86adccba85d7f3e4b4515064
include/unicode/uchar.h: 25e6419710b325b53286cb7dcaf4af57
include/unicode/ucharstrie.h: 644af4172d542594c40face6cbe01b5e
include/unicode/ucharstriebuilder.h: 52600c017361ee29f21a6fef13667948
include/unicode/uchriter.h: 85c221ab993783ec8f7823713c30758c
include/unicode/uclean.h: ef4b9289f510edd0bb6b779d0a299f44
include/unicode/ucnv.h: db701a7a83540ef4dcfc4e780f1da016
include/unicode/ucnv_cb.h: 69c1c5b156028cd623ed7e5b5b4ab730
include/unicode/ucnv_err.h: 6ef0751460140d23ae678ef85c298906
include/unicode/ucnvsel.h: 6e4c5e31c2a89439ef4945cd4a402ef3
include/unicode/ucol.h: 0b6d71140d2f8e0cf618e5a54cf251af
include/unicode/ucoleitr.h: b4576706530850666c1cfd2424276b26
include/unicode/uconfig.h: 680b99d4b154e14ac1ebcb9c60f5ab3c
include/unicode/ucpmap.h: a22571c78880dd947efc0ab547061a35
include/unicode/ucptrie.h: 9b16abc66b11f53941ec5d90af1df0b0
include/unicode/ucsdet.h: c7d5b3d36da0c71b0a85a72642439a90
include/unicode/ucurr.h: 0ec2b114be8c462d4542c6e1d0bf2b8a
include/unicode/udat.h: 373cf290162e44eba9f2cf6dad278858
include/unicode/udata.h: e747b190fadb0749c129aeff7e6eef54
include/unicode/udateintervalformat.h: 178f650518ecceeb2eca7b763dd68799
include/unicode/udatpg.h: 078d2d548f3123fceae0d4056359a62e
include/unicode/udisplaycontext.h: 57a269787da52ad6720ff5b1e87b5cdd
include/unicode/uenum.h: 41cce54d4862d5068f4f087b935c0657
include/unicode/ufieldpositer.h: 21f8ba8e285bfea4daa3da8a01911b7e
include/unicode/uformattable.h: cad38a97f9f929ebc28d5e72dc5ec14f
include/unicode/uformattedvalue.h: 47ae4b93dddfe15d28400da09201090e
include/unicode/ugender.h: d64c9ad1d5cf04136534e3aca38d2638
include/unicode/uidna.h: 88ee381ec6ec01cb677f3e5222e9cf22
include/unicode/uiter.h: 3fea96177f4f814091918f54d1e68ccd
include/unicode/uldnames.h: d18634bc73c16b9ae02b6a60fd94d8be
include/unicode/ulistformatter.h: 64859bc80c70c1e183f3537e1c354142
include/unicode/uloc.h: b344a11407a95b108ef52a4d88c74d6a
include/unicode/ulocdata.h: 116fad6a2c0db0d08e3f5ae02d93a035
include/unicode/umachine.h: b25221a74cab16d993f35108e6da340a
include/unicode/umisc.h: eca71d8c8bf86529ae5bbc5f34598bea
include/unicode/umsg.h: 298645d31f8d8e209cbb5eb3751e3ceb
include/unicode/umutablecptrie.h: 4fe0aaad80938fbe881a3fb447be1f24
include/unicode/unifilt.h: 71e8ecdb31d706e8e0efc4bbdc9f86b5
include/unicode/unifunct.h: 97d80d81556b54ac674d09643df98cfc
include/unicode/unimatch.h: 00eb31b1d65f3e0f03e7d880b1bb79fb
include/unicode/unirepl.h: c5eeec0e14a9666262d332c22124803f
include/unicode/uniset.h: 69b5447c36eec06421bc9038df3bd80e
include/unicode/unistr.h: e35ee05307a3338579df46718b049b32
include/unicode/unorm.h: 3a1e6dcd474ef8b2c3377b34141bf6d3
include/unicode/unorm2.h: e8fff4023ad114b325f346d2cdbbe043
include/unicode/unum.h: ec868132b7242d85645d30dd549b25fc
include/unicode/unumberformatter.h: 0dc25c33373d63ca0beb10a9ef265237
include/unicode/unumsys.h: 7e5dd76a0e07f790c30c944bfb810e71
include/unicode/uobject.h: c9a1e3afb798e0fbcad34b01b0bc5c3e
include/unicode/upluralrules.h: 15feae7c7df35b97d5e715f28f616e63
include/unicode/uregex.h: 10fe8b8c9f98758bf192bc765fa45e3c
include/unicode/uregion.h: a3f28f15972bf18600012815a8c76535
include/unicode/ureldatefmt.h: d528589ebdc3f8cb6c27ce4867752c55
include/unicode/urename.h: 7cd5ed487b56e2aeb354867a0b2cda5f
include/unicode/urep.h: 6ada98ac1aa68081f10d17b1abadef6e
include/unicode/ures.h: 8c69586a969eb2898d5d3e8c08beda9c
include/unicode/uscript.h: 5bf2d96240b17507a05ebe4d36b1a38e
include/unicode/usearch.h: fc5b3e0d1096ff69c3a2397ef5b3a036
include/unicode/uset.h: a285e1b480a3abaaee753ba74d245efd
include/unicode/usetiter.h: 36896c874036542390b5a75a04f330c5
include/unicode/ushape.h: 86fdf709d4312bb17cf95b16f58e1dc4
include/unicode/uspoof.h: 6c2d471942085f091c8bc748a02f113e
include/unicode/usprep.h: e88585ae8bdb3a35aa88417993bde732
include/unicode/ustdio.h: 3104e526d3de60538f42c0fd5430adcb
include/unicode/ustream.h: 6a3f303b73d795a0ff9a1b8d2758d88d
include/unicode/ustring.h: 92f522f8ef62e443c11baa56c32e42e4
include/unicode/ustringtrie.h: 54a28aa9c4e117cd3ebfd0a670324f6c
include/unicode/utext.h: b0e85d74193953fcaa29de51853cc95a
include/unicode/utf.h: 4434eeb75c89a49228884aa247714e1c
include/unicode/utf16.h: d95d304275f6c688b0c4ae5620d57e4c
include/unicode/utf32.h: a1fdf74f4bd8808f9fb17df371f886d9
include/unicode/utf8.h: 7d5d7b60c96cccc184cdc5cd53447e7c
include/unicode/utf_old.h: c89c03a53abcf83e039ad4217246acd9
include/unicode/utmscale.h: 7c59d91f835bc9f4b805dd64e73851d7
include/unicode/utrace.h: 35cbc5ec2fd02b703a449e896f48ebfe
include/unicode/utrans.h: 7a20730bb6d33441a5b9c886cc7cd0eb
include/unicode/utypes.h: be7b3c9d785b5d70b2f05e6dd527f026
include/unicode/uvernum.h: 59a34f58b169d039a90da4e8824af662
include/unicode/uversion.h: af19802ec4e905051d79ab4579a30bcd
include/unicode/vtzone.h: a9053ef95930bd854729360fe00fed7a
lib/icu/64.2/Makefile.inc: b9c41b216021001f76a7ee0e7a52be73
lib/icu/64.2/pkgdata.inc: 97b000374f8cbf1bc206bd53c44b2484
lib/icu/Makefile.inc: b9c41b216021001f76a7ee0e7a52be73
lib/icu/current/Makefile.inc: b9c41b216021001f76a7ee0e7a52be73
lib/icu/current/pkgdata.inc: 97b000374f8cbf1bc206bd53c44b2484
lib/icu/pkgdata.inc: 97b000374f8cbf1bc206bd53c44b2484
lib/icudt.dll: 4bf335f3c812239fdb288af9c7536ac4
lib/icudt.lib: ef983e4199b691cb04ccd33f0d59d042
lib/icudt64.dll: 5f5f9b34176b0c012f5d62cdd1d947d6
lib/icuin.dll: 3da27ef4f6ed75685def244900ab251f
lib/icuin.lib: 7b4035a5a6b22ee5a062a4a7c11aeed6
lib/icuin64.dll: 3da27ef4f6ed75685def244900ab251f
lib/icuio.dll: 3c0193269e42635affe3809d9fccb3eb
lib/icuio.lib: ca82aa1a25c7f1089855744bffaf9e4e
lib/icuio64.dll: 3c0193269e42635affe3809d9fccb3eb
lib/icutest.dll: 538469e7a3a2b678b9628df448d950fb
lib/icutest.lib: c0725af49af2df05b5cd1508cd7ed8d2
lib/icutest64.dll: 538469e7a3a2b678b9628df448d950fb
lib/icutu.dll: aee92b3be1ad903962710112088b0a4e
lib/icutu.lib: b39b7512ad21ceb5734159f4061cb1cb
lib/icutu64.dll: aee92b3be1ad903962710112088b0a4e
lib/icuuc.dll: 187d80a431a3dd72bc5635e42680ee0d
lib/icuuc.lib: dfb526d79d8568a1b6db40e9c02ea072
lib/icuuc64.dll: 187d80a431a3dd72bc5635e42680ee0d
lib/pkgconfig/icu-i18n.pc: d4740b0d88c4f31cdb35448da73f84c3
lib/pkgconfig/icu-io.pc: 3a210f03beec91148eaf11f9f57aa22e
lib/pkgconfig/icu-uc.pc: 4c0594d00617771efbe334cf08c5e5b0
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
share/icu/64.2/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
share/icu/64.2/config/mh-msys-msvc: deb94ef2bd29c3471723b79091991a51
share/icu/64.2/install-sh: 5afe8eb5573965dfb58378e4e46f3813
share/icu/64.2/mkinstalldirs: 31c4856b24c8dbc6319819ccd43b4fda
share/man/man1/derb.1: 140b84149f762ce47b2fe263aed44fb5
share/man/man1/genbrk.1: f3b0b5c88f6562d93a27e776bf13987c
share/man/man1/gencfu.1: fc9b581c0fe513328c22b44ce035e0c1
share/man/man1/gencnval.1: 696401204fbe4d17e8dac25eea70ce07
share/man/man1/gendict.1: f3607026142ed53bf2d0bae71884ce02
share/man/man1/genrb.1: 3860427c56aa1c847586737737325550
share/man/man1/icu-config.1: 24f882d0de63c5fee2b10a2911b206f8
share/man/man1/makeconv.1: ee9bdbd7ee11f0e705e6de72b86f29ac
share/man/man1/pkgdata.1: 2cb82b3e1c820002968867c3b2b5b811
share/man/man1/uconv.1: 516c265d14b9f3ad72dceb2c2d23f2bb
share/man/man8/genccode.8: 0c9f23a8cec80bfdb6127197f1c3ed17
share/man/man8/gencmn.8: 251c98aa763ab74829e074c5e6f21c98
share/man/man8/gensprep.8: a3129a511adbb04310a2d900c15784e1
share/man/man8/icupkg.8: 145940ae5e9a8aea3a93213f13ddd70c

View File

@@ -0,0 +1,4 @@
1563317256
LICENSE.md: 5aa9930034582b90e2008d2c609d1317
conanfile.py: f80221898becb58bc0de993097f98818
export_source/CMakeLists.txt: eb0fcc86f467a4c6ac9f37c16887a29f

View File

@@ -0,0 +1,12 @@
1563319076
conaninfo.txt: f7407f0b37a177dbd8da281e911fae13
include/jconfig.h: 4afbe7884ea1911cce5eb488828a2441
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
lib/libjpeg.a: 76c0df72f772b8437d4cbae90033e9e1
lib/libturbojpeg.a: 5c6f3ef0620d46137252e6c3a74bd235
lib/pkgconfig/libjpeg.pc: e8374a56760f12ee4e809879b1675b88
lib/pkgconfig/libturbojpeg.pc: e9877f5ec875796a6063943cc96cfb3a
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2

View File

@@ -0,0 +1,12 @@
1563317429
conaninfo.txt: d18e9d7f8420204b797c974a3840cd84
include/jconfig.h: 4afbe7884ea1911cce5eb488828a2441
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
lib/jpeg-static.lib: ff36c0d3e4e89fe38504b7902848cf43
lib/pkgconfig/libjpeg.pc: aaa7ae7e53ca96542aa9dc600892a37f
lib/pkgconfig/libturbojpeg.pc: bd2d8c64e49e878fb5b3d9ec4e5d48cc
lib/turbojpeg-static.lib: b8f67c803866ebd5e8a4b78e5b1e69be
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2

View File

@@ -0,0 +1,12 @@
1563317951
conaninfo.txt: 30e51ce35bad9c012af4f30e6e7892ed
include/jconfig.h: 4afbe7884ea1911cce5eb488828a2441
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
lib/jpeg-static.lib: 9bc7573efc66b8352d20c75ccc749f02
lib/pkgconfig/libjpeg.pc: 8262515528659421186ba8c1ec623689
lib/pkgconfig/libturbojpeg.pc: 837f896e637fff65f9d69c867fafdfec
lib/turbojpeg-static.lib: c018bdcd94775b2a7b25c1a69742cf28
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2

View File

@@ -0,0 +1,12 @@
1563318848
conaninfo.txt: 91949552e25a4ed2d26b7f0720dfb965
include/jconfig.h: 4afbe7884ea1911cce5eb488828a2441
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
lib/libjpeg.a: 66c75997f3c87e8c27f51bd4c464f421
lib/libturbojpeg.a: 1fdd01646bf0752dc56aa89326e81081
lib/pkgconfig/libjpeg.pc: 5d283d46775e3e57e96354b3e019af5e
lib/pkgconfig/libturbojpeg.pc: f72af38bacd8a265b3d7c595b2fcb631
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2

Some files were not shown because too many files have changed in this diff Show More