mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-07 23:46:51 +08:00
Compare commits
120 Commits
v5.15.0-be
...
5.15.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f7f776d39 | ||
|
|
49a05b82b4 | ||
|
|
746a0e5476 | ||
|
|
f0c314d4d4 | ||
|
|
dd11f01de7 | ||
|
|
b916e0db22 | ||
|
|
39d852d05a | ||
|
|
0d62fbdeb8 | ||
|
|
51e21dcadd | ||
|
|
f524b6a79d | ||
|
|
e5488354ca | ||
|
|
27ffd5c6b2 | ||
|
|
b2ca6cf26b | ||
|
|
49825be2dc | ||
|
|
8066f8ef9f | ||
|
|
a8f008d5a5 | ||
|
|
8c7592b5c4 | ||
|
|
c129f9983d | ||
|
|
44fe19f004 | ||
|
|
b6363e91e9 | ||
|
|
ac1bc46838 | ||
|
|
9972ae9fb6 | ||
|
|
93a2636e0f | ||
|
|
5442f9a23a | ||
|
|
7339218edd | ||
|
|
73765a6885 | ||
|
|
093f748d82 | ||
|
|
f399972a0d | ||
|
|
192bd350fb | ||
|
|
7585da561e | ||
|
|
7143d018dc | ||
|
|
75ae2c8579 | ||
|
|
cd021169a1 | ||
|
|
bc437dd773 | ||
|
|
1095b1abc6 | ||
|
|
de3cffca04 | ||
|
|
ac489d92a3 | ||
|
|
da578e2b17 | ||
|
|
95ac2d82ae | ||
|
|
5be3dc5f60 | ||
|
|
3bd4b2760e | ||
|
|
30714c7cb7 | ||
|
|
a7654f4a03 | ||
|
|
c4e49e7464 | ||
|
|
5279f32fdf | ||
|
|
32595beb43 | ||
|
|
a8e64fec51 | ||
|
|
c1c44574f6 | ||
|
|
9a4fc7074c | ||
|
|
16ca898568 | ||
|
|
4f504b9e3f | ||
|
|
cbb4768052 | ||
|
|
f4b02da372 | ||
|
|
38139878ff | ||
|
|
bca97664c6 | ||
|
|
69342bb5b7 | ||
|
|
717364e3e1 | ||
|
|
ca2d7b6a5b | ||
|
|
d20eaafc5c | ||
|
|
b3777f0703 | ||
|
|
d913a868d4 | ||
|
|
cb2293ae0a | ||
|
|
826d95df85 | ||
|
|
48ff0140de | ||
|
|
e85c0e88cf | ||
|
|
db44923e30 | ||
|
|
2bc89aec9b | ||
|
|
9deba571f9 | ||
|
|
8f653ce4f8 | ||
|
|
71043ca243 | ||
|
|
e2d2d25a57 | ||
|
|
5f03b84e65 | ||
|
|
d937578404 | ||
|
|
20668c9233 | ||
|
|
d88858d98b | ||
|
|
230e99400c | ||
|
|
3050559262 | ||
|
|
5b018f96af | ||
|
|
cc4fdea014 | ||
|
|
ac8b28db57 | ||
|
|
882294edc3 | ||
|
|
10e07c7877 | ||
|
|
767711b44a | ||
|
|
285f2c5690 | ||
|
|
4d435697fa | ||
|
|
133403b829 | ||
|
|
30b0878b18 | ||
|
|
cafd0f0019 | ||
|
|
908afb868a | ||
|
|
f008144b88 | ||
|
|
4d3751fe3b | ||
|
|
61267a7a78 | ||
|
|
bb13978b01 | ||
|
|
606bbd68c4 | ||
|
|
5148639647 | ||
|
|
26526c4560 | ||
|
|
861e942481 | ||
|
|
81ab1ffb89 | ||
|
|
657413a101 | ||
|
|
5403d3259c | ||
|
|
5cf6725dbe | ||
|
|
2e7ba38d18 | ||
|
|
704e5d5635 | ||
|
|
2d524e4bcc | ||
|
|
7264214147 | ||
|
|
f164974aef | ||
|
|
e90ca63f94 | ||
|
|
58f8324458 | ||
|
|
79e164fc72 | ||
|
|
08c21b092d | ||
|
|
fe45a4ea86 | ||
|
|
bdaa28c45f | ||
|
|
4c880b3aff | ||
|
|
7ba8c15d79 | ||
|
|
b7b6e31d47 | ||
|
|
b263f0a2d1 | ||
|
|
d3c777f18e | ||
|
|
fd23ab598e | ||
|
|
3c0578e0bf | ||
|
|
8a4f808649 |
86
.gitmodules
vendored
86
.gitmodules
vendored
@@ -1,60 +1,60 @@
|
||||
[submodule "qtbase"]
|
||||
path = qtbase
|
||||
url = ../qtbase.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = essential
|
||||
[submodule "qtsvg"]
|
||||
depends = qtbase
|
||||
path = qtsvg
|
||||
url = ../qtsvg.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtdeclarative"]
|
||||
depends = qtbase
|
||||
recommends = qtsvg
|
||||
path = qtdeclarative
|
||||
url = ../qtdeclarative.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = essential
|
||||
[submodule "qtactiveqt"]
|
||||
depends = qtbase
|
||||
path = qtactiveqt
|
||||
url = ../qtactiveqt.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtscript"]
|
||||
depends = qtbase
|
||||
recommends = qttools
|
||||
path = qtscript
|
||||
url = ../qtscript.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = deprecated
|
||||
[submodule "qtmultimedia"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtmultimedia
|
||||
url = ../qtmultimedia.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = essential
|
||||
[submodule "qttools"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtactiveqt
|
||||
path = qttools
|
||||
url = ../qttools.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = essential
|
||||
[submodule "qtxmlpatterns"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtxmlpatterns
|
||||
url = ../qtxmlpatterns.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = deprecated
|
||||
[submodule "qttranslations"]
|
||||
depends = qttools
|
||||
path = qttranslations
|
||||
url = ../qttranslations.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = essential
|
||||
priority = 30
|
||||
[submodule "qtdoc"]
|
||||
@@ -62,7 +62,7 @@
|
||||
recommends = qtmultimedia qtquickcontrols qtquickcontrols2
|
||||
path = qtdoc
|
||||
url = ../qtdoc.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = essential
|
||||
priority = 40
|
||||
[submodule "qtrepotools"]
|
||||
@@ -83,14 +83,14 @@
|
||||
recommends = qtdeclarative qtquickcontrols qtquickcontrols2 qtserialport
|
||||
path = qtlocation
|
||||
url = ../qtlocation.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtsensors"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtsensors
|
||||
url = ../qtsensors.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtsystems"]
|
||||
depends = qtbase
|
||||
@@ -123,99 +123,99 @@
|
||||
recommends = qtdeclarative qtandroidextras
|
||||
path = qtconnectivity
|
||||
url = ../qtconnectivity.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtwayland"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtwayland
|
||||
url = ../qtwayland.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qt3d"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtimageformats qtgamepad
|
||||
path = qt3d
|
||||
url = ../qt3d.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtimageformats"]
|
||||
depends = qtbase
|
||||
path = qtimageformats
|
||||
url = ../qtimageformats.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtgraphicaleffects"]
|
||||
depends = qtdeclarative
|
||||
path = qtgraphicaleffects
|
||||
url = ../qtgraphicaleffects.git
|
||||
branch = 5.15
|
||||
status = addon
|
||||
branch = 5.15.1
|
||||
status = essential
|
||||
[submodule "qtquickcontrols"]
|
||||
depends = qtdeclarative
|
||||
recommends = qtgraphicaleffects
|
||||
path = qtquickcontrols
|
||||
url = ../qtquickcontrols.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtserialbus"]
|
||||
depends = qtbase
|
||||
recommends = qtserialport
|
||||
path = qtserialbus
|
||||
url = ../qtserialbus.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtserialport"]
|
||||
depends = qtbase
|
||||
path = qtserialport
|
||||
url = ../qtserialport.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtx11extras"]
|
||||
depends = qtbase
|
||||
path = qtx11extras
|
||||
url = ../qtx11extras.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtmacextras"]
|
||||
depends = qtbase
|
||||
path = qtmacextras
|
||||
url = ../qtmacextras.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtwinextras"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtmultimedia
|
||||
path = qtwinextras
|
||||
url = ../qtwinextras.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtandroidextras"]
|
||||
depends = qtbase
|
||||
path = qtandroidextras
|
||||
url = ../qtandroidextras.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtwebsockets"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtwebsockets
|
||||
url = ../qtwebsockets.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtwebchannel"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtwebsockets
|
||||
path = qtwebchannel
|
||||
url = ../qtwebchannel.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtwebengine"]
|
||||
depends = qtdeclarative
|
||||
recommends = qtquickcontrols qtquickcontrols2 qtlocation qtwebchannel qttools
|
||||
path = qtwebengine
|
||||
url = ../qtwebengine.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
priority = 10
|
||||
[submodule "qtcanvas3d"]
|
||||
@@ -229,98 +229,98 @@
|
||||
recommends = qtwebengine
|
||||
path = qtwebview
|
||||
url = ../qtwebview.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtquickcontrols2"]
|
||||
depends = qtgraphicaleffects
|
||||
recommends = qtimageformats
|
||||
path = qtquickcontrols2
|
||||
url = ../qtquickcontrols2.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = essential
|
||||
[submodule "qtpurchasing"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtandroidextras
|
||||
path = qtpurchasing
|
||||
url = ../qtpurchasing.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtcharts"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtmultimedia
|
||||
path = qtcharts
|
||||
url = ../qtcharts.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtdatavis3d"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtmultimedia
|
||||
path = qtdatavis3d
|
||||
url = ../qtdatavis3d.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtvirtualkeyboard"]
|
||||
depends = qtbase qtdeclarative qtsvg
|
||||
recommends = qtmultimedia qtquickcontrols
|
||||
path = qtvirtualkeyboard
|
||||
url = ../qtvirtualkeyboard.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtgamepad"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtgamepad
|
||||
url = ../qtgamepad.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtscxml"]
|
||||
depends = qtbase qtdeclarative
|
||||
path = qtscxml
|
||||
url = ../qtscxml.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtspeech"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtmultimedia
|
||||
path = qtspeech
|
||||
url = ../qtspeech.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtnetworkauth"]
|
||||
depends = qtbase
|
||||
path = qtnetworkauth
|
||||
url = ../qtnetworkauth.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtremoteobjects"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtremoteobjects
|
||||
url = ../qtremoteobjects.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtwebglplugin"]
|
||||
depends = qtbase qtwebsockets
|
||||
recommends = qtdeclarative
|
||||
path = qtwebglplugin
|
||||
url = ../qtwebglplugin.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtlottie"]
|
||||
depends = qtbase qtdeclarative
|
||||
path = qtlottie
|
||||
url = ../qtlottie.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtquicktimeline"]
|
||||
depends = qtbase qtdeclarative
|
||||
path = qtquicktimeline
|
||||
url = ../qtquicktimeline
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
[submodule "qtquick3d"]
|
||||
depends = qtbase qtdeclarative
|
||||
path = qtquick3d
|
||||
url = ../qtquick3d.git
|
||||
branch = 5.15
|
||||
branch = 5.15.1
|
||||
status = addon
|
||||
|
||||
@@ -27,14 +27,14 @@ Configurations:
|
||||
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 -qt-zlib'
|
||||
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-17'
|
||||
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 -qt-zlib'
|
||||
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-17'
|
||||
Compiler: 'MSVC2019'
|
||||
@@ -60,9 +60,10 @@ Configurations:
|
||||
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.1-x86_64'
|
||||
Compiler: 'ICC_18'
|
||||
Compiler: 'ICC'
|
||||
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'
|
||||
Environment variables: ['LD_LIBRARY_PATH=$ICC64_19_LDLP:$LD_LIBRARY_PATH', 'PATH=$ICC64_19_PATH:$PATH' ]
|
||||
-
|
||||
Template: 'qtci-linux-openSUSE-15.1-x86_64'
|
||||
Target os: 'WebAssembly'
|
||||
@@ -72,7 +73,7 @@ Configurations:
|
||||
-
|
||||
Template: 'qtci-linux-SLES-15-x86_64'
|
||||
Compiler: 'GCC'
|
||||
Features: ['DisableTests']
|
||||
Features: ['Insignificant']
|
||||
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'
|
||||
@@ -146,4 +147,4 @@ Configurations:
|
||||
Target arch: 'armv7'
|
||||
Compiler: 'GCC'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -extprefix /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'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -extprefix /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 -I /opt/qnx700/target/qnx7/usr/include/openssl1_1'
|
||||
|
||||
@@ -5,14 +5,14 @@ Configurations:
|
||||
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 -qt-zlib'
|
||||
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-17'
|
||||
Target os: 'WinRT_10'
|
||||
Target arch: 'x86'
|
||||
Compiler: 'MSVC2019'
|
||||
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-msvc2019 -xplatform winrt-x86-msvc2019 -qt-zlib'
|
||||
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-msvc2019 -xplatform winrt-x86-msvc2019'
|
||||
-
|
||||
Template: 'qtci-windows-7-x86-3'
|
||||
Compiler: 'Mingw'
|
||||
@@ -31,13 +31,13 @@ Configurations:
|
||||
Target arch: 'armv7'
|
||||
Compiler: 'MSVC2019'
|
||||
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-msvc2019 -xplatform winrt-arm-msvc2019 -qt-zlib'
|
||||
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-msvc2019 -xplatform winrt-arm-msvc2019'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-17'
|
||||
Target os: 'WinRT_10'
|
||||
Compiler: 'MSVC2019'
|
||||
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-msvc2019 -xplatform winrt-x64-msvc2019 -qt-zlib'
|
||||
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-msvc2019 -xplatform winrt-x64-msvc2019'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-17'
|
||||
Target os: 'Android_ANY'
|
||||
@@ -46,7 +46,7 @@ Configurations:
|
||||
Environment variables: ['PATH=C:\MINGW810\mingw64\bin;$PATH']
|
||||
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-r20 -qt-zlib'
|
||||
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-r20'
|
||||
-
|
||||
Template: 'qtci-macos-10.13-x86_64-2'
|
||||
Target os: 'Android_ANY'
|
||||
@@ -61,7 +61,7 @@ Configurations:
|
||||
Target arch: 'x86'
|
||||
Compiler: 'GCC'
|
||||
Features: ['DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -extprefix /Users/qt/work/install -release -nomake tests -nomake examples -no-use-gold-linker -opengl es2 -qpa qnx -xplatform qnx-x86-qcc'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -extprefix /Users/qt/work/install -release -nomake tests -nomake examples -no-use-gold-linker -opengl es2 -qpa qnx -xplatform qnx-x86-qcc -I /opt/qnx700/target/qnx7/usr/include/openssl1_1'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-17'
|
||||
Target os: 'QNX_700'
|
||||
@@ -69,7 +69,7 @@ Configurations:
|
||||
Compiler: 'Mingw'
|
||||
Environment variables: ['PATH=C:\Program Files\Git\bin;C:\MINGW810\mingw64\bin;$PATH;C:\qnx700\host\win64\x86_64\usr\bin;C:\qnx700\.qnx\bin', 'MAKEFLAGS=-j4 -Ic:\qnx700\target\qnx7\usr\include', 'QNX_CONFIGURATION=c:/qnx700/.qnx', 'QNX_CONFIGURATION_EXCLUSIVE=c:/qnx700/.qnx', 'QNX_TARGET=c:/qnx700/target/qnx7', 'QNX_HOST=c:/qnx700/host/win64/x86_64', 'LIB=""', 'INCLUDE=""']
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -opengl es2 -xplatform qnx-armle-v7-qcc -qt-zlib'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -opengl es2 -xplatform qnx-armle-v7-qcc -Ic:\qnx700\target\qnx7\usr\include\openssl1_1'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-17'
|
||||
Target os: 'QNX_700'
|
||||
@@ -77,7 +77,7 @@ Configurations:
|
||||
Compiler: 'Mingw'
|
||||
Environment variables: ['PATH=C:\Program Files\Git\bin;C:\MINGW810\mingw64\bin;$PATH;C:\qnx700\host\win64\x86_64\usr\bin;C:\qnx700\.qnx\bin', 'MAKEFLAGS=-j4 -Ic:\qnx700\target\qnx7\usr\include', 'QNX_CONFIGURATION=c:/qnx700/.qnx', 'QNX_CONFIGURATION_EXCLUSIVE=c:/qnx700/.qnx', 'QNX_TARGET=c:/qnx700/target/qnx7', 'QNX_HOST=c:/qnx700/host/win64/x86_64', 'LIB=""', 'INCLUDE=""']
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -opengl es2 -nomake tests -nomake examples -no-sql-mysql -xplatform qnx-aarch64le-qcc -qt-zlib'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -opengl es2 -nomake tests -nomake examples -no-sql-mysql -xplatform qnx-aarch64le-qcc -Ic:\qnx700\target\qnx7\usr\include\openssl1_1'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-17'
|
||||
Target os: 'QNX_700'
|
||||
@@ -85,28 +85,28 @@ Configurations:
|
||||
Compiler: 'Mingw'
|
||||
Environment variables: ['PATH=C:\Program Files\Git\bin;C:\MINGW810\mingw64\bin;$PATH;C:\qnx700\host\win64\x86_64\usr\bin;C:\qnx700\.qnx\bin', 'MAKEFLAGS=-j4 -Ic:\qnx700\target\qnx7\usr\include', 'QNX_CONFIGURATION=c:/qnx700/.qnx', 'QNX_CONFIGURATION_EXCLUSIVE=c:/qnx700/.qnx', 'QNX_TARGET=c:/qnx700/target/qnx7', 'QNX_HOST=c:/qnx700/host/win64/x86_64', 'LIB=""', 'INCLUDE=""']
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -opengl es2 -xplatform qnx-x86-64-qcc -qt-zlib'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -extprefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -opengl es2 -xplatform qnx-x86-64-qcc -Ic:\qnx700\target\qnx7\usr\include\openssl1_1'
|
||||
-
|
||||
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 -extprefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-use-gold-linker -opengl es2 -qpa qnx -xplatform qnx-aarch64le-qcc'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -extprefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-use-gold-linker -opengl es2 -qpa qnx -xplatform qnx-aarch64le-qcc -I /opt/qnx700/target/qnx7/usr/include/openssl1_1'
|
||||
-
|
||||
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 -extprefix /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'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -extprefix /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 -I /opt/qnx700/target/qnx7/usr/include/openssl1_1'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-17'
|
||||
Target os: 'WebAssembly'
|
||||
Compiler: 'Mingw'
|
||||
Environment variables: ['PATH=C:\MINGW810\mingw64\bin;$PATH']
|
||||
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 -qt-zlib'
|
||||
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'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-
|
||||
Template: 'qtci-windows-10-x86-3'
|
||||
Template: 'qtci-windows-10-x86-4'
|
||||
Compiler: 'MSVC2019'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -opengl dynamic -nomake examples -nomake tests'
|
||||
-
|
||||
|
||||
@@ -5,4 +5,9 @@ Configurations:
|
||||
Compiler: 'Mingw'
|
||||
Environment variables: ['PATH=C:\MINGW810_i686\mingw32\bin;$PATH']
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -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++'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -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++ QMAKE_LFLAGS_APP+=-s'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-16'
|
||||
Compiler: 'Mingw73'
|
||||
Features: ['Packaging']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -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++ QMAKE_LFLAGS_APP+=-s'
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
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'
|
||||
Template: 'qtci-windows-10-x86-4'
|
||||
Compiler: 'MSVC2019'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -force-debug-info -opengl dynamic -nomake examples -nomake tests'
|
||||
|
||||
@@ -0,0 +1,47 @@
|
||||
CPU 4G
|
||||
Memory: 4G
|
||||
Hard disk: 250G
|
||||
Network: CI_NW
|
||||
Video Card - total memory: 32MB
|
||||
|
||||
VM Options:
|
||||
Boot options/Firmware: BIOS
|
||||
|
||||
Language: English US
|
||||
Time and currency format: Finnish (Finland)
|
||||
Keyboard: Finnish
|
||||
Windows 10 Enterprise
|
||||
Region: Finland
|
||||
Default keyboard layout: English (United States)
|
||||
|
||||
* VMware tools (complete) installed
|
||||
* Resolution set to 1280x800
|
||||
* Coin-setup:
|
||||
- Installing Boostrap agent
|
||||
- Disabling fast boot
|
||||
- Disabling firewall
|
||||
- Disabling UAC
|
||||
- Enabling autologin
|
||||
- Automatic login
|
||||
- Disabling windows updates
|
||||
* Enable 'Allow remote connections to this computer'
|
||||
* Windows Defender Antivirus turned off: Open 'gpedit.msc': 'Computer Configuration' - 'Administrative Templates' - 'Windows Components' - 'Windows Defender Antivirus'
|
||||
- Edit 'Turn off Windows Defender Antivirus' > 'Enabled' > 'Apply' * Background defrag disabled: 'defragment and optimize drives' - 'change settings' - unchecked "run on a schedule" * Background defrag disabled: 'defragment
|
||||
NOTE! Without this step windows defender can't be disabled!
|
||||
* Background defrag disabled: 'defragment and optimize drives' - 'change settings' - unchecked "run on a schedule"
|
||||
- Run in terminal: 'schtasks /Delete /TN "Microsoft\Windows\Defrag\ScheduledDefrag"'
|
||||
* Time zone: Coordinated Universal Time
|
||||
* Windows search disabled: 'Control Panel\System and Security\Administrative Tools\Services' - 'Windows search' - stop & disable
|
||||
* Sysmain disabled: 'Control Panel\System and Security\Administrative Tools\Services' - 'SysMain' - stop & disable
|
||||
* Power saver disabled: Open 'Power & sleep' and set 'Screen' to 'never'
|
||||
* Turn windows features on or off -> Check the "SMB 1.0/CIFS File Sharing Support
|
||||
* Google Chrome installed for RTA
|
||||
* Turn off Virus & threat protection (all sections) manually. Without this step windows defender can't be disabled!
|
||||
- Real-tiem protection -> off
|
||||
- Cloud-delivered protection -> off
|
||||
- Automatic sample submission -> off
|
||||
- Tamper protection -> off
|
||||
* Activate Windows
|
||||
* Modify 'Windows Software Development Kit - Windows 10.0.18362.1' from 'Add or remove programs'
|
||||
- Add feature 'Debugging Tools for Windows'
|
||||
* REBOOT the VM
|
||||
@@ -0,0 +1,72 @@
|
||||
#############################################################################
|
||||
##
|
||||
## 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$
|
||||
##
|
||||
#############################################################################
|
||||
|
||||
# Windows 7 does not have Get-ScheduledTask and Unregister-ScheduledTask
|
||||
# thus needing its own version.
|
||||
Write-Host "Disabling defragmentation"
|
||||
$version = Get-CimInstance Win32_OperatingSystem | Select-Object -ExpandProperty Caption
|
||||
if ($version -like '*Windows 7*'){
|
||||
$pi = New-Object System.Diagnostics.ProcessStartInfo
|
||||
$pi.FileName = "C:\Windows\System32\schtasks.exe"
|
||||
$pi.RedirectStandardError = $true
|
||||
$pi.UseShellExecute = $false
|
||||
$pi.Arguments = "/Delete /TN `"\Microsoft\Windows\Defrag\ScheduledDefrag`" /F"
|
||||
$prog = New-Object System.Diagnostics.Process
|
||||
$prog.StartInfo = $pi
|
||||
$prog.Start() | Out-Null
|
||||
$err = $prog.StandardError.ReadToEnd()
|
||||
$prog.WaitForExit()
|
||||
if ($prog.ExitCode -eq 0){
|
||||
Write-Host "Scheduled defragmentation removed"
|
||||
} else {
|
||||
if ($err -like '*cannot find the file*'){
|
||||
Write-Host "No scheduled defragmentation task found"
|
||||
exit 0
|
||||
} else {
|
||||
Write-Host "Error while deleting scheduled defragmentation task: $err"
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
try {
|
||||
$state = (Get-ScheduledTask -ErrorAction Stop -TaskName "ScheduledDefrag").State
|
||||
Write-Host "Scheduled defragmentation task found in state: $state"
|
||||
}
|
||||
catch {
|
||||
Write-Host "No scheduled defragmentation task found"
|
||||
exit 0
|
||||
}
|
||||
Write-Host "Unregistering scheduled defragmentation task"
|
||||
Unregister-ScheduledTask -ErrorAction Stop -Confirm:$false -TaskName ScheduledDefrag
|
||||
Write-Host "Scheduled Defragmentation task was cancelled"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
. "$PSScriptRoot\..\..\provisioning\common\windows\helpers.ps1"
|
||||
|
||||
# Disable the NTP from syncing
|
||||
Run-Executable "w32tm.exe" "/config /syncfromflags:NO"
|
||||
@@ -0,0 +1,88 @@
|
||||
. "$PSScriptRoot\..\..\provisioning\common\windows\helpers.ps1"
|
||||
|
||||
# This script will remove unneeded Tasks from Task Scheduler
|
||||
|
||||
# Application Experience 'Microsoft Compatibility Appraiser' - "Collects program telemetry information if opted-in to the Microsoft Customer Experience Improvement Program."
|
||||
DisableSchedulerTask "Application Experience\Microsoft Compatibility Appraiser"
|
||||
|
||||
# Application Experience 'ProgramDataUpdater' - "Collects program telemetry information if opted-in to the Microsoft Customer Experience Improvement Program"
|
||||
DisableSchedulerTask "Application Experience\ProgramDataUpdater"
|
||||
|
||||
# Autochk 'Proxy' - "This task collects and uploads autochk SQM data if opted-in to the Microsoft Customer Experience Improvement Program."
|
||||
DisableSchedulerTask "Autochk\Proxy"
|
||||
|
||||
# Chkdsk 'ProactiveScan' - "NTFS Volume Health Scan"
|
||||
DisableSchedulerTask "Chkdsk\ProactiveScan"
|
||||
|
||||
# Chkdsk 'SyspartRepair'
|
||||
DeleteSchedulerTask "Chkdsk\SyspartRepair"
|
||||
|
||||
# Customer Experience Improvement Program 'Consolidator' - "If the user has consented to participate in the Windows Customer Experience Improvement Program, this job collects and sends usage data to Microsoft."
|
||||
DisableSchedulerTask "Customer Experience Improvement Program\Consolidator"
|
||||
|
||||
# Customer Experience Improvement Program 'sbCeip' - "The USB CEIP (Customer Experience Improvement Program) task collects Universal Serial Bus related statistics and information about your machine and sends it to the Windows Device Connectivity engineering group at Microsoft. The information received is used to help improve the reliability, stability, and overall functionality of USB in Windows. If the user has not consented to participate in Windows CEIP, this task does not do anything."
|
||||
DisableSchedulerTask "Customer Experience Improvement Program\UsbCeip"
|
||||
|
||||
# Device Information 'Device'
|
||||
DisableSchedulerTask "Device Information\Device"
|
||||
|
||||
# Diagnosis 'Scheduled' - "The Windows Scheduled Maintenance Task performs periodic maintenance of the computer system by fixing problems automatically or reporting them through Security and Maintenance."
|
||||
DisableSchedulerTask "Diagnosis\Scheduled"
|
||||
|
||||
# DiskDiagnostic 'Microsoft-Windows-DiskDiagnosticDataCollector' - "The Windows Disk Diagnostic reports general disk and system information to Microsoft for users participating in the Customer Experience Program."
|
||||
DisableSchedulerTask "DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector"
|
||||
|
||||
# ExploitGuard 'ExploitGuard MDM policy Refresh' - "Task for applying changes to the machine's Exploit Protection settings."
|
||||
DisableSchedulerTask "ExploitGuard\ExploitGuard MDM policy Refresh"
|
||||
|
||||
# Feedback/Siuf 'DmClient'
|
||||
DisableSchedulerTask "Feedback\Siuf\DmClient"
|
||||
|
||||
# Feedback/Siuf 'DmClient'OnScenarioDownload'
|
||||
DisableSchedulerTask "Feedback\Siuf\DmClientOnScenarioDownload"
|
||||
|
||||
# File Classification Infrastructure 'Property Definition Sync'
|
||||
DisableSchedulerTask "File Classification Infrastructure\Property Definition Sync"
|
||||
|
||||
# InstallService 'ScanForUpdates'
|
||||
DisableSchedulerTask "InstallService\ScanForUpdates"
|
||||
|
||||
# InstallService 'ScanForUpdatesAsUser'
|
||||
DisableSchedulerTask "InstallService\ScanForUpdatesAsUser"
|
||||
|
||||
# LanguageComponentsInstaller 'Installation' - "Install language components that match the user's language list."
|
||||
DisableSchedulerTask "LanguageComponentsInstaller\Installation"
|
||||
|
||||
# LanguageComponentsInstaller 'ReconcileLanguageResources' - "Install language components that match the user's language list."
|
||||
DisableSchedulerTask "LanguageComponentsInstaller\ReconcileLanguageResources"
|
||||
|
||||
# PI 'Secure-Boot-Update' - "This task updates the Secure Boot variables."
|
||||
DisableSchedulerTask "PI\Secure-Boot-Update"
|
||||
|
||||
# PI 'Sqm-Tasks' - "This task gathers information about the Trusted Platform Module (TPM), Secure Boot, and Measured Boot."
|
||||
DisableSchedulerTask "PI\Sqm-Tasks"
|
||||
|
||||
# Power Efficiency Diagnotics 'AnalyzeSystem' - "This task analyzes the system looking for conditions that may cause high energy use."
|
||||
DisableSchedulerTask "PushToInstall\Registration"
|
||||
|
||||
# Servicing 'StartComponentCleanup'
|
||||
DisableSchedulerTask "Servicing\StartComponentCleanup"
|
||||
|
||||
# SettingSync 'BackgroundUploadTask'
|
||||
DeleteSchedulerTask "SettingSync\BackgroundUploadTask"
|
||||
|
||||
# SoftwareProtectionPlatform 'SvcRestartTask' - "This task restarts the Software Protection Platform service at the specified time"
|
||||
DeleteSchedulerTask "SoftwareProtectionPlatform\SvcRestartTask"
|
||||
|
||||
# SoftwareProtectionPlatform 'SvcRestartTaskLogon' - "This task restarts the Software Protection Platform service at the specified time"
|
||||
DisableSchedulerTask "SoftwareProtectionPlatform\SvcRestartTaskLogon"
|
||||
|
||||
# SoftwareProtectionPlatform 'SvcRestartTaskNetwork' - "This task restarts the Software Protection Platform service when a new network is detected"
|
||||
DisableSchedulerTask "SoftwareProtectionPlatform\SvcRestartTaskNetwork"
|
||||
|
||||
# UNP 'RunUpdateNotificationMgr'
|
||||
DeleteSchedulerTask "UNP\RunUpdateNotificationMgr"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
# Disable UpdateOrchestrator
|
||||
|
||||
$name = "UpdateOrchestrator"
|
||||
$path = "C:\Windows\System32\Tasks\Microsoft\Windows\$name"
|
||||
|
||||
takeown /F $path /A /R
|
||||
icacls $path /grant Administrators:F /T
|
||||
SCHTASKS /Change /TN "Microsoft\Windows\$name\Reboot" /DISABLE
|
||||
del "$path\Schedule Scan"
|
||||
del "$path\Schedule Scan Static Task"
|
||||
del "$path\Backup Scan"
|
||||
del "$path\UpdateModelTask"
|
||||
del "$path\USO_UxBroker"
|
||||
|
||||
# Disable Update orchestrator service
|
||||
reg.exe ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsoSvc" /V Start /T REG_dWORD /D 4 /F
|
||||
@@ -0,0 +1,63 @@
|
||||
###########################################################################
|
||||
##
|
||||
## 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$
|
||||
##
|
||||
#############################################################################
|
||||
|
||||
# Turning off win defender.
|
||||
#
|
||||
# If disabled manually, windows will automatically enable it after
|
||||
# some period of time. Disabling it speeds up the builds.
|
||||
# NOTE! Windows Defender Antivirus needs to be turned off!
|
||||
# Open 'gpedit.msc': 'Computer Configuration' - 'Administrative Templates' - 'Windows Components' - 'Windows Defender Antivirus'
|
||||
# Edit 'Turn off Windows Defender Antivirus' > 'Enabled' > 'Apply'
|
||||
|
||||
|
||||
. "$PSScriptRoot\..\..\provisioning\common\windows\helpers.ps1"
|
||||
|
||||
Run-Executable "reg.exe" "ADD `"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender`" /V DisableAntiSpyware /T REG_dWORD /D 1 /F"
|
||||
|
||||
# 'Windows Defender Cache Maintenance' - "Periodic maintenance task."
|
||||
DisableSchedulerTask "Windows Defender\Windows Defender Cache Maintenance"
|
||||
|
||||
# 'Windows Defender Cleanup' - "Periodic cleanup task."
|
||||
DisableSchedulerTask "Windows Defender\Windows Defender Cleanup"
|
||||
|
||||
# 'Windows Defender Scheduled Scan' - "Periodic scan task."
|
||||
DisableSchedulerTask "Windows Defender\Windows Defender Scheduled Scan"
|
||||
|
||||
# 'Windows Defender Verification' - "Periodic verification task."
|
||||
DisableSchedulerTask "Windows Defender\Windows Defender Verification"
|
||||
|
||||
# Disable 'QueueReporting' - "Windows Error Reporting task to process queued reports."
|
||||
DisableSchedulerTask "Windows Error Reporting\QueueReporting"
|
||||
|
||||
# Disable WindowsUpdate from Task Scheduler
|
||||
DisableSchedulerTask "WindowsUpdate\Scheduled Start"
|
||||
@@ -0,0 +1,4 @@
|
||||
# Disable Windows File Protection
|
||||
# Windows File Protection feature in Microsoft Windows prevents programs from replacing critical Windows system files.
|
||||
|
||||
reg.exe ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /V SFCDisable /T REG_dWORD /D 0xffffff9d /F
|
||||
@@ -0,0 +1,25 @@
|
||||
# Windows Update Medic Service (WaaSMedicSvc)'PerformRemediation' helps recover update-related services to the supported configuration.
|
||||
# WaasMedicSvc keeps re-starting Windows Update, even if it disabled manually.
|
||||
# Even Admin user don't have privileged to disable PerformRemediation from Task Scheduler which means that WaaSMedicSvc.dll need's to be removed from the system
|
||||
|
||||
$limit = (Get-Date).AddMinutes(20)
|
||||
$path = "C:\Windows\System32\WaaSMedicSvc.dll"
|
||||
|
||||
DO {
|
||||
takeown /F $path
|
||||
icacls $path /grant Administrators:f
|
||||
Write-host "Deleting $path"
|
||||
|
||||
Try {
|
||||
del $path
|
||||
}
|
||||
Catch [System.UnauthorizedAccessException] {
|
||||
Write-host "Access to the path '$path' is denied."
|
||||
Continue
|
||||
}
|
||||
|
||||
if ((Get-Date) -gt $limit) {
|
||||
exit 1
|
||||
}
|
||||
|
||||
}while (Test-Path -Path "$path")
|
||||
@@ -1,6 +1,6 @@
|
||||
############################################################################
|
||||
##
|
||||
## Copyright (C) 2018 The Qt Company Ltd.
|
||||
## Copyright (C) 2017 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,24 @@
|
||||
##
|
||||
#############################################################################
|
||||
|
||||
. "$PSScriptRoot\..\common\helpers.ps1"
|
||||
# This script disables the automatic Windows updates
|
||||
|
||||
# This script will install Visual Studio 2017
|
||||
$service = get-service wuauserv
|
||||
if (-not $service) {
|
||||
Write-Host "Windows Update service not found."
|
||||
exit 0
|
||||
}
|
||||
|
||||
$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"
|
||||
if ($service.Status -eq "Stopped") {
|
||||
Write-Host "Windows Update service already stopped."
|
||||
} else {
|
||||
Write-Host "Stopping Windows Update service."
|
||||
Stop-Service -Name "wuauserv" -Force
|
||||
}
|
||||
|
||||
|
||||
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
|
||||
$startup = Get-WmiObject Win32_Service | Where-Object {$_.Name -eq "wuauserv"} | Select -ExpandProperty "StartMode"
|
||||
if ($startup -ne "Disabled") {
|
||||
set-service wuauserv -startup disabled
|
||||
} else {
|
||||
Write-Host "Windows Update service startup already disabled."
|
||||
}
|
||||
14
coin/pre-provisioning/qtci-windows-10-x86/msvc2015.txt
Normal file
14
coin/pre-provisioning/qtci-windows-10-x86/msvc2015.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
# Install visual studio 2015
|
||||
|
||||
version = "2015 update 3"
|
||||
installer = "http://ci-files01-hki.intra.qt.io/input/windows/en_visual_studio_professional_2015_x86_x64_web_installer_6846650.exe"
|
||||
# Select default values
|
||||
# Make sure these are selected:
|
||||
* All values from 'Universal Windows App Development Tools'
|
||||
* 'Visual C++'
|
||||
* 'Common Tools for Visual C++ 2015'
|
||||
* 'Windows XP Support for C++'
|
||||
* 'Common Tools and Software Development Kits'
|
||||
* 'Android Native Development Kit (R11C, 32 bits)
|
||||
* 'Apache Ant (1.9.3)
|
||||
|
||||
91
coin/pre-provisioning/qtci-windows-10-x86/msvc2017.txt
Normal file
91
coin/pre-provisioning/qtci-windows-10-x86/msvc2017.txt
Normal file
@@ -0,0 +1,91 @@
|
||||
############################################################################
|
||||
##
|
||||
## Copyright (C) 2020 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$
|
||||
##
|
||||
#############################################################################
|
||||
|
||||
# Visual Studio $version version $version_number was installed manually using $installer.
|
||||
|
||||
$version = "2017"
|
||||
# Current version was manually upgraded from the installer
|
||||
$version_number = "15.9.21"
|
||||
$installer = "http://ci-files01-hki.intra.qt.io/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.9 v14.16 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.TypeScript.3.0 (TypeScript 3.1 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))
|
||||
|
||||
# NOTE! Work loads were added during installation!
|
||||
|
||||
echo "Visual Studio = $version version version_number" >> ~\versions.txt
|
||||
@@ -1,6 +1,6 @@
|
||||
############################################################################
|
||||
##
|
||||
## Copyright (C) 2018 The Qt Company Ltd.
|
||||
## Copyright (C) 2020 The Qt Company Ltd.
|
||||
## Contact: http://www.qt.io/licensing/
|
||||
##
|
||||
## This file is part of the provisioning scripts of the Qt Toolkit.
|
||||
@@ -32,17 +32,9 @@
|
||||
#############################################################################
|
||||
. "$PSScriptRoot\..\common\helpers.ps1"
|
||||
|
||||
# This script will install Visual Studio 2017 Build Tools
|
||||
# Install Visual Studio 2017 Build Tools
|
||||
# Install both build tools: Visual C++ and Web development
|
||||
# https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017
|
||||
|
||||
$version = "2017_version_15.0"
|
||||
$url_cache = "http://ci-files01-hki.intra.qt.io/input/windows/mu_build_tools_for_visual_studio_" + $version + "_x86_x64_10254482.exe"
|
||||
$sha1 = "a31e099e5114fef80a21654689e6864afc544a16"
|
||||
$msvcPackage = "C:\Windows\Temp\$version.exe"
|
||||
|
||||
Download $url_cache $url_cache $msvcPackage
|
||||
Verify-Checksum $msvcPackage $sha1
|
||||
cmd /c "$msvcPackage --all --passive --wait"
|
||||
echo "Cleaning $msvcPackage.."
|
||||
Remove-Item -Recurse -Force "$msvcPackage"
|
||||
echo "Visual Studio Build Tools = $version" >> ~\versions.txt
|
||||
$url_internal = https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017
|
||||
$url_cache = "http://ci-files01-hki.intra.qt.io/input/windows/mu_build_tools_for_visual_studio_2017_version_15.0_x86_x64_10254482.exe"
|
||||
69
coin/pre-provisioning/qtci-windows-10-x86/msvc2019.txt
Normal file
69
coin/pre-provisioning/qtci-windows-10-x86/msvc2019.txt
Normal file
@@ -0,0 +1,69 @@
|
||||
# Visual Studio $version version $version_number was installed manually using $installer.
|
||||
|
||||
$version = "2019"
|
||||
# Current version was manually upgraded from the installer
|
||||
$version_number = "16.4.6"
|
||||
$installer = "http://ci-files01-hki.intra.qt.io/input/windows/vs_professional__505064367.1547034421.exe"
|
||||
|
||||
MSVC 2019 build tools (default installation, no additional selections).
|
||||
* Install after MSVC2019 is installed!
|
||||
* Installer: "http://ci-files01-hki.intra.qt.io/input/windows/vs_buildtools__251503345.1575372514.exe"
|
||||
* Version: 16.4.6
|
||||
|
||||
Installed MSVC-2019 Components:
|
||||
|
||||
.NET Framework 4.5 targeting pack
|
||||
.NET Framework 4.5.1 targeting pack
|
||||
.NET Framework 4.5.2 targeting pack
|
||||
.NET Framework 4.6.1 SDK
|
||||
.NET Framework 4.6.1 targeting pack
|
||||
.NET Framework 4.6.2 SDK
|
||||
.NET Framework 4.6.2 targeting pack
|
||||
.NET Framework 4.7.2 SDK
|
||||
.NET Framework 4.7.2 targeting pack
|
||||
.NET Framework 4.8 SDK
|
||||
.NET Framework 4.8 targeting pack
|
||||
.NET Native
|
||||
.NET Portable Library targeting pack
|
||||
CLR data typer for SQL Sever
|
||||
Connectivity and publishing tools
|
||||
Data sources for SQL Server support
|
||||
SQL ADAL runtime
|
||||
SQL Server Command Linne Utilities
|
||||
SQL Server Data Tools
|
||||
SQL Server Express 2016 LocalDB
|
||||
SQL Server ODBC Driver
|
||||
ClickOnce Publishing
|
||||
Developer Analytics tools
|
||||
NuGet package manager
|
||||
Text Template Transformation
|
||||
C# and Visual Basic Roslyn compilers
|
||||
C++ 2019 Redistributable Update
|
||||
C++ Cmake tools for Windows
|
||||
C++/CLI support for v142 build tools /14.24)
|
||||
MSBuild
|
||||
MSVC v142 - VS 2019 C++ ARM build tools (v14.20)
|
||||
MSVC v142 - VS 2019 C++ ARM build tools (v14.24)
|
||||
MSVC v142 - VS 2019 C++ ARM64 build tools (v14.20)
|
||||
MSVC v142 - VS 2019 C++ ARM64 build tools (v14.24)
|
||||
MSVC v142 - VS 2019 C++ x64/x86 build tools (v14.20)
|
||||
MSVC v142 - VS 2019 C++ x64/x86 build tools (v14.24)
|
||||
.NET profiling tools
|
||||
C++ profiling tools
|
||||
JavaScript diagnostics
|
||||
Just-In-Time debugger
|
||||
C# and Visual Basic
|
||||
C++ core features
|
||||
JavaSript and TypeScript language support
|
||||
Razor Language Services
|
||||
Graphics debugger and GPU profiler for DirectX
|
||||
Image and 3D model editors
|
||||
C++ ATL for latest v142 build tools (x86 & x64)
|
||||
TypeScript 3.7 SDK
|
||||
Windows 10 SDK (10.0.16299.0)
|
||||
Windows 10 SDK (10.0.17134.0)
|
||||
Windows 10 SDK (10.0.17763.0)
|
||||
Windows 10 SDK (10.0.18362.0)
|
||||
|
||||
# NOTE! Work loads were added during installation!
|
||||
|
||||
55
coin/pre-provisioning/qtci-windows-10-x86/msvc2015_update.ps1 → coin/provisioning/common/linux/install_dwz.sh
Normal file → Executable file
55
coin/pre-provisioning/qtci-windows-10-x86/msvc2015_update.ps1 → coin/provisioning/common/linux/install_dwz.sh
Normal file → Executable file
@@ -1,6 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#############################################################################
|
||||
##
|
||||
## Copyright (C) 2018 The Qt Company Ltd.
|
||||
## Copyright (C) 2020 Konstantin Tokarev <annulen@yandex.ru>
|
||||
## Contact: http://www.qt.io/licensing/
|
||||
##
|
||||
## This file is part of the provisioning scripts of the Qt Toolkit.
|
||||
@@ -30,29 +33,39 @@
|
||||
## $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"
|
||||
# shellcheck source=../unix/DownloadURL.sh
|
||||
source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
|
||||
# shellcheck source=../unix/SetEnvVar.sh
|
||||
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
||||
|
||||
# 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"
|
||||
# This script will install dwz 0.13 - optimization tool for DWARF debug info
|
||||
|
||||
$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"
|
||||
version="0.13"
|
||||
sha1="21e6d5878bb84ac6c9ad07b00ed248d8c547bc7d"
|
||||
internalUrl="http://ci-files01-hki.intra.qt.io/input/rhel7/dwz-$version.tar.xz"
|
||||
externalUrl="https://www.sourceware.org/ftp/dwz/releases/dwz-$version.tar.xz"
|
||||
|
||||
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
|
||||
targetDir="$HOME/dwz"
|
||||
targetFile="$HOME/dwz-$version.zip"
|
||||
DownloadURL "$internalUrl" "$externalUrl" "$sha1" "$targetFile"
|
||||
tar -xJf "$targetFile" -C "$HOME"
|
||||
sudo rm "$targetFile"
|
||||
|
||||
echo "Visual Studio = $version update $update_version" >> ~\versions.txt
|
||||
# devtoolset is needed when running configuration
|
||||
export PATH="/opt/rh/devtoolset-4/root/usr/bin:$PATH"
|
||||
|
||||
installPrefix="/opt/dwz-$version"
|
||||
|
||||
echo "Configuring and building dwz"
|
||||
cd "$targetDir"
|
||||
# dwz uses plain makefile instead of autotools, so it works a bit unconventionally
|
||||
./configure
|
||||
make -j5
|
||||
sudo make install prefix=$installPrefix
|
||||
|
||||
sudo rm -r "$targetDir"
|
||||
|
||||
SetEnvVar "PATH" "$installPrefix/bin:\$PATH"
|
||||
|
||||
echo "dwz = $version" >> ~/versions.txt
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#############################################################################
|
||||
##
|
||||
## Copyright (C) 2017 The Qt Company Ltd.
|
||||
## Copyright (C) 2020 The Qt Company Ltd.
|
||||
## Contact: http://www.qt.io/licensing/
|
||||
##
|
||||
## This file is part of the provisioning scripts of the Qt Toolkit.
|
||||
@@ -53,11 +53,11 @@ else
|
||||
rm -rf "$exports_file"
|
||||
fi
|
||||
|
||||
version="1.1.1d"
|
||||
version="1.1.1g"
|
||||
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="056057782325134b76d1931c48f2c7e6595d7ef4"
|
||||
sha="b213a293f2127ec3e323fb3cfc0c9807664fd997"
|
||||
opensslHome="${HOME}/openssl/android/openssl-${version}"
|
||||
DownloadURL "$cachedUrl" "$officialUrl" "$sha" "$targetFile"
|
||||
mkdir -p "${HOME}/openssl/android/"
|
||||
|
||||
@@ -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-20190325-linux.tar.xz"
|
||||
sha1="a278234bf38cc70ead98fc0a8d2e63070fb69621"
|
||||
sourceFile="http://ci-files01-hki.intra.qt.io/input/qnx/qnx700-20190325-2-linux.tar.xz"
|
||||
sha1="9fb115b2c84b8e7b6016a51cc421a763bda298a1"
|
||||
folderName="qnx700"
|
||||
targetFile="qnx700.tar.xz"
|
||||
wget --tries=5 --waitretry=5 --progress=dot:giga --output-document="$targetFile" "$sourceFile"
|
||||
|
||||
7
coin/provisioning/common/macos/disable-notifications_and_warnings.sh
Executable file
7
coin/provisioning/common/macos/disable-notifications_and_warnings.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Unload notificationcenterui.plist"
|
||||
launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
|
||||
|
||||
echo "Remove 32-bit warnings"
|
||||
rm ~/Library/Preferences/com.apple.coreservices.uiagent.plist
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#############################################################################
|
||||
##
|
||||
## Copyright (C) 2019 The Qt Company Ltd.
|
||||
## Copyright (C) 2020 The Qt Company Ltd.
|
||||
## Contact: http://www.qt.io/licensing/
|
||||
##
|
||||
## This file is part of the provisioning scripts of the Qt Toolkit.
|
||||
@@ -42,11 +42,11 @@ source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
|
||||
# shellcheck source=../unix/SetEnvVar.sh
|
||||
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
||||
|
||||
version="1.1.1d"
|
||||
version="1.1.1g"
|
||||
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="056057782325134b76d1931c48f2c7e6595d7ef4"
|
||||
sha="b213a293f2127ec3e323fb3cfc0c9807664fd997"
|
||||
opensslHome="${HOME}/openssl-${version}"
|
||||
opensslSource="${opensslHome}-src"
|
||||
DownloadURL "$cachedUrl" "$officialUrl" "$sha" "$targetFile"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#############################################################################
|
||||
##
|
||||
## Copyright (C) 2017 The Qt Company Ltd.
|
||||
## Copyright (C) 2020 The Qt Company Ltd.
|
||||
## Contact: http://www.qt.io/licensing/
|
||||
##
|
||||
## This file is part of the provisioning scripts of the Qt Toolkit.
|
||||
@@ -33,120 +33,79 @@
|
||||
##
|
||||
#############################################################################
|
||||
|
||||
# shellcheck source=./DownloadURL.sh
|
||||
source "${BASH_SOURCE%/*}/DownloadURL.sh"
|
||||
|
||||
set -ex
|
||||
|
||||
# This script will install squish package for Linux and Mac.
|
||||
# This script will fetch and extract pre-buildt squish package for Linux and Mac.
|
||||
# Squish is need by Release Test Automation (RTA)
|
||||
|
||||
version="6.5"
|
||||
# Branch version without dot
|
||||
qtBranch="513x"
|
||||
squishFolder="/opt/squish"
|
||||
squishUrl="ci-files01-hki.intra.qt.io:/hdd/www/input/squish/coin/$qtBranch/"
|
||||
squishFile="squish-nosignalhandler-$version-qt$qtBranch-linux64.run"
|
||||
version="6.5.2"
|
||||
qtBranch="514x"
|
||||
installFolder="/opt"
|
||||
squishFolder="$installFolder/squish"
|
||||
preBuildCacheUrl="ci-files01-hki.intra.qt.io:/hdd/www/input/squish/jenkins_build/stable"
|
||||
licenseUrl="http://ci-files01-hki.intra.qt.io/input/squish/coin/.squish-3-license"
|
||||
if uname -a |grep -q Darwin; then
|
||||
squishFile="squish-nosignalhandler-$version-qt$qtBranch-macx86_64.dmg"
|
||||
compressedFolder="prebuild-squish-$version-$qtBranch-macx86_64.tar.gz"
|
||||
sha1="91a1d7228dc4b4bd64f93191c33d2642abc97e14"
|
||||
else
|
||||
compressedFolder="prebuild-squish-$version-$qtBranch-linux64.tar.gz"
|
||||
sha1="63f33de55770e2588dd9f482546900e33d20f8ec"
|
||||
fi
|
||||
|
||||
squishLicenseUrl="ci-files01-hki.intra.qt.io:/hdd/www/input/squish/coin/"
|
||||
squishLicenseFile=".squish-3-license.tar.gz"
|
||||
mountFolder="/tmp/squish"
|
||||
sudo mkdir "$mountFolder"
|
||||
|
||||
testSuite="suite_test_squish"
|
||||
testSuiteUrl="ci-files01-hki.intra.qt.io:/hdd/www/input/squish/coin/"
|
||||
|
||||
# These checks can be removed when Vanilla OS for all linux and Mac are in
|
||||
if [ -d "$squishFolder" ]; then
|
||||
echo "Move old squish to /tmp"
|
||||
sudo mv "$squishFolder" "/tmp/squish_$(date)"
|
||||
# Check which platform
|
||||
if uname -a |grep -q Darwin; then
|
||||
usersGroup="staff"
|
||||
squishLicenseDir="/Users/qt"
|
||||
elif uname -a |grep -q "el7"; then
|
||||
usersGroup="qt"
|
||||
squishLicenseDir="/root"
|
||||
elif uname -a |grep -q "Ubuntu"; then
|
||||
usersGroup="users"
|
||||
squishLicenseDir="/home/qt"
|
||||
else
|
||||
usersGroup="users"
|
||||
squishLicenseDir="/root"
|
||||
fi
|
||||
|
||||
if [ -f "/etc/profile.d/squish_env.sh" ]; then
|
||||
echo "Remove /etc/profile.d/squish_env.sh"
|
||||
sudo rm -f "/etc/profile.d/squish_env.sh"
|
||||
export SQUISH_LICENSEKEY_DIR=$HOME
|
||||
targetFileMount="$mountFolder"/"$compressedFolder"
|
||||
|
||||
echo "Mounting $preBuildCacheUrl to $mountFolder"
|
||||
sudo mount "$preBuildCacheUrl" "$mountFolder"
|
||||
echo "Create $installFolder if needed"
|
||||
if [ ! -d "$installFolder" ]; then
|
||||
sudo mkdir "$installFolder"
|
||||
fi
|
||||
|
||||
function MountAndInstall {
|
||||
url=$1
|
||||
targetDirectory=$2
|
||||
targetFile=$3
|
||||
VerifyHash "$targetFileMount" "$sha1"
|
||||
|
||||
# Check which platform
|
||||
if uname -a |grep -q Darwin; then
|
||||
usersGroup="staff"
|
||||
mountFolder="/Volumes"
|
||||
squishLicenseDir="/Users/qt"
|
||||
elif uname -a |grep -q "el7"; then
|
||||
usersGroup="qt"
|
||||
mountFolder="/tmp"
|
||||
squishLicenseDir="/root"
|
||||
elif uname -a |grep -q "Ubuntu"; then
|
||||
usersGroup="users"
|
||||
mountFolder="/tmp"
|
||||
squishLicenseDir="/home/qt"
|
||||
else
|
||||
usersGroup="users"
|
||||
mountFolder="/tmp"
|
||||
squishLicenseDir="/root"
|
||||
echo "Uncompress $compressedFolder"
|
||||
sudo tar -xzf "$targetFileMount" --directory "$installFolder"
|
||||
|
||||
echo "Unmounting $mountFolder"
|
||||
sudo diskutil unmount force "$mountFolder" || sudo umount -f "$mountFolder"
|
||||
|
||||
sudo mv "$installFolder/rta_squish_$version" "$squishFolder"
|
||||
|
||||
if uname -a |grep -q "Ubuntu"; then
|
||||
if [ ! -e "/usr/lib/tcl8.6" ]; then
|
||||
sudo mkdir /usr/lib/tcl8.6
|
||||
sudo cp "$squishFolder/package/tcl/lib/tcl8.6/init.tcl" /usr/lib/tcl8.6/
|
||||
fi
|
||||
fi
|
||||
|
||||
function UnMount {
|
||||
echo "Unmounting $mountFolder"
|
||||
sudo diskutil unmount force "$mountFolder" || sudo umount -f "$mountFolder"
|
||||
}
|
||||
DownloadURL "$licenseUrl" "$licenseUrl" "3c6b2b3ca047f68e20f697afcc3a9d376f01b376" "$HOME/.squish-3-license"
|
||||
|
||||
targetFileMount="$mountFolder"/"$targetFile"
|
||||
|
||||
echo "Mounting $url to $mountFolder"
|
||||
sudo mount "$url" "$mountFolder"
|
||||
echo "Create $targetDirectory if needed"
|
||||
if [ ! -d "/opt" ]; then
|
||||
sudo mkdir "/opt"
|
||||
fi
|
||||
if [ ! -d "$targetDirectory" ]; then
|
||||
sudo mkdir "$targetDirectory"
|
||||
fi
|
||||
echo "Uncompress $targetFile"
|
||||
if [[ $targetFile == *.tar.gz ]]; then
|
||||
if [[ $targetFile == .squish-3-license.* ]]; then
|
||||
target="$squishLicenseDir"
|
||||
# Squish license need to be exists also in users home directory, because squish check it before it starts running tests
|
||||
sudo tar -xzf "$targetFileMount" --directory "$HOME"
|
||||
else
|
||||
target="$targetDirectory"
|
||||
fi
|
||||
sudo tar -xzf "$targetFileMount" --directory "$target"
|
||||
UnMount
|
||||
elif [[ $targetFile == *.dmg ]]; then
|
||||
echo "'dmg-file', no need to uncompress"
|
||||
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
|
||||
mountFolder="/Volumes/froglogic Squish"
|
||||
UnMount
|
||||
elif [[ $targetFile == *.run ]]; then
|
||||
echo "'run-file', no need to uncompress"
|
||||
sudo cp $targetFileMount $targetDirectory
|
||||
UnMount
|
||||
sudo chmod +x $targetDirectory/$targetFile
|
||||
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
|
||||
sudo cp "$targetDirectory/package/tcl/lib/tcl8.6/init.tcl" /usr/lib/tcl8.6/
|
||||
fi
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Changing ownerships"
|
||||
sudo chown -R qt:$usersGroup "$targetDirectory"
|
||||
sudo chown qt:$usersGroup "$HOME/.squish-3-license"
|
||||
}
|
||||
echo "Changing ownerships"
|
||||
sudo chown -R qt:$usersGroup "$squishFolder"
|
||||
sudo chown qt:$usersGroup "$HOME/.squish-3-license"
|
||||
|
||||
echo "Set commands for environment variables in .bashrc"
|
||||
|
||||
if uname -a |grep -q "Ubuntu"; then
|
||||
echo "export SQUISH_PATH=$squishFolder/package" >> ~/.profile
|
||||
echo "export PATH=\$PATH:$squishFolder/squish-$version/bin" >> ~/.profile
|
||||
@@ -155,19 +114,11 @@ else
|
||||
echo "export PATH=\$PATH:$squishFolder/squish-$version/bin" >> ~/.bashrc
|
||||
fi
|
||||
|
||||
echo "Installing squish license to home directory.."
|
||||
MountAndInstall "$squishLicenseUrl" "$squishFolder" "$squishLicenseFile"
|
||||
|
||||
echo "Installing squish $version.."
|
||||
MountAndInstall "$squishUrl" "$squishFolder" "$squishFile"
|
||||
|
||||
echo "Installing provisioning scripts for squish"
|
||||
MountAndInstall "$testSuiteUrl" "$squishFolder" "$testSuite.tar.gz"
|
||||
|
||||
echo "Verifying Squish Installation"
|
||||
if "$squishFolder/package/bin/squishrunner" --testsuite "$squishFolder/$testSuite" | grep "Squish test run successfully" ; then
|
||||
echo "Verifying Squish"
|
||||
if "$squishFolder/package/bin/squishrunner" --testsuite "$squishFolder/suite_test_squish" | grep "Squish test run successfully" ; then
|
||||
echo "Squish installation tested successfully"
|
||||
else
|
||||
echo "Squish test failed! Package wasn't installed correctly."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
############################################################################
|
||||
##
|
||||
## Copyright (C) 2019 The Qt Company Ltd.
|
||||
## Copyright (C) 2020 The Qt Company Ltd.
|
||||
## Contact: http://www.qt.io/licensing/
|
||||
##
|
||||
## This file is part of the provisioning scripts of the Qt Toolkit.
|
||||
@@ -45,9 +45,9 @@ if (Is64BitWinHost) {
|
||||
# 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.1.1d"
|
||||
$version = "1.1.1g"
|
||||
$zip = Get-DownloadLocation ("openssl-$version.tar.gz")
|
||||
$sha1 = "056057782325134b76d1931c48f2c7e6595d7ef4"
|
||||
$sha1 = "b213a293f2127ec3e323fb3cfc0c9807664fd997"
|
||||
$destination = "C:\Utils\openssl-android-master"
|
||||
|
||||
# msys unix style paths
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
$scriptsPath = "C:\Python36\Scripts"
|
||||
|
||||
Run-Executable "$scriptsPath\pip3.exe" "install -r $PSScriptRoot\conan_requirements.txt"
|
||||
Write-Output "Conan = 1.22.2" >> ~\versions.txt
|
||||
Write-Output "Conan = 1.29.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"
|
||||
|
||||
@@ -0,0 +1,250 @@
|
||||
1582255516
|
||||
bin/derb.exe: d93a62f01851ea95efc58eb4f3e791d4
|
||||
bin/escapesrc.exe: 75766f460e5dd0ef808b120c732d92c7
|
||||
bin/genbrk.exe: 4da632c505bd5b926a89a6dd7b650596
|
||||
bin/genccode.exe: 41877ba4b04cf49f636a263aae4f2886
|
||||
bin/gencfu.exe: 525a49626036d2aa86e8bfc18b45b465
|
||||
bin/gencmn.exe: b15da25db0862b3849b93253b645bd16
|
||||
bin/gencnval.exe: 98574f94180b8bd9ff07ef5eeac235f7
|
||||
bin/gendict.exe: ee8fa0b65b6a843c8e92079a0d301941
|
||||
bin/gennorm2.exe: 385efdd848fe0e109ae5ee72dc36f42a
|
||||
bin/genrb.exe: 148d9244a745bad05dd0673c110bfa1a
|
||||
bin/gensprep.exe: be0b6b49063cff5266a8b37bbd91bb4a
|
||||
bin/icu-config: 834abc11547153b24a70aae3f4df2ac3
|
||||
bin/icudt.dll: 03d96a7e1c900cf203bdca34ea180587
|
||||
bin/icudt65.dll: 53718118d1f9fac7737f13a072f4e1cb
|
||||
bin/icuin.dll: ad70d6cc6d9224b69b09ec3ee1f21b1b
|
||||
bin/icuin65.dll: ad70d6cc6d9224b69b09ec3ee1f21b1b
|
||||
bin/icuinfo.exe: 2acbbb839cca99cf9027c4de7fc818f5
|
||||
bin/icuio.dll: c09966904d088940c4ccf498302d4712
|
||||
bin/icuio65.dll: c09966904d088940c4ccf498302d4712
|
||||
bin/icupkg.exe: 6461f7ae7163bdc1d542d450eeff22ce
|
||||
bin/icutest.dll: 91bc1bd35f625900ca74f90373a1b811
|
||||
bin/icutest65.dll: 91bc1bd35f625900ca74f90373a1b811
|
||||
bin/icutu.dll: 2d9def13c1f8a2c6b99d43feb3d37d6a
|
||||
bin/icutu65.dll: 2d9def13c1f8a2c6b99d43feb3d37d6a
|
||||
bin/icuuc.dll: ac883bcb5dda0de14c7789bb0cfa0d0f
|
||||
bin/icuuc65.dll: ac883bcb5dda0de14c7789bb0cfa0d0f
|
||||
bin/makeconv.exe: fbf44ce800fb2377ca93b022aa6c4e24
|
||||
bin/pkgdata.exe: bb2da4ab37e16ff6c0fe037f431a7920
|
||||
conaninfo.txt: d3efa735bfabe1d967065dfa9682bce6
|
||||
include/unicode/alphaindex.h: 1be039746e3da3f7baa9421062373468
|
||||
include/unicode/appendable.h: 48b3a0a4c3044ad5f2af18f1ab48c8ff
|
||||
include/unicode/basictz.h: 57fe3c53d6b1a2bf5d1f40ec51efd7a1
|
||||
include/unicode/brkiter.h: e5ff475b7b01a97e5cd11a5362785921
|
||||
include/unicode/bytestream.h: 34a6807cd42f2e64ca60429897eb4b10
|
||||
include/unicode/bytestrie.h: d9be048d5c7e9dd0a2c6cd82e91e6002
|
||||
include/unicode/bytestriebuilder.h: 66236ad8247bd04c9ea525012b4c4ca8
|
||||
include/unicode/calendar.h: 692005b416fc2e4a8c497ff9b9a31bd8
|
||||
include/unicode/caniter.h: a70809c92ea90b654e9f11a793f84429
|
||||
include/unicode/casemap.h: d088e7422633b4cad3ad2b0b83ca239b
|
||||
include/unicode/char16ptr.h: c234b9ba14299c6068f5af1a936c1ead
|
||||
include/unicode/chariter.h: c8623016adba39ab38ef29f38ec87e45
|
||||
include/unicode/choicfmt.h: 832e7b39d19ec192ac1551360436f946
|
||||
include/unicode/coleitr.h: d9f07937d600ee811c121c0b0504724c
|
||||
include/unicode/coll.h: a2062360d7415e08abb01c44088f074e
|
||||
include/unicode/compactdecimalformat.h: 029f9640501bd640495c18397b5ff8bb
|
||||
include/unicode/curramt.h: 41fc0e62956b2e0fa7fd5e05213afc85
|
||||
include/unicode/currpinf.h: 09cbc4d9eb04b2aa2c4c155961f13c89
|
||||
include/unicode/currunit.h: 43648726f439d03c8c8a13b87c122332
|
||||
include/unicode/datefmt.h: 28ef92e98cdac29630b0aa0daf122798
|
||||
include/unicode/dbbi.h: 3d4186ec9549d6693d136257f610ec06
|
||||
include/unicode/dcfmtsym.h: b18b90c0c6371eab5028582492859142
|
||||
include/unicode/decimfmt.h: fb4231ddf75de524300ee952634ef038
|
||||
include/unicode/docmain.h: 697c221351932e373cf9e5903f40b723
|
||||
include/unicode/dtfmtsym.h: cabbccbf9deec91ebf291a19110007fb
|
||||
include/unicode/dtintrv.h: 7a7ce170e6035b90ef5b4bee91893833
|
||||
include/unicode/dtitvfmt.h: da220b13a8f895c4e77b653d865eb049
|
||||
include/unicode/dtitvinf.h: 1ad6b7f844a9362b2b7a0f509284cae7
|
||||
include/unicode/dtptngen.h: 8f8fcb053b5024c5b1d3dfc258f59344
|
||||
include/unicode/dtrule.h: 68551564f8ab72271d3574aa0cba381d
|
||||
include/unicode/edits.h: 6b8aa73dbf2c2f0b49da5bc5903bcc8c
|
||||
include/unicode/enumset.h: 3bb75fc43c88682895ae98c02e69810d
|
||||
include/unicode/errorcode.h: debeda4467a19aaf964fafc73629c8ae
|
||||
include/unicode/fieldpos.h: 3b041c7d9a5df0aef744b88e764af17e
|
||||
include/unicode/filteredbrk.h: e54dd29247eb75f8490423f7f8541691
|
||||
include/unicode/fmtable.h: 3816f155db2c35ac5de3f80ffdaa549c
|
||||
include/unicode/format.h: 0417863e1b303fa282659c4903e3a11c
|
||||
include/unicode/formattedvalue.h: fc50c8972404b212799d76cf8e647888
|
||||
include/unicode/fpositer.h: b5e8bbc249dc37e3b159f0a2b5053957
|
||||
include/unicode/gender.h: 5e093c1cfb96ef671f2e5dedb96a0d64
|
||||
include/unicode/gregocal.h: 15c7b4ceaca9b8b8f8e747d5427aa7a7
|
||||
include/unicode/icudataver.h: d1c480a9eb95aaa058a6b9311074bc33
|
||||
include/unicode/icuplug.h: 60ad27a2a36284bbc1766f9920769175
|
||||
include/unicode/idna.h: a7c3650d5311edeb01f754c574d0fb8b
|
||||
include/unicode/listformatter.h: 65911d72679c6e0a267e951b03467f37
|
||||
include/unicode/localebuilder.h: 1b6106448cf6cde7e7ebf25ee6fe4065
|
||||
include/unicode/localematcher.h: 3a03cbb5970a14fe153041c878f583f2
|
||||
include/unicode/localpointer.h: a89505f84a4bb4e231a17676f1b1d51a
|
||||
include/unicode/locdspnm.h: aa260a00e31e970757e3b3cbe00fff3d
|
||||
include/unicode/locid.h: 6caa36f85c9bab54b78ecd0c056789aa
|
||||
include/unicode/measfmt.h: 21b534367e4b3825dc70c3a289822df8
|
||||
include/unicode/measunit.h: 0f903f67958ad91e8bd2e49fc40c3075
|
||||
include/unicode/measure.h: 49091c823a2f12f5f60f7fecd7c452f2
|
||||
include/unicode/messagepattern.h: 15ecc58806c256ac91c2549d4f5c242f
|
||||
include/unicode/msgfmt.h: f9ff9322fa80486203829c15d4982573
|
||||
include/unicode/normalizer2.h: 436d923df3a66774b7bf26ffe75a5d1c
|
||||
include/unicode/normlzr.h: 5bf33ff933ee7eb49c330df38f490f57
|
||||
include/unicode/nounit.h: 2b4901f562077b370d82c4bbe229aac4
|
||||
include/unicode/numberformatter.h: 0f62c292f92d5598a61647bbf4294e1a
|
||||
include/unicode/numberrangeformatter.h: 58623918bf66f1fd6687f3dd03180a4b
|
||||
include/unicode/numfmt.h: 2a21117116463390ec4f19d53f485890
|
||||
include/unicode/numsys.h: 186ba43c003b4f56af3c63abd08f418e
|
||||
include/unicode/parseerr.h: ce38831411af01eeaf0bbbb6e1cb0153
|
||||
include/unicode/parsepos.h: 5c53fa7c473d4593fd72ce964b505807
|
||||
include/unicode/platform.h: 56fe53b31059acb1be086c45ce88e8c6
|
||||
include/unicode/plurfmt.h: 6f1b781b7a62a6ac1c7e4c6a2bb18d77
|
||||
include/unicode/plurrule.h: cf4b0b9ec1a525b96e7d27e489044337
|
||||
include/unicode/ptypes.h: d74097874c82f77331d8e06a5c59d37f
|
||||
include/unicode/putil.h: ee1c69d5060b8d5754bf8879bb7f10d1
|
||||
include/unicode/rbbi.h: 6c5f44ef812dfb48b65466732513c091
|
||||
include/unicode/rbnf.h: e870f2cf64c9b72eb549c413d6f98299
|
||||
include/unicode/rbtz.h: ea9f5a1edac3fe535ec7b83636daf61d
|
||||
include/unicode/regex.h: 16565e3d41228a76f17a63842d9594d2
|
||||
include/unicode/region.h: 22585a516ee7525f3e9094f2843b7640
|
||||
include/unicode/reldatefmt.h: 1b226903d9375471432582c27ade4934
|
||||
include/unicode/rep.h: eab550a9bbb33b4c1283ab16bc2dfafa
|
||||
include/unicode/resbund.h: cc93ada0e9871eee0a86f81548a3be73
|
||||
include/unicode/schriter.h: acea2a510e5c9127dad0e2538cf65ccd
|
||||
include/unicode/scientificnumberformatter.h: 40eb759fc2902b6c8e732b440fe6a1bc
|
||||
include/unicode/search.h: a93ebdadfc5113f1b9c9c185262ef461
|
||||
include/unicode/selfmt.h: 581ab6f6ac584265d5c56dad4051ee12
|
||||
include/unicode/simpleformatter.h: 8e5e9a9589359e06110af10bcf941d54
|
||||
include/unicode/simpletz.h: 194e0d388b74daa4cf51d012e2d14ebd
|
||||
include/unicode/smpdtfmt.h: 0e6383eafd569b511791e826b51df8d1
|
||||
include/unicode/sortkey.h: 27f3d671f37c27d0b36953d00c1f2e7b
|
||||
include/unicode/std_string.h: bb3b2e28a2ae9b66a60b7d90f8c07512
|
||||
include/unicode/strenum.h: 3c23eb4fa4d847b6afdd18adf3ccdaf5
|
||||
include/unicode/stringoptions.h: d4929224e8d9df2f272f0305780cbacb
|
||||
include/unicode/stringpiece.h: 3d7911a3b2a59830eaceb37e46110285
|
||||
include/unicode/stringtriebuilder.h: 08ce10a0f6e85f4bb078f69d5382f8bc
|
||||
include/unicode/stsearch.h: b15838a5cf5740b0aaa9af5356aef26b
|
||||
include/unicode/symtable.h: 7487ffc7069316553d08f1109965bf9d
|
||||
include/unicode/tblcoll.h: ee27157293d0802cde26d75c6098c1d3
|
||||
include/unicode/timezone.h: 54689b5ef15d0f03a146e8aeac163be8
|
||||
include/unicode/tmunit.h: 9ddf31866353dde1ae249ed93fce9234
|
||||
include/unicode/tmutamt.h: beea411e9f16d8b91fef39a297cd06d8
|
||||
include/unicode/tmutfmt.h: ae13f8ac46ad754bf83142943b19a647
|
||||
include/unicode/translit.h: f225620498133e8e4bcc2ad6679225e5
|
||||
include/unicode/tzfmt.h: b6c94cd901ffe5387f0245ca9fd68604
|
||||
include/unicode/tznames.h: a50010925037c01304c719e47bfb369a
|
||||
include/unicode/tzrule.h: 0e3465c0eeb27a0545f94bf9f5cfc21e
|
||||
include/unicode/tztrans.h: 117392a0dc2fe373946aecfa74475842
|
||||
include/unicode/ubidi.h: d90a13a2933198f134efefc0ff7563e6
|
||||
include/unicode/ubiditransform.h: fab65809ece8816f1a002eb843b80e29
|
||||
include/unicode/ubrk.h: e85002afa629b85ba239135ab11f47f0
|
||||
include/unicode/ucal.h: d247badde5d39cc16e06d26153054c85
|
||||
include/unicode/ucasemap.h: 2f240e1dc6db1771e843f1a03fd0c8f4
|
||||
include/unicode/ucat.h: f412352b86adccba85d7f3e4b4515064
|
||||
include/unicode/uchar.h: ebac2b0b753a1cd10db2f428736bf06d
|
||||
include/unicode/ucharstrie.h: 16d3d38154f1444b8a3425254ab7ab81
|
||||
include/unicode/ucharstriebuilder.h: b92f18132f6c1d61da0ad51b8099435d
|
||||
include/unicode/uchriter.h: a356cb90d62d9e425e5efbb071c30b21
|
||||
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: 47c1acc6c2bde098f0b06c8590d68b9f
|
||||
include/unicode/ucoleitr.h: b4576706530850666c1cfd2424276b26
|
||||
include/unicode/uconfig.h: 80678a12de446cdf8679cdd5792a12e9
|
||||
include/unicode/ucpmap.h: 0b16934410c99981d87ddd10e1759bed
|
||||
include/unicode/ucptrie.h: 7450de71dd5e1a83f5290da33d48d40d
|
||||
include/unicode/ucsdet.h: c7d5b3d36da0c71b0a85a72642439a90
|
||||
include/unicode/ucurr.h: 5de7a80ece54cf7583e19f292ad17825
|
||||
include/unicode/udat.h: c665d53e4691b564ae5394957fcdcf31
|
||||
include/unicode/udata.h: 98e2327300a26bbaf40bd8eb7eee8c1a
|
||||
include/unicode/udateintervalformat.h: 178f650518ecceeb2eca7b763dd68799
|
||||
include/unicode/udatpg.h: ce0332b911d1a820a0b45922bd0e97fc
|
||||
include/unicode/udisplaycontext.h: 57a269787da52ad6720ff5b1e87b5cdd
|
||||
include/unicode/uenum.h: 41cce54d4862d5068f4f087b935c0657
|
||||
include/unicode/ufieldpositer.h: 21f8ba8e285bfea4daa3da8a01911b7e
|
||||
include/unicode/uformattable.h: cad38a97f9f929ebc28d5e72dc5ec14f
|
||||
include/unicode/uformattedvalue.h: e1e69e0927595423076481b8f948fd2a
|
||||
include/unicode/ugender.h: d64c9ad1d5cf04136534e3aca38d2638
|
||||
include/unicode/uidna.h: 88ee381ec6ec01cb677f3e5222e9cf22
|
||||
include/unicode/uiter.h: 3fea96177f4f814091918f54d1e68ccd
|
||||
include/unicode/uldnames.h: d18634bc73c16b9ae02b6a60fd94d8be
|
||||
include/unicode/ulistformatter.h: 21277400caea3c7e7fdb57457c10e423
|
||||
include/unicode/uloc.h: 39d42620d3a97a7ae26d7b560ea3eacc
|
||||
include/unicode/ulocdata.h: 116fad6a2c0db0d08e3f5ae02d93a035
|
||||
include/unicode/umachine.h: 0a7fe7df81aedd43f322a9ec540feff5
|
||||
include/unicode/umisc.h: eca71d8c8bf86529ae5bbc5f34598bea
|
||||
include/unicode/umsg.h: 298645d31f8d8e209cbb5eb3751e3ceb
|
||||
include/unicode/umutablecptrie.h: 5dc81c63a8b2c80ffd401c9bb5180e61
|
||||
include/unicode/unifilt.h: e170c06bf1bf81a56c7ed605d41fa02f
|
||||
include/unicode/unifunct.h: 23981a5088ba5d5af70309b73eef7666
|
||||
include/unicode/unimatch.h: 66161ce491e3b24e9e011cfc0e78be42
|
||||
include/unicode/unirepl.h: 462716fd44618949b405645ba7b5c8e6
|
||||
include/unicode/uniset.h: cb94f902233b2e1807156afe0967e3e0
|
||||
include/unicode/unistr.h: 5ebe061e4a17e981bb249c4814f4dd9d
|
||||
include/unicode/unorm.h: ca96f37ed2e2afd56585a238d73cea51
|
||||
include/unicode/unorm2.h: e8fff4023ad114b325f346d2cdbbe043
|
||||
include/unicode/unum.h: 656d2aa9a41ca4b7bfad0a09420bdc23
|
||||
include/unicode/unumberformatter.h: 9be73b6bb76bb5862a8dfd615e563b82
|
||||
include/unicode/unumsys.h: 7e5dd76a0e07f790c30c944bfb810e71
|
||||
include/unicode/uobject.h: b56a28b01e3df9088315aeb145ec3a8e
|
||||
include/unicode/upluralrules.h: 15feae7c7df35b97d5e715f28f616e63
|
||||
include/unicode/uregex.h: 10fe8b8c9f98758bf192bc765fa45e3c
|
||||
include/unicode/uregion.h: a3f28f15972bf18600012815a8c76535
|
||||
include/unicode/ureldatefmt.h: d528589ebdc3f8cb6c27ce4867752c55
|
||||
include/unicode/urename.h: 1642d190b583bbaaf454ac65a37a8024
|
||||
include/unicode/urep.h: 6ada98ac1aa68081f10d17b1abadef6e
|
||||
include/unicode/ures.h: 8c69586a969eb2898d5d3e8c08beda9c
|
||||
include/unicode/uscript.h: 5bf2d96240b17507a05ebe4d36b1a38e
|
||||
include/unicode/usearch.h: 1f3fcea9dc6c40e908992e74f602235f
|
||||
include/unicode/uset.h: a285e1b480a3abaaee753ba74d245efd
|
||||
include/unicode/usetiter.h: ab1ebd4b0b9e3560a94a7c6cb3a9e48f
|
||||
include/unicode/ushape.h: 86fdf709d4312bb17cf95b16f58e1dc4
|
||||
include/unicode/uspoof.h: 8b9508cbe045b114f0f618d04fcab512
|
||||
include/unicode/usprep.h: e88585ae8bdb3a35aa88417993bde732
|
||||
include/unicode/ustdio.h: 3104e526d3de60538f42c0fd5430adcb
|
||||
include/unicode/ustream.h: 0a74df2b9d1967d0b859d21f5828f4e8
|
||||
include/unicode/ustring.h: 92f522f8ef62e443c11baa56c32e42e4
|
||||
include/unicode/ustringtrie.h: 54a28aa9c4e117cd3ebfd0a670324f6c
|
||||
include/unicode/utext.h: 89a08f750d0c5751d4f385c4874c0e61
|
||||
include/unicode/utf.h: 4434eeb75c89a49228884aa247714e1c
|
||||
include/unicode/utf16.h: 147fbb88d8300af3e38d80ce59c1c1ce
|
||||
include/unicode/utf32.h: a1fdf74f4bd8808f9fb17df371f886d9
|
||||
include/unicode/utf8.h: 7f0c4c02bd7506e80fd11a4597cc1450
|
||||
include/unicode/utf_old.h: 92ffc297b71c8d83ed05b644183c477c
|
||||
include/unicode/utmscale.h: 7c59d91f835bc9f4b805dd64e73851d7
|
||||
include/unicode/utrace.h: 420d2f8d462ae300ca1903c2a6ebaba3
|
||||
include/unicode/utrans.h: 5cd9b1f130197e5fdd8a66519233abf5
|
||||
include/unicode/utypes.h: 47eb8ff3f909dafa9bee14f8bb224342
|
||||
include/unicode/uvernum.h: a91a8e07c665891ed234de3a58302663
|
||||
include/unicode/uversion.h: 0b8f75f3d1c816ee3359dde5be390d17
|
||||
include/unicode/vtzone.h: 615f12cb0d05441d0872aa677db80a90
|
||||
lib/icu/65.1/Makefile.inc: a010e16166fd57feaffe08a65d0ae173
|
||||
lib/icu/65.1/pkgdata.inc: 9e0c896d9c5269625cebf6cbe09cbd1c
|
||||
lib/icu/Makefile.inc: a010e16166fd57feaffe08a65d0ae173
|
||||
lib/icu/current/Makefile.inc: a010e16166fd57feaffe08a65d0ae173
|
||||
lib/icu/current/pkgdata.inc: 9e0c896d9c5269625cebf6cbe09cbd1c
|
||||
lib/icu/pkgdata.inc: 9e0c896d9c5269625cebf6cbe09cbd1c
|
||||
lib/icudt.lib: ad50da716c0eb6bcdc66a7af5d049876
|
||||
lib/icuin.lib: d8b960575d5737a7e80a0eaf77a0ccd3
|
||||
lib/icuio.lib: 5edd899a7b0a07ef963258ee9adb4558
|
||||
lib/icutest.lib: 192e87c4ce05c5eda7a2697127b133b3
|
||||
lib/icutu.lib: 30f71a2ff5da26365e87511eff019264
|
||||
lib/icuuc.lib: b2df448006c67b3ba595ec3096a58286
|
||||
lib/pkgconfig/icu-i18n.pc: 6edbc25754da101395bb827058b3066e
|
||||
lib/pkgconfig/icu-io.pc: 3354070d7484f6e3ef09f18e28290679
|
||||
lib/pkgconfig/icu-uc.pc: 2c56fbbb59cde31869da0e5b0224c770
|
||||
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/65.1/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/65.1/config/mh-msys-msvc: c3bf313c25288142820e4ab191c1c153
|
||||
share/icu/65.1/install-sh: 5afe8eb5573965dfb58378e4e46f3813
|
||||
share/icu/65.1/mkinstalldirs: 31c4856b24c8dbc6319819ccd43b4fda
|
||||
share/man/man1/derb.1: bddb017162105939f6d43c9539c99497
|
||||
share/man/man1/genbrk.1: a4e60e4a60ab26eb29119649bfb60d2b
|
||||
share/man/man1/gencfu.1: 4950b8178b944a3ebfea1c419ffd3319
|
||||
share/man/man1/gencnval.1: 53b10d9351473a7ea603400973377a7d
|
||||
share/man/man1/gendict.1: 9c1bf2760e5735b0e6601f48e92cb0d9
|
||||
share/man/man1/genrb.1: ffebc1e8007bd58f5623299e6b4babe8
|
||||
share/man/man1/icu-config.1: f4670ca16d77ce21310e48aa91f7ee5b
|
||||
share/man/man1/makeconv.1: c96397ad56d2c21649757c407aac46d8
|
||||
share/man/man1/pkgdata.1: 5f7b05c28de887cca1e5d7bfb9db4c39
|
||||
share/man/man8/genccode.8: 498418dc0aec1fa7ccfb83c491b5a23e
|
||||
share/man/man8/gencmn.8: c43635e431ea0f1616ea8266e36c0d75
|
||||
share/man/man8/gensprep.8: 396d70fec1a04aae25e6bfc6e8e58c65
|
||||
share/man/man8/icupkg.8: 430bcbed42faa9ea33b161a48c0490c6
|
||||
@@ -1,33 +1,33 @@
|
||||
1582256998
|
||||
bin/derb.exe: db2e978367ccf635ff7ecc7d1514778e
|
||||
bin/escapesrc.exe: 647ffe2234275d13cffef8b84f052700
|
||||
bin/genbrk.exe: fceaae69a437fdcd4ed1f79bdeac6f13
|
||||
bin/genccode.exe: 81e45377e293edabeb321ba3ab339abb
|
||||
bin/gencfu.exe: 78036b67e099cc312da25d80f9c8b6cf
|
||||
bin/gencmn.exe: 4f73ec63d48e3935e0fa67313a7d8f8f
|
||||
bin/gencnval.exe: 38519687874be469d38e8aadc74d5dc7
|
||||
bin/gendict.exe: be263dfa3e3267340bb4a8815bd4f72e
|
||||
bin/gennorm2.exe: 8e51f5820ec15ed33edb293d5d154138
|
||||
bin/genrb.exe: 0a911668227dec1fca18e7299d737d59
|
||||
bin/gensprep.exe: a96ab9a47ea6e80869c2f732d66296e6
|
||||
bin/icu-config: 4d315b6fa7b53efaf8974aaceb0c7a18
|
||||
bin/icudt.dll: a8b8ce26bbfb30b99d97a5ced4d016ed
|
||||
bin/icudt65.dll: d134d26eb54ba7d5b637c16c974737fb
|
||||
bin/icuin.dll: 5bb19d323881787da00a706f86b7a77a
|
||||
bin/icuin65.dll: 5bb19d323881787da00a706f86b7a77a
|
||||
bin/icuinfo.exe: d9e0c244e7a939c48c2fa2536ea3c836
|
||||
bin/icuio.dll: 98c919ca7fc813e8dc5f645fcc914e5b
|
||||
bin/icuio65.dll: 98c919ca7fc813e8dc5f645fcc914e5b
|
||||
bin/icupkg.exe: 5b9542ec3f054880d2ec484516fae931
|
||||
bin/icutest.dll: e94878f59e7de6f7b2cc52476540c578
|
||||
bin/icutest65.dll: e94878f59e7de6f7b2cc52476540c578
|
||||
bin/icutu.dll: 22d3955eeabe583ef8f339d43ee32e3f
|
||||
bin/icutu65.dll: 22d3955eeabe583ef8f339d43ee32e3f
|
||||
bin/icuuc.dll: 7871b100e82744b16a608d01df837485
|
||||
bin/icuuc65.dll: 7871b100e82744b16a608d01df837485
|
||||
bin/makeconv.exe: 3fae3578534581895353052e4268c8e8
|
||||
bin/pkgdata.exe: 3a91ebe880d28e02b72b69bef2508337
|
||||
conaninfo.txt: 81e378c465132a1385850c1d3d4394ed
|
||||
1599824441
|
||||
bin/derb.exe: bdf63b2f5b550979a89e67cffc8825dc
|
||||
bin/escapesrc.exe: 137b889673457a447f351f5e874eac3d
|
||||
bin/genbrk.exe: bb3294c7064cb973f2ca07ee553f0420
|
||||
bin/genccode.exe: 820b92ed20fb38886dea4447f12911af
|
||||
bin/gencfu.exe: aa4365ba9562fa1bbc4416fbbac63fb2
|
||||
bin/gencmn.exe: 178c5b5cff63d0e0fe9b47a4a0afb5a2
|
||||
bin/gencnval.exe: 71a8bdcb6532c752fb4e106fa602c200
|
||||
bin/gendict.exe: 420fcd1d350c9ed1ef451c8e77f023dc
|
||||
bin/gennorm2.exe: 85cd1fa266ff3a0455760b12a9689fc1
|
||||
bin/genrb.exe: 480231b78483ccb146b6815a811efac3
|
||||
bin/gensprep.exe: 0abbaf32db163eab36b6fdb6930c1532
|
||||
bin/icu-config: 524e7418a34b9f37fa3d720538887dcf
|
||||
bin/icudt.dll: 56532bd6f97572f1ff2f5c269c200cfa
|
||||
bin/icudt65.dll: 09337a242c43e958c75c630e76f58626
|
||||
bin/icuin.dll: ccf458a6762ea1248b633f260f60570b
|
||||
bin/icuin65.dll: ccf458a6762ea1248b633f260f60570b
|
||||
bin/icuinfo.exe: 4274c1a2507c370533ce1151533d5e20
|
||||
bin/icuio.dll: 5c92afa27046b497ea879c5bf4d10577
|
||||
bin/icuio65.dll: 5c92afa27046b497ea879c5bf4d10577
|
||||
bin/icupkg.exe: d679b1024f2e26c1f8a1b77e7258e98f
|
||||
bin/icutest.dll: 562c79d8df0fc5048f4546917b2738f2
|
||||
bin/icutest65.dll: 562c79d8df0fc5048f4546917b2738f2
|
||||
bin/icutu.dll: e45504e5c6ccde54658a7df8bd88108d
|
||||
bin/icutu65.dll: e45504e5c6ccde54658a7df8bd88108d
|
||||
bin/icuuc.dll: d8e8d4d51a9fd6a9849fa4ca5812f0bb
|
||||
bin/icuuc65.dll: d8e8d4d51a9fd6a9849fa4ca5812f0bb
|
||||
bin/makeconv.exe: 6b4805b126655a2b95428b10cf08b25f
|
||||
bin/pkgdata.exe: 6455bddfee736917790fcad7d326f8c1
|
||||
conaninfo.txt: 411145de18abdd9c818ab023e965129b
|
||||
include/unicode/alphaindex.h: 1be039746e3da3f7baa9421062373468
|
||||
include/unicode/appendable.h: 48b3a0a4c3044ad5f2af18f1ab48c8ff
|
||||
include/unicode/basictz.h: 57fe3c53d6b1a2bf5d1f40ec51efd7a1
|
||||
@@ -215,21 +215,21 @@ include/unicode/utypes.h: 47eb8ff3f909dafa9bee14f8bb224342
|
||||
include/unicode/uvernum.h: a91a8e07c665891ed234de3a58302663
|
||||
include/unicode/uversion.h: 0b8f75f3d1c816ee3359dde5be390d17
|
||||
include/unicode/vtzone.h: 615f12cb0d05441d0872aa677db80a90
|
||||
lib/icu/65.1/Makefile.inc: dfca695719fce3f4802048877b7e5ef5
|
||||
lib/icu/65.1/pkgdata.inc: 8a01d365fe1a225f3168d4659ea48705
|
||||
lib/icu/Makefile.inc: dfca695719fce3f4802048877b7e5ef5
|
||||
lib/icu/current/Makefile.inc: dfca695719fce3f4802048877b7e5ef5
|
||||
lib/icu/current/pkgdata.inc: 8a01d365fe1a225f3168d4659ea48705
|
||||
lib/icu/pkgdata.inc: 8a01d365fe1a225f3168d4659ea48705
|
||||
lib/libicudt.dll.a: 4297604f481c4f41cd69f1c0d41544a8
|
||||
lib/libicuin.dll.a: 78136e54cf3ad942dddc32b3d8c42aab
|
||||
lib/libicuio.dll.a: 681e068e1ebbb2665b222bd3894c8f96
|
||||
lib/libicutest.dll.a: 2d7d50cebf7a15c2bd05995ff9dc2e38
|
||||
lib/libicutu.dll.a: e08a3d12905cb703179a11e250fe4f61
|
||||
lib/libicuuc.dll.a: e92fdef67e56c164ec5c6d47ae97be6b
|
||||
lib/pkgconfig/icu-i18n.pc: eed957ffe006f4fb042981c0f7e0451a
|
||||
lib/pkgconfig/icu-io.pc: 43c8fc7b90303c819b1669ca99e10dde
|
||||
lib/pkgconfig/icu-uc.pc: 3e8708649f2ea8ebd74f0c75655bdd66
|
||||
lib/icu/65.1/Makefile.inc: 82a9c670eb96bb7e73a660f769fb3503
|
||||
lib/icu/65.1/pkgdata.inc: 2d256010da2bbf625c500da0c9826d93
|
||||
lib/icu/Makefile.inc: 82a9c670eb96bb7e73a660f769fb3503
|
||||
lib/icu/current/Makefile.inc: 82a9c670eb96bb7e73a660f769fb3503
|
||||
lib/icu/current/pkgdata.inc: 2d256010da2bbf625c500da0c9826d93
|
||||
lib/icu/pkgdata.inc: 2d256010da2bbf625c500da0c9826d93
|
||||
lib/libicudt.dll.a: 2c21378a274a52b0cfc497029e57fc32
|
||||
lib/libicuin.dll.a: 36ed05dc4117699bf26d988dedab065e
|
||||
lib/libicuio.dll.a: 194a2f912ad715fa5a5ff70186c2809e
|
||||
lib/libicutest.dll.a: ff4d7834bd6190801772795c206fb9bf
|
||||
lib/libicutu.dll.a: d3e8cae651dddd4da2f960fdbde04c1f
|
||||
lib/libicuuc.dll.a: b371571253da468a123ad696382d9bef
|
||||
lib/pkgconfig/icu-i18n.pc: 7f34faeff3f9ad63e1ffd6526897f8d9
|
||||
lib/pkgconfig/icu-io.pc: 50afb654ad3f618eef1052195687b7cb
|
||||
lib/pkgconfig/icu-uc.pc: 2bc7002eccc3f2c53a1270cdc04a30d6
|
||||
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/65.1/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/65.1/config/mh-mingw: 95446b7c74bc210a824c787c9bd47a93
|
||||
@@ -1,33 +1,33 @@
|
||||
1582257415
|
||||
bin/derb.exe: 430c27da15e7c5d4c6eb60e0b1e6fb8f
|
||||
bin/escapesrc.exe: 9a59fded291dd4ea4cbfe3b7a1c80080
|
||||
bin/genbrk.exe: 56897185781522cd685e4af4ca102a3b
|
||||
bin/genccode.exe: c99c94069e8a0098bc4db9914a7f6e7a
|
||||
bin/gencfu.exe: e23c79026bb78c1991c7f7a8425fad13
|
||||
bin/gencmn.exe: 8fba64b78d2ab6f5bcd6c723da1f57ad
|
||||
bin/gencnval.exe: 14c87059b1c39a72879837cabb3eb84d
|
||||
bin/gendict.exe: 1380f639d83e4d1f21b55ba2495d4a41
|
||||
bin/gennorm2.exe: 914fa6268d94fe08969d7104dc55218f
|
||||
bin/genrb.exe: 22e6461a351f1bf391d181f78a6ef54b
|
||||
bin/gensprep.exe: 4bccca6db929a0b19fff1c5a37873b16
|
||||
bin/icu-config: 9250dfdf7faa8c4d08dfa6cf4f40e2d1
|
||||
bin/icudt.dll: 8a2d4864a89ed94a0e16eaab44d3a4c2
|
||||
bin/icudt65.dll: aa62d2fd6b59bd61116910583e3dd41d
|
||||
bin/icuin.dll: 05cc7ab8708577d53395eb242a0dcc6d
|
||||
bin/icuin65.dll: 05cc7ab8708577d53395eb242a0dcc6d
|
||||
bin/icuinfo.exe: 3700aeeae9229fff4fe501ae415b5c36
|
||||
bin/icuio.dll: f2c286ef97baf5ddc7c8110dbd9e6b4c
|
||||
bin/icuio65.dll: f2c286ef97baf5ddc7c8110dbd9e6b4c
|
||||
bin/icupkg.exe: c03f0c24917039bc98a3b7616c9b141e
|
||||
bin/icutest.dll: 9db214eb296a087b0385f07c21e15b6f
|
||||
bin/icutest65.dll: 9db214eb296a087b0385f07c21e15b6f
|
||||
bin/icutu.dll: f8df0b65efc4fffc30850b6fd6513eeb
|
||||
bin/icutu65.dll: f8df0b65efc4fffc30850b6fd6513eeb
|
||||
bin/icuuc.dll: 81bebc9772571cf4c591512707de7f6f
|
||||
bin/icuuc65.dll: 81bebc9772571cf4c591512707de7f6f
|
||||
bin/makeconv.exe: ef7aa77bd42300c98ea2676e095356d0
|
||||
bin/pkgdata.exe: 4f957c0e9d26523d6977c47879ccb20a
|
||||
conaninfo.txt: 87f571b59f21d0be18bbbb1a53c6b2f2
|
||||
1599824772
|
||||
bin/derb.exe: 68f722afeee75e9e4ea733789eba324d
|
||||
bin/escapesrc.exe: 5ad48603ddefa7d75f9589db693311a0
|
||||
bin/genbrk.exe: cb5487bd37da74c470576d584803a0fd
|
||||
bin/genccode.exe: 80d139a2b22c5c6a7c2ae6801cd8a3ee
|
||||
bin/gencfu.exe: a9f417b50cd8237299100d349d78758e
|
||||
bin/gencmn.exe: cf1a794d018ea5a93db501c4a17d0945
|
||||
bin/gencnval.exe: 2f9cf00a1c6d6ff40f6cc1d2420f2ac9
|
||||
bin/gendict.exe: bda284e8eb469caad6ff4320060bd63d
|
||||
bin/gennorm2.exe: 643cc388bf9f49a1c22274070237e4b5
|
||||
bin/genrb.exe: 900294bcf2ba376e8a53dd0681efba84
|
||||
bin/gensprep.exe: f04c5265bb68e10eb86bbe812348a18a
|
||||
bin/icu-config: 7ff0a51957bda1eec9b2ea457e7bacab
|
||||
bin/icudt.dll: 1e1a6b8fbf1093c1b4fab982c4b62c39
|
||||
bin/icudt65.dll: 91e49d019e10d91cccada5b136f68dec
|
||||
bin/icuin.dll: a67701e7309fae5371c5f656f0deabea
|
||||
bin/icuin65.dll: a67701e7309fae5371c5f656f0deabea
|
||||
bin/icuinfo.exe: 7fd856803068da1b6d736f88d5578444
|
||||
bin/icuio.dll: e53d31b6899dbcec1eb77da207c8e1cc
|
||||
bin/icuio65.dll: e53d31b6899dbcec1eb77da207c8e1cc
|
||||
bin/icupkg.exe: 26c99ac9bf0aef675b6be3d0e4ec1f96
|
||||
bin/icutest.dll: 29acd15f69048c04adc7350ea2f7422a
|
||||
bin/icutest65.dll: 29acd15f69048c04adc7350ea2f7422a
|
||||
bin/icutu.dll: 4b0c32dd74735e9cd2421026fd5a26d9
|
||||
bin/icutu65.dll: 4b0c32dd74735e9cd2421026fd5a26d9
|
||||
bin/icuuc.dll: ff8cfb1cb4360f103f0ab37a21b0f565
|
||||
bin/icuuc65.dll: ff8cfb1cb4360f103f0ab37a21b0f565
|
||||
bin/makeconv.exe: 2f22caee13d695a9c596aa97eb581cf7
|
||||
bin/pkgdata.exe: 49ebcb66931fd627061de5683646d511
|
||||
conaninfo.txt: c04d7a669f242e429c8cd6c4c9f9b250
|
||||
include/unicode/alphaindex.h: 1be039746e3da3f7baa9421062373468
|
||||
include/unicode/appendable.h: 48b3a0a4c3044ad5f2af18f1ab48c8ff
|
||||
include/unicode/basictz.h: 57fe3c53d6b1a2bf5d1f40ec51efd7a1
|
||||
@@ -215,21 +215,21 @@ include/unicode/utypes.h: 47eb8ff3f909dafa9bee14f8bb224342
|
||||
include/unicode/uvernum.h: a91a8e07c665891ed234de3a58302663
|
||||
include/unicode/uversion.h: 0b8f75f3d1c816ee3359dde5be390d17
|
||||
include/unicode/vtzone.h: 615f12cb0d05441d0872aa677db80a90
|
||||
lib/icu/65.1/Makefile.inc: 578a604f57dc0000c3e4272ac5159ced
|
||||
lib/icu/65.1/pkgdata.inc: 9f94a807fa04d65b45bb04114c74fc8f
|
||||
lib/icu/Makefile.inc: 578a604f57dc0000c3e4272ac5159ced
|
||||
lib/icu/current/Makefile.inc: 578a604f57dc0000c3e4272ac5159ced
|
||||
lib/icu/current/pkgdata.inc: 9f94a807fa04d65b45bb04114c74fc8f
|
||||
lib/icu/pkgdata.inc: 9f94a807fa04d65b45bb04114c74fc8f
|
||||
lib/libicudt.dll.a: 6d19c78195cbf2af4f68b3a1ff93f612
|
||||
lib/libicuin.dll.a: dc5b0188be79d786a1612ab4fe8ee105
|
||||
lib/libicuio.dll.a: a995de8310f252cd356949a19ace1fc9
|
||||
lib/libicutest.dll.a: 4017504bf0e1cbc71fa05c5fda30fcc8
|
||||
lib/libicutu.dll.a: aca996f2762328e3a3125c52582d4c19
|
||||
lib/libicuuc.dll.a: 45c324a2b53e0860672f73a13dd0eaed
|
||||
lib/pkgconfig/icu-i18n.pc: b86403e2cbd81f2559f01cda101d5181
|
||||
lib/pkgconfig/icu-io.pc: f7bf176168b2c48bbf9d5b3ab3513420
|
||||
lib/pkgconfig/icu-uc.pc: b939d24910a7545f0dd199b79e60a1a0
|
||||
lib/icu/65.1/Makefile.inc: ae4b3c0b2dcf1a107c37da529a5a572d
|
||||
lib/icu/65.1/pkgdata.inc: 392ec5b38e95048f06b739125b748364
|
||||
lib/icu/Makefile.inc: ae4b3c0b2dcf1a107c37da529a5a572d
|
||||
lib/icu/current/Makefile.inc: ae4b3c0b2dcf1a107c37da529a5a572d
|
||||
lib/icu/current/pkgdata.inc: 392ec5b38e95048f06b739125b748364
|
||||
lib/icu/pkgdata.inc: 392ec5b38e95048f06b739125b748364
|
||||
lib/libicudt.dll.a: 42327b89226e435dee32d4ed4043dd1e
|
||||
lib/libicuin.dll.a: a479b7dfc0f69346644676625cab1154
|
||||
lib/libicuio.dll.a: 1b048a7fcae8905fa929b9ef282d05c8
|
||||
lib/libicutest.dll.a: af3d4912fe492f3089589416a582bff3
|
||||
lib/libicutu.dll.a: d27299ee9de0bfa2f7130b177a101ced
|
||||
lib/libicuuc.dll.a: 0f98b361c734d8d5cd157678c8d7d6f1
|
||||
lib/pkgconfig/icu-i18n.pc: 5a7e7ff2a321db58b97ccaa41ea54e3b
|
||||
lib/pkgconfig/icu-io.pc: 426da02c84b5694772af9a5bc11dee9b
|
||||
lib/pkgconfig/icu-uc.pc: 5a761b97c6c84a60887f35393d0d15c2
|
||||
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/65.1/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/65.1/config/mh-mingw64: 071f2f1be85f81141e4243ab65ca2a5b
|
||||
@@ -0,0 +1,250 @@
|
||||
1582256246
|
||||
bin/derb.exe: e6041fdf335b5a524557f138c869cc84
|
||||
bin/escapesrc.exe: 9cfd048a6bf3519b17f30df342966a33
|
||||
bin/genbrk.exe: 752b9f024858391ddbec6403bfb2048a
|
||||
bin/genccode.exe: 0369bda45bcbeb73f0915b74287d9ad5
|
||||
bin/gencfu.exe: ca626c73c414e88b65d934fa48a8f506
|
||||
bin/gencmn.exe: 8626f0646549407b32ac13d6e1952fd6
|
||||
bin/gencnval.exe: 3864bdb0a1b41b22d0582cb938cfcd5e
|
||||
bin/gendict.exe: a409064c7b8458063022de5fb14808b5
|
||||
bin/gennorm2.exe: 646e92dfa248ab1b06e4486b885a57ec
|
||||
bin/genrb.exe: 346551698bd19f0d29a57f1ed4f2fde7
|
||||
bin/gensprep.exe: 95680f967adc685b197756ba265cd7ef
|
||||
bin/icu-config: 09fb7ddac5b9883611c1f2fefb28e692
|
||||
bin/icudt.dll: a9192d258154160b288d939bb1eb3f96
|
||||
bin/icudt65.dll: 3a45a96f7e1e69d427063fe3627b1a38
|
||||
bin/icuin.dll: ab4224faef23c6b0bcb0601b44dd39b9
|
||||
bin/icuin65.dll: ab4224faef23c6b0bcb0601b44dd39b9
|
||||
bin/icuinfo.exe: abc421ec846b8d7dac99b1f4d296773d
|
||||
bin/icuio.dll: cab9b7f62754cbe7bce23d07bce9fedc
|
||||
bin/icuio65.dll: cab9b7f62754cbe7bce23d07bce9fedc
|
||||
bin/icupkg.exe: bc5f4f3f340b4621df456c4aed4073c2
|
||||
bin/icutest.dll: 921c386181ff37db17e063bc4cf55a62
|
||||
bin/icutest65.dll: 921c386181ff37db17e063bc4cf55a62
|
||||
bin/icutu.dll: f72c49d172522323d7069a96224d89a9
|
||||
bin/icutu65.dll: f72c49d172522323d7069a96224d89a9
|
||||
bin/icuuc.dll: afe869974d32eedcf1289b5592ea007c
|
||||
bin/icuuc65.dll: afe869974d32eedcf1289b5592ea007c
|
||||
bin/makeconv.exe: 5f302e72bc98f33db337fdb644c79181
|
||||
bin/pkgdata.exe: a48d51ee2d5a1e6d71dd2d7e98dc69be
|
||||
conaninfo.txt: ebe8d1091c909c57853d44504c05ac72
|
||||
include/unicode/alphaindex.h: 1be039746e3da3f7baa9421062373468
|
||||
include/unicode/appendable.h: 48b3a0a4c3044ad5f2af18f1ab48c8ff
|
||||
include/unicode/basictz.h: 57fe3c53d6b1a2bf5d1f40ec51efd7a1
|
||||
include/unicode/brkiter.h: e5ff475b7b01a97e5cd11a5362785921
|
||||
include/unicode/bytestream.h: 34a6807cd42f2e64ca60429897eb4b10
|
||||
include/unicode/bytestrie.h: d9be048d5c7e9dd0a2c6cd82e91e6002
|
||||
include/unicode/bytestriebuilder.h: 66236ad8247bd04c9ea525012b4c4ca8
|
||||
include/unicode/calendar.h: 692005b416fc2e4a8c497ff9b9a31bd8
|
||||
include/unicode/caniter.h: a70809c92ea90b654e9f11a793f84429
|
||||
include/unicode/casemap.h: d088e7422633b4cad3ad2b0b83ca239b
|
||||
include/unicode/char16ptr.h: c234b9ba14299c6068f5af1a936c1ead
|
||||
include/unicode/chariter.h: c8623016adba39ab38ef29f38ec87e45
|
||||
include/unicode/choicfmt.h: 832e7b39d19ec192ac1551360436f946
|
||||
include/unicode/coleitr.h: d9f07937d600ee811c121c0b0504724c
|
||||
include/unicode/coll.h: a2062360d7415e08abb01c44088f074e
|
||||
include/unicode/compactdecimalformat.h: 029f9640501bd640495c18397b5ff8bb
|
||||
include/unicode/curramt.h: 41fc0e62956b2e0fa7fd5e05213afc85
|
||||
include/unicode/currpinf.h: 09cbc4d9eb04b2aa2c4c155961f13c89
|
||||
include/unicode/currunit.h: 43648726f439d03c8c8a13b87c122332
|
||||
include/unicode/datefmt.h: 28ef92e98cdac29630b0aa0daf122798
|
||||
include/unicode/dbbi.h: 3d4186ec9549d6693d136257f610ec06
|
||||
include/unicode/dcfmtsym.h: b18b90c0c6371eab5028582492859142
|
||||
include/unicode/decimfmt.h: fb4231ddf75de524300ee952634ef038
|
||||
include/unicode/docmain.h: 697c221351932e373cf9e5903f40b723
|
||||
include/unicode/dtfmtsym.h: cabbccbf9deec91ebf291a19110007fb
|
||||
include/unicode/dtintrv.h: 7a7ce170e6035b90ef5b4bee91893833
|
||||
include/unicode/dtitvfmt.h: da220b13a8f895c4e77b653d865eb049
|
||||
include/unicode/dtitvinf.h: 1ad6b7f844a9362b2b7a0f509284cae7
|
||||
include/unicode/dtptngen.h: 8f8fcb053b5024c5b1d3dfc258f59344
|
||||
include/unicode/dtrule.h: 68551564f8ab72271d3574aa0cba381d
|
||||
include/unicode/edits.h: 6b8aa73dbf2c2f0b49da5bc5903bcc8c
|
||||
include/unicode/enumset.h: 3bb75fc43c88682895ae98c02e69810d
|
||||
include/unicode/errorcode.h: debeda4467a19aaf964fafc73629c8ae
|
||||
include/unicode/fieldpos.h: 3b041c7d9a5df0aef744b88e764af17e
|
||||
include/unicode/filteredbrk.h: e54dd29247eb75f8490423f7f8541691
|
||||
include/unicode/fmtable.h: 3816f155db2c35ac5de3f80ffdaa549c
|
||||
include/unicode/format.h: 0417863e1b303fa282659c4903e3a11c
|
||||
include/unicode/formattedvalue.h: fc50c8972404b212799d76cf8e647888
|
||||
include/unicode/fpositer.h: b5e8bbc249dc37e3b159f0a2b5053957
|
||||
include/unicode/gender.h: 5e093c1cfb96ef671f2e5dedb96a0d64
|
||||
include/unicode/gregocal.h: 15c7b4ceaca9b8b8f8e747d5427aa7a7
|
||||
include/unicode/icudataver.h: d1c480a9eb95aaa058a6b9311074bc33
|
||||
include/unicode/icuplug.h: 60ad27a2a36284bbc1766f9920769175
|
||||
include/unicode/idna.h: a7c3650d5311edeb01f754c574d0fb8b
|
||||
include/unicode/listformatter.h: 65911d72679c6e0a267e951b03467f37
|
||||
include/unicode/localebuilder.h: 1b6106448cf6cde7e7ebf25ee6fe4065
|
||||
include/unicode/localematcher.h: 3a03cbb5970a14fe153041c878f583f2
|
||||
include/unicode/localpointer.h: a89505f84a4bb4e231a17676f1b1d51a
|
||||
include/unicode/locdspnm.h: aa260a00e31e970757e3b3cbe00fff3d
|
||||
include/unicode/locid.h: 6caa36f85c9bab54b78ecd0c056789aa
|
||||
include/unicode/measfmt.h: 21b534367e4b3825dc70c3a289822df8
|
||||
include/unicode/measunit.h: 0f903f67958ad91e8bd2e49fc40c3075
|
||||
include/unicode/measure.h: 49091c823a2f12f5f60f7fecd7c452f2
|
||||
include/unicode/messagepattern.h: 15ecc58806c256ac91c2549d4f5c242f
|
||||
include/unicode/msgfmt.h: f9ff9322fa80486203829c15d4982573
|
||||
include/unicode/normalizer2.h: 436d923df3a66774b7bf26ffe75a5d1c
|
||||
include/unicode/normlzr.h: 5bf33ff933ee7eb49c330df38f490f57
|
||||
include/unicode/nounit.h: 2b4901f562077b370d82c4bbe229aac4
|
||||
include/unicode/numberformatter.h: 0f62c292f92d5598a61647bbf4294e1a
|
||||
include/unicode/numberrangeformatter.h: 58623918bf66f1fd6687f3dd03180a4b
|
||||
include/unicode/numfmt.h: 2a21117116463390ec4f19d53f485890
|
||||
include/unicode/numsys.h: 186ba43c003b4f56af3c63abd08f418e
|
||||
include/unicode/parseerr.h: ce38831411af01eeaf0bbbb6e1cb0153
|
||||
include/unicode/parsepos.h: 5c53fa7c473d4593fd72ce964b505807
|
||||
include/unicode/platform.h: 56fe53b31059acb1be086c45ce88e8c6
|
||||
include/unicode/plurfmt.h: 6f1b781b7a62a6ac1c7e4c6a2bb18d77
|
||||
include/unicode/plurrule.h: cf4b0b9ec1a525b96e7d27e489044337
|
||||
include/unicode/ptypes.h: d74097874c82f77331d8e06a5c59d37f
|
||||
include/unicode/putil.h: ee1c69d5060b8d5754bf8879bb7f10d1
|
||||
include/unicode/rbbi.h: 6c5f44ef812dfb48b65466732513c091
|
||||
include/unicode/rbnf.h: e870f2cf64c9b72eb549c413d6f98299
|
||||
include/unicode/rbtz.h: ea9f5a1edac3fe535ec7b83636daf61d
|
||||
include/unicode/regex.h: 16565e3d41228a76f17a63842d9594d2
|
||||
include/unicode/region.h: 22585a516ee7525f3e9094f2843b7640
|
||||
include/unicode/reldatefmt.h: 1b226903d9375471432582c27ade4934
|
||||
include/unicode/rep.h: eab550a9bbb33b4c1283ab16bc2dfafa
|
||||
include/unicode/resbund.h: cc93ada0e9871eee0a86f81548a3be73
|
||||
include/unicode/schriter.h: acea2a510e5c9127dad0e2538cf65ccd
|
||||
include/unicode/scientificnumberformatter.h: 40eb759fc2902b6c8e732b440fe6a1bc
|
||||
include/unicode/search.h: a93ebdadfc5113f1b9c9c185262ef461
|
||||
include/unicode/selfmt.h: 581ab6f6ac584265d5c56dad4051ee12
|
||||
include/unicode/simpleformatter.h: 8e5e9a9589359e06110af10bcf941d54
|
||||
include/unicode/simpletz.h: 194e0d388b74daa4cf51d012e2d14ebd
|
||||
include/unicode/smpdtfmt.h: 0e6383eafd569b511791e826b51df8d1
|
||||
include/unicode/sortkey.h: 27f3d671f37c27d0b36953d00c1f2e7b
|
||||
include/unicode/std_string.h: bb3b2e28a2ae9b66a60b7d90f8c07512
|
||||
include/unicode/strenum.h: 3c23eb4fa4d847b6afdd18adf3ccdaf5
|
||||
include/unicode/stringoptions.h: d4929224e8d9df2f272f0305780cbacb
|
||||
include/unicode/stringpiece.h: 3d7911a3b2a59830eaceb37e46110285
|
||||
include/unicode/stringtriebuilder.h: 08ce10a0f6e85f4bb078f69d5382f8bc
|
||||
include/unicode/stsearch.h: b15838a5cf5740b0aaa9af5356aef26b
|
||||
include/unicode/symtable.h: 7487ffc7069316553d08f1109965bf9d
|
||||
include/unicode/tblcoll.h: ee27157293d0802cde26d75c6098c1d3
|
||||
include/unicode/timezone.h: 54689b5ef15d0f03a146e8aeac163be8
|
||||
include/unicode/tmunit.h: 9ddf31866353dde1ae249ed93fce9234
|
||||
include/unicode/tmutamt.h: beea411e9f16d8b91fef39a297cd06d8
|
||||
include/unicode/tmutfmt.h: ae13f8ac46ad754bf83142943b19a647
|
||||
include/unicode/translit.h: f225620498133e8e4bcc2ad6679225e5
|
||||
include/unicode/tzfmt.h: b6c94cd901ffe5387f0245ca9fd68604
|
||||
include/unicode/tznames.h: a50010925037c01304c719e47bfb369a
|
||||
include/unicode/tzrule.h: 0e3465c0eeb27a0545f94bf9f5cfc21e
|
||||
include/unicode/tztrans.h: 117392a0dc2fe373946aecfa74475842
|
||||
include/unicode/ubidi.h: d90a13a2933198f134efefc0ff7563e6
|
||||
include/unicode/ubiditransform.h: fab65809ece8816f1a002eb843b80e29
|
||||
include/unicode/ubrk.h: e85002afa629b85ba239135ab11f47f0
|
||||
include/unicode/ucal.h: d247badde5d39cc16e06d26153054c85
|
||||
include/unicode/ucasemap.h: 2f240e1dc6db1771e843f1a03fd0c8f4
|
||||
include/unicode/ucat.h: f412352b86adccba85d7f3e4b4515064
|
||||
include/unicode/uchar.h: ebac2b0b753a1cd10db2f428736bf06d
|
||||
include/unicode/ucharstrie.h: 16d3d38154f1444b8a3425254ab7ab81
|
||||
include/unicode/ucharstriebuilder.h: b92f18132f6c1d61da0ad51b8099435d
|
||||
include/unicode/uchriter.h: a356cb90d62d9e425e5efbb071c30b21
|
||||
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: 47c1acc6c2bde098f0b06c8590d68b9f
|
||||
include/unicode/ucoleitr.h: b4576706530850666c1cfd2424276b26
|
||||
include/unicode/uconfig.h: 80678a12de446cdf8679cdd5792a12e9
|
||||
include/unicode/ucpmap.h: 0b16934410c99981d87ddd10e1759bed
|
||||
include/unicode/ucptrie.h: 7450de71dd5e1a83f5290da33d48d40d
|
||||
include/unicode/ucsdet.h: c7d5b3d36da0c71b0a85a72642439a90
|
||||
include/unicode/ucurr.h: 5de7a80ece54cf7583e19f292ad17825
|
||||
include/unicode/udat.h: c665d53e4691b564ae5394957fcdcf31
|
||||
include/unicode/udata.h: 98e2327300a26bbaf40bd8eb7eee8c1a
|
||||
include/unicode/udateintervalformat.h: 178f650518ecceeb2eca7b763dd68799
|
||||
include/unicode/udatpg.h: ce0332b911d1a820a0b45922bd0e97fc
|
||||
include/unicode/udisplaycontext.h: 57a269787da52ad6720ff5b1e87b5cdd
|
||||
include/unicode/uenum.h: 41cce54d4862d5068f4f087b935c0657
|
||||
include/unicode/ufieldpositer.h: 21f8ba8e285bfea4daa3da8a01911b7e
|
||||
include/unicode/uformattable.h: cad38a97f9f929ebc28d5e72dc5ec14f
|
||||
include/unicode/uformattedvalue.h: e1e69e0927595423076481b8f948fd2a
|
||||
include/unicode/ugender.h: d64c9ad1d5cf04136534e3aca38d2638
|
||||
include/unicode/uidna.h: 88ee381ec6ec01cb677f3e5222e9cf22
|
||||
include/unicode/uiter.h: 3fea96177f4f814091918f54d1e68ccd
|
||||
include/unicode/uldnames.h: d18634bc73c16b9ae02b6a60fd94d8be
|
||||
include/unicode/ulistformatter.h: 21277400caea3c7e7fdb57457c10e423
|
||||
include/unicode/uloc.h: 39d42620d3a97a7ae26d7b560ea3eacc
|
||||
include/unicode/ulocdata.h: 116fad6a2c0db0d08e3f5ae02d93a035
|
||||
include/unicode/umachine.h: 0a7fe7df81aedd43f322a9ec540feff5
|
||||
include/unicode/umisc.h: eca71d8c8bf86529ae5bbc5f34598bea
|
||||
include/unicode/umsg.h: 298645d31f8d8e209cbb5eb3751e3ceb
|
||||
include/unicode/umutablecptrie.h: 5dc81c63a8b2c80ffd401c9bb5180e61
|
||||
include/unicode/unifilt.h: e170c06bf1bf81a56c7ed605d41fa02f
|
||||
include/unicode/unifunct.h: 23981a5088ba5d5af70309b73eef7666
|
||||
include/unicode/unimatch.h: 66161ce491e3b24e9e011cfc0e78be42
|
||||
include/unicode/unirepl.h: 462716fd44618949b405645ba7b5c8e6
|
||||
include/unicode/uniset.h: cb94f902233b2e1807156afe0967e3e0
|
||||
include/unicode/unistr.h: 5ebe061e4a17e981bb249c4814f4dd9d
|
||||
include/unicode/unorm.h: ca96f37ed2e2afd56585a238d73cea51
|
||||
include/unicode/unorm2.h: e8fff4023ad114b325f346d2cdbbe043
|
||||
include/unicode/unum.h: 656d2aa9a41ca4b7bfad0a09420bdc23
|
||||
include/unicode/unumberformatter.h: 9be73b6bb76bb5862a8dfd615e563b82
|
||||
include/unicode/unumsys.h: 7e5dd76a0e07f790c30c944bfb810e71
|
||||
include/unicode/uobject.h: b56a28b01e3df9088315aeb145ec3a8e
|
||||
include/unicode/upluralrules.h: 15feae7c7df35b97d5e715f28f616e63
|
||||
include/unicode/uregex.h: 10fe8b8c9f98758bf192bc765fa45e3c
|
||||
include/unicode/uregion.h: a3f28f15972bf18600012815a8c76535
|
||||
include/unicode/ureldatefmt.h: d528589ebdc3f8cb6c27ce4867752c55
|
||||
include/unicode/urename.h: 1642d190b583bbaaf454ac65a37a8024
|
||||
include/unicode/urep.h: 6ada98ac1aa68081f10d17b1abadef6e
|
||||
include/unicode/ures.h: 8c69586a969eb2898d5d3e8c08beda9c
|
||||
include/unicode/uscript.h: 5bf2d96240b17507a05ebe4d36b1a38e
|
||||
include/unicode/usearch.h: 1f3fcea9dc6c40e908992e74f602235f
|
||||
include/unicode/uset.h: a285e1b480a3abaaee753ba74d245efd
|
||||
include/unicode/usetiter.h: ab1ebd4b0b9e3560a94a7c6cb3a9e48f
|
||||
include/unicode/ushape.h: 86fdf709d4312bb17cf95b16f58e1dc4
|
||||
include/unicode/uspoof.h: 8b9508cbe045b114f0f618d04fcab512
|
||||
include/unicode/usprep.h: e88585ae8bdb3a35aa88417993bde732
|
||||
include/unicode/ustdio.h: 3104e526d3de60538f42c0fd5430adcb
|
||||
include/unicode/ustream.h: 0a74df2b9d1967d0b859d21f5828f4e8
|
||||
include/unicode/ustring.h: 92f522f8ef62e443c11baa56c32e42e4
|
||||
include/unicode/ustringtrie.h: 54a28aa9c4e117cd3ebfd0a670324f6c
|
||||
include/unicode/utext.h: 89a08f750d0c5751d4f385c4874c0e61
|
||||
include/unicode/utf.h: 4434eeb75c89a49228884aa247714e1c
|
||||
include/unicode/utf16.h: 147fbb88d8300af3e38d80ce59c1c1ce
|
||||
include/unicode/utf32.h: a1fdf74f4bd8808f9fb17df371f886d9
|
||||
include/unicode/utf8.h: 7f0c4c02bd7506e80fd11a4597cc1450
|
||||
include/unicode/utf_old.h: 92ffc297b71c8d83ed05b644183c477c
|
||||
include/unicode/utmscale.h: 7c59d91f835bc9f4b805dd64e73851d7
|
||||
include/unicode/utrace.h: 420d2f8d462ae300ca1903c2a6ebaba3
|
||||
include/unicode/utrans.h: 5cd9b1f130197e5fdd8a66519233abf5
|
||||
include/unicode/utypes.h: 47eb8ff3f909dafa9bee14f8bb224342
|
||||
include/unicode/uvernum.h: a91a8e07c665891ed234de3a58302663
|
||||
include/unicode/uversion.h: 0b8f75f3d1c816ee3359dde5be390d17
|
||||
include/unicode/vtzone.h: 615f12cb0d05441d0872aa677db80a90
|
||||
lib/icu/65.1/Makefile.inc: 73ad866aae05ced0a9a9d1458dc1bf8f
|
||||
lib/icu/65.1/pkgdata.inc: bf50cad45e347453287b6c89411eaea9
|
||||
lib/icu/Makefile.inc: 73ad866aae05ced0a9a9d1458dc1bf8f
|
||||
lib/icu/current/Makefile.inc: 73ad866aae05ced0a9a9d1458dc1bf8f
|
||||
lib/icu/current/pkgdata.inc: bf50cad45e347453287b6c89411eaea9
|
||||
lib/icu/pkgdata.inc: bf50cad45e347453287b6c89411eaea9
|
||||
lib/icudt.lib: 5dbe4c8d0feeacf4d9eea9d067a7afc3
|
||||
lib/icuin.lib: 45f344989a36defbc1f0f7227308865d
|
||||
lib/icuio.lib: 33e944538f0f5c890581d2e8840bba83
|
||||
lib/icutest.lib: cc355097c595e6c1c4a1cb1e92ed311a
|
||||
lib/icutu.lib: 5db94d78a0f650efa606d964444b78e8
|
||||
lib/icuuc.lib: 80d1fd2e66b136767395e3811227737c
|
||||
lib/pkgconfig/icu-i18n.pc: 648b5d9ec85b0426e1069c02742b5617
|
||||
lib/pkgconfig/icu-io.pc: 34521e04a76356658abd41e3932acd56
|
||||
lib/pkgconfig/icu-uc.pc: cb702fa4b4c1fa616e01eb228cebd947
|
||||
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/65.1/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/65.1/config/mh-msys-msvc: c3bf313c25288142820e4ab191c1c153
|
||||
share/icu/65.1/install-sh: 5afe8eb5573965dfb58378e4e46f3813
|
||||
share/icu/65.1/mkinstalldirs: 31c4856b24c8dbc6319819ccd43b4fda
|
||||
share/man/man1/derb.1: bddb017162105939f6d43c9539c99497
|
||||
share/man/man1/genbrk.1: a4e60e4a60ab26eb29119649bfb60d2b
|
||||
share/man/man1/gencfu.1: 4950b8178b944a3ebfea1c419ffd3319
|
||||
share/man/man1/gencnval.1: 53b10d9351473a7ea603400973377a7d
|
||||
share/man/man1/gendict.1: 9c1bf2760e5735b0e6601f48e92cb0d9
|
||||
share/man/man1/genrb.1: ffebc1e8007bd58f5623299e6b4babe8
|
||||
share/man/man1/icu-config.1: f4670ca16d77ce21310e48aa91f7ee5b
|
||||
share/man/man1/makeconv.1: c96397ad56d2c21649757c407aac46d8
|
||||
share/man/man1/pkgdata.1: 5f7b05c28de887cca1e5d7bfb9db4c39
|
||||
share/man/man8/genccode.8: 498418dc0aec1fa7ccfb83c491b5a23e
|
||||
share/man/man8/gencmn.8: c43635e431ea0f1616ea8266e36c0d75
|
||||
share/man/man8/gensprep.8: 396d70fec1a04aae25e6bfc6e8e58c65
|
||||
share/man/man8/icupkg.8: 430bcbed42faa9ea33b161a48c0490c6
|
||||
@@ -1,12 +0,0 @@
|
||||
1582282436
|
||||
conaninfo.txt: e412e1148672ae4437d5d9e8f0089dae
|
||||
include/jconfig.h: 36405c50a3b1509877826e26eac4fb69
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/libjpeg.a: 9ec4a3ea70de97420d8a262641df11fe
|
||||
lib/libturbojpeg.a: 3704f7242f7d79187bcf09b7ff7bb86e
|
||||
lib/pkgconfig/libjpeg.pc: fa956ecec06575a626eb24df4ade7059
|
||||
lib/pkgconfig/libturbojpeg.pc: 7a28369f664feaef64c4f36043bdbf84
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,12 +0,0 @@
|
||||
1582280262
|
||||
conaninfo.txt: 3ce2f8cfe80b79b4dd725bdff24c402d
|
||||
include/jconfig.h: 36405c50a3b1509877826e26eac4fb69
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/jpeg-static.lib: 277031e07ff0a68b0da547fd73fa8931
|
||||
lib/pkgconfig/libjpeg.pc: 18fe4739f1c264cc5807ac171f79d5de
|
||||
lib/pkgconfig/libturbojpeg.pc: 080a4da3c8052f00721671016bda4f79
|
||||
lib/turbojpeg-static.lib: 142395e528dbecc678f0f0242512cb32
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,12 +0,0 @@
|
||||
1582281085
|
||||
conaninfo.txt: 05273e3ea056a1d7946e1065622c2e6d
|
||||
include/jconfig.h: 36405c50a3b1509877826e26eac4fb69
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/jpeg-static.lib: 94e22b458fa49d878f9f5ecaa83b4d4c
|
||||
lib/pkgconfig/libjpeg.pc: f86f98cba102e1be6cdbc77e1f73d6e2
|
||||
lib/pkgconfig/libturbojpeg.pc: 9138a79005a0dd437ec485743cbc7708
|
||||
lib/turbojpeg-static.lib: 85dceca1ee42fb40b9177483a710931c
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,12 +0,0 @@
|
||||
1582282336
|
||||
conaninfo.txt: 99d4bfcf4fe5b33346747d9aed5a90dd
|
||||
include/jconfig.h: 36405c50a3b1509877826e26eac4fb69
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/libjpeg.a: 520fd96afa81fffa67fbccc2d7499459
|
||||
lib/libturbojpeg.a: 65c525625f9bdb0c9c93b3cae93116f1
|
||||
lib/pkgconfig/libjpeg.pc: 9088ad9e74b2b56826bc949805312370
|
||||
lib/pkgconfig/libturbojpeg.pc: 176a550708755ea935a3928dcc75bb0c
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,12 +0,0 @@
|
||||
1582281572
|
||||
conaninfo.txt: 9868d7ba246ae96d18441c975ee816f1
|
||||
include/jconfig.h: 36405c50a3b1509877826e26eac4fb69
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/jpeg-static.lib: fb149794dc225dcb890e1b2c48569660
|
||||
lib/pkgconfig/libjpeg.pc: 16468bac09adeea126c41a7e2eab161f
|
||||
lib/pkgconfig/libturbojpeg.pc: 6bad484e5ee764e95e570110855d00c8
|
||||
lib/turbojpeg-static.lib: 12e129d91c4f92257c7b12d88a0ccd3b
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,12 +0,0 @@
|
||||
1582280641
|
||||
conaninfo.txt: d0e67ef7124b3767bbd5cebd7e4bf806
|
||||
include/jconfig.h: 36405c50a3b1509877826e26eac4fb69
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/jpeg-static.lib: 50b078fedbf48e2accf55cc1201717d8
|
||||
lib/pkgconfig/libjpeg.pc: ef1839c5639ee60768584c29626db8b1
|
||||
lib/pkgconfig/libturbojpeg.pc: 53423ccf67af6cc13cc571dd1e7568e0
|
||||
lib/turbojpeg-static.lib: c3f43cb91de65238d38bee7051671eff
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,4 +1,4 @@
|
||||
1582280120
|
||||
1599735572
|
||||
LICENSE.md: 5aa9930034582b90e2008d2c609d1317
|
||||
conanfile.py: fc9f9025d45306204140aafdf174a422
|
||||
conanfile.py: b752e9ae1c6b8d65022ecc9094a8a8ab
|
||||
export_source/CMakeLists.txt: eb0fcc86f467a4c6ac9f37c16887a29f
|
||||
@@ -0,0 +1,12 @@
|
||||
1599738045
|
||||
conaninfo.txt: 4fbbb44cc5815e6399144d4738128d34
|
||||
include/jconfig.h: 364c5b940297dd331dacb42dc5bc3cb9
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: e5051d1390ea320d22e81c7e73a163ae
|
||||
lib/libjpeg.a: 1beb177c28bec696d92c96cb12cf50b0
|
||||
lib/libturbojpeg.a: 3601472665eebd9ba70a8b4ded622fb7
|
||||
lib/pkgconfig/libjpeg.pc: 31670f8efeaaf416c10ef75033a21f89
|
||||
lib/pkgconfig/libturbojpeg.pc: 9ec917634a8badf738794da988e0cdd2
|
||||
licenses/LICENSE.md: 26d6491346496a57f75f00a78199122e
|
||||
@@ -0,0 +1,12 @@
|
||||
1599737655
|
||||
conaninfo.txt: 1dff9c35ef06cd1f8e1dd7d3fa538a0b
|
||||
include/jconfig.h: 364c5b940297dd331dacb42dc5bc3cb9
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: e5051d1390ea320d22e81c7e73a163ae
|
||||
lib/jpeg-static.lib: 810088c13a0b62845d2a07fb9aedcf7c
|
||||
lib/pkgconfig/libjpeg.pc: 42c35d08648be46cba25e5c233bb4ceb
|
||||
lib/pkgconfig/libturbojpeg.pc: f5f04f23108a7e0287c36286668bed72
|
||||
lib/turbojpeg-static.lib: 57ccb316b5e241e589e4774d1873d2ea
|
||||
licenses/LICENSE.md: 26d6491346496a57f75f00a78199122e
|
||||
@@ -0,0 +1,12 @@
|
||||
1599735723
|
||||
conaninfo.txt: 96940ef25782fe187ad876a9798aefe6
|
||||
include/jconfig.h: 364c5b940297dd331dacb42dc5bc3cb9
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: e5051d1390ea320d22e81c7e73a163ae
|
||||
lib/jpeg-static.lib: bac9b04d6d20cb9e29a47c56e1d58e92
|
||||
lib/pkgconfig/libjpeg.pc: 8d98a30a9db257c005f7619aa5c0a054
|
||||
lib/pkgconfig/libturbojpeg.pc: 79a1c3fce48acb5ad45fd69fc5b5a7e0
|
||||
lib/turbojpeg-static.lib: 8e8c7d62afe07877cc07befcafc9b189
|
||||
licenses/LICENSE.md: 26d6491346496a57f75f00a78199122e
|
||||
@@ -0,0 +1,12 @@
|
||||
1599736618
|
||||
conaninfo.txt: 03f3f4e3fcf5d709d43aaec1f55898dc
|
||||
include/jconfig.h: 364c5b940297dd331dacb42dc5bc3cb9
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: e5051d1390ea320d22e81c7e73a163ae
|
||||
lib/jpeg-static.lib: 3134bba34a47e8c27d20ec4a4588f54d
|
||||
lib/pkgconfig/libjpeg.pc: e4f3f7cf063e703922623a48759eb548
|
||||
lib/pkgconfig/libturbojpeg.pc: 6412ff7d0f49e4b26ea9c17526fcd995
|
||||
lib/turbojpeg-static.lib: c01d3cddcc20514a4ed2ab9e0bf6bc79
|
||||
licenses/LICENSE.md: 26d6491346496a57f75f00a78199122e
|
||||
@@ -0,0 +1,12 @@
|
||||
1599738143
|
||||
conaninfo.txt: 3991de728b2148a357e0adfe83ddff62
|
||||
include/jconfig.h: 364c5b940297dd331dacb42dc5bc3cb9
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: e5051d1390ea320d22e81c7e73a163ae
|
||||
lib/libjpeg.a: ab32855e9f71865bc026351d8e2e77dc
|
||||
lib/libturbojpeg.a: a05a8eef4b34c10a68a3e5c7864f55b5
|
||||
lib/pkgconfig/libjpeg.pc: afe1d748f5b9331fe322f414eeb8d871
|
||||
lib/pkgconfig/libturbojpeg.pc: 5a19528da1aae07f73729acf72ea8d9b
|
||||
licenses/LICENSE.md: 26d6491346496a57f75f00a78199122e
|
||||
@@ -0,0 +1,12 @@
|
||||
1599737489
|
||||
conaninfo.txt: faf97c2c98fbb660379fb96a52f3dcf3
|
||||
include/jconfig.h: 364c5b940297dd331dacb42dc5bc3cb9
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: e5051d1390ea320d22e81c7e73a163ae
|
||||
lib/jpeg-static.lib: 05604ba0465efd4fe4e8a518e82cdb81
|
||||
lib/pkgconfig/libjpeg.pc: 6819f3aec5d0a35187d510fb1034c584
|
||||
lib/pkgconfig/libturbojpeg.pc: 7226bc5b0d915e053a1204aba32867cf
|
||||
lib/turbojpeg-static.lib: efa16bdd47f24831fc02ac0b69912490
|
||||
licenses/LICENSE.md: 26d6491346496a57f75f00a78199122e
|
||||
@@ -0,0 +1,12 @@
|
||||
1599737081
|
||||
conaninfo.txt: da8913ab37decb7846f324c2c05b6e56
|
||||
include/jconfig.h: 364c5b940297dd331dacb42dc5bc3cb9
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: e5051d1390ea320d22e81c7e73a163ae
|
||||
lib/jpeg-static.lib: 9d557bb3f4769b7e3820d71be4189cfb
|
||||
lib/pkgconfig/libjpeg.pc: 1bcb08ffc4f83b2306ff794ad5c2b91c
|
||||
lib/pkgconfig/libturbojpeg.pc: b9783de5729e5835e41a35cb2f5fa568
|
||||
lib/turbojpeg-static.lib: 09609dcfdad02bed5bf00e348fff8807
|
||||
licenses/LICENSE.md: 26d6491346496a57f75f00a78199122e
|
||||
@@ -0,0 +1,12 @@
|
||||
1599736121
|
||||
conaninfo.txt: d3b27ba63fbdcf067b5f4afd1a1fdef0
|
||||
include/jconfig.h: 364c5b940297dd331dacb42dc5bc3cb9
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: e5051d1390ea320d22e81c7e73a163ae
|
||||
lib/jpeg-static.lib: bcdd30b7636c7ed8f0e6dbfb97729c31
|
||||
lib/pkgconfig/libjpeg.pc: e124d9000016d4fa108588c91087d060
|
||||
lib/pkgconfig/libturbojpeg.pc: 6b112424701322f51d06015089920210
|
||||
lib/turbojpeg-static.lib: 7d9c9ee5fb38b856bb9424a2ae5f9bbd
|
||||
licenses/LICENSE.md: 26d6491346496a57f75f00a78199122e
|
||||
@@ -1,9 +1,9 @@
|
||||
1582270098
|
||||
bin/libxml2-2.dll: 0a707dea653e54ed8606c66cb4af5eca
|
||||
bin/xml2-config: f90c21a49ff66959f9370243e8aeb274
|
||||
bin/xmlcatalog.exe: 1f51631564d0df1e2eb7bab1e744797f
|
||||
bin/xmllint.exe: 705805f98a8ee9045078d6d91a1e076b
|
||||
conaninfo.txt: 5d6fafed34bc3f9e5dce2ad99f65aba0
|
||||
1599827075
|
||||
bin/libxml2-2.dll: aaf2802bcdbb62e364d33d4307c2f656
|
||||
bin/xml2-config: b0691a0a3ab1546612090cb77b4f29bb
|
||||
bin/xmlcatalog.exe: ceb3b58dd442e7a174d60a400b485355
|
||||
bin/xmllint.exe: 542a2dc43a32156244634f496afdad71
|
||||
conaninfo.txt: e494fa1f215b7080df24fc4bf487250b
|
||||
include/libxml2/libxml/DOCBparser.h: 21e6523a86338325c527e1e8847adc1d
|
||||
include/libxml2/libxml/HTMLparser.h: d57891c89573ed6dce04b8133e7438d2
|
||||
include/libxml2/libxml/HTMLtree.h: 46cf4cefb419e18c40b8d5b6ac982f3f
|
||||
@@ -53,6 +53,6 @@ include/libxml2/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd
|
||||
include/libxml2/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388
|
||||
include/libxml2/win32config.h: e51ff5a65571584fbe45f75eede0ee3e
|
||||
include/libxml2/wsockcompat.h: fd8ce4d6dabe53035a28c6aa64926b1c
|
||||
lib/libxml2.dll.a: 849838d8f7d5dcbcb16097dbdabee707
|
||||
lib/xml2Conf.sh: d980a83ab1cdd3637ee4fc3aeb75733c
|
||||
lib/libxml2.dll.a: e9e9bb7eed77331a47e228a1a8f4c0c5
|
||||
lib/xml2Conf.sh: 1ac09ea07a1d73a25e8478e5911da219
|
||||
licenses/COPYING: 2044417e2e5006b65a8b9067b683fcf1
|
||||
@@ -0,0 +1,56 @@
|
||||
1582269846
|
||||
bin/libxml2.dll: 9807c311cef5ae7c2116871b45bb4398
|
||||
bin/xmlcatalog.exe: 3ead86d739b476b2ca12ac46ef1f0707
|
||||
bin/xmllint.exe: bd9d34f006212ca595816def045d62f7
|
||||
conaninfo.txt: 0768398792af659c3fbe40072a9585d3
|
||||
include/libxml2/libxml/DOCBparser.h: 21e6523a86338325c527e1e8847adc1d
|
||||
include/libxml2/libxml/HTMLparser.h: d57891c89573ed6dce04b8133e7438d2
|
||||
include/libxml2/libxml/HTMLtree.h: 46cf4cefb419e18c40b8d5b6ac982f3f
|
||||
include/libxml2/libxml/SAX.h: bf46553ceac47b24126d4a1abb7b26fa
|
||||
include/libxml2/libxml/SAX2.h: 226675de48e46a282141b438b0895db4
|
||||
include/libxml2/libxml/c14n.h: 6f2b3ecf12e815ce0159be0fbba1bc4f
|
||||
include/libxml2/libxml/catalog.h: 382caf85e794d06e84280cf702a42c18
|
||||
include/libxml2/libxml/chvalid.h: 4e1ca6554b98687e75d03662cd92d14e
|
||||
include/libxml2/libxml/debugXML.h: 73816937df233c77ebfa261f3ca00dd8
|
||||
include/libxml2/libxml/dict.h: a48513ceb9774ebece2daa8a2cd52f07
|
||||
include/libxml2/libxml/encoding.h: 807b84fade38abad3ae0d9b6af714dbc
|
||||
include/libxml2/libxml/entities.h: 16467595fdaff28420d1657b1658f267
|
||||
include/libxml2/libxml/globals.h: 4b9d5b9ff807b093244cc301d2cefda5
|
||||
include/libxml2/libxml/hash.h: af6927d60ab5a971b68a65626d903bb2
|
||||
include/libxml2/libxml/list.h: 7600108b9a637797d97d3f47ed045287
|
||||
include/libxml2/libxml/nanoftp.h: 3f25d5edfbdb1fd084e53d9a7dbaff73
|
||||
include/libxml2/libxml/nanohttp.h: d31b62933eab6d58a46eb075b49b7715
|
||||
include/libxml2/libxml/parser.h: 3e149b90da438833f98a1bcd12a0abcb
|
||||
include/libxml2/libxml/parserInternals.h: 4c3e253f541b903f061a2ef7fadcdc35
|
||||
include/libxml2/libxml/pattern.h: db123ed3ecc27ab31b3f808e96edb492
|
||||
include/libxml2/libxml/relaxng.h: 348c151f5b45a3543862c0e280f9fbba
|
||||
include/libxml2/libxml/schemasInternals.h: 5072dee68b3423ac6f13185b984cc325
|
||||
include/libxml2/libxml/schematron.h: 96d9e0c083c4949e246ce02cf31de483
|
||||
include/libxml2/libxml/threads.h: 56e93792a1e4d23fe9c6940231cd4a40
|
||||
include/libxml2/libxml/tree.h: 406fe7a05a1503755da736b98b1ab781
|
||||
include/libxml2/libxml/uri.h: 032d430e35153af35f2fe17a9e9c37bf
|
||||
include/libxml2/libxml/valid.h: 3c082c0a5b81e1bc9fd9a21b69014584
|
||||
include/libxml2/libxml/xinclude.h: 1f8b2beb8f49da4bf3a658d31dccb2ef
|
||||
include/libxml2/libxml/xlink.h: 0f722691abab1f60d5a9f0c14bbb26c4
|
||||
include/libxml2/libxml/xmlIO.h: cb4be47d203f7d54f374b9272db7e3f3
|
||||
include/libxml2/libxml/xmlautomata.h: 3c3c0a7d353bacfbede7c2decf27e62a
|
||||
include/libxml2/libxml/xmlerror.h: 28cd85987165565f9306b9b66a2b4e88
|
||||
include/libxml2/libxml/xmlexports.h: 27052360fc0021d99870d8f49371dae0
|
||||
include/libxml2/libxml/xmlmemory.h: c0167c625ecaf670d76480506425b472
|
||||
include/libxml2/libxml/xmlmodule.h: de174bf853776e7e653c66c059d19e61
|
||||
include/libxml2/libxml/xmlreader.h: f4e1ae61cb2ac0d3ded93985fed902db
|
||||
include/libxml2/libxml/xmlregexp.h: fea3110c96e8cd9013900e1c8e5b6c0b
|
||||
include/libxml2/libxml/xmlsave.h: eed2463cad941f74f99b8b9bc03aa74d
|
||||
include/libxml2/libxml/xmlschemas.h: 44ee98f77e997b8843fe6e5c45aa4ab0
|
||||
include/libxml2/libxml/xmlschemastypes.h: 160197e01dfa56cd9ad09d201d5bdeb4
|
||||
include/libxml2/libxml/xmlstring.h: 82efb8a055d5fc8eb7d815ed471eca53
|
||||
include/libxml2/libxml/xmlunicode.h: b9f0b8acddfee9b620ea822978a51d29
|
||||
include/libxml2/libxml/xmlversion.h: 1e9e77170ee677ce49956476e0f845d6
|
||||
include/libxml2/libxml/xmlwriter.h: 8694436144b1fb0aab2e2d6b725035e3
|
||||
include/libxml2/libxml/xpath.h: bfe49b59c50e544f6e7a72423159775a
|
||||
include/libxml2/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd
|
||||
include/libxml2/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388
|
||||
include/libxml2/win32config.h: e51ff5a65571584fbe45f75eede0ee3e
|
||||
include/libxml2/wsockcompat.h: fd8ce4d6dabe53035a28c6aa64926b1c
|
||||
lib/libxml2.lib: 7fcc4938ce977551d281c3b284908fc4
|
||||
licenses/COPYING: 2044417e2e5006b65a8b9067b683fcf1
|
||||
@@ -0,0 +1,56 @@
|
||||
1582269689
|
||||
bin/libxml2.dll: ae389e2ddae1c43bf9ec445624f47b2a
|
||||
bin/xmlcatalog.exe: bbc783406f307ead9e208cc053057515
|
||||
bin/xmllint.exe: 219e6273a76bff9f81311845cdafbdc5
|
||||
conaninfo.txt: fa7291961078c99298606983d6ee6f4f
|
||||
include/libxml2/libxml/DOCBparser.h: 21e6523a86338325c527e1e8847adc1d
|
||||
include/libxml2/libxml/HTMLparser.h: d57891c89573ed6dce04b8133e7438d2
|
||||
include/libxml2/libxml/HTMLtree.h: 46cf4cefb419e18c40b8d5b6ac982f3f
|
||||
include/libxml2/libxml/SAX.h: bf46553ceac47b24126d4a1abb7b26fa
|
||||
include/libxml2/libxml/SAX2.h: 226675de48e46a282141b438b0895db4
|
||||
include/libxml2/libxml/c14n.h: 6f2b3ecf12e815ce0159be0fbba1bc4f
|
||||
include/libxml2/libxml/catalog.h: 382caf85e794d06e84280cf702a42c18
|
||||
include/libxml2/libxml/chvalid.h: 4e1ca6554b98687e75d03662cd92d14e
|
||||
include/libxml2/libxml/debugXML.h: 73816937df233c77ebfa261f3ca00dd8
|
||||
include/libxml2/libxml/dict.h: a48513ceb9774ebece2daa8a2cd52f07
|
||||
include/libxml2/libxml/encoding.h: 807b84fade38abad3ae0d9b6af714dbc
|
||||
include/libxml2/libxml/entities.h: 16467595fdaff28420d1657b1658f267
|
||||
include/libxml2/libxml/globals.h: 4b9d5b9ff807b093244cc301d2cefda5
|
||||
include/libxml2/libxml/hash.h: af6927d60ab5a971b68a65626d903bb2
|
||||
include/libxml2/libxml/list.h: 7600108b9a637797d97d3f47ed045287
|
||||
include/libxml2/libxml/nanoftp.h: 3f25d5edfbdb1fd084e53d9a7dbaff73
|
||||
include/libxml2/libxml/nanohttp.h: d31b62933eab6d58a46eb075b49b7715
|
||||
include/libxml2/libxml/parser.h: 3e149b90da438833f98a1bcd12a0abcb
|
||||
include/libxml2/libxml/parserInternals.h: 4c3e253f541b903f061a2ef7fadcdc35
|
||||
include/libxml2/libxml/pattern.h: db123ed3ecc27ab31b3f808e96edb492
|
||||
include/libxml2/libxml/relaxng.h: 348c151f5b45a3543862c0e280f9fbba
|
||||
include/libxml2/libxml/schemasInternals.h: 5072dee68b3423ac6f13185b984cc325
|
||||
include/libxml2/libxml/schematron.h: 96d9e0c083c4949e246ce02cf31de483
|
||||
include/libxml2/libxml/threads.h: 56e93792a1e4d23fe9c6940231cd4a40
|
||||
include/libxml2/libxml/tree.h: 406fe7a05a1503755da736b98b1ab781
|
||||
include/libxml2/libxml/uri.h: 032d430e35153af35f2fe17a9e9c37bf
|
||||
include/libxml2/libxml/valid.h: 3c082c0a5b81e1bc9fd9a21b69014584
|
||||
include/libxml2/libxml/xinclude.h: 1f8b2beb8f49da4bf3a658d31dccb2ef
|
||||
include/libxml2/libxml/xlink.h: 0f722691abab1f60d5a9f0c14bbb26c4
|
||||
include/libxml2/libxml/xmlIO.h: cb4be47d203f7d54f374b9272db7e3f3
|
||||
include/libxml2/libxml/xmlautomata.h: 3c3c0a7d353bacfbede7c2decf27e62a
|
||||
include/libxml2/libxml/xmlerror.h: 28cd85987165565f9306b9b66a2b4e88
|
||||
include/libxml2/libxml/xmlexports.h: 27052360fc0021d99870d8f49371dae0
|
||||
include/libxml2/libxml/xmlmemory.h: c0167c625ecaf670d76480506425b472
|
||||
include/libxml2/libxml/xmlmodule.h: de174bf853776e7e653c66c059d19e61
|
||||
include/libxml2/libxml/xmlreader.h: f4e1ae61cb2ac0d3ded93985fed902db
|
||||
include/libxml2/libxml/xmlregexp.h: fea3110c96e8cd9013900e1c8e5b6c0b
|
||||
include/libxml2/libxml/xmlsave.h: eed2463cad941f74f99b8b9bc03aa74d
|
||||
include/libxml2/libxml/xmlschemas.h: 44ee98f77e997b8843fe6e5c45aa4ab0
|
||||
include/libxml2/libxml/xmlschemastypes.h: 160197e01dfa56cd9ad09d201d5bdeb4
|
||||
include/libxml2/libxml/xmlstring.h: 82efb8a055d5fc8eb7d815ed471eca53
|
||||
include/libxml2/libxml/xmlunicode.h: b9f0b8acddfee9b620ea822978a51d29
|
||||
include/libxml2/libxml/xmlversion.h: 1e9e77170ee677ce49956476e0f845d6
|
||||
include/libxml2/libxml/xmlwriter.h: 8694436144b1fb0aab2e2d6b725035e3
|
||||
include/libxml2/libxml/xpath.h: bfe49b59c50e544f6e7a72423159775a
|
||||
include/libxml2/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd
|
||||
include/libxml2/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388
|
||||
include/libxml2/win32config.h: e51ff5a65571584fbe45f75eede0ee3e
|
||||
include/libxml2/wsockcompat.h: fd8ce4d6dabe53035a28c6aa64926b1c
|
||||
lib/libxml2.lib: 7fad5ca5e6d3bcc2115e380257743d75
|
||||
licenses/COPYING: 2044417e2e5006b65a8b9067b683fcf1
|
||||
@@ -1,9 +1,9 @@
|
||||
1582270297
|
||||
bin/libxml2-2.dll: 47b3af0297a53e146d739ba46b957ac9
|
||||
bin/xml2-config: f002e2e4fcc1ac7a3ed6a93044a99de1
|
||||
bin/xmlcatalog.exe: f51848350034b8b6010fd11f6e3aa10f
|
||||
bin/xmllint.exe: 689e7c9b94aff9b39383164b13412623
|
||||
conaninfo.txt: ea32a81840ad020d92e3c678a2b31ab7
|
||||
1599827195
|
||||
bin/libxml2-2.dll: dccd1b6cf7425125913b2095ff8eccc2
|
||||
bin/xml2-config: e93ed273bc16d12c4f8ecff87ceaaf79
|
||||
bin/xmlcatalog.exe: 0b575f8389ac5a8e397c3cde88babb85
|
||||
bin/xmllint.exe: 5a63ba2b6556ef0ae20436495c28355c
|
||||
conaninfo.txt: 13134884f7be0e49d19552cd3423b91b
|
||||
include/libxml2/libxml/DOCBparser.h: 21e6523a86338325c527e1e8847adc1d
|
||||
include/libxml2/libxml/HTMLparser.h: d57891c89573ed6dce04b8133e7438d2
|
||||
include/libxml2/libxml/HTMLtree.h: 46cf4cefb419e18c40b8d5b6ac982f3f
|
||||
@@ -53,6 +53,6 @@ include/libxml2/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd
|
||||
include/libxml2/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388
|
||||
include/libxml2/win32config.h: e51ff5a65571584fbe45f75eede0ee3e
|
||||
include/libxml2/wsockcompat.h: fd8ce4d6dabe53035a28c6aa64926b1c
|
||||
lib/libxml2.dll.a: 843beb5d307eda9c6600f02a2cd3f701
|
||||
lib/xml2Conf.sh: 26c219db3da9c216926f8894c096409b
|
||||
lib/libxml2.dll.a: 176eb6473b51dd69835b6213fcc40b19
|
||||
lib/xml2Conf.sh: 8713c5cd801bb525b6758a22a65c2a2e
|
||||
licenses/COPYING: 2044417e2e5006b65a8b9067b683fcf1
|
||||
@@ -1,4 +1,4 @@
|
||||
1582270556
|
||||
1599827656
|
||||
LICENSE.md: d9f691088a6aaf0589397de712404f23
|
||||
conanfile.py: fdaa2f193e25d36dbf5b92a0f6567611
|
||||
export_source/patches/0001-remove-with-profiler.patch: 44c783ce23e5be1360ef1521b1427da3
|
||||
conanfile.py: 1a377def24ec5c2878da1d9d97a2c39c
|
||||
export_source/patches/Add-configuration-for-profiler.diff: 5207625dda27ca22cf49f7b136dc6585
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
1582271749
|
||||
bin/libexslt-0.dll: 4b9cbde76ca3933da5a551bccc952ec4
|
||||
bin/libxslt-1.dll: 819776a46fa5031884953e1ad3e0e753
|
||||
bin/xslt-config: 7425a897e93c2b35d098d21de286564b
|
||||
bin/xsltproc.exe: b7198489b916c3f5936284418d756f80
|
||||
conaninfo.txt: fd798c9d2cde468877c2c25020e44443
|
||||
1599827930
|
||||
bin/libexslt-0.dll: ff772bdd16e06a28bbbbbf509dace06f
|
||||
bin/libxslt-1.dll: eccc32869a72838b9a8092e40d9ee7a2
|
||||
bin/xslt-config: 438e5a0d83ce7648c0bcb64446bd2874
|
||||
bin/xsltproc.exe: 5e2fe2b2465d07b4bad0ce6a90f61702
|
||||
conaninfo.txt: c74c15f161d0366c1f8b8ae6157be410
|
||||
include/libexslt/exslt.h: f01af3bf058520059ba6d50f42133717
|
||||
include/libexslt/exsltconfig.h: eb4297a735f2666c5872067c25f16005
|
||||
include/libexslt/exsltexports.h: 03a75a174bc5b056f014e592cfd4db36
|
||||
@@ -24,16 +24,16 @@ include/libxslt/transform.h: ccbcce4553f3231003b1944002814246
|
||||
include/libxslt/variables.h: ebd9b3b1f996c4a2ed79d4473ff0fd77
|
||||
include/libxslt/xslt.h: 0c08b8e7223b72f822a58457520b6387
|
||||
include/libxslt/xsltInternals.h: 0c245b0fcc81bf537632a45adf8fcffb
|
||||
include/libxslt/xsltconfig.h: e49047ac857ae0fea24b99ee4c56de62
|
||||
include/libxslt/xsltconfig.h: b932ebe3a2edfd7b6e42c6ccab09105f
|
||||
include/libxslt/xsltexports.h: 751f95448e71222d8e10d31ebf8822df
|
||||
include/libxslt/xsltlocale.h: d7b200e408cefe5082b15d3a5e1bf600
|
||||
include/libxslt/xsltutils.h: 5f7848088182b183e6d1fdb335b2616a
|
||||
lib/libexslt.dll.a: a27a9df2d4b7cf070377a32e10961027
|
||||
lib/libexslt.la: 036e99c1bab6a8d3a63471ad94d13aaf
|
||||
lib/libxslt.dll.a: 5bf3583373ca584df267b766c3e9cb3e
|
||||
lib/pkgconfig/libexslt.pc: a9e14aa113bd8c105df76410e046b233
|
||||
lib/pkgconfig/libxslt.pc: 12169caf9654c69c90e0e0c0f98776ad
|
||||
lib/xsltConf.sh: 5fa057a4733819c38f5c55d1ce50fd48
|
||||
lib/libexslt.dll.a: 7bd46b7300a66f8ce59b2899c66544e2
|
||||
lib/libexslt.la: fa24e93ffd0896a1e4aeeb7bfbc39c0b
|
||||
lib/libxslt.dll.a: ceb051c0397694811816950fc670681b
|
||||
lib/pkgconfig/libexslt.pc: be5f747c35a550775cb2367bdb4a7384
|
||||
lib/pkgconfig/libxslt.pc: ebc9b2f108096aec1ddf30f4c45855ec
|
||||
lib/xsltConf.sh: baa711dd9eb12d5855ef8fa782129519
|
||||
licenses/COPYING: 0cd9a07afbeb24026c9b03aecfeba458
|
||||
share/aclocal/libxslt.m4: 7b0b8b6bd86eea30c617663c9e9439b3
|
||||
share/doc/libxslt-1.1.34/html/API.html: 205e063f09d60a36b44a61c6b7af0af9
|
||||
@@ -0,0 +1,37 @@
|
||||
1582271502
|
||||
bin/libexslt.dll: dfa355cf061960fb9ac90eb96978efe2
|
||||
bin/libxslt.dll: 66d893778ed2fdb0996d65cfafde86c8
|
||||
bin/xsltproc.exe: 9758509e1893f33b8a72fac95277173d
|
||||
conaninfo.txt: 925c32911a6c22d5017050c029b235fe
|
||||
include/libexslt/exslt.h: f01af3bf058520059ba6d50f42133717
|
||||
include/libexslt/exsltconfig.h: a0afe6a6e6db6ad4dc8bf86d0364f188
|
||||
include/libexslt/exsltexports.h: 03a75a174bc5b056f014e592cfd4db36
|
||||
include/libexslt/libexslt.h: 4564d6e70f8ce16e36c0bde5969fdab5
|
||||
include/libxslt/attributes.h: 32e43c08f66b85266c391301d322a21f
|
||||
include/libxslt/documents.h: 22a35bd1102fd1ac301e50cf650a8b8a
|
||||
include/libxslt/extensions.h: 0396b6be07f707b0c6ee171a63b2e520
|
||||
include/libxslt/extra.h: 94fe9ce1c0c47724aae4a1bcb8c29433
|
||||
include/libxslt/functions.h: 052fd28e9971416b2bbebdc3d1103c4e
|
||||
include/libxslt/imports.h: 66e26ad969e3c37fdeedcbc2716d7cf3
|
||||
include/libxslt/keys.h: 77a11ee3de841d02d3461b829cfcc11e
|
||||
include/libxslt/libxslt.h: b84034c942ffa214709b590b29131637
|
||||
include/libxslt/namespaces.h: c784b4b8e80274491fe023ce26d4847b
|
||||
include/libxslt/numbersInternals.h: 27c2c21ab1535f84710fe1c8c8829018
|
||||
include/libxslt/pattern.h: adf6b78e6c68a7d34ae680f6dc3f5240
|
||||
include/libxslt/preproc.h: 829de337aca8b15f699708e6b7340549
|
||||
include/libxslt/security.h: 1b24b61ea6afe01d18c647c94b1245c7
|
||||
include/libxslt/templates.h: 6901f4c8fad239b588b9f6d4cdfef5ac
|
||||
include/libxslt/transform.h: ccbcce4553f3231003b1944002814246
|
||||
include/libxslt/trio.h: 7da7b1fcf378330699c7ecdd96908641
|
||||
include/libxslt/triodef.h: e41149b088de4a04c067c85969f4db3c
|
||||
include/libxslt/variables.h: ebd9b3b1f996c4a2ed79d4473ff0fd77
|
||||
include/libxslt/win32config.h: c64153b1a2c8bba1a8aa600741f04690
|
||||
include/libxslt/xslt.h: 0c08b8e7223b72f822a58457520b6387
|
||||
include/libxslt/xsltInternals.h: 0c245b0fcc81bf537632a45adf8fcffb
|
||||
include/libxslt/xsltconfig.h: 5a24e58adcdbe603c43a8f044ba5f763
|
||||
include/libxslt/xsltexports.h: 751f95448e71222d8e10d31ebf8822df
|
||||
include/libxslt/xsltlocale.h: d7b200e408cefe5082b15d3a5e1bf600
|
||||
include/libxslt/xsltutils.h: 5f7848088182b183e6d1fdb335b2616a
|
||||
lib/libexslt.lib: f6157fec5ccb3854968dc422548971f3
|
||||
lib/libxslt.lib: 63331e57a1bc5adaa352f3ee2c68b5cd
|
||||
licenses/COPYING: 0cd9a07afbeb24026c9b03aecfeba458
|
||||
@@ -1,9 +1,9 @@
|
||||
1582271938
|
||||
bin/libexslt-0.dll: 1561e984c203d94cdfcf78235ecfe43a
|
||||
bin/libxslt-1.dll: 0174f89e8ec9e26aee9e665e686214b9
|
||||
bin/xslt-config: 6e477e88682bb878d649b48d48de3b3d
|
||||
bin/xsltproc.exe: 3cd6a8754d4e21dec52c8dab720cfcf3
|
||||
conaninfo.txt: fb9e8ed7e2ab80afd38743a228fd5ac9
|
||||
1599827795
|
||||
bin/libexslt-0.dll: a3e52849942745520c13c2d20135ada7
|
||||
bin/libxslt-1.dll: e6a19c28494ef3e908d869598b79c97a
|
||||
bin/xslt-config: bf300e18f495cea8591f79fdb0520d06
|
||||
bin/xsltproc.exe: 0d34ec7f2847d75a4140d5221366ae75
|
||||
conaninfo.txt: d905a86a351921bb21c973326d39e9de
|
||||
include/libexslt/exslt.h: f01af3bf058520059ba6d50f42133717
|
||||
include/libexslt/exsltconfig.h: eb4297a735f2666c5872067c25f16005
|
||||
include/libexslt/exsltexports.h: 03a75a174bc5b056f014e592cfd4db36
|
||||
@@ -24,16 +24,16 @@ include/libxslt/transform.h: ccbcce4553f3231003b1944002814246
|
||||
include/libxslt/variables.h: ebd9b3b1f996c4a2ed79d4473ff0fd77
|
||||
include/libxslt/xslt.h: 0c08b8e7223b72f822a58457520b6387
|
||||
include/libxslt/xsltInternals.h: 0c245b0fcc81bf537632a45adf8fcffb
|
||||
include/libxslt/xsltconfig.h: e23457bb8ef22a6dc617d413679d59ca
|
||||
include/libxslt/xsltconfig.h: 77d836d8d0a9b2fdd6bea3d379696d80
|
||||
include/libxslt/xsltexports.h: 751f95448e71222d8e10d31ebf8822df
|
||||
include/libxslt/xsltlocale.h: d7b200e408cefe5082b15d3a5e1bf600
|
||||
include/libxslt/xsltutils.h: 5f7848088182b183e6d1fdb335b2616a
|
||||
lib/libexslt.dll.a: 3fee05595887faea3d7022483bf8ab9d
|
||||
lib/libexslt.la: 1ea05e967d865f7ac83d66aeef3f9740
|
||||
lib/libxslt.dll.a: b42e5789521163430675d263374e745e
|
||||
lib/pkgconfig/libexslt.pc: 40e4bf2205e0bcc91529683218d7b53a
|
||||
lib/pkgconfig/libxslt.pc: 296b763342f742c10accc1cd9b08dd08
|
||||
lib/xsltConf.sh: dab0389225bc7e3b47e502c8a6496ff0
|
||||
lib/libexslt.dll.a: f86f6868818b72c97c977e182700d479
|
||||
lib/libexslt.la: d0c4257b491be8cf3c45d5e01b7ffb96
|
||||
lib/libxslt.dll.a: 461a9372775da06a0747728a1b505ae2
|
||||
lib/pkgconfig/libexslt.pc: ba1963709ee3ecc7323aaf188404f144
|
||||
lib/pkgconfig/libxslt.pc: 9ef33a36710bc31556d1038e27e2510d
|
||||
lib/xsltConf.sh: 9b2f5a93679c6e963d8bf3d6efa46591
|
||||
licenses/COPYING: 0cd9a07afbeb24026c9b03aecfeba458
|
||||
share/aclocal/libxslt.m4: 7b0b8b6bd86eea30c617663c9e9439b3
|
||||
share/doc/libxslt-1.1.34/html/API.html: 205e063f09d60a36b44a61c6b7af0af9
|
||||
@@ -0,0 +1,37 @@
|
||||
1582271394
|
||||
bin/libexslt.dll: 1a591c14ad6a05a2fe4a20cf40573e75
|
||||
bin/libxslt.dll: 051a19fc29aff43011488ea49d2cf353
|
||||
bin/xsltproc.exe: 1105ea2e3f79fdd698feb5fa8858e01e
|
||||
conaninfo.txt: f5d7a59989b8119bea8988657e0ba42c
|
||||
include/libexslt/exslt.h: f01af3bf058520059ba6d50f42133717
|
||||
include/libexslt/exsltconfig.h: a0afe6a6e6db6ad4dc8bf86d0364f188
|
||||
include/libexslt/exsltexports.h: 03a75a174bc5b056f014e592cfd4db36
|
||||
include/libexslt/libexslt.h: 4564d6e70f8ce16e36c0bde5969fdab5
|
||||
include/libxslt/attributes.h: 32e43c08f66b85266c391301d322a21f
|
||||
include/libxslt/documents.h: 22a35bd1102fd1ac301e50cf650a8b8a
|
||||
include/libxslt/extensions.h: 0396b6be07f707b0c6ee171a63b2e520
|
||||
include/libxslt/extra.h: 94fe9ce1c0c47724aae4a1bcb8c29433
|
||||
include/libxslt/functions.h: 052fd28e9971416b2bbebdc3d1103c4e
|
||||
include/libxslt/imports.h: 66e26ad969e3c37fdeedcbc2716d7cf3
|
||||
include/libxslt/keys.h: 77a11ee3de841d02d3461b829cfcc11e
|
||||
include/libxslt/libxslt.h: b84034c942ffa214709b590b29131637
|
||||
include/libxslt/namespaces.h: c784b4b8e80274491fe023ce26d4847b
|
||||
include/libxslt/numbersInternals.h: 27c2c21ab1535f84710fe1c8c8829018
|
||||
include/libxslt/pattern.h: adf6b78e6c68a7d34ae680f6dc3f5240
|
||||
include/libxslt/preproc.h: 829de337aca8b15f699708e6b7340549
|
||||
include/libxslt/security.h: 1b24b61ea6afe01d18c647c94b1245c7
|
||||
include/libxslt/templates.h: 6901f4c8fad239b588b9f6d4cdfef5ac
|
||||
include/libxslt/transform.h: ccbcce4553f3231003b1944002814246
|
||||
include/libxslt/trio.h: 7da7b1fcf378330699c7ecdd96908641
|
||||
include/libxslt/triodef.h: e41149b088de4a04c067c85969f4db3c
|
||||
include/libxslt/variables.h: ebd9b3b1f996c4a2ed79d4473ff0fd77
|
||||
include/libxslt/win32config.h: c64153b1a2c8bba1a8aa600741f04690
|
||||
include/libxslt/xslt.h: 0c08b8e7223b72f822a58457520b6387
|
||||
include/libxslt/xsltInternals.h: 0c245b0fcc81bf537632a45adf8fcffb
|
||||
include/libxslt/xsltconfig.h: 5a24e58adcdbe603c43a8f044ba5f763
|
||||
include/libxslt/xsltexports.h: 751f95448e71222d8e10d31ebf8822df
|
||||
include/libxslt/xsltlocale.h: d7b200e408cefe5082b15d3a5e1bf600
|
||||
include/libxslt/xsltutils.h: 5f7848088182b183e6d1fdb335b2616a
|
||||
lib/libexslt.lib: b10239833b6a5f4f489202cb8b2256bd
|
||||
lib/libxslt.lib: 0fcb41267f05f802050235fa09e0688f
|
||||
licenses/COPYING: 0cd9a07afbeb24026c9b03aecfeba458
|
||||
@@ -1,7 +0,0 @@
|
||||
1582277614
|
||||
FindZLIB.cmake: 0ec128c2f97a3a6d7e800d3204e5c94f
|
||||
LICENSE: 1ac8330e79e050867144e174d80880f7
|
||||
conanfile.py: c7aba1a732c28bb9851cb50acf3f7a4d
|
||||
export_source/CMakeLists.txt: b45a8f19ed120e922c1cb720c0e4a7c7
|
||||
export_source/CMakeLists_minizip.txt: 7b2c2a9ab51d0ba37b5ca35da21579b7
|
||||
export_source/minizip.patch: dc8ffe80d334f8e5b1bb967593fe2d4a
|
||||
@@ -1,9 +0,0 @@
|
||||
1582279989
|
||||
FindZLIB.cmake: 0ec128c2f97a3a6d7e800d3204e5c94f
|
||||
conaninfo.txt: 40e76e93e86476bbd92e1e82b71d04bb
|
||||
include/zconf.h: 931d0dd891d90ace1eab7a46125a8bda
|
||||
include/zlib.h: 0338828e9d00c94645648b1517108324
|
||||
lib/libzlib.a: 7e55bbef492eceaf8101e433e2a46720
|
||||
lib/pkgconfig/zlib.pc: 29adeed07108745c3562dc19343f3d99
|
||||
licenses/LICENSE: 1af2e5353c16e930435fff550f827c3e
|
||||
zlib.pc: 29adeed07108745c3562dc19343f3d99
|
||||
@@ -1,33 +1,33 @@
|
||||
# Generated for conan==1.22.2
|
||||
appdirs==1.4.3
|
||||
# Generated for conan==1.29.0
|
||||
appdirs==1.4.4
|
||||
bottle==0.12.18
|
||||
certifi==2019.11.28
|
||||
certifi==2020.6.20
|
||||
chardet==3.0.4
|
||||
colorama==0.4.3
|
||||
conan==1.22.2
|
||||
conan==1.29.0
|
||||
deprecation==2.0.7
|
||||
distlib==0.3.0
|
||||
distro==1.1.0
|
||||
distlib==0.3.1
|
||||
distro==1.5.0
|
||||
fasteners==0.15
|
||||
filelock==3.0.12
|
||||
future==0.18.2
|
||||
idna==2.9
|
||||
importlib-metadata==1.5.0
|
||||
Jinja2==2.11.1
|
||||
idna==2.10
|
||||
importlib-metadata==1.7.0
|
||||
Jinja2==2.11.2
|
||||
MarkupSafe==1.1.1
|
||||
monotonic==1.5
|
||||
node-semver==0.6.1
|
||||
packaging==20.1
|
||||
patch-ng==1.17.2
|
||||
pluginbase==0.7
|
||||
Pygments==2.5.2
|
||||
packaging==20.4
|
||||
patch-ng==1.17.4
|
||||
pluginbase==1.0.0
|
||||
Pygments==2.7.0
|
||||
PyJWT==1.7.1
|
||||
pyparsing==2.4.6
|
||||
pyparsing==2.4.7
|
||||
python-dateutil==2.8.1
|
||||
PyYAML==5.3
|
||||
requests==2.23.0
|
||||
six==1.14.0
|
||||
tqdm==4.43.0
|
||||
urllib3==1.25.8
|
||||
virtualenv==20.0.4
|
||||
zipp==2.2.0
|
||||
PyYAML==5.3.1
|
||||
requests==2.24.0
|
||||
six==1.15.0
|
||||
tqdm==4.49.0
|
||||
urllib3==1.25.10
|
||||
virtualenv==20.0.31
|
||||
zipp==3.1.0
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
Disable-NetAdapterLso Ethernet
|
||||
Start-Sleep -s 15 # Give windows some time to adjust network settings
|
||||
@@ -33,43 +33,50 @@
|
||||
|
||||
. "$PSScriptRoot\helpers.ps1"
|
||||
|
||||
# This script installs 7-Zip
|
||||
# This script will installs msys2
|
||||
|
||||
$version = "20181211"
|
||||
$version = "20200903"
|
||||
$prog = "msys2"
|
||||
if (Is64BitWinHost) {
|
||||
$arch = "x86_64"
|
||||
$sha1 = "d689ff74fd060934bd7aaf458a11db67833463c2"
|
||||
$folder = "msys64"
|
||||
} else {
|
||||
$arch = "i686"
|
||||
$sha1 = "928f9d1537d1a77dc7f2adab74fb438e7d11a98e"
|
||||
$folder = "msys32"
|
||||
}
|
||||
$arch = "x86_64"
|
||||
$sha1 = "5a1644585fac2d58855d48b4ba4a92579a14cf03"
|
||||
$sha1_prebuilt = "d86d45d72228f53f7ae060771bc95b6f54c703c8"
|
||||
$folder = "msys64"
|
||||
|
||||
$package_prebuilt = $folder + "_" + $version + "_prebuilt.7z"
|
||||
$package = $prog + "-base-" + $arch + "-" + $version + ".tar.xz"
|
||||
|
||||
|
||||
$url_cache_prebuilt = "\\ci-files01-hki.intra.qt.io\provisioning\windows\$package_prebuilt"
|
||||
$url_cache = "\\ci-files01-hki.intra.qt.io\provisioning\windows\$package"
|
||||
$url_official = "http://repo.msys2.org/distrib/$arch/$package"
|
||||
$PackagePath = "C:\Windows\Temp\$package"
|
||||
$TargetLocation = "C:\Utils"
|
||||
|
||||
|
||||
Download $url_official $url_cache $PackagePath
|
||||
Verify-Checksum $PackagePath $sha1
|
||||
Extract-tar_gz $PackagePath $TargetLocation
|
||||
$msys = "$TargetLocation\$folder\msys2_shell.cmd"
|
||||
if ((Test-Path $url_cache_prebuilt)) {
|
||||
$PackagePath = "C:\Windows\Temp\$package_prebuilt"
|
||||
Download $url_cache_prebuilt $url_cache_prebuilt $PackagePath
|
||||
Verify-Checksum $PackagePath $sha1_prebuilt
|
||||
Extract-7Zip $PackagePath $TargetLocation
|
||||
} else {
|
||||
$PackagePath = "C:\Windows\Temp\$package"
|
||||
Download $url_official $url_cache $PackagePath
|
||||
Verify-Checksum $PackagePath $sha1
|
||||
Extract-tar_gz $PackagePath $TargetLocation
|
||||
$msys = "$TargetLocation\$folder\msys2_shell.cmd"
|
||||
|
||||
# install perl
|
||||
# Run these without 'Run-Executable' function. When using the function the gpg-agent will lock the needed tmp*.tmp file.
|
||||
cmd /c "$msys `"-l`" `"-c`" `"rm -rf /etc/pacman.d/gnupg;pacman-key --init;pacman-key --populate msys2;pacman -S --noconfirm perl make`""
|
||||
Start-Sleep -s 30
|
||||
cmd /c "$msys `"-l`" `"-c`" `"cpan -i Text::Template Test::More`""
|
||||
# install perl
|
||||
# Run these without 'Run-Executable' function. When using the function the gpg-agent will lock the needed tmp*.tmp file.
|
||||
cmd /c "$msys `"-l`" `"-c`" `"rm -rf /etc/pacman.d/gnupg;pacman-key --init;pacman-key --populate msys2;pacman -S --noconfirm perl make`""
|
||||
Start-Sleep -s 60
|
||||
cmd /c "$msys `"-l`" `"-c`" `"echo y | cpan -i Text::Template Test::More`""
|
||||
|
||||
if (Get-Process -Name "gpg-agent" -ErrorAction SilentlyContinue) { Stop-Process -Force -Name gpg-agent }
|
||||
if (Get-Process -Name "dirmngr" -ErrorAction SilentlyContinue) { Stop-Process -Force -Name dirmngr }
|
||||
# Sometimes gpg-agent won't get killed after the installation process. If that happens the provisioning will won't continue and it will hang until timeout. So we need make sure it will be killed.
|
||||
# Let's sleep for awhile and wait that msys installation is finished. Otherwise the installation might start up gpg-agent or dirmngr after the script has passed the killing process.
|
||||
Start-Sleep -s 360
|
||||
if (Get-Process -Name "gpg-agent" -ErrorAction SilentlyContinue) { Stop-Process -Force -Name gpg-agent }
|
||||
if (Get-Process -Name "dirmngr" -ErrorAction SilentlyContinue) { Stop-Process -Force -Name dirmngr }
|
||||
}
|
||||
|
||||
Write-Host "Cleaning $PackagePath.."
|
||||
Remove-Item -Recurse -Force -Path "$PackagePath"
|
||||
|
||||
Write-Output "7-Zip = $version" >> ~\versions.txt
|
||||
Write-Output "msys2 = $version" >> ~\versions.txt
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#############################################################################
|
||||
##
|
||||
## Copyright (C) 2017 The Qt Company Ltd.
|
||||
## Copyright (C) 2020 The Qt Company Ltd.
|
||||
## Contact: http://www.qt.io/licensing/
|
||||
##
|
||||
## This file is part of the provisioning scripts of the Qt Toolkit.
|
||||
@@ -34,12 +34,12 @@
|
||||
|
||||
$version = "11_2_2"
|
||||
$package = "C:\Windows\temp\opengl32sw.7z"
|
||||
$mesaOpenglSha1_64 = "b2ffa5f230a0caa2c2e0bb9a5398bcfb81a0e5d1"
|
||||
$mesaOpenglUrl_64_cache = "http://ci-files01-hki.intra.qt.io/input/windows/opengl32sw-64-mesa_$version.7z"
|
||||
$mesaOpenglUrl_64_alt = "http://download.qt.io/development_releases/prebuilt/llvmpipe/windows/opengl32sw-64-mesa_$version.7z"
|
||||
$mesaOpenglSha1_32 = "e742e9d4e16b9c69b6d844940861d3ef1748356b"
|
||||
$mesaOpenglUrl_32_cache = "http://ci-files01-hki.intra.qt.io/input/windows/opengl32sw-32-mesa_$version.7z"
|
||||
$mesaOpenglUrl_32_alt = "http://download.qt.io/development_releases/prebuilt/llvmpipe/windows/opengl32sw-32-mesa_$version.7z"
|
||||
$mesaOpenglSha1_64 = "0ed35efbc8112282be5d0c87c37fde2d15e81998"
|
||||
$mesaOpenglUrl_64_cache = "http://ci-files01-hki.intra.qt.io/input/windows/opengl32sw-64-mesa_$version-signed.7z"
|
||||
$mesaOpenglUrl_64_alt = "http://download.qt.io/development_releases/prebuilt/llvmpipe/windows/opengl32sw-64-mesa_$version-signed.7z"
|
||||
$mesaOpenglSha1_32 = "96bd6ca0d7fd249fb61531dca888965ffd20f53c"
|
||||
$mesaOpenglUrl_32_cache = "http://ci-files01-hki.intra.qt.io/input/windows/opengl32sw-32-mesa_$version-signed.7z"
|
||||
$mesaOpenglUrl_32_alt = "http://download.qt.io/development_releases/prebuilt/llvmpipe/windows/opengl32sw-32-mesa_$version-signed.7z"
|
||||
|
||||
function Extract-Mesa
|
||||
{
|
||||
|
||||
61
coin/provisioning/common/windows/nodejs.ps1
Normal file
61
coin/provisioning/common/windows/nodejs.ps1
Normal file
@@ -0,0 +1,61 @@
|
||||
#############################################################################
|
||||
##
|
||||
## Copyright (C) 2020 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$
|
||||
##
|
||||
#############################################################################
|
||||
|
||||
. "$PSScriptRoot\helpers.ps1"
|
||||
|
||||
# This script will install Node.js
|
||||
# Needed by QtWebengine
|
||||
|
||||
$version = "12.18.0"
|
||||
$package = "C:\Windows\temp\nodejs-$version.zip"
|
||||
$targetFolder = "C:\Utils\nodejs"
|
||||
$arch = "$((Get-WmiObject Win32_Processor).AddressWidth)"
|
||||
$externalUrl = "https://nodejs.org/dist/v$version/node-v$version-win-x$arch.zip"
|
||||
$internalUrl = "http://ci-files01-hki.intra.qt.io/input/windows/node-v$version-win-x$arch.zip"
|
||||
|
||||
if ( $arch -eq 64 ) {
|
||||
$sha1 = "457b1527d249ee471a9445953a906cb10c75378d"
|
||||
} else {
|
||||
$sha1 = "58801900f5bddca9c00feed6b84fed729426fc92"
|
||||
|
||||
}
|
||||
|
||||
Write-Host "Installing Node.js"
|
||||
Download $externalUrl $internalUrl $package
|
||||
Verify-Checksum $package $sha1
|
||||
mkdir $targetFolder
|
||||
Extract-7Zip $package $targetFolder
|
||||
Add-Path $targetFolder
|
||||
Remove $package
|
||||
|
||||
Write-Output "Node.js = $version" >> ~/versions.txt
|
||||
@@ -1,6 +1,6 @@
|
||||
#############################################################################
|
||||
##
|
||||
## Copyright (C) 2017 The Qt Company Ltd.
|
||||
## Copyright (C) 2020 The Qt Company Ltd.
|
||||
## Contact: http://www.qt.io/licensing/
|
||||
##
|
||||
## This file is part of the provisioning scripts of the Qt Toolkit.
|
||||
@@ -36,7 +36,7 @@
|
||||
# This script installs OpenSSL $version.
|
||||
# Both x86 and x64 versions needed when x86 integrations are done on x64 machine
|
||||
|
||||
$version = "1_1_1d"
|
||||
$version = "1_1_1g"
|
||||
$packagex64 = "C:\Windows\Temp\Win64OpenSSL-$version.exe"
|
||||
$packagex86 = "C:\Windows\Temp\Win32OpenSSL-$version.exe"
|
||||
|
||||
@@ -47,7 +47,7 @@ if (Is64BitWinHost) {
|
||||
$installFolder = "C:\openssl"
|
||||
$externalUrl = "https://slproweb.com/download/Win64OpenSSL-$version.exe"
|
||||
$internalUrl = "\\ci-files01-hki.intra.qt.io\provisioning\openssl\Win64OpenSSL-$version.exe"
|
||||
$sha1 = "df9c40e9e82edf693c15302cbc8e8a057857a13c"
|
||||
$sha1 = "7643561c372720f55de51454a707ede334db086e"
|
||||
|
||||
Write-Host "Fetching from URL ..."
|
||||
Download $externalUrl $internalUrl $packagex64
|
||||
@@ -74,7 +74,7 @@ if (Is64BitWinHost) {
|
||||
|
||||
$externalUrl = "https://slproweb.com/download/Win32OpenSSL-$version.exe"
|
||||
$internalUrl = "\\ci-files01-hki.intra.qt.io\provisioning\openssl\Win32OpenSSL-$version.exe"
|
||||
$sha1 = "5c49ccd3a5d17f63d25fb819963978f50c7966d0"
|
||||
$sha1 = "c7d4b096c2413d1af819ccb291214fa3c4cece07"
|
||||
|
||||
Write-Host "Fetching from URL ..."
|
||||
Download $externalUrl $internalUrl $packagex86
|
||||
|
||||
@@ -35,12 +35,14 @@
|
||||
# This script installs Python $version.
|
||||
# Python3 is required for building some qt modules.
|
||||
param(
|
||||
[Int32]$archVer=32,
|
||||
[string]$install_path = "C:\Python36"
|
||||
[Int32]$archVer,
|
||||
[string]$sha1,
|
||||
[string]$install_path,
|
||||
[string]$version,
|
||||
[bool]$setDefault=$false
|
||||
)
|
||||
. "$PSScriptRoot\helpers.ps1"
|
||||
|
||||
$version = "3.6.1"
|
||||
$package = "C:\Windows\temp\python-$version.exe"
|
||||
|
||||
# check bit version
|
||||
@@ -48,11 +50,9 @@ if ( $archVer -eq 64 ) {
|
||||
Write-Host "Installing 64 bit Python"
|
||||
$externalUrl = "https://www.python.org/ftp/python/$version/python-$version-amd64.exe"
|
||||
$internalUrl = "http://ci-files01-hki.intra.qt.io/input/windows/python-$version-amd64.exe"
|
||||
$sha1 = "bf54252c4065b20f4a111cc39cf5215fb1edccff"
|
||||
} else {
|
||||
$externalUrl = "https://www.python.org/ftp/python/$version/python-$version.exe"
|
||||
$internalUrl = "http://ci-files01-hki.intra.qt.io/input/windows/python-$version.exe"
|
||||
$sha1 = "76c50b747237a0974126dd8b32ea036dd77b2ad1"
|
||||
}
|
||||
|
||||
Write-Host "Fetching from URL..."
|
||||
@@ -65,11 +65,19 @@ Remove-Item -Path $package
|
||||
|
||||
# For cross-compilation we export some helper env variable
|
||||
if (($archVer -eq 32) -And (Is64BitWinHost)) {
|
||||
Set-EnvironmentVariable "PYTHON3_32_PATH" "$install_path"
|
||||
Set-EnvironmentVariable "PIP3_32_PATH" "$install_path\Scripts"
|
||||
if ($setDefault) {
|
||||
Set-EnvironmentVariable "PYTHON3_32_PATH" "$install_path"
|
||||
Set-EnvironmentVariable "PIP3_32_PATH" "$install_path\Scripts"
|
||||
}
|
||||
Set-EnvironmentVariable "PYTHON$version-32_PATH" "$install_path"
|
||||
Set-EnvironmentVariable "PIP$version-32_PATH" "$install_path\Scripts"
|
||||
} else {
|
||||
Set-EnvironmentVariable "PYTHON3_PATH" "$install_path"
|
||||
Set-EnvironmentVariable "PIP3_PATH" "$install_path\Scripts"
|
||||
if ($setDefault) {
|
||||
Set-EnvironmentVariable "PYTHON3_PATH" "$install_path"
|
||||
Set-EnvironmentVariable "PIP3_PATH" "$install_path\Scripts"
|
||||
}
|
||||
Set-EnvironmentVariable "PYTHON$version-64_PATH" "$install_path"
|
||||
Set-EnvironmentVariable "PIP$version-64_PATH" "$install_path\Scripts"
|
||||
}
|
||||
|
||||
|
||||
@@ -88,7 +96,13 @@ Run-Executable "$install_path\Scripts\pip3.exe" "$pip_args install virtualenv wh
|
||||
# Install all needed packages in a special wheel cache directory
|
||||
$python3_wheel_dir="$install_path\python3-wheels"
|
||||
Run-Executable "$install_path\Scripts\pip3.exe" "$pip_args wheel --wheel-dir $python3_wheel_dir -r $PSScriptRoot\..\shared\requirements.txt"
|
||||
Set-EnvironmentVariable "PYTHON3_WHEEL_CACHE" "$python3_wheel_dir"
|
||||
|
||||
Set-EnvironmentVariable "PYTHON3_WHEEL_CACHE-$version-$archVer" "$python3_wheel_dir"
|
||||
# PYTHON3_WHEEL_CACHE is already in use so we should keep it pointing to 64 bit default
|
||||
# wheel cache
|
||||
if (($setDefault) -And ($archVer -eq 64)) {
|
||||
Set-EnvironmentVariable "PYTHON3_WHEEL_CACHE" "$python3_wheel_dir"
|
||||
}
|
||||
|
||||
# Install PyPDF2 for QSR documentation
|
||||
Run-Executable "$install_path\Scripts\pip3.exe" "$pip_args install PyPDF2"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#############################################################################
|
||||
##
|
||||
## Copyright (C) 2019 The Qt Company Ltd.
|
||||
## Copyright (C) 2020 The Qt Company Ltd.
|
||||
## Contact: http://www.qt.io/licensing/
|
||||
##
|
||||
## This file is part of the provisioning scripts of the Qt Toolkit.
|
||||
@@ -33,120 +33,48 @@
|
||||
|
||||
. "$PSScriptRoot\helpers.ps1"
|
||||
|
||||
# This script will install squish package for Windows.
|
||||
# This script will pre-installed squish package for Windows.
|
||||
# Squish is need by Release Test Automation (RTA)
|
||||
# NOTE! Make sure 64bit versions are always installed before 32bit,
|
||||
# because they use same folder name before a rename
|
||||
|
||||
$version = "6.5"
|
||||
|
||||
# Qt branch without dot (*.*)
|
||||
$qtBranch = "513x"
|
||||
# So far Squish built with Qt5.12 works also with 5.13, but we have to be prepared that on some point
|
||||
# the compatibility breaks, and we may need to have separate Squish packages for different Qt versions.
|
||||
|
||||
$version = "6.5.2"
|
||||
$qtBranch = "514x"
|
||||
$targetDir = "C:\Utils\squish"
|
||||
$squishUrl = "\\ci-files01-hki.intra.qt.io\provisioning\squish\coin"
|
||||
$squishBranchUrl = "$squishUrl\$qtBranch"
|
||||
$testSuite = "suite_test_squish"
|
||||
$testSuiteUrl = "$squishUrl\$testSuite.7z"
|
||||
$squishPackage = "C:\Utils\rta_squish"
|
||||
$squishUrl = "\\ci-files01-hki.intra.qt.io\provisioning\squish\jenkins_build"
|
||||
$licenseUrl = "\\ci-files01-hki.intra.qt.io\provisioning\squish\coin"
|
||||
|
||||
# Squish license
|
||||
$licensePackage = ".squish-3-license"
|
||||
|
||||
Write-Host "Installing Squish license to home directory"
|
||||
Copy-Item $licenseUrl\$licensePackage ~\$licensePackage
|
||||
|
||||
if (Is64BitWinHost) {
|
||||
$arch = "x64"
|
||||
} else {
|
||||
$arch = "x86"
|
||||
}
|
||||
|
||||
$OSVersion = (get-itemproperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" -Name ProductName).ProductName
|
||||
|
||||
Function DownloadAndInstallSquish {
|
||||
Param (
|
||||
[string]$version,
|
||||
[string]$bit,
|
||||
[string]$squishPackage
|
||||
)
|
||||
$SquishUrl = $squishBranchUrl + "\squish-nosignalhandler-" + $version + "-qt" + $qtBranch + "-" + $bit + "-" + $squishPackage + ".exe"
|
||||
$SquishInstaller = "$targetDir\$squishPackage.exe"
|
||||
$SquishParameters = "unattended=1 targetdir=$targetDir\$squishPackage"
|
||||
|
||||
Write-Host "Fetching from URL $squishUrl"
|
||||
Copy-Item "$SquishUrl" "$SquishInstaller"
|
||||
Write-Host "Installing Squish"
|
||||
$stdoutFile = [System.IO.Path]::GetTempFileName()
|
||||
$stderrFile = [System.IO.Path]::GetTempFileName()
|
||||
Start-Process -FilePath "$SquishInstaller" -Wait -ArgumentList $SquishParameters -PassThru -RedirectStandardOutput $stdoutFile -RedirectStandardError $stderrFile | Out-Null
|
||||
Remove-Item -Path $SquishInstaller
|
||||
if ("$bit" -eq "win64") {
|
||||
if ($squishPackage.StartsWith("mingw")) {
|
||||
$squishPackage64bit = "mingw_64"
|
||||
} else {
|
||||
$squishPackage64bit = "$squishPackage`_64"
|
||||
}
|
||||
Rename-Item $targetDir\$squishPackage $targetDir\$squishPackage64bit
|
||||
TestSquish $squishPackage64bit
|
||||
} else {
|
||||
if ($squishPackage.StartsWith("mingw")) {
|
||||
Rename-Item $targetDir\$squishPackage $targetDir\mingw
|
||||
TestSquish mingw
|
||||
} else {
|
||||
TestSquish $squishPackage
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Function DownloadSquishLicence {
|
||||
Param (
|
||||
[string]$squishUrl
|
||||
)
|
||||
|
||||
Write-Host "Installing Squish license to home directory"
|
||||
Copy-Item $squishUrl\$licensePackage ~\$licensePackage
|
||||
}
|
||||
|
||||
Function TestSquish {
|
||||
Param (
|
||||
[string]$squishPackage
|
||||
)
|
||||
|
||||
Write-Host "Verifying Squish Installation"
|
||||
if (cmd /c "$targetDir\$squishPackage\bin\squishrunner.exe --testsuite $targetDir\$testSuite" |Select-String -Pattern "Squish test run successfully") {
|
||||
Write-Host "Squish installation tested successfully!"
|
||||
} else {
|
||||
Write-Host "Squish test failed! $squishPackage wasn't installed correctly."
|
||||
[Environment]::Exit(1)
|
||||
}
|
||||
}
|
||||
|
||||
Write-Host "Creating $targetDir"
|
||||
New-Item -ErrorAction Ignore -ItemType directory -Path "$targetDir"
|
||||
|
||||
Write-Host "Download and install Test Suite for squish"
|
||||
Copy-Item $testSuiteUrl $targetDir/$testSuite.7z
|
||||
Extract-7Zip $targetDir/$testSuite.7z $targetDir
|
||||
|
||||
DownloadSquishLicence $squishUrl
|
||||
|
||||
if ($OSVersion -eq "Windows 10 Enterprise") {
|
||||
|
||||
$winVersion = "win10"
|
||||
if (Is64BitWinHost) {
|
||||
DownloadAndInstallSquish $version win64 "msvc14"
|
||||
DownloadAndInstallSquish $version win64 "msvc141"
|
||||
DownloadAndInstallSquish $version win64 "mingw_gcc73_posix_seh"
|
||||
$sha1 = "9262d3b749483094024c74986f93e9340afbdb62"
|
||||
} else {
|
||||
DownloadAndInstallSquish $version win32 "mingw_gcc53_posix_dwarf"
|
||||
$sha1 = "0763b344afa327e6c374971492021c5e923be892"
|
||||
}
|
||||
DownloadAndInstallSquish $version win32 "msvc141"
|
||||
|
||||
} elseif ($OSVersion -eq "Windows 8.1 Enterprise") {
|
||||
|
||||
if (Is64BitWinHost) {
|
||||
DownloadAndInstallSquish $version win64 "msvc14"
|
||||
}
|
||||
DownloadAndInstallSquish $version win32 "msvc141"
|
||||
|
||||
} elseif ($OSVersion -eq "Windows 7 Enterprise") {
|
||||
|
||||
if (Is64BitWinHost) {
|
||||
DownloadAndInstallSquish $version win64 "msvc14"
|
||||
} else {
|
||||
DownloadAndInstallSquish $version win32 "mingw_gcc53_posix_dwarf"
|
||||
}
|
||||
DownloadAndInstallSquish $version win32 "msvc141"
|
||||
$winVersion = "win7"
|
||||
$sha1 = "01b3529459da948cfde319d60becc666da0e1c4d"
|
||||
}
|
||||
$squishArchive = "prebuild-squish-$version-$qtBranch-$winVersion-$arch.zip"
|
||||
|
||||
Copy-Item "\\ci-files01-hki.intra.qt.io\provisioning\squish\jenkins_build\stable\$squishArchive" "C:\Utils"
|
||||
Verify-Checksum "C:\Utils\$squishArchive" $sha1
|
||||
Extract-7Zip "C:\Utils\$squishArchive" "C:\Utils"
|
||||
Rename-Item "$squishPackage" "$targetDir"
|
||||
|
||||
Write-Host "Verifying Squish Installation for following targets:"
|
||||
get-childitem "$targetDir" -Filter squishrunner.exe -Recurse | % { $_.FullName }
|
||||
get-childitem "$targetDir" -Filter squishrunner.exe -Recurse | % { if (cmd /c $_.FullName --testsuite "$targetDir\suite_test_squish" |Select-String -Pattern "Squish test run successfully") { Write-Host "Squish tested successfully"} else { [Environment]::Exit(1) } }
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#############################################################################
|
||||
##
|
||||
## Copyright (C) 2018 The Qt Company Ltd.
|
||||
## Copyright (C) 2020 The Qt Company Ltd.
|
||||
## Contact: http://www.qt.io/licensing/
|
||||
##
|
||||
## This file is part of the provisioning scripts of the Qt Toolkit.
|
||||
@@ -33,7 +33,11 @@
|
||||
##
|
||||
#############################################################################
|
||||
|
||||
set -ex
|
||||
set -e
|
||||
|
||||
curl --retry 5 --retry-delay 10 --retry-max-time 60 http://ci-files01-hki.intra.qt.io/input/semisecure/redhat_ak.sh -o "/tmp/redhat_ak.sh" &>/dev/null
|
||||
sudo chmod 755 /tmp/redhat_ak.sh
|
||||
/tmp/redhat_ak.sh
|
||||
|
||||
# refresh local certificates
|
||||
sudo subscription-manager refresh
|
||||
@@ -41,3 +45,4 @@ sudo subscription-manager refresh
|
||||
# Attach available subscriptions to system. This is needed when subscriptions are renewed.
|
||||
sudo subscription-manager attach --auto
|
||||
|
||||
sudo rm -f /tmp/redhat_ak.sh
|
||||
|
||||
@@ -80,6 +80,8 @@ installPackages+=(pulseaudio-libs-devel)
|
||||
installPackages+=(libXtst-devel)
|
||||
installPackages+=(nspr-devel)
|
||||
installPackages+=(nss-devel)
|
||||
installPackages+=(rh-nodejs12-nodejs)
|
||||
installPackages+=(rh-nodejs12-nodejs-devel)
|
||||
# For Android builds
|
||||
installPackages+=(java-1.8.0-openjdk-devel)
|
||||
# For receiving shasum
|
||||
|
||||
42
coin/provisioning/qtci-linux-RHEL-7.6-x86_64/70-install_dwz.sh
Executable file
42
coin/provisioning/qtci-linux-RHEL-7.6-x86_64/70-install_dwz.sh
Executable file
@@ -0,0 +1,42 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#############################################################################
|
||||
##
|
||||
## Copyright (C) 2020 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$
|
||||
##
|
||||
#############################################################################
|
||||
|
||||
set -ex
|
||||
|
||||
sudo yum -y install elfutils-libelf-devel
|
||||
|
||||
# shellcheck source=../common/linux/install_dwz.sh
|
||||
source "${BASH_SOURCE%/*}/../common/linux/install_dwz.sh"
|
||||
|
||||
@@ -37,7 +37,16 @@ set -ex
|
||||
|
||||
sudo zypper -nq install elfutils binutils
|
||||
|
||||
sudo zypper -nq install git gcc gcc-c++ make patch wget tar
|
||||
sudo zypper addrepo --no-gpgcheck https://download.opensuse.org/repositories/devel:gcc/SLE-15/devel:gcc.repo
|
||||
sudo zypper refresh
|
||||
sudo zypper -nq install --force-resolution gcc10 gcc10-c++
|
||||
|
||||
sudo /usr/sbin/update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 1 \
|
||||
--slave /usr/bin/g++ g++ /usr/bin/g++-10 \
|
||||
--slave /usr/bin/cc cc /usr/bin/gcc-10 \
|
||||
--slave /usr/bin/c++ c++ /usr/bin/g++-10
|
||||
|
||||
sudo zypper -nq install git make patch wget tar
|
||||
|
||||
sudo zypper -nq install bison flex gperf \
|
||||
zlib-devel \
|
||||
|
||||
@@ -84,6 +84,9 @@ installPackages+=(libudev-dev)
|
||||
installPackages+=(libegl1-mesa-dev)
|
||||
installPackages+=(libfontconfig1-dev)
|
||||
installPackages+=(libxss-dev)
|
||||
installPackages+=(nodejs)
|
||||
# NOTE! Can't install nodejs-dev because libssl1.0-dev conflicts with libssl1.0-dev which is depandency of nodejs-dev.
|
||||
|
||||
# Common event loop handling
|
||||
installPackages+=(libglib2.0-dev)
|
||||
# MySQL support
|
||||
@@ -171,6 +174,11 @@ installPackages+=(gawk)
|
||||
installPackages+=(texinfo)
|
||||
# Needed for Poppler test in QtWebEngine
|
||||
installPackages+=(libpoppler-cpp-dev)
|
||||
# Needed for qtwebkit
|
||||
installPackages+=(ruby)
|
||||
installPackages+=(libxslt1-dev)
|
||||
installPackages+=(libxml2-dev)
|
||||
installPackages+=(libhyphen-dev)
|
||||
|
||||
echo "Running update for apt"
|
||||
waitLoop
|
||||
|
||||
@@ -36,7 +36,7 @@ sudo zypper -nq install libicu-devel libicu60_2
|
||||
# qtwebengine
|
||||
sudo zypper -nq install alsa-devel dbus-1-devel \
|
||||
libXcomposite-devel libXcursor-devel libXrandr-devel libXtst-devel \
|
||||
mozilla-nspr-devel mozilla-nss-devel
|
||||
mozilla-nspr-devel mozilla-nss-devel nodejs10 nodejs10-devel
|
||||
|
||||
# qtwebkit
|
||||
sudo zypper -nq install libxml2-devel libxslt-devel
|
||||
@@ -49,3 +49,4 @@ sudo zypper -nq install cups-devel
|
||||
|
||||
#speech-dispatcher
|
||||
sudo zypper -nq install libspeechd-devel
|
||||
|
||||
|
||||
@@ -43,12 +43,12 @@ set -ex
|
||||
mainStorage="ci-files01-hki.intra.qt.io:/hdd/www/input"
|
||||
localMount="/mnt/storage/"
|
||||
|
||||
iccPackage="parallel_studio_xe_2018_update1_composer_edition_for_cpp.tgz"
|
||||
iccPackage="parallel_studio_xe_2020_update1_composer_edition_for_cpp.tgz"
|
||||
iccPackageSource="$localMount/intel/$iccPackage"
|
||||
iccInstallPath="/opt/intel"
|
||||
iccTmpPath="/tmp/icc"
|
||||
|
||||
iccLicense="l_icc_2018.lic"
|
||||
iccLicense="l_icc_2020.lic"
|
||||
iccLicenseSource="$localMount/semisecure/$iccLicense"
|
||||
iccLicenseTarget="/home/qt/$iccLicense"
|
||||
|
||||
@@ -63,24 +63,26 @@ cp "$iccLicenseSource" "$iccLicenseTarget"
|
||||
|
||||
sudo umount "$localMount"
|
||||
|
||||
{ serialNumber=$(cat $iccLicenseTarget | grep -e "SerialNumber" | awk -F '[=]' '{print $2}'); } 2>/dev/null
|
||||
|
||||
cat >"$iccInstallInstructions" <<EOT
|
||||
ACCEPT_EULA=accept
|
||||
CONTINUE_WITH_OPTIONAL_ERROR=yes
|
||||
PSET_INSTALL_DIR=$iccInstallPath
|
||||
CONTINUE_WITH_INSTALLDIR_OVERWRITE=yes
|
||||
PSET_MODE=install
|
||||
ACTIVATION_LICENSE_FILE=$iccLicenseTarget
|
||||
ACTIVATION_TYPE=license_file
|
||||
PHONEHOME_SEND_USAGE_DATA=no
|
||||
ARCH_SELECTED=ALL
|
||||
COMPONENTS=;intel-comp__x86_64;intel-comp-32bit__x86_64;intel-comp-doc__noarch;intel-comp-l-all-common__noarch;intel-comp-l-all-vars__noarch;intel-comp-nomcu-vars__noarch;intel-comp-ps-32bit__x86_64;intel-comp-ps__x86_64;intel-comp-ps-ss__x86_64;intel-comp-ps-ss-bec__x86_64;intel-comp-ps-ss-bec-32bit__x86_64;intel-openmp__x86_64;intel-openmp-32bit__x86_64;intel-openmp-common__noarch;intel-openmp-common-icc__noarch;intel-tbb-libs-32bit__x86_64;intel-tbb-libs__x86_64;intel-idesupport-icc-common-ps__noarch;intel-icc__x86_64;intel-icc-32bit__x86_64;intel-c-comp-common__noarch;intel-icc-common__noarch;intel-icc-common-ps__noarch;intel-icc-common-ps-ss-bec__noarch;intel-icc-doc__noarch;intel-icc-doc-ps__noarch;intel-icc-ps__x86_64;intel-icc-ps-ss__x86_64;intel-icc-ps-ss-bec__x86_64;intel-icc-ps-ss-bec-32bit__x86_64;intel-tbb-devel-32bit__x86_64;intel-tbb-devel__x86_64;intel-tbb-common__noarch;intel-tbb-doc__noarch;intel-ism__noarch;intel-ccompxe__noarch;intel-psxe-common__noarch;intel-psxe-doc__noarch;intel-psxe-common-doc__noarch;intel-ccompxe-doc__noarch;intel-psxe-licensing__noarch;intel-psxe-licensing-doc__noarch;intel-icsxe-pset
|
||||
ACTIVATION_SERIAL_NUMBER=$serialNumber
|
||||
ACTIVATION_TYPE=serial_number
|
||||
INTEL_SW_IMPROVEMENT_PROGRAM_CONSENT=no
|
||||
ARCH_SELECTED=INTEL64
|
||||
COMPONENTS=;intel-conda-index-tool__x86_64;intel-comp__x86_64;intel-comp-doc__noarch;intel-comp-l-all-common__noarch;intel-comp-l-all-vars__noarch;intel-comp-nomcu-vars__noarch;intel-comp-ps__x86_64;intel-comp-ps-ss-bec__x86_64;intel-openmp__x86_64;intel-openmp-common__noarch;intel-openmp-common-icc__noarch;intel-tbb-libs__x86_64;intel-idesupport-icc-common-ps__noarch;intel-conda-icc_rt-linux-64-shadow-package__x86_64;intel-icc__x86_64;intel-c-comp-common__noarch;intel-icc-common__noarch;intel-icc-common-ps__noarch;intel-icc-doc__noarch;intel-icc-ps__x86_64;intel-icc-ps-ss-bec__x86_64;intel-icx__x86_64;intel-icx-common__noarch;intel-tbb-devel__x86_64;intel-tbb-common__noarch;intel-tbb-doc__noarch;intel-conda-tbb-linux-64-shadow-package__x86_64;intel-conda-tbb-devel-linux-64-shadow-package__x86_64;intel-ccompxe__noarch;intel-psxe-common__noarch;intel-psxe-doc__noarch;intel-psxe-common-doc__noarch;intel-compxe-doc__noarch;intel-psxe-licensing__noarch;intel-psxe-licensing-doc__noarch;intel-icsxe-pset
|
||||
EOT
|
||||
|
||||
(cd "$iccTmpPath" && sudo ./install.sh --silent $iccInstallInstructions --ignore-cpu)
|
||||
( cd "$iccTmpPath" && sudo ./install.sh --silent $iccInstallInstructions --ignore-cpu )
|
||||
|
||||
# Export LD_LIBRARY_PATH to Coin
|
||||
echo "export ICC64_18_LDLP=$iccInstallPath/lib/intel64" >>~/.bashrc
|
||||
echo "export ICC64_18_PATH=$iccInstallPath/compilers_and_libraries_2018.1.163/linux/bin/intel64:$iccInstallPath/bin" >>~/.bashrc
|
||||
echo "ICC = 18.0.1 20171018" >> ~/versions.txt
|
||||
echo "export ICC64_19_LDLP=$iccInstallPath/lib/intel64" >>~/.bashrc
|
||||
echo "export ICC64_19_PATH=$iccInstallPath/compilers_and_libraries_2020.1.217/linux/bin/intel64:$iccInstallPath/bin" >>~/.bashrc
|
||||
echo "ICC = 19.1.1.217 20200306" >> ~/versions.txt
|
||||
|
||||
rm -rf "$iccTmpPath"
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
"$(dirname "$0")"/../common/macos/disable-notifications_and_warnings.sh
|
||||
6
coin/provisioning/qtci-macos-10.13-x86_64/30-nodejs.sh
Executable file
6
coin/provisioning/qtci-macos-10.13-x86_64/30-nodejs.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
brew install nodejs
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
# This script installs QNX 7.
|
||||
|
||||
targetFolder="/opt/"
|
||||
sourceFile="/net/ci-files01-hki.intra.qt.io/hdd/www/input/qnx/qnx700-20190325-macos.tar.xz"
|
||||
sourceFile="/net/ci-files01-hki.intra.qt.io/hdd/www/input/qnx/qnx700-20190325-2-macos.tar.xz"
|
||||
folderName="qnx700"
|
||||
|
||||
sudo mkdir -p "$targetFolder"
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
"$(dirname "$0")"/../common/macos/disable-notifications_and_warnings.sh
|
||||
6
coin/provisioning/qtci-macos-10.14-x86_64/30-nodejs.sh
Executable file
6
coin/provisioning/qtci-macos-10.14-x86_64/30-nodejs.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
brew install nodejs
|
||||
|
||||
@@ -36,13 +36,13 @@
|
||||
# This script installs QNX 7.
|
||||
|
||||
targetFolder="/opt/"
|
||||
sourceFile="/net/ci-files01-hki.intra.qt.io/hdd/www/input/qnx/qnx700_mac.zip"
|
||||
sourceFile="/net/ci-files01-hki.intra.qt.io/hdd/www/input/qnx/qnx700-20190325-2-macos.tar.xz"
|
||||
folderName="qnx700"
|
||||
|
||||
sudo mkdir -p "$targetFolder"
|
||||
|
||||
echo "Extracting QNX 7"
|
||||
sudo unzip -q "$sourceFile" -d "$targetFolder"
|
||||
sudo tar -C "$targetFolder" -Jxf $sourceFile
|
||||
|
||||
sudo chown -R qt:wheel "$targetFolder"/"$folderName"
|
||||
|
||||
@@ -54,4 +54,3 @@ fi
|
||||
# Set env variables
|
||||
echo "export QNX_700=$targetFolder/$folderName" >> ~/.bashrc
|
||||
echo "QNX SDP = 7.0.0" >> ~/versions.txt
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
. "$PSScriptRoot\..\common\windows\disable-netadapterlso.ps1"
|
||||
@@ -1 +0,0 @@
|
||||
. "$PSScriptRoot\..\common\windows\disable-windefender.ps1"
|
||||
@@ -0,0 +1,9 @@
|
||||
# Windows 'Notifications & actions'
|
||||
# Disable 'Get notifications from apps and other senders'
|
||||
reg.exe ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PushNotifications" /V ToastEnabled /T REG_dWORD /D 0 /F
|
||||
|
||||
# Disable 'Show me the Windows welcome experience after udpates and occasionally when I sign in to highlight what's new and suggested'
|
||||
reg.exe ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SubscribedContent-310093Enabled /T REG_dWORD /D 0 /F
|
||||
|
||||
# Disable 'Get tips, tricks and suggestions as you use Windows'
|
||||
reg.exe ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SubscribedContent-338389Enabled /T REG_dWORD /D 0 /F
|
||||
@@ -0,0 +1,7 @@
|
||||
# Disable Connected User Experiences and Telemetry service
|
||||
# The Connected User Experiences and Telemetry service enables features that support in-application and connected user experiences.
|
||||
# Additionally, this service manages the event driven collection and transmission of diagnostic and usage information
|
||||
# (used to improve the experience and quality of the Windows Platform) when the diagnostics and usage privacy option settings are enabled under Feedback and Diagnostics.
|
||||
reg.exe ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Data Collection" /V AllowTelemetry /T REG_dWORD /D 0 /F
|
||||
stop-service diagtrack
|
||||
set-service diagtrack -startuptype disabled
|
||||
@@ -1 +0,0 @@
|
||||
. "$PSScriptRoot\..\common\windows\disable-windows-updates.ps1"
|
||||
@@ -1 +0,0 @@
|
||||
. "$PSScriptRoot\..\common\windows\disable-defragment.ps1"
|
||||
@@ -1 +0,0 @@
|
||||
. "$PSScriptRoot\..\common\windows\disable-ntp.ps1"
|
||||
1
coin/provisioning/qtci-windows-10-x86/08-install-git.ps1
Normal file
1
coin/provisioning/qtci-windows-10-x86/08-install-git.ps1
Normal file
@@ -0,0 +1 @@
|
||||
. "$PSScriptRoot\..\common\windows\install-git.ps1"
|
||||
@@ -1 +1,8 @@
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1"
|
||||
# Parameters:
|
||||
# - Arch 32/64
|
||||
# - installer sha1
|
||||
# - install target dir
|
||||
# - version
|
||||
# - Optional true/false if set as default with PYTHON3/PIP3_PATH variables, default false
|
||||
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1" 32 "76c50b747237a0974126dd8b32ea036dd77b2ad1" "C:\Python36" "3.6.1" $true
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
icu/65.1@qtproject/stable
|
||||
libxml2/2.9.10@qtproject/stable
|
||||
libxslt/1.1.34@qtproject/stable
|
||||
libjpeg-turbo/2.0.3@qtproject/stable
|
||||
libjpeg-turbo/2.0.5@qtproject/stable
|
||||
|
||||
[generators]
|
||||
cmake
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
. "$PSScriptRoot\..\common\windows\disable-netadapterlso.ps1"
|
||||
@@ -0,0 +1,25 @@
|
||||
$x_value = "1280"
|
||||
$y_value = "800"
|
||||
|
||||
Function ChangeResolution {
|
||||
Param (
|
||||
[string]$driver
|
||||
)
|
||||
|
||||
$path = "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Configuration"
|
||||
|
||||
reg.exe ADD "$path\$driver\00\" /V PrimSurfSize.cx /T REG_dWORD /D $x_value /F
|
||||
reg.exe ADD "$path\$driver\00\" /V PrimSurfSize.cy /T REG_dWORD /D $y_value /F
|
||||
reg.exe ADD "$path\$driver\00\00" /V DwmClipBox.bottom /T REG_dWORD /D $y_value /F
|
||||
reg.exe ADD "$path\$driver\00\00" /V DwmClipBox.right /T REG_dWORD /D $x_value /F
|
||||
reg.exe ADD "$path\$driver\00\00" /V PrimSurfSize.cx /T REG_dWORD /D $x_value /F
|
||||
reg.exe ADD "$path\$driver\00\00" /V PrimSurfSize.cy /T REG_dWORD /D $y_value /F
|
||||
reg.exe ADD "$path\$driver\00\00" /V ActiveSize.cy /T REG_dWORD /D $y_value /F
|
||||
reg.exe ADD "$path\$driver\00\00" /V ActiveSize.cx /T REG_dWORD /D $x_value /F
|
||||
|
||||
}
|
||||
|
||||
Write-Host "Changing the resolution to ${x_value}x${y_value}"
|
||||
ChangeResolution "MSBDD_NOEDID_1234_1111_00000000_00020000_0^E3701873EC28AFCFF631E725354CDC2D"
|
||||
ChangeResolution "MSBDD_NOEDID_15AD_0405_00000000_000F0000_0^C13AE38966E73205F75BFACA84EB83A5"
|
||||
ChangeResolution "MSNILNOEDID_1414_008D_FFFFFFFF_FFFFFFFF_0^030B4FCE00727AC1593E5B6FD18648D6"
|
||||
@@ -0,0 +1,9 @@
|
||||
# Windows 'Notifications & actions'
|
||||
# Disable 'Get notifications from apps and other senders'
|
||||
reg.exe ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PushNotifications" /V ToastEnabled /T REG_dWORD /D 0 /F
|
||||
|
||||
# Disable 'Show me the Windows welcome experience after udpates and occasionally when I sign in to highlight what's new and suggested'
|
||||
reg.exe ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SubscribedContent-310093Enabled /T REG_dWORD /D 0 /F
|
||||
|
||||
# Disable 'Get tips, tricks and suggestions as you use Windows'
|
||||
reg.exe ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /V SubscribedContent-338389Enabled /T REG_dWORD /D 0 /F
|
||||
@@ -0,0 +1,7 @@
|
||||
# Disable Connected User Experiences and Telemetry service
|
||||
# The Connected User Experiences and Telemetry service enables features that support in-application and connected user experiences.
|
||||
# Additionally, this service manages the event driven collection and transmission of diagnostic and usage information
|
||||
# (used to improve the experience and quality of the Windows Platform) when the diagnostics and usage privacy option settings are enabled under Feedback and Diagnostics.
|
||||
reg.exe ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Data Collection" /V AllowTelemetry /T REG_dWORD /D 0 /F
|
||||
stop-service diagtrack
|
||||
set-service diagtrack -startuptype disabled
|
||||
@@ -0,0 +1,2 @@
|
||||
# Allow SMB client guest logons to SMB server.
|
||||
reg.exe ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /V AllowInsecureGuestAuth /T REG_dWORD /D 1 /F
|
||||
1
coin/provisioning/qtci-windows-10-x86_64/03-nodejs.ps1
Normal file
1
coin/provisioning/qtci-windows-10-x86_64/03-nodejs.ps1
Normal file
@@ -0,0 +1 @@
|
||||
. "$PSScriptRoot\..\common\windows\nodejs.ps1"
|
||||
@@ -36,10 +36,10 @@
|
||||
# This script installs QNX SDP 7.0
|
||||
|
||||
$zip = Get-DownloadLocation "qnx700.7z"
|
||||
$url = "http://ci-files01-hki.intra.qt.io/input/qnx/qnx700-20190325-windows.7z"
|
||||
$url = "http://ci-files01-hki.intra.qt.io/input/qnx/qnx700-20190325-2-windows.7z"
|
||||
|
||||
Download $url $url $zip
|
||||
Verify-Checksum $zip "59c681466ff78f64b98b16a95b0b44650a729dfd"
|
||||
Verify-Checksum $zip "1f10e9660efc81b18cb897871ba2b0384cf0fc6d"
|
||||
Extract-7Zip $zip C:\
|
||||
|
||||
Set-EnvironmentVariable "QNX_700" "C:\QNX700"
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1" 32 "C:\Python36_32"
|
||||
@@ -1 +1,12 @@
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1" 64
|
||||
# Parameters:
|
||||
# - Arch 32/64
|
||||
# - installer sha1
|
||||
# - install target dir
|
||||
# - version
|
||||
# - Optional true/false if set as default with PYTHON3/PIP3_PATH variables, default false
|
||||
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1" 64 "a8ac14ee5486547caf84abdf151be22d9d069c0a" "C:\Python38_64" "3.8.1"
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1" 32 "14ff2c2e5538b03a012cb4c9d519d970444ebd42" "C:\Python38_32" "3.8.1"
|
||||
# default ones
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1" 64 "bf54252c4065b20f4a111cc39cf5215fb1edccff" "C:\Python36" "3.6.1" $true
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1" 32 "76c50b747237a0974126dd8b32ea036dd77b2ad1" "C:\Python36_32" "3.6.1" $true
|
||||
|
||||
@@ -34,20 +34,36 @@ Run-Conan-Install `
|
||||
|
||||
Run-Conan-Install `
|
||||
-ConanfilesDir "$PSScriptRoot\conanfiles" `
|
||||
-BuildinfoDir Mingw73-x86 `
|
||||
-BuildinfoDir MSVC2019-x86_64 `
|
||||
-Arch x86_64 `
|
||||
-Compiler "Visual Studio" `
|
||||
-CompilerVersion 16 `
|
||||
-CompilerRuntime MD
|
||||
|
||||
Run-Conan-Install `
|
||||
-ConanfilesDir "$PSScriptRoot\conanfiles" `
|
||||
-BuildinfoDir MSVC2019-x86 `
|
||||
-Arch x86 `
|
||||
-Compiler "Visual Studio" `
|
||||
-CompilerVersion 16 `
|
||||
-CompilerRuntime MD
|
||||
|
||||
Run-Conan-Install `
|
||||
-ConanfilesDir "$PSScriptRoot\conanfiles" `
|
||||
-BuildinfoDir Mingw-x86 `
|
||||
-Arch x86 `
|
||||
-Compiler "gcc" `
|
||||
-CompilerVersion 7 `
|
||||
-CompilerVersion 8 `
|
||||
-CompilerLibcxx "libstdc++" `
|
||||
-CompilerException "dwarf2" `
|
||||
-CompilerThreads "posix"
|
||||
|
||||
Run-Conan-Install `
|
||||
-ConanfilesDir "$PSScriptRoot\conanfiles" `
|
||||
-BuildinfoDir Mingw73-x86_64 `
|
||||
-BuildinfoDir Mingw-x86_64 `
|
||||
-Arch x86_64 `
|
||||
-Compiler "gcc" `
|
||||
-CompilerVersion 7 `
|
||||
-CompilerVersion 8 `
|
||||
-CompilerLibcxx "libstdc++" `
|
||||
-CompilerException "seh" `
|
||||
-CompilerThreads "posix"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
icu/65.1@qtproject/stable
|
||||
libxml2/2.9.10@qtproject/stable
|
||||
libxslt/1.1.34@qtproject/stable
|
||||
libjpeg-turbo/2.0.3@qtproject/stable
|
||||
libjpeg-turbo/2.0.5@qtproject/stable
|
||||
|
||||
[generators]
|
||||
cmake
|
||||
|
||||
@@ -1 +1,8 @@
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1"
|
||||
# Parameters:
|
||||
# - Arch 32/64
|
||||
# - installer sha1
|
||||
# - install target dir
|
||||
# - version
|
||||
# - Optional true/false if set as default with PYTHON3/PIP3_PATH variables, default false
|
||||
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1" 32 "76c50b747237a0974126dd8b32ea036dd77b2ad1" "C:\Python36" "3.6.1" $true
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user