mirror of
git://code.qt.io/qt/qt5.git
synced 2025-12-21 23:48:23 +08:00
Compare commits
94 Commits
wip/qt6
...
wip/qt3dst
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e16b5baa08 | ||
|
|
c59e391a09 | ||
|
|
328e29330d | ||
|
|
d3e6bf5055 | ||
|
|
076fdbe289 | ||
|
|
0f0ff063d2 | ||
|
|
7c66bb9ff5 | ||
|
|
7759daa6ff | ||
|
|
09dcc777ee | ||
|
|
cd7c03f4de | ||
|
|
5f2dcfd862 | ||
|
|
893c9eac86 | ||
|
|
dc70564fa0 | ||
|
|
11c702414f | ||
|
|
e4d68cf15e | ||
|
|
cf3f62f9c5 | ||
|
|
fca65a7dfb | ||
|
|
9e4446b646 | ||
|
|
3c29b705c3 | ||
|
|
533daaa537 | ||
|
|
9430479427 | ||
|
|
5f9d2ad8c6 | ||
|
|
8d52fefbcf | ||
|
|
e60a53e5ca | ||
|
|
d33150d656 | ||
|
|
7fa1fba5a3 | ||
|
|
7cfe9a0ebf | ||
|
|
12a152be37 | ||
|
|
e0958213f9 | ||
|
|
b540aedf0a | ||
|
|
4adeebfdcf | ||
|
|
770d9d70bf | ||
|
|
255e87ea24 | ||
|
|
74195b12e6 | ||
|
|
1f1832b5da | ||
|
|
2217a2db89 | ||
|
|
8ed03772f7 | ||
|
|
fcf4ccab36 | ||
|
|
2cd2ec8723 | ||
|
|
47e7ec95ab | ||
|
|
f3757051dd | ||
|
|
a246212aad | ||
|
|
b0fb9bbc72 | ||
|
|
b92f565225 | ||
|
|
6fb05cf7ca | ||
|
|
1f986d47ca | ||
|
|
1713b9ef51 | ||
|
|
1ce967e4e8 | ||
|
|
11df2857b3 | ||
|
|
4a39410fae | ||
|
|
439fbad1c9 | ||
|
|
7285bbee64 | ||
|
|
5426991bfa | ||
|
|
d2998cbab1 | ||
|
|
043adcf10a | ||
|
|
f8e6944b29 | ||
|
|
f8d9c13ec2 | ||
|
|
7313c2fa10 | ||
|
|
c48621073f | ||
|
|
494c647040 | ||
|
|
495a20f266 | ||
|
|
d4e3d3cac3 | ||
|
|
6402cb61b8 | ||
|
|
aceecad75d | ||
|
|
e56e0f699d | ||
|
|
1d956e93d0 | ||
|
|
0d273deeef | ||
|
|
be97b9ad72 | ||
|
|
14c31bf8db | ||
|
|
1c5e02896c | ||
|
|
c398a50e2d | ||
|
|
5035d38525 | ||
|
|
ae3f765798 | ||
|
|
4c65509d24 | ||
|
|
5752c0d4bc | ||
|
|
163bd8006e | ||
|
|
90d59cb4c7 | ||
|
|
11d6401d98 | ||
|
|
54e8d38972 | ||
|
|
98d9e2ebaa | ||
|
|
54be78024d | ||
|
|
8a5d86d888 | ||
|
|
6e601907b9 | ||
|
|
61acd9e95d | ||
|
|
7c691c4622 | ||
|
|
9656531361 | ||
|
|
9d69ef09e3 | ||
|
|
53c6c8a1ba | ||
|
|
8e32f46764 | ||
|
|
24f0367a60 | ||
|
|
b96719cb80 | ||
|
|
3b0fbe7213 | ||
|
|
fbec569aea | ||
|
|
9929aff99e |
105
.gitmodules
vendored
105
.gitmodules
vendored
@@ -1,60 +1,60 @@
|
||||
[submodule "qtbase"]
|
||||
path = qtbase
|
||||
url = ../qtbase.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = essential
|
||||
[submodule "qtsvg"]
|
||||
depends = qtbase
|
||||
path = qtsvg
|
||||
url = ../qtsvg.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtdeclarative"]
|
||||
depends = qtbase
|
||||
recommends = qtsvg
|
||||
path = qtdeclarative
|
||||
url = ../qtdeclarative.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = essential
|
||||
[submodule "qtactiveqt"]
|
||||
depends = qtbase
|
||||
path = qtactiveqt
|
||||
url = ../qtactiveqt.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtscript"]
|
||||
depends = qtbase
|
||||
recommends = qttools
|
||||
path = qtscript
|
||||
url = ../qtscript.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = deprecated
|
||||
[submodule "qtmultimedia"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtmultimedia
|
||||
url = ../qtmultimedia.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = essential
|
||||
[submodule "qttools"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtactiveqt
|
||||
path = qttools
|
||||
url = ../qttools.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = essential
|
||||
[submodule "qtxmlpatterns"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtxmlpatterns
|
||||
url = ../qtxmlpatterns.git
|
||||
branch = wip/qt6
|
||||
status = deprecated
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qttranslations"]
|
||||
depends = qttools
|
||||
path = qttranslations
|
||||
url = ../qttranslations.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = essential
|
||||
priority = 30
|
||||
[submodule "qtdoc"]
|
||||
@@ -62,7 +62,7 @@
|
||||
recommends = qtmultimedia qtquickcontrols qtquickcontrols2
|
||||
path = qtdoc
|
||||
url = ../qtdoc.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = essential
|
||||
priority = 40
|
||||
[submodule "qtrepotools"]
|
||||
@@ -83,14 +83,14 @@
|
||||
recommends = qtdeclarative qtquickcontrols qtquickcontrols2 qtserialport
|
||||
path = qtlocation
|
||||
url = ../qtlocation.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtsensors"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtsensors
|
||||
url = ../qtsensors.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtsystems"]
|
||||
depends = qtbase
|
||||
@@ -123,204 +123,185 @@
|
||||
recommends = qtdeclarative qtandroidextras
|
||||
path = qtconnectivity
|
||||
url = ../qtconnectivity.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtwayland"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtwayland
|
||||
url = ../qtwayland.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qt3d"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtimageformats qtgamepad
|
||||
path = qt3d
|
||||
url = ../qt3d.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtimageformats"]
|
||||
depends = qtbase
|
||||
path = qtimageformats
|
||||
url = ../qtimageformats.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtgraphicaleffects"]
|
||||
depends = qtdeclarative
|
||||
path = qtgraphicaleffects
|
||||
url = ../qtgraphicaleffects.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtquickcontrols"]
|
||||
depends = qtdeclarative
|
||||
recommends = qtgraphicaleffects
|
||||
path = qtquickcontrols
|
||||
url = ../qtquickcontrols.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtserialbus"]
|
||||
depends = qtbase
|
||||
recommends = qtserialport
|
||||
depends = qtserialport
|
||||
path = qtserialbus
|
||||
url = ../qtserialbus.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtserialport"]
|
||||
depends = qtbase
|
||||
path = qtserialport
|
||||
url = ../qtserialport.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtx11extras"]
|
||||
depends = qtbase
|
||||
path = qtx11extras
|
||||
url = ../qtx11extras.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtmacextras"]
|
||||
depends = qtbase
|
||||
path = qtmacextras
|
||||
url = ../qtmacextras.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtwinextras"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtmultimedia
|
||||
path = qtwinextras
|
||||
url = ../qtwinextras.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtandroidextras"]
|
||||
depends = qtbase
|
||||
path = qtandroidextras
|
||||
url = ../qtandroidextras.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtwebsockets"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtwebsockets
|
||||
url = ../qtwebsockets.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtwebchannel"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtwebsockets
|
||||
path = qtwebchannel
|
||||
url = ../qtwebchannel.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtwebengine"]
|
||||
depends = qtdeclarative
|
||||
recommends = qtquickcontrols qtquickcontrols2 qtlocation qtwebchannel qttools
|
||||
path = qtwebengine
|
||||
url = ../qtwebengine.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
priority = 10
|
||||
[submodule "qtcanvas3d"]
|
||||
depends = qtdeclarative
|
||||
path = qtcanvas3d
|
||||
url = ../qtcanvas3d.git
|
||||
branch = dev
|
||||
status = ignore
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtwebview"]
|
||||
depends = qtdeclarative
|
||||
recommends = qtwebengine
|
||||
path = qtwebview
|
||||
url = ../qtwebview.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtquickcontrols2"]
|
||||
depends = qtgraphicaleffects
|
||||
recommends = qtimageformats
|
||||
path = qtquickcontrols2
|
||||
url = ../qtquickcontrols2.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = essential
|
||||
[submodule "qtpurchasing"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtandroidextras
|
||||
path = qtpurchasing
|
||||
url = ../qtpurchasing.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtcharts"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtmultimedia
|
||||
path = qtcharts
|
||||
url = ../qtcharts.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtdatavis3d"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtmultimedia
|
||||
path = qtdatavis3d
|
||||
url = ../qtdatavis3d.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtvirtualkeyboard"]
|
||||
depends = qtbase qtdeclarative qtsvg
|
||||
recommends = qtmultimedia qtquickcontrols
|
||||
path = qtvirtualkeyboard
|
||||
url = ../qtvirtualkeyboard.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtgamepad"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtgamepad
|
||||
url = ../qtgamepad.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtscxml"]
|
||||
depends = qtbase qtdeclarative
|
||||
path = qtscxml
|
||||
url = ../qtscxml.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtspeech"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtmultimedia
|
||||
path = qtspeech
|
||||
url = ../qtspeech.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtnetworkauth"]
|
||||
depends = qtbase
|
||||
path = qtnetworkauth
|
||||
url = ../qtnetworkauth.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtremoteobjects"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtremoteobjects
|
||||
url = ../qtremoteobjects.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtwebglplugin"]
|
||||
depends = qtbase qtwebsockets
|
||||
recommends = qtdeclarative
|
||||
path = qtwebglplugin
|
||||
url = ../qtwebglplugin.git
|
||||
branch = wip/qt6
|
||||
branch = 5.12.9
|
||||
status = addon
|
||||
[submodule "qtlottie"]
|
||||
depends = qtbase qtdeclarative
|
||||
path = qtlottie
|
||||
url = ../qtlottie.git
|
||||
branch = wip/qt6
|
||||
status = preview
|
||||
[submodule "qtquicktimeline"]
|
||||
depends = qtbase qtdeclarative
|
||||
path = qtquicktimeline
|
||||
url = ../qtquicktimeline
|
||||
branch = wip/qt6
|
||||
status = preview
|
||||
[submodule "qtquick3d"]
|
||||
depends = qtbase qtdeclarative
|
||||
path = qtquick3d
|
||||
url = ../qtquick3d.git
|
||||
branch = dev
|
||||
status = ignore
|
||||
|
||||
1331
LICENSE.QT-LICENSE-AGREEMENT
Normal file
1331
LICENSE.QT-LICENSE-AGREEMENT
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,913 +0,0 @@
|
||||
QT LICENSE AGREEMENT
|
||||
Agreement version 4.0
|
||||
|
||||
This License Agreement ("Agreement") is a legal agreement between The Qt
|
||||
Company (as defined below) and the Licensee (as defined below) for the license
|
||||
of Licensed Software (as defined below). Capitalized terms used herein are
|
||||
defined in Section 1.
|
||||
|
||||
WHEREAS:
|
||||
|
||||
(A). Licensee wishes to use the Licensed Software for the purpose of developing
|
||||
and distributing Applications and/or Devices; and
|
||||
|
||||
(B). The Qt Company is willing to grant the Licensee a right to use Licensed
|
||||
Software for such purpose pursuant to term and conditions of this Agreement.
|
||||
|
||||
NOW, THEREFORE, THE PARTIES HEREBY AGREE AS FOLLOWS:
|
||||
|
||||
1. DEFINITIONS
|
||||
|
||||
"Affiliate" of a Party shall mean an entity (i) which is directly or indirectly
|
||||
controlling such Party; (ii) which is under the same direct or indirect
|
||||
ownership or control as such Party; or (iii) which is directly or indirectly
|
||||
owned or controlled by such Party. For these purposes, an entity shall be
|
||||
treated as being controlled by another if that other entity has fifty percent
|
||||
(50 %) or more of the votes in such entity, is able to direct its affairs
|
||||
and/or to control the composition of its board of directors or equivalent body.
|
||||
|
||||
"Applications" shall mean Licensee's software products created using the
|
||||
Licensed Software, which may include the Redistributables, or part
|
||||
thereof.
|
||||
|
||||
"Contractor(s)" shall mean third party consultants, distributors and
|
||||
contractors performing services to a Party under applicable contractual
|
||||
arrangement.
|
||||
|
||||
"Customer(s)" shall mean Licensee's end users to whom Licensee, directly or
|
||||
indirectly, distributes copies of the Redistributables.
|
||||
|
||||
"Deployment Platforms" shall mean operating systems specified in the License
|
||||
Certificate, in which the Redistributables can be distributed pursuant to the
|
||||
terms and conditions of this Agreement.
|
||||
|
||||
"Designated User(s)" shall mean the employee(s) of Licensee or Licensee's
|
||||
Affiliates acting within the scope of their employment or Licensee's
|
||||
Contractors acting within the scope of their services for Licensee and on
|
||||
behalf of Licensee. Designated Users shall be named in the License Certificate.
|
||||
|
||||
"Development License" shall mean the license needed by the Licensee for each
|
||||
Designated User to use the Licensed Software under the license grant described
|
||||
in Section 3.1 of this Agreement.
|
||||
|
||||
"Development Platforms" shall mean those operating systems specified in the
|
||||
License Certificate, in which the Licensed Software can be used under the
|
||||
Development License, but not distributed in any form or used for any other
|
||||
purpose.
|
||||
|
||||
"Devices" shall mean hardware devices or products that 1) are manufactured
|
||||
and/or distributed by the Licensee or its Affiliates or Contractors, and
|
||||
(2)(i) incorporate or integrate the Redistributables or parts thereof; or (ii)
|
||||
do not incorporate or integrate the Redistributables at the time of
|
||||
distribution, but where, when used by a Customer, the main user interface or
|
||||
substantial functionality of such device is provided by Application(s) or
|
||||
otherwise depends on the Licensed Software.
|
||||
|
||||
"Distribution License(s)" shall mean the license required for distribution of
|
||||
Redistributables in connection with Devices pursuant to license grant described
|
||||
in Section 3.3 of this Agreement.
|
||||
|
||||
"Distribution License Packs" shall mean set of prepaid Distribution Licenses
|
||||
for distribution of Redistributables, as defined in The Qt Company's standard
|
||||
price list, quote, Purchase Order confirmation or in an appendix hereto,
|
||||
as the case may be.
|
||||
|
||||
"Intellectual Property Rights" shall mean patents (including utility models),
|
||||
design patents, and designs (whether or not capable of registration), chip
|
||||
topography rights and other like protection, copyrights, trademarks, service
|
||||
marks, trade names, logos or other words or symbols and any other form of
|
||||
statutory protection of any kind and applications for any of the foregoing as
|
||||
well as any trade secrets.
|
||||
|
||||
"License Certificate" shall mean a certificate generated by The Qt Company for
|
||||
each Designated User respectively upon them downloading the licensed Software.
|
||||
License Certificate will be available under respective Designated User's Qt
|
||||
Account at account.qt.io and it will specify the Designated User, the
|
||||
Development Platforms, Deployment Platforms and the License Term. The terms of
|
||||
the License Certificate are considered part of this Agreement and shall be
|
||||
updated from time to time to reflect any agreed changes to the foregoing terms
|
||||
relating to Designated User's rights to the Licensed Software.
|
||||
|
||||
"License Fee" shall mean the fee charged to the Licensee for rights granted
|
||||
under the terms of this Agreement.
|
||||
|
||||
"License Term" shall mean the agreed validity period of the Development
|
||||
License of the respective Designated User, during which time the
|
||||
Designated User is entitled to use the Licensed Software, as set forth in the
|
||||
respective License Certificate.
|
||||
|
||||
"Licensed Software" shall mean all versions of the
|
||||
|
||||
(i) Qt Toolkit (including Qt Essentials, Qt Add-Ons and Value-Add modules) as
|
||||
described in http://doc.qt.io/qt-5/qtmodules.html,
|
||||
|
||||
(ii) Qt Creator (including Creator IDE tool) as described in
|
||||
http://doc.qt.io/qtcreator/index.html,
|
||||
|
||||
(iii) Qt 3D Studio as described in http://doc.qt.io/qt3dstudio/index.html, and
|
||||
|
||||
as well as corresponding online or electronic documentation, associated media
|
||||
and printed materials, including the source code, example programs and the
|
||||
documentation, licensed to the Licensee under this Agreement. Licensed Software
|
||||
does not include Third Party Software (as defined in Section 4), Open Source
|
||||
Qt, or other software products of The Qt Company (for example Qt Safe Renderer
|
||||
and Qt for Automation), unless such other software products of The Qt Company
|
||||
are separately agreed in writing to be included in scope of the Licensed
|
||||
Software.
|
||||
|
||||
"Licensee" shall mean the individual or legal entity that is party to this
|
||||
Agreement, as identified on the signature page hereof.
|
||||
|
||||
"Licensee's Records" shall mean books and records that are likely to contain
|
||||
information bearing on Licensee's compliance with this Agreement or the
|
||||
payments due to The Qt Company under this Agreement, including, but not limited
|
||||
to: assembly logs, sales records and distribution records.
|
||||
|
||||
"Modified Software" shall have the meaning as set forth in Section 2.3.
|
||||
|
||||
"Online Services" shall mean any services or access to systems made available
|
||||
by The Qt Company to the Licensee over the Internet relating to the Licensed
|
||||
Software or for the purpose of use by the Licensee of the Licensed Software or
|
||||
Support. Use of any such Online Services is discretionary for the Licensee and
|
||||
some of them may be subject to additional fees.
|
||||
|
||||
"Open Source Qt" shall mean the non-commercial Qt computer software products,
|
||||
licensed under the terms of the GNU Lesser General Public License, version
|
||||
2.1 or later ("LGPL") or the GNU General Public License, version 2.0 or later
|
||||
("GPL"). For clarity, Open Source Qt shall not be provided nor governed under
|
||||
this Agreement.
|
||||
|
||||
"Party" or "Parties" shall mean Licensee and/or The Qt Company.
|
||||
|
||||
"Redistributables" shall mean the portions of the Licensed Software set forth
|
||||
in Appendix 1, Section 1 that may be distributed pursuant to the terms of this
|
||||
Agreement in object code form only, including any relevant documentation.
|
||||
Where relevant, any reference to Licensed Software in this Agreement shall
|
||||
include and refer also to Redistributables.
|
||||
|
||||
"Renewal Term" shall mean an extension of previous License Term as agreed
|
||||
between the Parties.
|
||||
|
||||
"Submitted Modified Software" shall have the meaning as set forth in
|
||||
Section 2.3.
|
||||
|
||||
"Support" shall mean standard developer support that is provided by The Qt
|
||||
Company to assist Designated Users in using the Licensed Software in
|
||||
accordance with The Qt Company's standard support terms and as further
|
||||
defined in Section 8 hereunder.
|
||||
|
||||
"Taxes" shall have the meaning set forth in Section 10.5.
|
||||
|
||||
"Term" shall have the meaning set forth in Section 12.
|
||||
|
||||
"The Qt Company" shall mean:
|
||||
|
||||
(i) in the event Licensee is an individual residing in the United States or a
|
||||
legal entity incorporated in the United States or having its headquarters in
|
||||
the United States, The Qt Company Inc., a Delaware corporation with its office
|
||||
at 2350 Mission College Blvd., Suite 1020, Santa Clara, CA 95054, USA.; or
|
||||
|
||||
(ii) in the event the Licensee is an individual residing outside of the United
|
||||
States or a legal entity incorporated outside of the United States or having
|
||||
its registered office outside of the United States, The Qt Company Ltd., a
|
||||
Finnish company with its registered office at Bertel Jungin aukio D3A, 02600
|
||||
Espoo, Finland.
|
||||
|
||||
"Third Party Software " shall have the meaning set forth in Section 4.
|
||||
|
||||
"Updates" shall mean a release or version of the Licensed Software containing
|
||||
bug fixes, error corrections and other changes that are generally made
|
||||
available to users of the Licensed Software that have contracted for Support.
|
||||
Updates are generally depicted as a change to the digits following the decimal
|
||||
in the Licensed Software version number. The Qt Company shall make Updates
|
||||
available to the Licensee under the Support. Updates shall be considered as
|
||||
part of the Licensed Software hereunder.
|
||||
|
||||
"Upgrades" shall mean a release or version of the Licensed Software containing
|
||||
enhancements and new features and are generally depicted as a change to the
|
||||
first digit of the Licensed Software version number. In the event Upgrades are
|
||||
provided to the Licensee under this Agreement, they shall be considered as
|
||||
part of the Licensed Software hereunder.
|
||||
|
||||
2. OWNERSHIP
|
||||
|
||||
2.1 Ownership of The Qt Company
|
||||
|
||||
The Licensed Software is protected by copyright laws and international
|
||||
copyright treaties, as well as other intellectual property laws and treaties.
|
||||
The Licensed Software is licensed, not sold.
|
||||
|
||||
All The Qt Company's Intellectual Property Rights are and shall remain the
|
||||
exclusive property of The Qt Company or its licensors respectively.
|
||||
|
||||
2.2 Ownership of Licensee
|
||||
|
||||
All the Licensee's Intellectual Property Rights are and shall remain the
|
||||
exclusive property of the Licensee or its licensors respectively.
|
||||
|
||||
All Intellectual Property Rights to the Modified Software, Applications and
|
||||
Devices shall remain with the Licensee and no rights thereto shall be granted
|
||||
by the Licensee to The Qt Company under this Agreement (except as set forth in
|
||||
Section 2.3 below).
|
||||
|
||||
2.3 Modified Software
|
||||
|
||||
Licensee may create bug-fixes, error corrections, patches or modifications to
|
||||
the Licensed Software ("Modified Software"). Such Modified Software may break
|
||||
the source or binary compatibility with the Licensed Software (including
|
||||
without limitation through changing the application programming interfaces
|
||||
("API") or by adding, changing or deleting any variable, method, or class
|
||||
signature in the Licensed Software and/or any inter-process protocols, services
|
||||
or standards in the Licensed Software libraries). To the extent that Licensee's
|
||||
Modified Software so breaks source or binary compatibility with the Licensed
|
||||
Software, Licensee acknowledges that The Qt Company's ability to provide
|
||||
Support may be prevented or limited and Licensee's ability to make use of
|
||||
Updates may be restricted.
|
||||
|
||||
Licensee may, at its sole and absolute discretion, choose to submit Modified
|
||||
Software to The Qt Company ("Submitted Modified Software") in connection with
|
||||
Licensee's Support request, service request or otherwise. In the event Licensee
|
||||
does so, then, Licensee hereby grants The Qt Company a sublicensable,
|
||||
assignable, irrevocable, perpetual, worldwide, non-exclusive, royalty-free and
|
||||
fully paid-up license, under all of Licensee's Intellectual Property Rights, to
|
||||
reproduce, adapt, translate, modify, and prepare derivative works of, publicly
|
||||
display, publicly perform, sublicense, make available and distribute such
|
||||
Submitted Modified Software as The Qt Company sees fit at its free and absolute
|
||||
discretion.
|
||||
|
||||
3. LICENSES GRANTED
|
||||
|
||||
3.1 Development with Licensed Software
|
||||
|
||||
Subject to the terms of this Agreement, The Qt Company grants to Licensee a
|
||||
personal, worldwide, non-exclusive, non-transferable license, valid for the
|
||||
License Term, to use, modify and copy the Licensed Software by Designated Users
|
||||
on the Development Platforms for the sole purposes of designing, developing,
|
||||
demonstrating and testing Application(s) and/or Devices, and to provide thereto
|
||||
related support and other related services to end-user Customers.
|
||||
|
||||
Licensee may install copies of the Licensed Software on an unlimited number of
|
||||
computers provided that (i) only the Designated Users may use the Licensed
|
||||
Software, and (ii) all Designated Users must have a valid Development License
|
||||
to use Licensed Software.
|
||||
|
||||
Licensee may at any time designate another Designated User to replace a then-
|
||||
current Designated User by notifying The Qt Company in writing, provided that
|
||||
any Designated User may be replaced only once during any six-month period.
|
||||
|
||||
Upon expiry of the initially agreed License Term, the respective License Terms
|
||||
shall be automatically extended to one or more Renewal Term(s), unless and
|
||||
until either Party notifies the other Party in writing that it does not wish to
|
||||
continue the License Term, such notification to be provided to the other Party
|
||||
no less than ninety (90) days before expiry of the respective License Term.
|
||||
Unless otherwise agreed between the Parties, Renewal Term shall be of equal
|
||||
length with the initial Term.
|
||||
|
||||
Any such Renewal Term shall be subject to License Fees agreed between the
|
||||
Parties or, if no advance agreement exists, subject to The Qt Company's
|
||||
standard pricing applicable at the commencement date of any such Renewal Term.
|
||||
|
||||
3.2 Distribution of Applications
|
||||
|
||||
Subject to the terms of this Agreement, The Qt Company grants to Licensee a
|
||||
personal, worldwide, non-exclusive, non-transferable, revocable (for cause
|
||||
pursuant to this Agreement) right and license, valid for the Term, to
|
||||
|
||||
(i) distribute, by itself or through its Contractors, Redistributables as
|
||||
installed, incorporated or integrated into Applications for execution on the
|
||||
Deployment Platforms, and
|
||||
|
||||
(ii) grant sublicenses to Redistributables, as distributed hereunder, for
|
||||
Customers solely for Customer's internal use and to the extent necessary in
|
||||
order for the Customers to use the Applications for their respective intended
|
||||
purposes.
|
||||
|
||||
Right to distribute the Redistributables as part of an Application as provided
|
||||
herein is not royalty-bearing but is conditional upon the Licensee having paid
|
||||
the agreed Development Licenses from The Qt Company before distributing any
|
||||
Redistributables to Customers.
|
||||
|
||||
3.3 Distribution of Devices
|
||||
|
||||
Subject to the terms of this Agreement, The Qt Company grants to Licensee a
|
||||
personal, worldwide, non-exclusive, non-transferable, revocable (for cause
|
||||
pursuant to this Agreement) right and license, valid for the Term, to
|
||||
|
||||
(i) distribute, by itself or through one or more tiers of Contractors,
|
||||
Redistributables as installed, incorporated or integrated, or intended to be
|
||||
installed, incorporated or integrated into Devices for execution on the
|
||||
Deployment Platforms, and
|
||||
|
||||
(ii) grant sublicenses to Redistributables, as distributed hereunder, for
|
||||
Customers solely for Customer's internal use and to the extent necessary in
|
||||
order for the Customers to use the Devices for their respective intended
|
||||
purposes.
|
||||
|
||||
Right to distribute the Redistributables with Devices as provided herein is
|
||||
conditional upon the Licensee having purchased and paid the appropriate amount
|
||||
of Development and Distribution Licenses from The Qt Company before
|
||||
distributing any Redistributables to Customers.
|
||||
|
||||
3.4 Further Requirements
|
||||
|
||||
The licenses granted above in this Section 3 by The Qt Company to Licensee are
|
||||
conditional and subject to Licensee's compliance with the following terms:
|
||||
|
||||
(i) Licensee shall not remove or alter any copyright, trademark or other
|
||||
proprietary rights notice contained in any portion of the Licensed Software;
|
||||
|
||||
(ii) Applications must add primary and substantial functionality to the
|
||||
Licensed Software;
|
||||
|
||||
(iii) Applications may not pass on functionality which in any way makes it
|
||||
possible for others to create software with the Licensed Software; provided
|
||||
however that Licensee may use the Licensed Software's scripting and QML ("Qt
|
||||
Quick") functionality solely in order to enable scripting, themes and styles
|
||||
that augment the functionality and appearance of the Application(s) without
|
||||
adding primary and substantial functionality to the Application(s);
|
||||
|
||||
(iv) Applications must not compete with the Licensed Software;
|
||||
|
||||
(v) Licensee shall not use The Qt Company's or any of its suppliers' names,
|
||||
logos, or trademarks to market Applications, except that Licensee may use
|
||||
"Built with Qt" logo to indicate that Application(s) was developed using the
|
||||
Licensed Software;
|
||||
|
||||
(vi) Licensee shall not distribute, sublicense or disclose source code of
|
||||
Licensed Software to any third party (provided however that Licensee may
|
||||
appoint employee(s) of Contractors as Designated Users to use Licensed
|
||||
Software pursuant to this Agreement). Such right may be available for the
|
||||
Licensee subject to a separate software development kit ("SDK") license
|
||||
agreement to be concluded with The Qt Company;
|
||||
|
||||
(vii) Licensee shall not grant the Customers a right to (i) make copies of the
|
||||
Redistributables except when and to the extent required to use the Applications
|
||||
and/or Devices for their intended purpose, (ii) modify the Redistributables or
|
||||
create derivative works thereof, (iii) decompile, disassemble or otherwise
|
||||
reverse engineer Redistributables, or (iv) redistribute any copy or portion of
|
||||
the Redistributables to any third party, except as part of the onward sale of
|
||||
the Device on which the Redistributables are installed;
|
||||
|
||||
(viii) Licensee shall not and shall cause that its Affiliates or Contractors
|
||||
shall not a) in any way combine, incorporate or integrate Licensed Software
|
||||
with, or use Licensed Software for creation of, any software created with or
|
||||
incorporating Open Source Qt, or b) incorporate or integrate Applications
|
||||
into a hardware device or product other than a Device, unless Licensee has
|
||||
received an advance written permission from The Qt Company to do so. Absent
|
||||
such written permission, any and all distribution by the Licensee during the
|
||||
Term of a hardware device or product a) which incorporate or integrate any
|
||||
part of Licensed Software or Open Source Qt; or b) where the main user
|
||||
interface or substantial functionality is provided by software build with
|
||||
Licensed Software or Open Source Qt or otherwise depends on the Licensed
|
||||
Software or Open Source Qt, shall be considered as a Device distribution under
|
||||
this Agreement and dependent on compliance thereof (including but not limited
|
||||
to obligation to pay applicable License Fees for such distribution);
|
||||
|
||||
(ix) Licensee shall cause all of its Affiliates and Contractors entitled to
|
||||
make use of the licenses granted under this Agreement, to be contractually
|
||||
bound to comply with the relevant terms of this Agreement and not to use the
|
||||
Licensed Software beyond the terms hereof and for any purposes other than
|
||||
operating within the scope of their services for Licensee. Licensee shall be
|
||||
responsible for any and all actions and omissions of its Affiliates and
|
||||
Contractors relating to the Licensed Software and use thereof (including but
|
||||
not limited to payment of all applicable License Fees);
|
||||
|
||||
(x) Except when and to the extent explicitly provided in this Section 3,
|
||||
Licensee shall not transfer, publish, disclose, display or otherwise make
|
||||
available the Licensed Software;
|
||||
|
||||
; and
|
||||
|
||||
(xi) Licensee shall not attempt or enlist a third party to conduct or attempt
|
||||
to conduct any of the above.
|
||||
|
||||
Above terms shall not be applicable if and to the extent they conflict with any
|
||||
mandatory provisions of any applicable laws.
|
||||
|
||||
Any use of Licensed Software beyond the provisions of this Agreement is
|
||||
strictly prohibited and requires an additional license from The Qt Company.
|
||||
|
||||
4. THIRD PARTY SOFTWARE
|
||||
|
||||
The Licensed Software may provide links to third party libraries or code
|
||||
(collectively "Third Party Software") to implement various functions. Third
|
||||
Party Software does not comprise part of the Licensed Software. In some cases,
|
||||
access to Third Party Software may be included in the Licensed Software. Such
|
||||
Third Party Software will be listed in the ".../src/3rdparty" source tree
|
||||
delivered with the Licensed Software or documented in the Licensed Software, as
|
||||
such may be amended from time to time. Licensee acknowledges that use or
|
||||
distribution of Third Party Software is in all respects subject to applicable
|
||||
license terms of applicable third party right holders.
|
||||
|
||||
5. PRE-RELEASE CODE
|
||||
|
||||
The Licensed Software may contain pre-release code and functionality marked or
|
||||
otherwise stated as "Technology Preview", "Alpha", "Beta" or similar
|
||||
designation. Such pre-release code may be present in order to provide
|
||||
experimental support for new platforms or preliminary versions of one or more
|
||||
new functionalities. The pre-release code may not be at the level of
|
||||
performance and compatibility of a final, generally available, product
|
||||
offering of the Licensed Software. The pre-release parts of the Licensed
|
||||
Software may not operate correctly, may contain errors and may be substantially
|
||||
modified by The Qt Company prior to the first commercial product release, if
|
||||
any. The Qt Company is under no obligation to make pre-release code
|
||||
commercially available, or provide any Support or Updates relating thereto. The
|
||||
Qt Company assumes no liability whatsoever regarding any pre-release code, but
|
||||
any use thereof is exclusively at Licensee's own risk and expense.
|
||||
|
||||
6. LIMITED WARRANTY AND WARRANTY DISCLAIMER
|
||||
|
||||
The Qt Company hereby represents and warrants that it has the power and
|
||||
authority to grant the rights and licenses granted to Licensee under this
|
||||
Agreement.
|
||||
|
||||
Except as set forth above, the Licensed Software is licensed to Licensee
|
||||
"as is" and Licensee's exclusive remedy and The Qt Company's entire liability
|
||||
for errors in the Licensed Software shall be limited, at The Qt Company's
|
||||
option, to correction of the error, replacement of the Licensed Software or
|
||||
return of the applicable fees paid for the defective Licensed Software for the
|
||||
time period during which the License is not able to utilize the Licensed
|
||||
Software under the terms of this Agreement.
|
||||
|
||||
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE QT COMPANY ON BEHALF OF
|
||||
ITSELF AND ITS LICENSORS, SUPPLIERS AND AFFILIATES, DISCLAIMS ALL OTHER
|
||||
WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, ANY IMPLIED
|
||||
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-
|
||||
INFRINGEMENT WITH REGARD TO THE LICENSED SOFTWARE. THE QT COMPANY DOES NOT
|
||||
WARRANT THAT THE LICENSED SOFTWARE WILL SATISFY LICENSEE'S REQUIREMENTS OR THAT
|
||||
IT WILL OPERATE WITHOUT DEFECT OR ERROR OR THAT THE OPERATION THEREOF WILL BE
|
||||
UNINTERRUPTED. ALL USE OF AND RELIANCE ON THE LICENSED SOFTWARE IS AT THE SOLE
|
||||
RISK OF AND RESPONSIBILITY OF LICENSEE.
|
||||
|
||||
7. INDEMNIFICATION AND LIMITATION OF LIABILITY
|
||||
|
||||
7.1 Limitation of Liability
|
||||
|
||||
EXCEPT FOR (I) CASES OF GROSS NEGLIGENCE OR INTENTIONAL MISCONDUCT, AND (II)
|
||||
BREACH OF CONFIDENTIALITY, AND TO THE EXTENT PERMITTED BY APPLICABLE LAW, IN NO
|
||||
EVENT SHALL EITHER PARTY BE LIABLE TO THE OTHER PARTY FOR ANY LOSS OF PROFIT,
|
||||
LOSS OF DATA, LOSS OF BUSINESS OR GOODWILL OR ANY OTHER INDIRECT, SPECIAL,
|
||||
CONSEQUENTIAL, INCIDENTAL OR PUNITIVE COST, DAMAGES OR EXPENSE OF ANY KIND,
|
||||
HOWSOEVER ARISING UNDER OR IN CONNECTION WITH THIS AGREEMENT. PARTIES
|
||||
SPECIFICALLY AGREE THAT LICENSEE'S OBLIGATION TO PAY LICENSE AND OTHER FEES
|
||||
CORRESPONDING TO ACTUAL USAGE OF LICENSED SOFTWARE HEREUNDER SHALL BE
|
||||
CONSIDERED AS A DIRECT DAMAGE.
|
||||
|
||||
EXCEPT FOR (I) CASES OF GROSS NEGLIGENCE OR INTENTIONAL MISCONDUCT, AND (II)
|
||||
BREACH OF CONFIDENTIALITY, AND TO THE EXTENT PERMITTED BY APPLICABLE LAW, IN
|
||||
NO EVENT SHALL EITHER PARTY'S TOTAL AGGREGATE LIABILITY UNDER THIS AGREEMENT
|
||||
EXCEED THE AGGREGATE LICENSE FEES PAID OR PAYABLE TO THE QT COMPANY FROM
|
||||
LICENSEE DURING THE PERIOD OF TWELVE (12) MONTHS IMMEDIATELY PRECEDING THE
|
||||
EVENT RESULTING IN SUCH LIABILITY.
|
||||
|
||||
THE PROVISIONS OF THIS SECTION 7 ALLOCATE THE RISKS UNDER THIS AGREEMENT
|
||||
BETWEEN THE QT COMPANY AND LICENSEE AND THE PARTIES HAVE RELIED UPON THE
|
||||
LIMITATIONS SET FORTH HEREIN IN DETERMINING WHETHER TO ENTER INTO THIS AGREEMENT.
|
||||
|
||||
7.2 Licensee's Indemnification
|
||||
|
||||
Licensee shall indemnify and hold harmless The Qt Company from and against any
|
||||
claim, injury, judgment, settlement, loss or expense, including attorneys' fees
|
||||
related to: (a) Licensee's misrepresentation in connection with The Qt Company
|
||||
or the Licensed Software or breach of this Agreement, (b) the Application or
|
||||
Device (except where such cause of liability is solely attributable to the
|
||||
Licensed Software).
|
||||
|
||||
8. SUPPORT, UPDATES AND ONLINE SERVICES
|
||||
|
||||
Upon due payment of the agreed License Fees the Licensee will be eligible to
|
||||
receive Support and Updates and to use the Online Services during the License
|
||||
Term, provided, however, that in the event the License Term is longer than 36
|
||||
months, Support is provided only for the first 12 months, unless the Parties
|
||||
specifically otherwise agree.
|
||||
|
||||
Unless otherwise decided by The Company at its free and absolute discretion,
|
||||
Upgrades will not be included in the Support but may be available subject to
|
||||
additional fees.
|
||||
|
||||
From time to time The Qt Company may change the Support terms, provided that
|
||||
during the respective ongoing License Term the level of Support provided by The
|
||||
Qt Company may not be reduced without the consent of the Licensee.
|
||||
|
||||
Unless otherwise agreed, The Qt Company shall not be responsible for providing
|
||||
any service or support to Customers.
|
||||
|
||||
9. CONFIDENTIALITY
|
||||
|
||||
Each Party acknowledges that during the Term of this Agreement each Party may
|
||||
receive information about the other Party's business, business methods,
|
||||
business plans, customers, business relations, technology, and other
|
||||
information, including the terms of this Agreement, that is confidential and
|
||||
of great value to the other Party, and the value of which would be
|
||||
significantly reduced if disclosed to third parties ("Confidential
|
||||
Information"). Accordingly, when a Party (the "Receiving Party") receives
|
||||
Confidential Information from the other Party (the "Disclosing Party"), the
|
||||
Receiving Party shall only disclose such information to employees and
|
||||
Contractors on a need to know basis, and shall cause its employees and
|
||||
employees of its Affiliates to: (i) maintain any and all Confidential
|
||||
Information in confidence; (ii) not disclose the Confidential Information to a
|
||||
third party without the Disclosing Party's prior written approval; and (iii)
|
||||
not, directly or indirectly, use the Confidential Information for any purpose
|
||||
other than for exercising its rights and fulfilling its responsibilities
|
||||
pursuant to this Agreement. Each Party shall take reasonable measures to
|
||||
protect the Confidential Information of the other Party, which measures shall
|
||||
not be less than the measures taken by such Party to protect its own
|
||||
confidential and proprietary information.
|
||||
|
||||
Obligation of confidentiality shall not apply to information that (i) is or
|
||||
becomes generally known to the public through no act or omission of the
|
||||
Receiving Party; (ii) was in the Receiving Party's lawful possession prior to
|
||||
the disclosure hereunder and was not subject to limitations on disclosure or
|
||||
use; (iii) is developed independently by employees or Contractors of the
|
||||
Receiving Party or other persons working for the Receiving Party who have not
|
||||
had access to the Confidential Information of the Disclosing Party, as proven
|
||||
by the written records of the Receiving Party; (iv) is lawfully disclosed to
|
||||
the Receiving Party without restrictions, by a third party not under an
|
||||
obligation of confidentiality; or (v) the Receiving Party is legally compelled
|
||||
to disclose, in which case the Receiving Party shall notify the Disclosing
|
||||
Party of such compelled disclosure and assert the privileged and confidential
|
||||
nature of the information and cooperate fully with the Disclosing Party to
|
||||
limit the scope of disclosure and the dissemination of disclosed Confidential
|
||||
Information to the minimum extent necessary.
|
||||
|
||||
The obligations under this Section 9 shall continue to remain in force for a
|
||||
period of five (5) years after the last disclosure, and, with respect to trade
|
||||
secrets, for so long as such trade secrets are protected under applicable trade
|
||||
secret laws.
|
||||
|
||||
10. FEES, DELIVERY AND PAYMENT
|
||||
|
||||
10.1 License Fees
|
||||
|
||||
License Fees are described in The Qt Company's standard price list, quote or
|
||||
Purchase Order confirmation or in an appendix hereto, as the case may be.
|
||||
|
||||
The License Fees shall not be refunded or claimed as a credit in any event or
|
||||
for any reason whatsoever.
|
||||
|
||||
10.2 Ordering Licenses
|
||||
|
||||
Licensee may purchase Development Licenses and Distribution Licenses pursuant
|
||||
to agreed pricing terms or, if no specific pricing terms have been agreed upon,
|
||||
at The Qt Company's standard pricing terms applicable at the time of purchase.
|
||||
|
||||
Licensee shall submit all purchase orders for Development Licenses and
|
||||
Distribution Licenses to The Qt Company by email or any other method acceptable
|
||||
to The Qt Company (each such order is referred to herein as a "Purchase Order")
|
||||
for confirmation, whereupon the Purchase Order shall become binding between the
|
||||
Parties.
|
||||
|
||||
10.3 Distribution License Packs
|
||||
|
||||
Unless otherwise agreed, Distribution Licenses shall be purchased by way of
|
||||
Distribution License Packs.
|
||||
|
||||
Upon due payment of the ordered Distribution License Pack(s), the Licensee will
|
||||
have an account of Distribution Licenses available for installing, bundling or
|
||||
integrating (all jointly "installing") the Redistributables with the Devices or
|
||||
for otherwise distributing the Redistributables in accordance with this
|
||||
Agreement.
|
||||
|
||||
Each time Licensee "installs" or distributes a copy of Redistributables, then
|
||||
one Distribution License is used, and Licensee's account of available
|
||||
Distribution Licenses is decreased accordingly.
|
||||
|
||||
Licensee may "install" copies of the Redistributables so long as Licensee has
|
||||
Distribution Licenses remaining on its account.
|
||||
|
||||
Redistributables will be deemed to have been "installed" into a Device when one
|
||||
of the following circumstances shall have occurred: a) the Redistributables
|
||||
have been loaded onto the Device and used outside of the Licensee's premises or
|
||||
b) the Device has been fully tested and placed into Licensee's inventory
|
||||
(or sold) for the first time (i.e., Licensee will not be required to use
|
||||
(or pay for) more than one Distribution License for each individual Device,
|
||||
e.g. in a situation where a Device is returned to Licensee's inventory after
|
||||
delivery to a distributor or sale to a Customer). In addition, if Licensee
|
||||
includes a back-up copy of the Redistributables on a CD-ROM or other storage
|
||||
medium along with the product, that backup copy of the Redistributables will
|
||||
not be deemed to have been "installed" and will not require an additional
|
||||
Distribution License.
|
||||
|
||||
10.4 Payment Terms
|
||||
|
||||
License Fees and any other charges under this Agreement shall be paid by
|
||||
Licensee no later than thirty (30) days from the date of the applicable invoice
|
||||
from The Qt Company.
|
||||
|
||||
The Qt Company will submit an invoice to Licensee after the date of this
|
||||
Agreement and/or after The Qt Company receives a Purchase Order from
|
||||
Licensee.
|
||||
|
||||
A late payment charge of the lower of (a) one percent per month; or (b) the
|
||||
interest rate stipulated by applicable law, shall be charged on any unpaid
|
||||
balances that remain past due.
|
||||
|
||||
The Qt Company shall have the right to suspend, terminate or withhold grants
|
||||
of all rights to the Licensed Software hereunder, including but not limited to
|
||||
the Developer License, Distribution License, and Support, should Licensee fail
|
||||
to make payment in timely fashion.
|
||||
|
||||
10.5 Taxes
|
||||
|
||||
All License Fees and other charges payable hereunder are gross amounts but
|
||||
exclusive of any value added tax, use tax, sales tax and other taxes, duties or
|
||||
tariffs ("Taxes"). Such applicable Taxes shall be paid by Licensee, or, where
|
||||
applicable, in lieu of payment of such Taxes, Licensee shall provide an
|
||||
exemption certificate to The Qt Company and any applicable authority.
|
||||
|
||||
11 RECORD-KEEPING AND REPORTING OBLIGATIONS; AUDIT RIGHTS
|
||||
|
||||
11.1 Licensee's Record-keeping
|
||||
|
||||
Licensee shall at all times maintain accurate and up-to-date written records of
|
||||
Licensee's activities related to the use of Licensed Software and distribution
|
||||
of Redistributables. The records shall be adequate to determine Licensee's
|
||||
compliance with the provisions of this Agreement and to demonstrate the number
|
||||
of Designated Users and Redistributables distributed by Licensee. The records
|
||||
shall conform to good accounting practices reasonably acceptable to The Qt
|
||||
Company.
|
||||
|
||||
Licensee shall, within thirty (30) days from receiving The Qt Company's request
|
||||
to that effect, deliver to The Qt Company a report on Licensee's usage of
|
||||
Licensed Software, such report to copies of Redistributables distributed by
|
||||
Licensee during that calendar quarter, and also detailing the number of
|
||||
undistributed copies of Redistributables made by Licensee and remaining in its
|
||||
account contain information, in sufficient detail, on (i) amount of users
|
||||
working with Licensed Software, (ii) copies of Redistributables distributed by
|
||||
Licensee during that calendar quarter, (iii) number of undistributed copies of
|
||||
Redistributables and corresponding number of unused Distribution Licenses
|
||||
remaining on Licensee's account, and (iv) any other information as The Qt
|
||||
Company may reasonably require from time to time.
|
||||
|
||||
11.2. The Qt Company's Audit Rights
|
||||
|
||||
The Qt Company or an independent auditor acting on behalf of The Qt Company's,
|
||||
may, upon at least five (5) business days' prior written notice and at its
|
||||
expense, audit Licensee with respect to the use of the Redistributables, but
|
||||
not more frequently than once during each 6-month period. Such audit may be
|
||||
conducted by mail, electronic means or through an in-person visit to Licensee's
|
||||
place of business. Any such in-person audit shall be conducted during regular
|
||||
business hours at Licensee's facilities and shall not unreasonably interfere
|
||||
with Licensee's business activities. The Qt Company or the independent auditor
|
||||
acting on behalf of The Qt Company shall be entitled to inspect Licensee's
|
||||
Records. All such Licensee's Records and use thereof shall be subject to an
|
||||
obligation of confidentiality under this Agreement.
|
||||
|
||||
If an audit reveals that Licensee is using the Licensed Software beyond scope
|
||||
of the licenses Licensee has paid for, Licensee agrees to immediately pay The
|
||||
Qt Company any amounts owed for such unauthorized use.
|
||||
|
||||
In addition, in the event the audit reveals a material violation of the terms
|
||||
of this Agreement (underpayment of more than 5% of License Fees shall always be
|
||||
deemed a material violation for purposes of this section), then the Licensee
|
||||
shall pay The Qt Company's reasonable cost of conducting such audit.
|
||||
|
||||
12 TERM AND TERMINATION
|
||||
|
||||
12.1 Term
|
||||
|
||||
This Agreement shall enter into force upon due acceptance by both Parties and
|
||||
remain in force for as long as there is any Development License(s) in force
|
||||
("Term"), unless and until terminated pursuant to the terms of this Section 12.
|
||||
|
||||
12.2 Termination by The Qt Company
|
||||
|
||||
The Qt Company shall have the right to terminate this Agreement upon thirty
|
||||
(30) days prior written notice if the Licensee is in material breach of any
|
||||
obligation of this Agreement and fails to remedy such breach within such notice
|
||||
period.
|
||||
|
||||
12.3 Mutual Right to Terminate
|
||||
|
||||
Either Party shall have the right to terminate this Agreement immediately upon
|
||||
written notice in the event that the other Party becomes insolvent, files for
|
||||
any form of bankruptcy, makes any assignment for the benefit of creditors, has
|
||||
a receiver, administrative receiver or officer appointed over the whole or a
|
||||
substantial part of its assets, ceases to conduct business, or an act
|
||||
equivalent to any of the above occurs under the laws of the jurisdiction of the
|
||||
other Party.
|
||||
|
||||
12.4 Parties' Rights and Duties upon Termination
|
||||
|
||||
Upon expiry or termination of the Agreement Licensee shall cease and shall
|
||||
cause all Designated Users (including those of its Affiliates' and
|
||||
Contractors') to cease using the Licensed Software and distribution of the
|
||||
Redistributables under this Agreement.
|
||||
|
||||
Notwithstanding the above, in the event the Agreement expires or is terminated:
|
||||
|
||||
(i) as a result of The Qt Company choosing not to renew the Development
|
||||
License(s) as set forth in Section 3.1, then all valid licenses possessed by
|
||||
the Licensee at such date shall be extended to be valid in perpetuity under the
|
||||
terms of this Agreement and Licensee is entitled to purchase additional
|
||||
licenses as set forth in Section 10.2; or
|
||||
|
||||
(ii) for reason other than by The Qt Company pursuant to item (i) above or
|
||||
pursuant to Section 12.2, then the Licensee is entitled, for a period of six
|
||||
(6) months after the effective date of termination, to continue distribution of
|
||||
Devices under the Distribution Licenses paid but unused at such effective date
|
||||
of termination.
|
||||
|
||||
Upon any such termination the Licensee shall destroy or return to The Qt
|
||||
Company all copies of the Licensed Software and all related materials and will
|
||||
certify the same to The Qt Company upon its request, provided however that
|
||||
Licensee may retain and exploit such copies of the Licensed Software as it may
|
||||
reasonably require in providing continued support to Customers.
|
||||
|
||||
Expiry or termination of this Agreement for any reason whatsoever shall not
|
||||
relieve Licensee of its obligation to pay any License Fees accrued or payable
|
||||
to The Qt Company prior to the effective date of termination, and Licensee
|
||||
shall immediately pay to The Qt Company all such fees upon the effective date
|
||||
of termination. Termination of this Agreement shall not affect any rights of
|
||||
Customers to continue use of Applications and Devices (and therein incorporated
|
||||
Redistributables).
|
||||
|
||||
12.5 Extension in case of bankruptcy
|
||||
|
||||
In the event The Qt Company is declared bankrupt under a final, non-cancellable
|
||||
decision by relevant court of law, and this Agreement is not, at the date of
|
||||
expiry of the Development License(s) pursuant to Section 3.1, assigned to
|
||||
party, who has assumed The Qt Company's position as a legitimate licensor of
|
||||
Licensed Software under this Agreement, then all valid licenses possessed by
|
||||
the Licensee at such date of expiry, and which the Licensee has not notified
|
||||
for expiry, shall be extended to be valid in perpetuity under the terms of
|
||||
this Agreement.
|
||||
|
||||
13. GOVERNING LAW AND LEGAL VENUE
|
||||
|
||||
In the event this Agreement is in the name of The Qt Company Inc., a Delaware
|
||||
Corporation, then:
|
||||
|
||||
(i) this Agreement shall be construed and interpreted in accordance with the
|
||||
laws of the State of California, USA, excluding its choice of law provisions;
|
||||
|
||||
(ii) the United Nations Convention on Contracts for the International Sale of
|
||||
Goods will not apply to this Agreement; and
|
||||
|
||||
(iii) any dispute, claim or controversy arising out of or relating to this
|
||||
Agreement or the breach, termination, enforcement, interpretation or validity
|
||||
thereof, including the determination of the scope or applicability of this
|
||||
Agreement to arbitrate, shall be determined by arbitration in San Francisco,
|
||||
USA, before one arbitrator. The arbitration shall be administered by JAMS
|
||||
pursuant to JAMS' Streamlined Arbitration Rules and Procedures. Judgment on the
|
||||
Award may be entered in any court having jurisdiction. This Section shall not
|
||||
preclude parties from seeking provisional remedies in aid of arbitration from a
|
||||
court of appropriate jurisdiction.
|
||||
|
||||
In the event this Agreement is in the name of The Qt Company Ltd., a Finnish
|
||||
Company, then:
|
||||
|
||||
(i) this Agreement shall be construed and interpreted in accordance with the
|
||||
laws of Finland, excluding its choice of law provisions;
|
||||
|
||||
(ii) the United Nations Convention on Contracts for the International Sale of
|
||||
Goods will not apply to this Agreement; and
|
||||
|
||||
(iii) any disputes, controversy or claim arising out of or relating to this
|
||||
Agreement, or the breach, termination or validity thereof shall be shall be
|
||||
finally settled by arbitration in accordance with the Arbitration Rules of
|
||||
Finland Chamber of Commerce. The arbitration tribunal shall consist of one (1),
|
||||
or if either Party so requires, of three (3), arbitrators. The award shall be
|
||||
final and binding and enforceable in any court of competent jurisdiction. The
|
||||
arbitration shall be held in Helsinki, Finland and the process shall be
|
||||
conducted in the English language. This Section shall not preclude parties from
|
||||
seeking provisional remedies in aid of arbitration from a court of appropriate
|
||||
jurisdiction.
|
||||
|
||||
14. GENERAL PROVISIONS
|
||||
|
||||
14.1 No Assignment
|
||||
|
||||
Except in the case of a merger or sale of substantially all of its corporate
|
||||
assets, Licensee shall not be entitled to assign or transfer all or any of its
|
||||
rights, benefits and obligations under this Agreement without the prior written
|
||||
consent of The Qt Company, which shall not be unreasonably withheld or delayed.
|
||||
The Qt Company shall be entitled to freely assign or transfer any of its
|
||||
rights, benefits or obligations under this Agreement.
|
||||
|
||||
14.2 No Third Party Representations
|
||||
|
||||
Licensee shall make no representations or warranties concerning the Licensed
|
||||
Software on behalf of The Qt Company. Any representation or warranty Licensee
|
||||
makes or purports to make on The Qt Company's behalf shall be void as to The
|
||||
Qt Company.
|
||||
|
||||
14.3 Surviving Sections
|
||||
|
||||
Any terms and conditions that by their nature or otherwise reasonably should
|
||||
survive termination of this Agreement shall so be deemed to survive.
|
||||
|
||||
14.4 Entire Agreement
|
||||
|
||||
This Agreement, the exhibits hereto, the License Certificate and any applicable
|
||||
Purchase Order constitute the complete agreement between the Parties and
|
||||
supersedes all prior or contemporaneous discussions, representations, and
|
||||
proposals, written or oral, with respect to the subject matters discussed
|
||||
herein.
|
||||
|
||||
In the event of any conflict or inconsistency between this Agreement and any
|
||||
Purchase Order, the terms of this Agreement will prevail over the terms of the
|
||||
Purchase Order with respect to such conflict or inconsistency.
|
||||
|
||||
Parties specifically acknowledge and agree that this Agreement prevails over
|
||||
any click-to-accept or similar agreements the Designated Users may need to
|
||||
accept online upon download of the Licensed Software, as may be required by
|
||||
The Qt Company's applicable processes relating to Licensed Software.
|
||||
|
||||
14.5 Modifications
|
||||
|
||||
No modification of this Agreement shall be effective unless contained in a
|
||||
writing executed by an authorized representative of each Party. No term or
|
||||
condition contained in Licensee's Purchase Order shall apply unless expressly
|
||||
accepted by The Qt Company in writing.
|
||||
|
||||
14.6 Force Majeure
|
||||
|
||||
Except for the payment obligations hereunder, neither Party shall be liable to
|
||||
the other for any delay or non-performance of its obligations hereunder in the
|
||||
event and to the extent that such delay or non-performance is due to an event
|
||||
of act of God, terrorist attack or other similar unforeseeable catastrophic
|
||||
event that prevents either Party for fulfilling its obligations under this
|
||||
Agreement and which such Party cannot avoid or circumvent ("Force Majeure
|
||||
Event"). If the Force Majeure Event results in a delay or non-performance of a
|
||||
Party for a period of three (3) months or longer, then either Party shall have
|
||||
the right to terminate this Agreement with immediate effect without any
|
||||
liability (except for the obligations of payment arising prior to the event of
|
||||
Force Majeure) towards the other Party.
|
||||
|
||||
14.7 Notices
|
||||
|
||||
Any notice given by one Party to the other shall be deemed properly given and
|
||||
deemed received if specifically acknowledged by the receiving Party in writing
|
||||
or when successfully delivered to the recipient by hand, fax, or special
|
||||
courier during normal business hours on a business day to the addresses
|
||||
specified for each Party on the signature page. Each communication and document
|
||||
made or delivered by one Party to the other Party pursuant to this Agreement
|
||||
shall be in the English language.
|
||||
|
||||
14.8 Export Control
|
||||
|
||||
Licensee acknowledges that the Redistributables may be subject to export
|
||||
control restrictions under the applicable laws of respective countries.
|
||||
Licensee shall fully comply with all applicable export license restrictions
|
||||
and requirements as well as with all laws and regulations relating to the
|
||||
Redistributables and exercise of licenses hereunder and shall procure all
|
||||
necessary governmental authorizations, including without limitation, all
|
||||
necessary licenses, approvals, permissions or consents, where necessary for the
|
||||
re-exportation of the Redistributables, Applications and/or Devices.
|
||||
|
||||
14.9 No Implied License
|
||||
|
||||
There are no implied licenses or other implied rights granted under this
|
||||
Agreement, and all rights, save for those expressly granted hereunder, shall
|
||||
remain with The Qt Company and its licensors. In addition, no licenses or
|
||||
immunities are granted to the combination of the Licensed Software with any
|
||||
other software or hardware not delivered by The Qt Company under this Agreement.
|
||||
|
||||
14.10 Attorney Fees
|
||||
|
||||
The prevailing Party in any action to enforce this Agreement shall be entitled
|
||||
to recover its attorney's fees and costs in connection with such action.
|
||||
|
||||
14.11 Severability
|
||||
|
||||
If any provision of this Agreement shall be adjudged by any court of competent
|
||||
jurisdiction to be unenforceable or invalid, that provision shall be limited or
|
||||
eliminated to the minimum extent necessary so that this Agreement shall
|
||||
otherwise remain in full force and effect and enforceable.
|
||||
|
||||
|
||||
IN WITNESS WHEREOF, the Parties hereto, intending to be legally bound hereby,
|
||||
have caused this Agreement to be executed by Licensee's authorized
|
||||
representative installing the Licensed Software and accepting the terms
|
||||
hereof in connection therewith.
|
||||
|
||||
|
||||
Appendix 1
|
||||
|
||||
1. Parts of the Licensed Software that are permitted for distribution in
|
||||
object code form only ("Redistributables") under this Agreement:
|
||||
|
||||
- The Licensed Software's Qt Essentials and Qt Add-on libraries
|
||||
- The Licensed Software's configuration tool ("qtconfig")
|
||||
- The Licensed Software's help tool ("Qt Assistant")
|
||||
- The Licensed Software's internationalization tools ("Qt Linguist", "lupdate",
|
||||
"lrelease")
|
||||
- The Licensed Software's QML ("Qt Quick") launcher tool ("qmlscene" or
|
||||
"qmlviewer")
|
||||
- The Licensed Software's installer framework
|
||||
|
||||
2. Parts of the Licensed Software that are not permitted for distribution
|
||||
include, but are not limited to:
|
||||
|
||||
- The Licensed Software's source code and header files
|
||||
- The Licensed Software's documentation
|
||||
- The Licensed Software's documentation generation tool ("qdoc")
|
||||
- The Licensed Software's tool for writing makefiles ("qmake")
|
||||
- The Licensed Software's Meta Object Compiler ("moc")
|
||||
- The Licensed Software's User Interface Compiler ("uic")
|
||||
- The Licensed Software's Resource Compiler ("rcc")
|
||||
- The Licensed Software's parts of the IDE tool ("Qt Creator")
|
||||
- The Licensed Software's parts of the Design tools ("Qt 3D Studio" or
|
||||
"Qt Quick Designer")
|
||||
- The Licensed Software's Emulator
|
||||
@@ -42,7 +42,7 @@ BraceWrapping:
|
||||
AfterFunction: true
|
||||
AfterNamespace: false
|
||||
AfterObjCDeclaration: false
|
||||
AfterStruct: true
|
||||
AfterStruct: false
|
||||
AfterUnion: false
|
||||
BeforeCatch: false
|
||||
BeforeElse: false
|
||||
|
||||
@@ -1,12 +1,53 @@
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Compiler: 'MSVC2015'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -developer-build -release -angle -qtnamespace TestNamespace -qtlibinfix TestInfix -nomake tests -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -plugin-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64%'
|
||||
-
|
||||
Template: 'qtci-windows-7-x86-3'
|
||||
Compiler: 'Mingw73'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -developer-build -release -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -plugin-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -platform win32-g++'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-14'
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Target arch: 'x86'
|
||||
Compiler: 'MSVC2017'
|
||||
Features: ['Packaging']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86%'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Compiler: 'MSVC2015'
|
||||
Features: ['Packaging']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64%'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Target os: 'WinRT_10'
|
||||
Target arch: 'x86'
|
||||
Compiler: 'MSVC2015'
|
||||
Features: ['DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -nomake examples -no-sql-mysql -platform win32-msvc2015 -xplatform winrt-x86-msvc2015'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Target os: 'WinRT_10'
|
||||
Target arch: 'armv7'
|
||||
Compiler: 'MSVC2015'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -nomake examples -no-sql-mysql -platform win32-msvc2015 -xplatform winrt-arm-msvc2015'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Compiler: 'MSVC2017'
|
||||
Features: ['Packaging']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -debug-and-release -release -force-debug-info -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64%'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Target os: 'Android_ANY'
|
||||
Target arch: 'x86'
|
||||
Compiler: 'Mingw73'
|
||||
Target compiler: 'Clang'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -opengl es2 -sysconfdir /etc/xdg -openssl -I c:\utils\openssl-android-master\include -xplatform android-clang -android-sdk C:\Utils\Android -android-ndk c:\Utils\Android\android-ndk-r19c -android-arch x86'
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-16.04-x86_64-2'
|
||||
Compiler: 'GCC'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -R . -qtlibinfix TestInfix -qtnamespace TestNamespace -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Compiler: 'GCC'
|
||||
@@ -17,26 +58,60 @@
|
||||
Features: ['OutOfSourceBuild', 'Documentation']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -R . -qtlibinfix TestInfix -qtnamespace TestNamespace -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
|
||||
-
|
||||
Template: 'qtci-linux-openSUSE-15.0-x86_64'
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Compiler: 'GCC'
|
||||
Features: ['DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -no-gui -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Compiler: 'GCC'
|
||||
Features: ['DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -no-opengl -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
|
||||
|
||||
-
|
||||
Template: 'qtci-linux-openSUSE-42.3-x86_64'
|
||||
Compiler: 'GCC'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -nomake examples -no-pch -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
|
||||
-
|
||||
Template: 'qtci-linux-openSUSE-42.3-x86_64'
|
||||
Compiler: 'ICC_18'
|
||||
Features: ['DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -nomake examples -no-pch -system-sqlite -R . -platform linux-icc-64 -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
|
||||
-
|
||||
Template: 'qtci-linux-openSUSE-15.0-x86_64'
|
||||
Template: 'qtci-linux-openSUSE-42.3-x86_64'
|
||||
Target os: 'WebAssembly'
|
||||
Compiler: 'GCC'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -release -static -nomake tests -nomake examples -no-sql-mysql -no-pch -no-dbus -no-headersclean -no-ssl -no-warnings-are-errors -no-feature-thread -xplatform wasm-emscripten'
|
||||
-
|
||||
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
||||
Template: 'qtci-linux-SLES-12-x86_64'
|
||||
Compiler: 'GCC'
|
||||
Features: ['DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -no-sql-mysql -no-pch -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
|
||||
-
|
||||
Template: 'qtci-linux-SLES-15-x86_64'
|
||||
Compiler: 'GCC'
|
||||
Features: ['DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -no-sql-mysql -no-pch -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
|
||||
-
|
||||
Template: 'qtci-linux-RHEL-7.4-x86_64'
|
||||
Compiler: 'GCC'
|
||||
Features: ['Packaging']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-libudev -no-use-gold-linker -force-debug-info -separate-debug-info -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -qt-libjpeg -qt-libpng -xcb -sysconfdir /etc/xdg -qt-pcre -qt-harfbuzz -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-libudev -no-use-gold-linker -force-debug-info -separate-debug-info -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -qt-libjpeg -qt-libpng -qt-xcb -sysconfdir /etc/xdg -qt-pcre -qt-harfbuzz -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib QMAKE_LFLAGS_APP+=-s'
|
||||
-
|
||||
Template: 'qtci-macos-10.13-x86_64-2'
|
||||
Compiler: 'Clang'
|
||||
Features: ['Packaging']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -release -nomake tests -nomake examples -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -xplatform macx-clang -separate-debug-info -sdk macosx -device-option QMAKE_APPLE_DEVICE_ARCHS=x86_64 -sysconfdir /Library/Preferences/Qt -I/usr/local/opt/openssl/include'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -release -separate-debug-info -nomake tests -nomake examples -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -sysconfdir /Library/Preferences/Qt -I/usr/local/opt/openssl/include'
|
||||
-
|
||||
Template: 'qtci-macos-10.14-x86_64'
|
||||
Compiler: 'Clang'
|
||||
Features: ['DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -release -separate-debug-info -nomake tests -no-sql-mysql -plugin-sql-psql -plugin-sql-sqlite -sysconfdir /Library/Preferences/Qt -I/usr/local/opt/openssl/include'
|
||||
-
|
||||
Template: 'qtci-macos-10.12-x86_64-9'
|
||||
Compiler: 'Clang'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -developer-build -release -no-pch -no-framework -qtnamespace TestNamespace -nomake tests -nomake examples -I/usr/local/opt/openssl/include'
|
||||
-
|
||||
Template: 'qtci-macos-10.13-x86_64-2'
|
||||
Target os: 'IOS_ANY'
|
||||
@@ -59,21 +134,21 @@
|
||||
Features: ['DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -debug-and-release -nomake tests -nomake examples -no-sql-mysql -no-sql-psql -plugin-sql-sqlite -xplatform macx-watchos-clang'
|
||||
-
|
||||
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
||||
Template: 'qtci-macos-10.13-x86_64-2'
|
||||
Target os: 'Android_ANY'
|
||||
Target arch: 'armv7'
|
||||
Target arch: 'x86'
|
||||
Compiler: 'Clang'
|
||||
Target compiler: 'Clang'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-qpa-platform-guard -no-use-gold-linker -sysconfdir /etc/xdg -opengl es2 -openssl -I {{.Env.OPENSSL_ANDROID_HOME}}/include -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r20 -android-ndk-host linux-x86_64 -android-arch armeabi-v7a -xplatform android-clang'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I /usr/local/opt/openssl/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r19c -android-ndk-host darwin-x86_64 -android-arch x86'
|
||||
-
|
||||
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
||||
Template: 'qtci-linux-RHEL-7.4-x86_64'
|
||||
Target os: 'Android_ANY'
|
||||
Target arch: 'arm64'
|
||||
Compiler: 'Clang'
|
||||
Target arch: 'x86'
|
||||
Compiler: 'GCC'
|
||||
Target compiler: 'Clang'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-qpa-platform-guard -no-use-gold-linker -sysconfdir /etc/xdg -opengl es2 -openssl -I {{.Env.OPENSSL_ANDROID_HOME}}/include -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r20 -android-ndk-host linux-x86_64 -android-arch arm64-v8a -xplatform android-clang'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-use-gold-linker -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I {{.Env.OPENSSL_ANDROID_HOME}}/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r19c -android-ndk-host linux-x86_64 -android-arch x86'
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Target os: 'QEMU'
|
||||
@@ -91,7 +166,14 @@
|
||||
Compiler: 'GCC'
|
||||
Features: ['TestOnly', 'LicenseCheck']
|
||||
-
|
||||
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
||||
Template: 'qtci-linux-RHEL-7.4-x86_64'
|
||||
Target os: 'INTEGRITY_11_04'
|
||||
Target arch: 'armv7'
|
||||
Compiler: 'GCC'
|
||||
Features: ['DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-use-gold-linker -opengl es2 -xplatform integrity-armv7-imx6'
|
||||
-
|
||||
Template: 'qtci-linux-RHEL-7.4-x86_64'
|
||||
Target os: 'QNX_700'
|
||||
Target arch: 'armv7'
|
||||
Compiler: 'GCC'
|
||||
|
||||
30
coin/platform_configs/installer-framework.yaml
Normal file
30
coin/platform_configs/installer-framework.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
Version: 2
|
||||
Module only: True
|
||||
Configurations:
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Compiler: 'MSVC2015'
|
||||
Target arch: 'x86'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -nomake examples -nomake tests -accessibility -static -no-sql-sqlite -no-icu -mp -openssl-linked OPENSSL_LIBS="-llibssl_static -llibcrypto_static -lUser32 -lWs2_32 -lAdvapi32 -lCrypt32" -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -prefix c:\Users\qt\work\install'
|
||||
Environment variables: ['TARGET_ARCHITECTURE=amd64_x86', 'PATH=%PATH%;%CI_JOM_PATH%;C:\Utils\gnuwin32\bin;']
|
||||
Environment script: ['%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat', 'amd64_x86']
|
||||
-
|
||||
Template: 'qtci-macos-10.13-x86_64-2'
|
||||
Compiler: 'Clang'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -nomake examples -nomake tests -accessibility -static -no-sql-sqlite -qt-zlib -qt-libpng -qt-libjpeg -no-cups -no-freetype -prefix /Users/qt/work/install'
|
||||
-
|
||||
Template: 'qtci-linux-RHEL-7.4-x86_64'
|
||||
Compiler: 'GCC'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -nomake examples -nomake tests -accessibility -static -no-sql-sqlite -qt-zlib -qt-libpng -qt-libjpeg -no-cups -openssl-linked -qt-xcb -no-icu -no-libudev -qt-pcre -no-glib -no-egl -no-sm -qt-harfbuzz -prefix /home/qt/work/install OPENSSL_LIBS="{{.Env.OPENSSL_HOME}}/lib/libssl.a {{.Env.OPENSSL_HOME}}/lib/libcrypto.a -ldl -lpthread" -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/libs'
|
||||
-
|
||||
Template: 'qtci-linux-RHEL-7.4-x86_64'
|
||||
Compiler: 'GCC'
|
||||
Features: ['Documentation', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -nomake tests -qt-zlib -qt-libpng -qt-libjpeg -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Compiler: 'GCC'
|
||||
Features: ['TestOnly', 'LicenseCheck']
|
||||
@@ -1,40 +0,0 @@
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Compiler: 'Yocto'
|
||||
Target arch: 'TARGET1'
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Compiler: 'Yocto'
|
||||
Target arch: 'TARGET2'
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Compiler: 'Yocto'
|
||||
Target arch: 'TARGET3'
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Compiler: 'Yocto'
|
||||
Target arch: 'TARGET4'
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Compiler: 'Yocto'
|
||||
Target arch: 'TARGET5'
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Compiler: 'Yocto'
|
||||
Target arch: 'TARGET6'
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Compiler: 'Yocto'
|
||||
Target arch: 'TARGET7'
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Compiler: 'Yocto'
|
||||
Target arch: 'TARGET8'
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Compiler: 'Yocto'
|
||||
Target arch: 'TARGET9'
|
||||
-
|
||||
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
|
||||
Compiler: 'Yocto'
|
||||
Target arch: 'TARGET10'
|
||||
@@ -1,11 +1,11 @@
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-14'
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Target os: 'WinRT_10'
|
||||
Compiler: 'MSVC2015'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2015 -xplatform winrt-x64-msvc2015'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-14'
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Target os: 'WinRT_10'
|
||||
Target arch: 'x86'
|
||||
Compiler: 'MSVC2017'
|
||||
@@ -15,57 +15,57 @@
|
||||
Template: 'qtci-windows-7-x86-3'
|
||||
Compiler: 'Mingw73'
|
||||
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 -debug-and-release -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -platform win32-g++'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-14'
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Compiler: 'Mingw73'
|
||||
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_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++'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -platform win32-g++'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-14'
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Target os: 'WinRT_10'
|
||||
Target arch: 'armv7'
|
||||
Compiler: 'MSVC2017'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2017 -xplatform winrt-arm-msvc2017'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-14'
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Target os: 'WinRT_10'
|
||||
Compiler: 'MSVC2017'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -force-debug-info -no-sql-mysql -platform win32-msvc2017 -xplatform winrt-x64-msvc2017'
|
||||
-
|
||||
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
||||
Template: 'qtci-linux-RHEL-7.4-x86_64'
|
||||
Target os: 'Android_ANY'
|
||||
Target arch: 'x86'
|
||||
Compiler: 'GCC'
|
||||
Target arch: 'armv7'
|
||||
Compiler: 'Clang'
|
||||
Target compiler: 'Clang'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-use-gold-linker -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I {{.Env.OPENSSL_ANDROID_HOME}}/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r20 -android-ndk-host linux-x86_64 -android-arch x86'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-qpa-platform-guard -no-use-gold-linker -sysconfdir /etc/xdg -opengl es2 -openssl -I {{.Env.OPENSSL_ANDROID_HOME}}/include -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r19c -android-ndk-host linux-x86_64 -android-arch armeabi-v7a -xplatform android-clang'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-14'
|
||||
Template: 'qtci-linux-RHEL-7.4-x86_64'
|
||||
Target os: 'Android_ANY'
|
||||
Target arch: 'arm64'
|
||||
Compiler: 'Clang'
|
||||
Target compiler: 'Clang'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-qpa-platform-guard -no-use-gold-linker -sysconfdir /etc/xdg -opengl es2 -openssl -I {{.Env.OPENSSL_ANDROID_HOME}}/include -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r19c -android-ndk-host linux-x86_64 -android-arch arm64-v8a -xplatform android-clang'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Target os: 'Android_ANY'
|
||||
Target arch: 'armv7'
|
||||
Compiler: 'Mingw73'
|
||||
Target compiler: 'Clang'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -opengl es2 -sysconfdir /etc/xdg -openssl -I c:\utils\openssl-android-master\include -xplatform android-clang -android-sdk C:\Utils\Android -android-ndk c:\Utils\Android\android-ndk-r20 -android-arch armeabi-v7a'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -opengl es2 -sysconfdir /etc/xdg -openssl -I c:\utils\openssl-android-master\include -xplatform android-clang -android-sdk C:\Utils\Android -android-ndk c:\Utils\Android\android-ndk-r19c -android-arch armeabi-v7a'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-14'
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Target os: 'Android_ANY'
|
||||
Target arch: 'arm64'
|
||||
Compiler: 'Mingw73'
|
||||
Target compiler: 'Clang'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -opengl es2 -sysconfdir /etc/xdg -openssl -I c:\utils\openssl-android-master\include -xplatform android-clang -android-sdk C:\Utils\Android -android-ndk c:\Utils\Android\android-ndk-r20 -android-arch arm64-v8a'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-14'
|
||||
Target os: 'Android_ANY'
|
||||
Target arch: 'x86'
|
||||
Compiler: 'Mingw73'
|
||||
Target compiler: 'Clang'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -opengl es2 -sysconfdir /etc/xdg -openssl -I c:\utils\openssl-android-master\include -xplatform android-clang -android-sdk C:\Utils\Android -android-ndk c:\Utils\Android\android-ndk-r20 -android-arch x86'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -opengl es2 -sysconfdir /etc/xdg -openssl -I c:\utils\openssl-android-master\include -xplatform android-clang -android-sdk C:\Utils\Android -android-ndk c:\Utils\Android\android-ndk-r19c -android-arch arm64-v8a'
|
||||
-
|
||||
Template: 'qtci-macos-10.13-x86_64-2'
|
||||
Target os: 'Android_ANY'
|
||||
@@ -73,7 +73,7 @@
|
||||
Compiler: 'Clang'
|
||||
Target compiler: 'Clang'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I /usr/local/opt/openssl/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r20 -android-ndk-host darwin-x86_64 -android-arch armeabi-v7a'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I /usr/local/opt/openssl/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r19c -android-ndk-host darwin-x86_64 -android-arch armeabi-v7a'
|
||||
-
|
||||
Template: 'qtci-macos-10.13-x86_64-2'
|
||||
Target os: 'Android_ANY'
|
||||
@@ -81,15 +81,7 @@
|
||||
Compiler: 'Clang'
|
||||
Target compiler: 'Clang'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I /usr/local/opt/openssl/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r20 -android-ndk-host darwin-x86_64 -android-arch arm64-v8a'
|
||||
-
|
||||
Template: 'qtci-macos-10.13-x86_64-2'
|
||||
Target os: 'Android_ANY'
|
||||
Target arch: 'x86'
|
||||
Compiler: 'Clang'
|
||||
Target compiler: 'Clang'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I /usr/local/opt/openssl/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r20 -android-ndk-host darwin-x86_64 -android-arch x86'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-dbus -no-qpa-platform-guard -opengl es2 -sysconfdir /etc/xdg -openssl -I /usr/local/opt/openssl/include -xplatform android-clang -android-sdk /opt/android/sdk -android-ndk /opt/android/android-ndk-r19c -android-ndk-host darwin-x86_64 -android-arch arm64-v8a'
|
||||
-
|
||||
Template: 'qtci-macos-10.13-x86_64-2'
|
||||
Target os: 'QNX_700'
|
||||
@@ -98,43 +90,37 @@
|
||||
Features: ['DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake tests -nomake examples -no-use-gold-linker -opengl es2 -qpa qnx -xplatform qnx-x86-qcc'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-14'
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Target os: 'QNX_700'
|
||||
Target arch: 'armv7'
|
||||
Compiler: 'Mingw73'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -opengl es2 -xplatform qnx-armle-v7-qcc'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-14'
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Target os: 'QNX_700'
|
||||
Target arch: 'armv8'
|
||||
Compiler: 'Mingw73'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -opengl es2 -nomake tests -nomake examples -no-sql-mysql -xplatform qnx-aarch64le-qcc'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-14'
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Target os: 'QNX_700'
|
||||
Target arch: 'x86_64'
|
||||
Compiler: 'Mingw73'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -nomake tests -nomake examples -no-sql-mysql -opengl es2 -xplatform qnx-x86-64-qcc'
|
||||
-
|
||||
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
||||
Template: 'qtci-linux-RHEL-7.4-x86_64'
|
||||
Target os: 'QNX_700'
|
||||
Target arch: 'armv8'
|
||||
Compiler: 'GCC'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-use-gold-linker -opengl es2 -qpa qnx -xplatform qnx-aarch64le-qcc'
|
||||
-
|
||||
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
||||
Template: 'qtci-linux-RHEL-7.4-x86_64'
|
||||
Target os: 'QNX_700'
|
||||
Target arch: 'x86_64'
|
||||
Compiler: 'GCC'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -nomake tests -nomake examples -no-sql-mysql -no-use-gold-linker -opengl es2 -qpa qnx -xplatform qnx-x86-64-qcc'
|
||||
-
|
||||
Template: 'qtci-macos-10.13-x86_64-2'
|
||||
Target os: 'WebAssembly'
|
||||
Compiler: 'Clang'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /Users/qt/work/install -release -nomake examples -nomake tests -no-feature-thread -static -no-dbus -no-headersclean -no-ssl -no-warnings-are-errors -no-pch -xplatform wasm-emscripten'
|
||||
|
||||
@@ -13,7 +13,13 @@
|
||||
Features: ['DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -nomake examples -no-xcb -R . -openssl -device linux-generic-g++ -device-option CROSS_COMPILE=/opt/yocto-arm64/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux- -device-option DISTRO_OPTS=boot2qt -sysroot /opt/yocto-arm64/sysroots/aarch64-poky-linux -extprefix /home/qt/work/install -mysql_config /opt/yocto-arm64/sysroots/aarch64-poky-linux/usr/bin/mysql_config -psql_config /dev/null -tslib'
|
||||
-
|
||||
Template: 'qtci-linux-openSUSE-15.0-x86_64'
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Target os: 'WinRT_10'
|
||||
Target arch: 'x86_64'
|
||||
Compiler: 'MSVC2015'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -developer-build -static -nomake tests -nomake examples -no-icu -force-debug-info -platform win32-msvc2015 -xplatform winrt-x64-msvc2015'
|
||||
-
|
||||
Template: 'qtci-linux-openSUSE-42.3-x86_64'
|
||||
Target os: 'WebAssembly'
|
||||
Compiler: 'GCC'
|
||||
Features: ['DisableTests']
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-14'
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Target os: 'WinRT_10'
|
||||
Target arch: 'x86_64'
|
||||
Compiler: 'MSVC2015'
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-14'
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Compiler: 'Mingw73'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -developer-build -nomake tests -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -plugin-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x64% -L %POSTGRESQL_LIB_x64% -platform win32-g++'
|
||||
-
|
||||
Template: 'qtci-windows-10-x86_64-14'
|
||||
Template: 'qtci-windows-10-x86_64-10'
|
||||
Compiler: 'Mingw73'
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -developer-build -static -nomake tests -nomake examples -no-icu -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -plugin-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -platform win32-g++'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -static -nomake tests -nomake examples -no-icu -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x64% -L %OPENSSL_LIB_x64% -plugin-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x64% -L %MYSQL_LIB_x64% -platform win32-g++'
|
||||
-
|
||||
Template: 'qtci-linux-RHEL-7.6-x86_64'
|
||||
Template: 'qtci-linux-RHEL-7.4-x86_64'
|
||||
Compiler: 'GCC'
|
||||
Features: ['DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -developer-build -static -nomake tests -nomake examples -no-use-gold-linker'
|
||||
Features: ['Packaging', 'DisableTests']
|
||||
Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -release -static -nomake tests -nomake examples -no-use-gold-linker -no-icu -no-fontconfig -qt-freetype -no-opengl -qpa offscreen -no-xcb -qt-libpng -no-vulkan'
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
Template: 'qtci-windows-7-x86-3'
|
||||
Compiler: 'Mingw73'
|
||||
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 -debug-and-release -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -platform win32-g++'
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -0,0 +1,48 @@
|
||||
############################################################################
|
||||
##
|
||||
## 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.
|
||||
##
|
||||
## $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\..\common\helpers.ps1"
|
||||
|
||||
# This script will install Visual Studio 2017 Build Tools
|
||||
# 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
|
||||
@@ -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.
|
||||
@@ -30,22 +30,29 @@
|
||||
## $QT_END_LICENSE$
|
||||
##
|
||||
#############################################################################
|
||||
. "$PSScriptRoot\..\..\provisioning\common\helpers.ps1"
|
||||
|
||||
# Visual Studio $version was installed manually using $installer.
|
||||
$version = "2015 update 3"
|
||||
$version_number ="14.0.25431.01"
|
||||
$installer = "http://ci-files01-hki.intra.qt.io/input/windows/en_visual_studio_professional_2015_with_update_3_x86_x64_web_installer_8922978"
|
||||
# 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"
|
||||
|
||||
# default plus following components were selected:
|
||||
# * Visual C++
|
||||
# * Universal Windows App Development Tools
|
||||
# - Tools (1.4.1) and Windows SDK (10.0.14393)
|
||||
# - Windows 10 SDK (10.0.10586)
|
||||
# - Windows 10 SDK (10.0.10240)
|
||||
# * Common Tools
|
||||
# -Visual Studio Extensibility Tools Update 3
|
||||
# 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"
|
||||
|
||||
# NOTE! Windows SDK 10.0.14393 installation failed through visual studio installer so it was installed using $sdk_installer
|
||||
$sdk_installer = "http://ci-files01-hki.intra.qt.io/input/windows/sdksetup.exe"
|
||||
$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"
|
||||
|
||||
echo "Visual Studio = $version version $version_number" >> ~\versions.txt
|
||||
echo "Fetching Visual Studio $version update $update_version..."
|
||||
Download $url_official $url_cache $package
|
||||
Verify-Checksum $package $sha1
|
||||
echo "Installing Visual studio $version update $update_version..."
|
||||
cmd /c "$package $parameters /norestart /Quiet"
|
||||
remove-item $package
|
||||
|
||||
echo "Visual Studio = $version update $update_version" >> ~\versions.txt
|
||||
|
||||
@@ -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,57 +31,19 @@
|
||||
##
|
||||
#############################################################################
|
||||
|
||||
# Visual Studio $version version $version_number was installed manually using $installer.
|
||||
. "$PSScriptRoot\..\common\helpers.ps1"
|
||||
|
||||
# This script will install Visual Studio 2017
|
||||
|
||||
$version = "2017"
|
||||
$version_number = "15.8.5"
|
||||
$installer = "http://ci-files01-hki.ci.local/input/windows/vs_professional__1312218103.1526017942.exe"
|
||||
$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"
|
||||
|
||||
# Following components were selected from installer:
|
||||
# Microsoft.Net.Component.4.5.TargetingPack (.NET Framework 4.5 targeting pack)
|
||||
# Microsoft.Net.Component.4.6.1.SDK (.NET Framework 4.6.1 SDK)
|
||||
# Microsoft.Component.NetFX.Native (.NET Native)
|
||||
# Microsoft.VisualStudio.Component.PortableLibrary (.NET Portable Library targeting pack)
|
||||
# Microsoft.VisualStudio.Component.SQL.CLR (CLR data types for SQL Server)
|
||||
# Microsoft.VisualStudio.Component.VisualStudioData (Data sources and service references)
|
||||
# Microsoft.Component.ClickOnce (ClickOnce Publishing)
|
||||
# Microsoft.VisualStudio.Component.AppInsights.Tools (Developer Analytics tools)
|
||||
# Microsoft.VisualStudio.Component.NuGet (NuGet package manager)
|
||||
# Microsoft.VisualStudio.Component.Static.Analysis.Tools (Static analysis tools)
|
||||
# Microsoft.VisualStudio.Component.TextTemplating (Text Template Transformation)
|
||||
# Microsoft.VisualStudio.Component.Roslyn.Compiler (C# and Visual Basic Roslyn compilers)
|
||||
# Microsoft.Component.MSBuild (MSBuild)
|
||||
# Microsoft.VisualStudio.Component.VC.Tools.x86.x64 (VC++ 2017 version 15.8 v14.15 latest v141 tools)
|
||||
# Microsoft.VisualStudio.Component.VC.Redist.14.Latest (Visual C++ 2017 Redistributable Update)
|
||||
# Microsoft.VisualStudio.Component.VC.Tools.ARM (Visual C++ compilers and libraries for ARM)
|
||||
# Microsoft.VisualStudio.Component.VC.Tools.ARM64 (Visual C++ compilers and libraries for ARM64)
|
||||
# Microsoft.VisualStudio.Component.VC.CMake.Project (Visual C++ tools for CMake)
|
||||
# Microsoft.VisualStudio.Component.DiagnosticTools (.NET profiling tools)
|
||||
# Microsoft.VisualStudio.Component.VC.DiagnosticTools (C++ profiling tools)
|
||||
# Microsoft.VisualStudio.Component.JavaScript.Diagnostics (JavaScript diagnostics)
|
||||
# Microsoft.VisualStudio.Component.Debugger.JustInTime (Just-In-Time debugger)
|
||||
# Microsoft.VisualStudio.Component.Roslyn.LanguageServices (C# and Visual Basic)
|
||||
# Microsoft.VisualStudio.Component.JavaScript.TypeScript (JavaScript and TypeScript language support)
|
||||
# Component.Microsoft.VisualStudio.RazorExtension (Razor Language Services)
|
||||
# Component.Linux.CMake (Visual C++ tools for CMake and Linux)
|
||||
# Microsoft.VisualStudio.Component.VC.CoreIde (Visual Studio C++ core features)
|
||||
# Microsoft.VisualStudio.Component.Graphics.Tools (Graphics debugger and GPU profiler for DirectX)
|
||||
# Microsoft.VisualStudio.Component.Graphics (Image and 3D model editors)
|
||||
# Microsoft.VisualStudio.Component.Graphics.Win81 (Graphics Tools Windows 8.1 SDK)
|
||||
# Microsoft.VisualStudio.Component.TypeScript.2.3 (TypeScript 2.3 SDK)
|
||||
# Microsoft.VisualStudio.Component.TypeScript.3.0 (TypeScript 3.0 SDK)
|
||||
# Microsoft.VisualStudio.Component.VC.ATL (Visual C++ ATL for x86 and x64)
|
||||
# Microsoft.VisualStudio.Component.Windows10SDK.10240 (Windows 10 SDK (10.0.10240.0))
|
||||
# Microsoft.VisualStudio.Component.Windows10SDK.10586 (Windows 10 SDK (10.0.10586.0))
|
||||
# Microsoft.VisualStudio.Component.Windows10SDK.14393 (Windows 10 SDK (10.0.14393.0))
|
||||
# Microsoft.VisualStudio.Component.Windows10SDK.15063.Desktop (Windows 10 SDK (10.0.15063.0) for Desktop C++ [x86 and x64])
|
||||
# Microsoft.VisualStudio.Component.Windows10SDK.15063.UWP (Windows 10 SDK (10.0.15063.0) for UWP: C#, VB, JS)
|
||||
# Microsoft.VisualStudio.Component.Windows10SDK.15063.UWP.Native (Windows 10 SDK (10.0.15063.0) for UWP: C++)
|
||||
# Microsoft.VisualStudio.Component.Windows10SDK.16299.Desktop (Windows 10 SDK (10.0.16299.0) for Desktop C++ [x86 and x64])
|
||||
# Microsoft.VisualStudio.Component.Windows10SDK.16299.UWP (Windows 10 SDK (10.0.16299.0) for UWP: C#, VB, JS)
|
||||
# Microsoft.VisualStudio.Component.Windows10SDK.16299.UWP.Native (Windows 10 SDK (10.0.16299.0) for UWP: C++)
|
||||
# Microsoft.VisualStudio.Component.Windows10SDK.16299.Desktop.arm (Windows 10 SDK (10.0.16299.0) for Desktop C++ [ARM and ARM64])
|
||||
# Microsoft.VisualStudio.Component.Windows10SDK.17134 (Windows 10 SDK (10.0.17134.0))
|
||||
# Microsoft.VisualStudio.Component.Windows10SDK.17763 (Windows 10 SDK (10.0.17763.0))
|
||||
|
||||
echo "Visual Studio = $version version version_number" >> ~\versions.txt
|
||||
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
|
||||
|
||||
@@ -51,13 +51,13 @@ basePath="http://ci-files01-hki.intra.qt.io/input/android"
|
||||
|
||||
toolsVersion="r26.1.1"
|
||||
toolsFile="sdk-tools-linux-4333796.zip"
|
||||
ndkVersion="r20"
|
||||
ndkVersion="r19c"
|
||||
ndkFile="android-ndk-$ndkVersion-linux-x86_64.zip"
|
||||
sdkBuildToolsVersion="28.0.3"
|
||||
sdkApiLevel="android-28"
|
||||
|
||||
toolsSha1="8c7c28554a32318461802c1291d76fccfafde054"
|
||||
ndkSha1="8665fc84a1b1f0d6ab3b5fdd1e30200cc7b9adff"
|
||||
ndkSha1="fd94d0be6017c6acbd193eb95e09cf4b6f61b834"
|
||||
|
||||
toolsTargetFile="/tmp/$toolsFile"
|
||||
toolsSourceFile="$basePath/$toolsFile"
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
##
|
||||
#############################################################################
|
||||
|
||||
# This script installs CMake 3.6.2
|
||||
# This script installs CMake 3.7.2
|
||||
|
||||
# CMake is needed for autotests that verify that Qt can be built with CMake
|
||||
|
||||
@@ -42,10 +42,10 @@ source "${BASH_SOURCE%/*}/../unix/InstallFromCompressedFileFromURL.sh"
|
||||
# shellcheck source=../unix/SetEnvVar.sh
|
||||
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
||||
|
||||
version="3.6.2"
|
||||
PrimaryUrl="http://ci-files01-hki.intra.qt.io/input/cmake/cmake-3.6.2-Linux-x86_64.tar.gz"
|
||||
AltUrl="https://cmake.org/files/v3.6/cmake-3.6.2-Linux-x86_64.tar.gz"
|
||||
SHA1="dd9d8d57b66109d4bac6eef9209beb94608a185c"
|
||||
version="3.7.2"
|
||||
PrimaryUrl="http://ci-files01-hki.intra.qt.io/input/cmake/cmake-3.7.2-Linux-x86_64.tar.gz"
|
||||
AltUrl="https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.tar.gz"
|
||||
SHA1="915bc981aab354821fb9fd28374a720fdb3aa180"
|
||||
targetFolder="/opt/cmake-$version"
|
||||
appPrefix="cmake-$version-Linux-x86_64"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
sudo gsettings set org.gnome.desktop.notifications.application:/update-manager/ enable false
|
||||
sudo gsettings set org.gnome.desktop.notifications show-banners false
|
||||
gsettings set org.gnome.desktop.notifications.application:/update-manager/ enable false
|
||||
gsettings set org.gnome.desktop.notifications show-banners false
|
||||
|
||||
@@ -39,8 +39,8 @@ echo "Disable Network Time Protocol (NTP)"
|
||||
|
||||
if uname -a |grep -q "Ubuntu"; then
|
||||
sudo timedatectl set-ntp false
|
||||
elif cat /etc/os-release | grep "PRETTY_NAME" | grep -q "Leap 15"; then
|
||||
(sudo systemctl stop chronyd && sudo systemctl disable chronyd)
|
||||
elif cat /etc/os-release |grep "SUSE Linux Enterprise Server 15"; then
|
||||
sudo timedatectl set-ntp false
|
||||
else
|
||||
(systemctl &>/dev/null && sudo systemctl disable ntpd) || sudo /sbin/chkconfig ntpd off
|
||||
fi
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#############################################################################
|
||||
##
|
||||
## Copyright (C) 2019 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.
|
||||
@@ -35,22 +35,37 @@
|
||||
|
||||
set -ex
|
||||
|
||||
# Download and install the docker engine.
|
||||
sudo apt-get install curl -y
|
||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
||||
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
|
||||
sudo apt-get update
|
||||
sudo apt-get install docker-ce -y
|
||||
|
||||
. $(dirname "$0")/../../common/unix/DownloadURL.sh
|
||||
|
||||
|
||||
localRepo=http://ci-files01-hki.intra.qt.io/input/docker
|
||||
upstreamRepo=https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/amd64
|
||||
|
||||
echo '
|
||||
f4c941807310e3fa470dddfb068d599174a3daec containerd.io_1.2.10-3_amd64.deb
|
||||
ee640d9258fd4d3f4c7017ab2a71da63cbbead55 docker-ce_19.03.4~3-0~ubuntu-bionic_amd64.deb
|
||||
09402bf5dac40f0c50f1071b17f38f6584a42ad1 docker-ce-cli_19.03.4~3-0~ubuntu-bionic_amd64.deb
|
||||
' \
|
||||
| xargs -n2 | while read sha f
|
||||
do
|
||||
DownloadURL $localRepo/$f $upstreamRepo/$f $sha
|
||||
done
|
||||
|
||||
sudo apt-get -y install ./containerd.io*.deb ./docker-ce*.deb ./docker-ce-cli*.deb
|
||||
rm -f ./containerd.io*.deb ./docker-ce*.deb ./docker-ce-cli*.deb
|
||||
|
||||
sudo usermod -a -G docker $USER
|
||||
sudo docker --version
|
||||
sudo docker info
|
||||
|
||||
# Download and install the docker-compose extension.
|
||||
sudo curl -L https://github.com/docker/compose/releases/download/1.21.0/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
|
||||
sudo chmod +x /usr/local/bin/docker-compose
|
||||
sudo docker-compose --version
|
||||
|
||||
# Install Avahi to discover Docker containers in the test network
|
||||
sudo apt-get install avahi-daemon -y
|
||||
# Download and install the docker-compose extension from https://github.com/docker/compose/releases
|
||||
f=docker-compose-$(uname -s)-$(uname -m)
|
||||
DownloadURL \
|
||||
$localRepo/$f \
|
||||
https://github.com/docker/compose/releases/download/1.24.1/$f \
|
||||
cfb3439956216b1248308141f7193776fcf4b9c9b49cbbe2fb07885678e2bb8a
|
||||
sudo install -m 755 ./docker-compose* /usr/local/bin/docker-compose
|
||||
rm ./docker-compose*
|
||||
|
||||
# Start testserver provisioning
|
||||
sudo "$(readlink -f $(dirname ${BASH_SOURCE[0]}))/../shared/testserver/docker_testserver.sh"
|
||||
source "${BASH_SOURCE%/*}/testserver/docker_testserver.sh"
|
||||
|
||||
@@ -32,41 +32,25 @@
|
||||
##
|
||||
#############################################################################
|
||||
|
||||
# shellcheck source=./InstallFromCompressedFileFromURL.sh
|
||||
source "${BASH_SOURCE%/*}/InstallFromCompressedFileFromURL.sh"
|
||||
# shellcheck source=./SetEnvVar.sh
|
||||
source "${BASH_SOURCE%/*}/SetEnvVar.sh"
|
||||
# shellcheck source=./DownloadURL.sh
|
||||
source "${BASH_SOURCE%/*}/DownloadURL.sh"
|
||||
# shellcheck source=../unix/InstallFromCompressedFileFromURL.sh
|
||||
source "${BASH_SOURCE%/*}/../unix/InstallFromCompressedFileFromURL.sh"
|
||||
# shellcheck source=../unix/SetEnvVar.sh
|
||||
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
||||
# shellcheck source=../unix/DownloadURL.sh
|
||||
source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
|
||||
|
||||
version="1.38.27"
|
||||
version="1.38.16"
|
||||
version_node="8.9.1"
|
||||
urlOfficial="https://s3.amazonaws.com/mozilla-games/emscripten/packages"
|
||||
urlCache="http://ci-files01-hki.intra.qt.io/input/emsdk"
|
||||
targetFolder="/opt/emsdk"
|
||||
|
||||
urlEmscriptenCache="$urlCache/emscripten-$version.tar.gz"
|
||||
urlEmscriptenCache="http://ci-files01-hki.intra.qt.io/input/emsdk/emscripten-$version.tar.gz"
|
||||
urlEmscriptenExternal="https://github.com/kripken/emscripten/archive/$version.tar.gz"
|
||||
sha1Emscripten="ff9748a8f6b8eaa8192cce9fe2befc801443a161"
|
||||
|
||||
if uname -a |grep -q Darwin; then
|
||||
urlEmscriptenLlvmCache="$urlCache/macos/emscripten-llvm-e$version.tar.gz"
|
||||
urlEmscriptenLlvmExternal="$urlOfficial/llvm/tag/osx_64bit/emscripten-llvm-e$version.tar.gz"
|
||||
urlNodeCache="$urlCache/macos/node-v$version_node-darwin-x64.tar.gz"
|
||||
urlNodeExternal="$urlOfficial/node-v$version_node-darwin-x64.tar.gz"
|
||||
sha1EmscriptenLlvm="66dffbc44cfcb7bcb1ed0d2658b519276c3077fa"
|
||||
sha1Node="b9ec6fe9701d385e385886a4b171ba02bb6aead7"
|
||||
node_js="$targetFolder/node-v$version_node-darwin-x64/bin"
|
||||
else
|
||||
urlEmscriptenLlvmCache="$urlCache/linux/emscripten-llvm-e$version.tar.gz"
|
||||
urlEmscriptenLlvmExternal="$urlOfficial/llvm/tag/linux_64bit/emscripten-llvm-e$version.tar.gz"
|
||||
urlNodeCache="$urlCache/linux/node-v$version_node-linux-x64.tar.xz"
|
||||
urlNodeExternal="$urlOfficial/node-v$version_node-linux-x64.tar.xz"
|
||||
sha1EmscriptenLlvm="8f5cd026c98cd40e53e6d11fbc32b116280ef9bb"
|
||||
sha1Node="eaec5de2af934f7ebc7f9597983e71c5d5a9a726"
|
||||
node_js="$targetFolder/node-v$version_node-linux-x64/bin"
|
||||
fi
|
||||
|
||||
urlEmscriptenLlvmCache="http://ci-files01-hki.intra.qt.io/input/emsdk/emscripten-llvm-e$version.tar.gz"
|
||||
urlEmscriptenLlvmExternal="https://s3.amazonaws.com/mozilla-games/emscripten/packages/llvm/tag/linux_64bit/emscripten-llvm-e$version.tar.gz"
|
||||
urlNodeCache="http://ci-files01-hki.intra.qt.io/input/emsdk/node-v$version_node-linux-x64.tar.xz"
|
||||
urlNodeExternal="https://s3.amazonaws.com/mozilla-games/emscripten/packages/node-v$version_node-linux-x64.tar.xz"
|
||||
sha1Emscripten="353ad7bf614f73b73ed1d05aedd66321d679e03d"
|
||||
sha1EmscriptenLlvm="e132c26ad657c07f88cc550fd23f1d6f1b6c0673"
|
||||
sha1Node="eaec5de2af934f7ebc7f9597983e71c5d5a9a726"
|
||||
targetFolder="/opt/emsdk"
|
||||
sudo mkdir "$targetFolder"
|
||||
|
||||
InstallFromCompressedFileFromURL "$urlEmscriptenCache" "$urlEmscriptenExternal" "$sha1Emscripten" "$targetFolder" ""
|
||||
@@ -80,7 +64,7 @@ cat <<EOM >"$targetFolder/.emscripten"
|
||||
LLVM_ROOT='$targetFolder/emscripten-llvm-e$version/'
|
||||
EMSCRIPTEN_NATIVE_OPTIMIZER='$targetFolder/emscripten-llvm-e$version/optimizer'
|
||||
BINARYEN_ROOT='$targetFolder/emscripten-llvm-e$version/binaryen'
|
||||
NODE_JS='$node_js/node'
|
||||
NODE_JS='$targetFolder/node-v$version_node-linux-x64/bin/node'
|
||||
EMSCRIPTEN_ROOT='$targetFolder/emscripten-$version'
|
||||
SPIDERMONKEY_ENGINE = ''
|
||||
V8_ENGINE = ''
|
||||
@@ -89,7 +73,7 @@ COMPILER_ENGINE = NODE_JS
|
||||
JS_ENGINES = [NODE_JS]
|
||||
EOM
|
||||
|
||||
SetEnvVar "PATH" "\"\$PATH:$targetFolder/emscripten-llvm-e$version/:$node_js:$targetFolder/emscripten-$version\""
|
||||
SetEnvVar "PATH" "\"$targetFolder/emscripten-llvm-e$version/:$targetFolder/node-v$version_node-linux-x64/bin:$targetFolder/emscripten-$version:\$PATH\""
|
||||
SetEnvVar "EMSCRIPTEN" "$targetFolder/emscripten-$version"
|
||||
SetEnvVar "EM_CONFIG" "$targetFolder/.emscripten"
|
||||
|
||||
@@ -53,11 +53,11 @@ else
|
||||
rm -rf "$exports_file"
|
||||
fi
|
||||
|
||||
version="1.1.1b"
|
||||
version="1.1.1d"
|
||||
officialUrl="https://www.openssl.org/source/openssl-$version.tar.gz"
|
||||
cachedUrl="http://ci-files01-hki.intra.qt.io/input/openssl/openssl-$version.tar.gz"
|
||||
targetFile="/tmp/openssl-$version.tar.gz"
|
||||
sha="e9710abf5e95c48ebf47991b10cbb48c09dae102"
|
||||
sha="056057782325134b76d1931c48f2c7e6595d7ef4"
|
||||
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-20180801-linux.tar.xz"
|
||||
sha1="5d2c8f531823b1f7a2e20968dc698c187c7de94c"
|
||||
folderName="qnx700"
|
||||
targetFile="qnx700.tar.xz"
|
||||
wget --tries=5 --waitretry=5 --progress=dot:giga --output-document="$targetFile" "$sourceFile"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
sudo apt -q -y remove update-notifier update-manager
|
||||
sudo apt -q -y remove update-notifier update-manager python3-distupgrade python3-update-manager ubuntu-release-upgrader-core update-manager-core
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#############################################################################
|
||||
##
|
||||
## Copyright (C) 2019 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.
|
||||
@@ -35,34 +35,35 @@
|
||||
|
||||
set -ex
|
||||
|
||||
[ -x "$(command -v realpath)" ] && FILE=$(realpath ${BASH_SOURCE[0]}) || FILE=${BASH_SOURCE[0]}
|
||||
case $FILE in
|
||||
*/*) SERVER_PATH="${FILE%/*}" ;;
|
||||
*) SERVER_PATH="." ;;
|
||||
esac
|
||||
|
||||
# Sort files by their SHA-1, and then return the accumulated result
|
||||
sha1tree () {
|
||||
# For example, macOS doesn't install sha1sum by default. In such case, it uses shasum instead.
|
||||
[ -x "$(command -v sha1sum)" ] || SHASUM=shasum
|
||||
|
||||
find "$@" -type f -print0 | \
|
||||
xargs -0 ${SHASUM-sha1sum} | cut -d ' ' -f 1 | \
|
||||
sort | ${SHASUM-sha1sum} | cut -d ' ' -f 1
|
||||
}
|
||||
|
||||
# Using SHA-1 of each server context as the tag of docker images. A tag labels a
|
||||
# specific image version. It is used by docker compose file (docker-compose.yml)
|
||||
# to launch the corresponding docker containers. If one of the server contexts
|
||||
# (./apache2, ./danted, ...) gets changes, all the related compose files in
|
||||
# qtbase should be updated as well.
|
||||
#
|
||||
# For example, here's how to get the SHA-1 of apache test server.
|
||||
# find ./apache2 -type f -print0 | sort -z | xargs -r0 sha1sum | \
|
||||
# awk '{ print $1 }' | sha1sum | awk '{ print $1 }'
|
||||
|
||||
source "$SERVER_PATH/settings.sh"
|
||||
testserver='apache2 squid vsftpd ftp-proxy danted'
|
||||
|
||||
for server in $testserver
|
||||
do
|
||||
context="$SERVER_PATH/$server"
|
||||
docker build -t qt-test-server-$server:$(sha1tree $context) $context
|
||||
context="${BASH_SOURCE%/*}/$server"
|
||||
sha1=$(find $context -type f -print0 | sort -z | xargs -r0 sha1sum | awk '{ print $1 }' | \
|
||||
sha1sum | awk '{ print $1 }')
|
||||
sudo docker build -t qt-test-server-$server:$sha1 $context
|
||||
|
||||
# transition - The fixed tag is temporarily used by CI to pass the qtbase testing.
|
||||
case $server in
|
||||
apache2) fixed_tag="cc9ea678b92bdda33acb9fa0159bb4ad0f3cd947" ;;
|
||||
squid) fixed_tag="577d99307eea9a8cccfec944d25be2bce2fe99cc" ;;
|
||||
vsftpd) fixed_tag="18896604c7e90b543e56d80c8a8aabdb65a590d0" ;;
|
||||
ftp-proxy) fixed_tag="2c6c8f1ab6a364b540c43d705fb6f15a585cb2af" ;;
|
||||
danted) fixed_tag="327dd56c3c35db85b26fac93213a5a1918475bc7" ;;
|
||||
esac
|
||||
[ -z "$fixed_tag" ] || \
|
||||
sudo docker tag qt-test-server-$server:$sha1 qt-test-server-$server:$fixed_tag
|
||||
done
|
||||
|
||||
docker images
|
||||
sudo docker images
|
||||
@@ -1,3 +1,21 @@
|
||||
#!/usr/bin/env bash
|
||||
# Will install homebrew package manager for macOS
|
||||
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" </dev/null
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
# Will install homebrew package manager for macOS.
|
||||
# WARNING: Requires commandlinetools
|
||||
|
||||
|
||||
set -e
|
||||
|
||||
. "$(dirname "$0")"/../../common/unix/DownloadURL.sh
|
||||
|
||||
|
||||
DownloadURL \
|
||||
http://ci-files01-hki.intra.qt.io/input/mac/homebrew-install.c744a716f9845988d01e6e238eee7117b8c366c9.rb \
|
||||
https://raw.githubusercontent.com/Homebrew/install/c744a716f9845988d01e6e238eee7117b8c366c9/install \
|
||||
b9782cc0b550229de77b429b56ffce04157e60486ab9df00461ccf3dad565b0a \
|
||||
/tmp/homebrew_install
|
||||
/usr/bin/ruby /tmp/homebrew_install </dev/null
|
||||
|
||||
# No need to manually do `brew update`, the homebrew installer script does it.
|
||||
### brew update
|
||||
|
||||
@@ -50,7 +50,7 @@ function InstallCommandLineTools {
|
||||
hdiutil attach "/tmp/$packageName"
|
||||
cd "/Volumes/Command Line Developer Tools"
|
||||
echo "Installing"
|
||||
sudo installer -verbose -pkg ./*.pkg -target /
|
||||
sudo installer -pkg ./*.pkg -target / -allowUntrusted
|
||||
cd /
|
||||
# Let's fait for 5 second before unmounting. Sometimes resource is busy and cant be unmounted
|
||||
sleep 3
|
||||
|
||||
@@ -1,78 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#############################################################################
|
||||
##
|
||||
## Copyright (C) 2019 The Qt Company Ltd.
|
||||
## Contact: http://www.qt.io/licensing/
|
||||
##
|
||||
## This file is part of the provisioning scripts of the Qt Toolkit.
|
||||
##
|
||||
## $QT_BEGIN_LICENSE:LGPL21$
|
||||
## Commercial License Usage
|
||||
## Licensees holding valid commercial Qt licenses may use this file in
|
||||
## accordance with the commercial license agreement provided with the
|
||||
## Software or, alternatively, in accordance with the terms contained in
|
||||
## a written agreement between you and The Qt Company. For licensing terms
|
||||
## and conditions see http://www.qt.io/terms-conditions. For further
|
||||
## information use the contact form at http://www.qt.io/contact-us.
|
||||
##
|
||||
## GNU Lesser General Public License Usage
|
||||
## Alternatively, this file may be used under the terms of the GNU Lesser
|
||||
## General Public License version 2.1 or version 3 as published by the Free
|
||||
## Software Foundation and appearing in the file LICENSE.LGPLv21 and
|
||||
## LICENSE.LGPLv3 included in the packaging of this file. Please review the
|
||||
## following information to ensure the GNU Lesser General Public License
|
||||
## requirements will be met: https://www.gnu.org/licenses/lgpl.html and
|
||||
## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
||||
##
|
||||
## As a special exception, The Qt Company gives you certain additional
|
||||
## rights. These rights are described in The Qt Company LGPL Exception
|
||||
## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
||||
##
|
||||
## $QT_END_LICENSE$
|
||||
##
|
||||
#############################################################################
|
||||
|
||||
# This script install OpenSSL
|
||||
|
||||
set -ex
|
||||
|
||||
# shellcheck source=../unix/InstallFromCompressedFileFromURL.sh
|
||||
source "${BASH_SOURCE%/*}/../unix/InstallFromCompressedFileFromURL.sh"
|
||||
# shellcheck source=../unix/SetEnvVar.sh
|
||||
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
||||
|
||||
opensslVersion="1.1.1a"
|
||||
opensslFile="openssl-$opensslVersion.tar.gz"
|
||||
opensslDlUrl="http://ci-files01-hki.intra.qt.io/input/openssl/$opensslFile"
|
||||
opensslAltDlUrl="https://www.openssl.org/source/$opensslFile"
|
||||
opensslSha1="8fae27b4f34445a5500c9dc50ae66b4d6472ce29"
|
||||
|
||||
# Below target location has been hard coded into Coin.
|
||||
# QTQAINFRA-1195
|
||||
openssl_install_dir=/usr/local/openssl-$opensslVersion
|
||||
opensslTargetLocation="/usr/local/opt/openssl"
|
||||
|
||||
InstallFromCompressedFileFromURL "$opensslDlUrl" "$opensslAltDlUrl" "$opensslSha1" "/tmp/openssl-$opensslVersion" "openssl-$opensslVersion"
|
||||
cd "/tmp/openssl-$opensslVersion"
|
||||
sudo ./Configure --prefix=$openssl_install_dir shared no-ssl3-method enable-ec_nistp_64_gcc_128 darwin64-x86_64-cc "-Wa,--noexecstack"
|
||||
|
||||
sudo make install_sw install_ssldirs
|
||||
|
||||
path=$(echo "$opensslTargetLocation" | sed -E 's/(.*)\/.*$/\1/')
|
||||
sudo mkdir -p "$path"
|
||||
sudo ln -s $openssl_install_dir $opensslTargetLocation
|
||||
|
||||
SetEnvVar "PATH" "\"$opensslTargetLocation/bin:\$PATH\""
|
||||
SetEnvVar "MANPATH" "\"$opensslTargetLocation/share/man:\$MANPATH\""
|
||||
|
||||
SetEnvVar "OPENSSL_DIR" "\"$openssl_install_dir\""
|
||||
SetEnvVar "OPENSSL_INCLUDE" "\"$openssl_install_dir/include\""
|
||||
SetEnvVar "OPENSSL_LIB" "\"$openssl_install_dir/lib\""
|
||||
|
||||
security find-certificate -a -p /Library/Keychains/System.keychain | sudo tee -a $opensslTargetLocation/ssl/cert.pem > /dev/null
|
||||
security find-certificate -a -p /System/Library/Keychains/SystemRootCertificates.keychain | sudo tee -a $opensslTargetLocation/ssl/cert.pem > /dev/null
|
||||
|
||||
sudo rm -rf /tmp/openssl-$opensslVersion
|
||||
|
||||
echo "OpenSSL = $opensslVersion" >> ~/versions.txt
|
||||
23
coin/provisioning/common/macos/libiodbc.rb
Normal file
23
coin/provisioning/common/macos/libiodbc.rb
Normal file
@@ -0,0 +1,23 @@
|
||||
class Libiodbc < Formula
|
||||
desc "Database connectivity layer based on ODBC. (alternative to unixodbc)"
|
||||
homepage "http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/"
|
||||
url "https://github.com/openlink/iODBC/archive/v3.52.12.tar.gz"
|
||||
sha256 "b2cab4f8fbd5388344d7ee0deb1a32310795b1e631c3505a5b515d90186e2516"
|
||||
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
|
||||
conflicts_with "unixodbc", :because => "both install 'odbcinst.h' header"
|
||||
|
||||
def install
|
||||
system "./autogen.sh"
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
system bin/"iodbc-config", "--version"
|
||||
end
|
||||
end
|
||||
|
||||
@@ -41,7 +41,7 @@ set -ex
|
||||
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
||||
|
||||
brew update
|
||||
brew install libiodbc
|
||||
brew install ${BASH_SOURCE%/*}/libiodbc.rb
|
||||
|
||||
# CPLUS_INCLUDE_PATH is set so clang and configure can find libiodbc
|
||||
|
||||
|
||||
@@ -42,9 +42,9 @@ source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
||||
# shellcheck source=./pip.sh
|
||||
source "${BASH_SOURCE%/*}/pip.sh"
|
||||
|
||||
PrimaryUrl="http://ci-files01-hki.intra.qt.io/input/mac/python-2.7.16-macosx10.6.pkg"
|
||||
AltUrl="https://www.python.org/ftp/python/2.7.16/python-2.7.16-macosx10.6.pkg"
|
||||
SHA1="895a8327a58e7c0e58852638ab3d84843643535b"
|
||||
PrimaryUrl="http://ci-files01-hki.intra.qt.io/input/mac/python-2.7.14-macosx10.6.pkg"
|
||||
AltUrl="https://www.python.org/ftp/python/2.7.14/python-2.7.14-macosx10.6.pkg"
|
||||
SHA1="fa2bb77243ad0cb611aa3295204fab403bb0fa09"
|
||||
DestDir="/"
|
||||
|
||||
InstallPKGFromURL "$PrimaryUrl" "$AltUrl" "$SHA1" "$DestDir"
|
||||
@@ -55,5 +55,5 @@ InstallPip python2.7
|
||||
|
||||
SetEnvVar "PATH" "/Library/Frameworks/Python.framework/Versions/2.7/bin/:\$PATH"
|
||||
|
||||
echo "python2 = 2.7.16" >> ~/versions.txt
|
||||
echo "python2 = 2.7.14" >> ~/versions.txt
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ argh==0.26.2
|
||||
click==6.7
|
||||
coloredlogs==10.0
|
||||
humanfriendly==4.15.1
|
||||
Jinja2==2.10
|
||||
Jinja2==2.10.3
|
||||
MarkupSafe==1.0
|
||||
path.py==11.0.1
|
||||
pathtools==0.1.2
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
* text eol=lf
|
||||
@@ -1,4 +0,0 @@
|
||||
FROM ubuntu:18.04
|
||||
ARG packages="apache2 libcgi-session-perl avahi-daemon"
|
||||
RUN apt-get update && apt-get install -y $packages && dpkg -l $packages
|
||||
EXPOSE 80 443
|
||||
@@ -1,15 +0,0 @@
|
||||
FROM ubuntu:18.04
|
||||
|
||||
RUN apt-get update && apt-get -y install git maven default-jdk avahi-daemon
|
||||
|
||||
RUN mkdir -p /root/src/
|
||||
|
||||
# Get californium-based CoAP test server
|
||||
WORKDIR /root/src
|
||||
RUN git clone https://github.com/selart/californium.git
|
||||
WORKDIR /root/src/californium
|
||||
RUN mvn clean install -q -DskipTests
|
||||
|
||||
WORKDIR /
|
||||
|
||||
EXPOSE 5683/udp 5684/udp
|
||||
@@ -1,4 +0,0 @@
|
||||
FROM ubuntu:16.04
|
||||
ARG packages="cyrus-imapd avahi-daemon"
|
||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y $packages && dpkg -l $packages
|
||||
EXPOSE 143 993
|
||||
@@ -1,4 +0,0 @@
|
||||
FROM ubuntu:18.04
|
||||
ARG packages="cyrus-imapd avahi-daemon"
|
||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y $packages && dpkg -l $packages
|
||||
EXPOSE 143 993
|
||||
@@ -1,4 +0,0 @@
|
||||
FROM ubuntu:18.04
|
||||
ARG packages="dante-server avahi-daemon"
|
||||
RUN apt-get update && apt-get install -y $packages && dpkg -l $packages
|
||||
EXPOSE 1080-1081
|
||||
@@ -1,4 +0,0 @@
|
||||
FROM ubuntu:16.04
|
||||
ARG packages="xinetd avahi-daemon"
|
||||
RUN apt-get update && apt-get install -y $packages && dpkg -l $packages
|
||||
EXPOSE 7 7/UDP 13
|
||||
@@ -1,4 +0,0 @@
|
||||
FROM ubuntu:18.04
|
||||
ARG packages="xinetd avahi-daemon"
|
||||
RUN apt-get update && apt-get install -y $packages && dpkg -l $packages
|
||||
EXPOSE 7 7/UDP 13
|
||||
@@ -1,20 +0,0 @@
|
||||
FROM ubuntu:18.04
|
||||
|
||||
RUN apt-get update && apt-get -y install git avahi-daemon autoconf automake libtool make libgnutls28-dev
|
||||
|
||||
RUN mkdir -p /root/src/
|
||||
|
||||
# Get FreeCoAP test server
|
||||
WORKDIR /root/src
|
||||
RUN git clone https://github.com/keith-cullen/FreeCoAP.git
|
||||
WORKDIR /root/src/FreeCoAP
|
||||
RUN autoreconf --install
|
||||
RUN ./configure
|
||||
RUN make
|
||||
RUN make install
|
||||
WORKDIR /root/src/FreeCoAP/sample/time_server
|
||||
RUN make
|
||||
|
||||
WORKDIR /
|
||||
|
||||
EXPOSE 5685/udp
|
||||
@@ -1,4 +0,0 @@
|
||||
FROM ubuntu:18.04
|
||||
ARG packages="ftp-proxy avahi-daemon"
|
||||
RUN apt-get update && apt-get install -y $packages && dpkg -l $packages
|
||||
EXPOSE 2121
|
||||
@@ -1,4 +0,0 @@
|
||||
FROM ubuntu:16.04
|
||||
ARG packages="iptables avahi-daemon"
|
||||
RUN apt-get update && apt-get install -y $packages && dpkg -l $packages
|
||||
EXPOSE 1357
|
||||
@@ -1,4 +0,0 @@
|
||||
FROM ubuntu:18.04
|
||||
ARG packages="iptables avahi-daemon"
|
||||
RUN apt-get update && apt-get install -y $packages && dpkg -l $packages
|
||||
EXPOSE 1357
|
||||
@@ -1,4 +0,0 @@
|
||||
FROM ubuntu:18.04
|
||||
ARG packages="squid avahi-daemon"
|
||||
RUN apt-get update && apt-get install -y $packages && dpkg -l $packages
|
||||
EXPOSE 3128-3130
|
||||
@@ -1,4 +0,0 @@
|
||||
FROM ubuntu:18.04
|
||||
ARG packages="vsftpd avahi-daemon"
|
||||
RUN apt-get update && apt-get install -y $packages && dpkg -l $packages
|
||||
EXPOSE 20-21
|
||||
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
|
||||
#############################################################################
|
||||
##
|
||||
## Copyright (C) 2017 The Qt Company Ltd.
|
||||
## Copyright (C) 2019 The Qt Company Ltd.
|
||||
## Contact: http://www.qt.io/licensing/
|
||||
##
|
||||
## This file is part of the provisioning scripts of the Qt Toolkit.
|
||||
@@ -33,31 +33,85 @@
|
||||
##
|
||||
#############################################################################
|
||||
|
||||
|
||||
# A helper script used for downloading a file from a URL or an alternative
|
||||
# URL. Also the SHA1 is checked for the file. Target filename should also
|
||||
# be given.
|
||||
#
|
||||
# If called directly from another script, it will exit the parent script
|
||||
# as well, if not called in its own subshell with parentheses.
|
||||
# URL. Also the SHA is checked for the file (SHA algorithm is autodetected
|
||||
# based on the SHA length). Target filename should also be given.
|
||||
|
||||
set -ex
|
||||
############################ BOILERPLATE ###############################
|
||||
command -v sha1sum >/dev/null || alias sha1sum='shasum -a 1'
|
||||
command -v sha256sum >/dev/null || alias sha256sum='shasum -a 256'
|
||||
command -v sha384sum >/dev/null || alias sha384sum='shasum -a 384'
|
||||
command -v sha512sum >/dev/null || alias sha512sum='shasum -a 512'
|
||||
########################################################################
|
||||
|
||||
function DownloadURL {
|
||||
url=$1
|
||||
url_alt=$2
|
||||
expectedSha1=$3
|
||||
targetFile=$4
|
||||
|
||||
echo "Downloading from primary URL '$url'"
|
||||
curl --fail -L --retry 5 --retry-delay 5 -o "$targetFile" "$url" || {
|
||||
echo "Failed to download '$url' multiple times"
|
||||
echo "Downloading from alternative URL '$url_alt'"
|
||||
curl --fail -L --retry 5 --retry-delay 5 -o "$targetFile" "$url_alt" || { echo 'Failed to download even from alternative url'; exit 1; }
|
||||
}
|
||||
Download () {
|
||||
url="$1"
|
||||
targetFile="$2"
|
||||
|
||||
echo "Checking SHA1 on PKG '$targetFile'"
|
||||
echo "$expectedSha1 *$targetFile" > "$targetFile.sha1"
|
||||
sha1sum --check "$targetFile.sha1"
|
||||
rm -f "$targetFile.sha1"
|
||||
command -v curl >/dev/null \
|
||||
&& curl --fail -L --retry 5 --retry-delay 5 -o "$targetFile" "$url" \
|
||||
|| wget --tries 5 -O "$targetFile" "$url"
|
||||
}
|
||||
|
||||
VerifyHash () {
|
||||
file=$1
|
||||
expectedHash=$2
|
||||
|
||||
if [ ! -f "$file" ]
|
||||
then return 2 # file does not exist
|
||||
fi
|
||||
|
||||
|
||||
hashLength="$(echo "$expectedHash" | wc -c | sed 's/ *//g')"
|
||||
# Use backticks because of bug with bash-3 (default on macOS),
|
||||
# caused when there are unbalanced parentheses inside $()
|
||||
# shellcheck disable=SC2006
|
||||
hash=`case "$hashLength" in
|
||||
41) sha1sum "$file" ;;
|
||||
65) sha256sum "$file" ;;
|
||||
97) sha384sum "$file" ;;
|
||||
129) sha512sum "$file" ;;
|
||||
*) echo "FATAL! Unknown hash length: $hashLength" 1>&2 && exit 1 ;;
|
||||
esac | cut -d ' ' -f 1`
|
||||
|
||||
if [ ! "$expectedHash" = "$hash" ]
|
||||
then
|
||||
echo "FAIL! wrong file hash: $file $hash" 1>&2
|
||||
return 1
|
||||
fi
|
||||
echo "OK verified integrity of: $file"
|
||||
}
|
||||
|
||||
# Check if file already exists and is good, otherwise download it
|
||||
DownloadURL () {
|
||||
url=$1
|
||||
url2=$2
|
||||
expectedHash=$3
|
||||
# Optional argument $4: destination filename
|
||||
if [ x"$4" = x ]
|
||||
then
|
||||
# defaults to the last component of $url
|
||||
targetFile=$(echo $url | sed 's|^.*/||')
|
||||
else
|
||||
targetFile=$4
|
||||
fi
|
||||
|
||||
if VerifyHash "$targetFile" "$expectedHash"
|
||||
then
|
||||
echo "Skipping download, found and validated existing file: $targetFile"
|
||||
else
|
||||
echo "Downloading from primary URL: $url"
|
||||
if ! Download "$url" "$targetFile"
|
||||
then
|
||||
echo "FAIL! to download, trying alternative URL: $url2" 1>&2
|
||||
if ! Download "$url2" "$targetFile"
|
||||
then
|
||||
echo 'FAIL! to download even from alternative URL' 1>&2
|
||||
return 1
|
||||
fi
|
||||
fi
|
||||
VerifyHash "$targetFile" "$expectedHash"
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -42,11 +42,11 @@ source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
|
||||
# shellcheck source=../unix/SetEnvVar.sh
|
||||
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
||||
|
||||
version="1.1.1b"
|
||||
version="1.1.1d"
|
||||
officialUrl="https://www.openssl.org/source/openssl-$version.tar.gz"
|
||||
cachedUrl="http://ci-files01-hki.intra.qt.io/input/openssl/openssl-$version.tar.gz"
|
||||
targetFile="/tmp/openssl-$version.tar.gz"
|
||||
sha="e9710abf5e95c48ebf47991b10cbb48c09dae102"
|
||||
sha="056057782325134b76d1931c48f2c7e6595d7ef4"
|
||||
opensslHome="${HOME}/openssl-${version}"
|
||||
opensslSource="${opensslHome}-src"
|
||||
DownloadURL "$cachedUrl" "$officialUrl" "$sha" "$targetFile"
|
||||
|
||||
@@ -45,13 +45,13 @@ 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.1b"
|
||||
$version = "1.1.1d"
|
||||
$zip = Get-DownloadLocation ("openssl-$version.tar.gz")
|
||||
$sha1 = "e9710abf5e95c48ebf47991b10cbb48c09dae102"
|
||||
$sha1 = "056057782325134b76d1931c48f2c7e6595d7ef4"
|
||||
$destination = "C:\Utils\openssl-android-master"
|
||||
|
||||
# msys unix style paths
|
||||
$ndkPath = "/c/Utils/Android/android-ndk-r20"
|
||||
$ndkPath = "/c/Utils/Android/android-ndk-r19c"
|
||||
$openssl_path = "/c/Utils/openssl-android-master"
|
||||
$cc_path = "$ndkPath/toolchains/llvm/prebuilt/windows-x86_64/bin"
|
||||
Download https://www.openssl.org/source/openssl-$version.tar.gz \\ci-files01-hki.intra.qt.io\provisioning\openssl\openssl-$version.tar.gz $zip
|
||||
|
||||
@@ -40,10 +40,10 @@
|
||||
# That's why we need to use Andoid-21 API version in Qt 5.9.
|
||||
|
||||
# NDK
|
||||
$ndkVersion = "r20"
|
||||
$ndkVersion = "r19c"
|
||||
$ndkCachedUrl = "\\ci-files01-hki.intra.qt.io\provisioning\android\android-ndk-$ndkVersion-windows-x86_64.zip"
|
||||
$ndkOfficialUrl = "https://dl.google.com/android/repository/android-ndk-$ndkVersion-windows-x86_64.zip"
|
||||
$ndkChecksum = "36e1dc77fad08ad2498fb94b13ad8caf26bbd9df"
|
||||
$ndkChecksum = "c4cd8c0b6e7618ca0a871a5f24102e40c239f6a3"
|
||||
$ndkFolder = "c:\Utils\Android\android-ndk-$ndkVersion"
|
||||
$ndkZip = "c:\Windows\Temp\android_ndk_$ndkVersion.zip"
|
||||
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
|
||||
. "$PSScriptRoot\helpers.ps1"
|
||||
|
||||
$majorminorversion = "3.6"
|
||||
$version = "3.6.2"
|
||||
$majorminorversion = "3.7"
|
||||
$version = "3.7.2"
|
||||
|
||||
$zip = Get-DownloadLocation ("cmake-" + $version + "-win32-x86.zip")
|
||||
$officialurl = "https://cmake.org/files/v" + $majorminorversion + "/cmake-" + $version + "-win32-x86.zip"
|
||||
@@ -44,7 +44,7 @@ Write-Host "Removing old cmake"
|
||||
Remove-Item "C:\CMake" -Force -Recurse -ErrorAction SilentlyContinue
|
||||
|
||||
Download $officialurl $cachedurl $zip
|
||||
Verify-Checksum $zip "541F6E7EFD228E46770B8631FFE57097576E4D4E"
|
||||
Verify-Checksum $zip "c80c17e858ecfebfaf16fe8af18b174d2600c4e6"
|
||||
|
||||
Extract-7Zip $zip C:
|
||||
$defaultinstallfolder = "C:\cmake-" + $version + "-win32-x86"
|
||||
|
||||
@@ -36,8 +36,8 @@
|
||||
|
||||
$scriptsPath = "C:\Python36\Scripts"
|
||||
|
||||
Run-Executable "$scriptsPath\pip3.exe" "install --upgrade conan==1.17.0"
|
||||
Write-Output "Conan = 1.17.0" >> ~\versions.txt
|
||||
Run-Executable "$scriptsPath\pip3.exe" "install -r $PSScriptRoot\conan_requirements.txt"
|
||||
Write-Output "Conan = 1.22.2" >> ~\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"
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
1563296922
|
||||
LICENSE.md: e5e131742c86307b7fb2fc2255e6277d
|
||||
conanfile.py: 18b376bcd3b1fb69a62d916ee609ce75
|
||||
icu_base.py: 03540bb5bf8ac0694a52ee04566cef8a
|
||||
@@ -1,251 +0,0 @@
|
||||
1563302303
|
||||
bin/derb.exe: 5dab26f815c8a555677c48514a6208eb
|
||||
bin/escapesrc.exe: 196361eaefbf657aaad12f6ebc7d9fd0
|
||||
bin/genbrk.exe: 481473c589c454cb0c67d477112326b6
|
||||
bin/genccode.exe: 36e12767557b6b62b7368b82af71dc7d
|
||||
bin/gencfu.exe: 4ed7055fc629466383663481024ce56b
|
||||
bin/gencmn.exe: 793b30b115e0d1697a005bbd7be8e2bf
|
||||
bin/gencnval.exe: 549ae3eff6f7f6c733a7a022e74ccf16
|
||||
bin/gendict.exe: 38799ad1ecf2bac24995d2030b248b1a
|
||||
bin/gennorm2.exe: 2b0ee309f4dd5f6394a799ae57615d99
|
||||
bin/genrb.exe: 0ad48828a13286a2ef10140a5b4a89df
|
||||
bin/gensprep.exe: 8a8c1abb007b882616f0c038b473a4fa
|
||||
bin/icu-config: 0bb77dfc59d545ffb13abbe29faa1050
|
||||
bin/icuinfo.exe: 06e182a0726c4fbdc0e2bad482cbcddb
|
||||
bin/icupkg.exe: a1f1c12ec71f39a273cdba803329feec
|
||||
bin/makeconv.exe: 12d9fa58c5016487606c60f2604dbfa5
|
||||
bin/pkgdata.exe: 47afb5e78953c34bd9bd3a47a8b58b1c
|
||||
bin/uconv.exe: 1b3131e11a447981322d479ac418e152
|
||||
conaninfo.txt: 94f4cb59828b265621231d47fa4013f1
|
||||
include/unicode/alphaindex.h: edc0ff1708822c14fbac4f58a89859c9
|
||||
include/unicode/appendable.h: 713ee4a1c3e3ca090b202ceb81d6ad9f
|
||||
include/unicode/basictz.h: 456683947de10ae84e2c069c9fc55e9f
|
||||
include/unicode/brkiter.h: c69c05b804270ad6c64f80c03a5b8ee0
|
||||
include/unicode/bytestream.h: 8b946f79fb11d18859acdceab1bb5d46
|
||||
include/unicode/bytestrie.h: 781e30fb8103ba58fdfe4b6704e54347
|
||||
include/unicode/bytestriebuilder.h: e6649e470ceff3af7ec894aa6031cb21
|
||||
include/unicode/calendar.h: e640b0fd471a5313b85a866871b9df2a
|
||||
include/unicode/caniter.h: 74858b2a33cb2805dea0b0bc480dda7d
|
||||
include/unicode/casemap.h: b40e8878db23b64a72763bf75e4e3e2a
|
||||
include/unicode/char16ptr.h: 3bed1c6f219d725f6daf274704427035
|
||||
include/unicode/chariter.h: 463cdd4748695660223db14c27da3e84
|
||||
include/unicode/choicfmt.h: 38f338fb58eebce7fc999c906aad142e
|
||||
include/unicode/coleitr.h: 35cafcefbe5155408aa6166781d4290d
|
||||
include/unicode/coll.h: a60e4d0e20f25015d370bfb3b24e267e
|
||||
include/unicode/compactdecimalformat.h: dd1f639d5c836e200b48ad69ef326fc0
|
||||
include/unicode/curramt.h: 8f57c8f5a77ffd6d1f4a9c53b100ee3e
|
||||
include/unicode/currpinf.h: e279f04f8bb9c6a686ede0f4bbc7caf4
|
||||
include/unicode/currunit.h: 0ea702494028296a411ac0bda6895275
|
||||
include/unicode/datefmt.h: 91aee102e3fa68c64113645be5b944c4
|
||||
include/unicode/dbbi.h: 15a312f4cf6c6bc243fd6d32368956a1
|
||||
include/unicode/dcfmtsym.h: 3eec16337aeaa8877e966616ac53783a
|
||||
include/unicode/decimfmt.h: 18479b4ccc0b4efa7732b1da2d0fd2ab
|
||||
include/unicode/docmain.h: 0df0e8161180b869031a88050e0a01c9
|
||||
include/unicode/dtfmtsym.h: c06710d48a792838da0f5e3814b3908a
|
||||
include/unicode/dtintrv.h: 65e3985e944f54230322acc986c59a30
|
||||
include/unicode/dtitvfmt.h: 72a63051451b33ba43f67e572883e855
|
||||
include/unicode/dtitvinf.h: b6e798c244d5d4ed73916a8db5b4a855
|
||||
include/unicode/dtptngen.h: 5c7a7e4d10c3db7123815ff42dc904f6
|
||||
include/unicode/dtrule.h: a2a865734c97d4d5ee2a095ebbd629cf
|
||||
include/unicode/edits.h: 7fd52de9a5c418c48234d1425f22fabc
|
||||
include/unicode/enumset.h: 3bb75fc43c88682895ae98c02e69810d
|
||||
include/unicode/errorcode.h: 6f00859e026be521cff595db38b871db
|
||||
include/unicode/fieldpos.h: d42ab3ff641fdc7016cbc3e7526594a1
|
||||
include/unicode/filteredbrk.h: 4ab1ef82654177aea8000c72f6652e40
|
||||
include/unicode/fmtable.h: c0c5ea7bd3e3a5fded75c2fea543c668
|
||||
include/unicode/format.h: 71642e006d9e359a5a8b0800d390ec52
|
||||
include/unicode/formattedvalue.h: a502788adec3ba1025321c2cefd0e4c7
|
||||
include/unicode/fpositer.h: 2fdf3d1fa8b84e6ba3c561803de5f595
|
||||
include/unicode/gender.h: 21d668158f52ab989a8a4711de79f099
|
||||
include/unicode/gregocal.h: 4e746c8c84966372f9e66255e3d05246
|
||||
include/unicode/icudataver.h: d1c480a9eb95aaa058a6b9311074bc33
|
||||
include/unicode/icuplug.h: 60ad27a2a36284bbc1766f9920769175
|
||||
include/unicode/idna.h: e2bb1287f5f61b37dd11493008d29ef6
|
||||
include/unicode/listformatter.h: 2942dcd998fbadca9043912a2dbe9e7e
|
||||
include/unicode/localebuilder.h: 5690e3f03681a2fbfe7baea5226378cd
|
||||
include/unicode/localpointer.h: a89505f84a4bb4e231a17676f1b1d51a
|
||||
include/unicode/locdspnm.h: 5d12af057d2675b88cf95dc63f015f21
|
||||
include/unicode/locid.h: 9df99f05fc348684e116098f6e0a6710
|
||||
include/unicode/measfmt.h: 909302945254ede1a345342a8c4b402d
|
||||
include/unicode/measunit.h: 9e0fe1ba857f051874760f7aad55c68b
|
||||
include/unicode/measure.h: 060550ced6b6ceae742c8d47772e190f
|
||||
include/unicode/messagepattern.h: b671e9e96bad09137a7bf186e8d795fc
|
||||
include/unicode/msgfmt.h: f1723a391f733367dde795d42d1734f3
|
||||
include/unicode/normalizer2.h: 909305633321f6cbb76cc88dc8c00c90
|
||||
include/unicode/normlzr.h: c974010d56584fcf75f0f2e10e05fe9c
|
||||
include/unicode/nounit.h: 86e94a9d9377bcd124dfd80600a66d19
|
||||
include/unicode/numberformatter.h: 5f13d5de2fb98bb5f6ce33e5b48698c3
|
||||
include/unicode/numberrangeformatter.h: 460fa1a21356b00a275e27a9a540140e
|
||||
include/unicode/numfmt.h: 26724db0305eab9f3b810f3a6accc729
|
||||
include/unicode/numsys.h: f68bc678c30deeb7c50a104d852e40d8
|
||||
include/unicode/parseerr.h: ce38831411af01eeaf0bbbb6e1cb0153
|
||||
include/unicode/parsepos.h: d5300bfbc1b2cd0081aecb71320e11ec
|
||||
include/unicode/platform.h: d6aed91f3114fe877714fc554ad167ae
|
||||
include/unicode/plurfmt.h: fa64bd7797a74e8e8769a12047c5bf3c
|
||||
include/unicode/plurrule.h: 8d3eb6b9c5e6eec6da436601e42ec65e
|
||||
include/unicode/ptypes.h: d74097874c82f77331d8e06a5c59d37f
|
||||
include/unicode/putil.h: ee1c69d5060b8d5754bf8879bb7f10d1
|
||||
include/unicode/rbbi.h: a0202b93d684e8e595c0012e4cefca83
|
||||
include/unicode/rbnf.h: c951102dad30e81d893bc81df09820f5
|
||||
include/unicode/rbtz.h: f772120604410ff1f1492b1991d36163
|
||||
include/unicode/regex.h: e911b68edf768bc0c96b770fced3a7f5
|
||||
include/unicode/region.h: b0c3e0b2ad6650fbab876495b114b639
|
||||
include/unicode/reldatefmt.h: 99195dad14eef9b8992409fc066b97d7
|
||||
include/unicode/rep.h: d29a88e12fd288a0606a41464630a015
|
||||
include/unicode/resbund.h: 87a08c1ea0b825d2f99951e9be9f1127
|
||||
include/unicode/schriter.h: 9c196272282acc6ccf6cd34544095b63
|
||||
include/unicode/scientificnumberformatter.h: b0f20bc8a5b53b07a07d4576d3d6d928
|
||||
include/unicode/search.h: bee76013db18275ff842e90c6805ae72
|
||||
include/unicode/selfmt.h: 2457e48d1cf8ff880f1bdaf80a9e2fc7
|
||||
include/unicode/simpleformatter.h: 3dfb5ab658aecf124d329b645082b879
|
||||
include/unicode/simpletz.h: 07c17256943be808b2b2a597d3d27c33
|
||||
include/unicode/smpdtfmt.h: e5ba02765fd03756ba63ca138a47daf1
|
||||
include/unicode/sortkey.h: 25af96ad696ab793d62d67debb04c8ba
|
||||
include/unicode/std_string.h: 2300a9ee3296c630373a6e8b685dff88
|
||||
include/unicode/strenum.h: 2d2998dd8033ac7272c39406cc3f8b51
|
||||
include/unicode/stringoptions.h: d4929224e8d9df2f272f0305780cbacb
|
||||
include/unicode/stringpiece.h: 4265692d09da7d3cd585bc6776a8a0c7
|
||||
include/unicode/stringtriebuilder.h: fc74bea13a3003c79ebeccc442703037
|
||||
include/unicode/stsearch.h: 33d820eada4a37ceb3f0bd9ff07ed63d
|
||||
include/unicode/symtable.h: 763520aa161c95884efa6f6a5f29eb77
|
||||
include/unicode/tblcoll.h: 9aad9b68d582e13be85f437f815a3eb1
|
||||
include/unicode/timezone.h: 4e6b12c8e428fae21f99552d29544690
|
||||
include/unicode/tmunit.h: 9a1f159c304e2bd283d7cf61a0807c05
|
||||
include/unicode/tmutamt.h: 0890de21bc330b69b00f94c437e0f140
|
||||
include/unicode/tmutfmt.h: c344b95b816e04ed0bc895c6da6ef460
|
||||
include/unicode/translit.h: 3464c7b8023b7c131b0b533e1b372c3a
|
||||
include/unicode/tzfmt.h: 2cb06301f2376b6802834105060311bf
|
||||
include/unicode/tznames.h: b5935a11cb884e2e47ad732ee684037d
|
||||
include/unicode/tzrule.h: bcba9c924da93d42e4f18f507c11e8cf
|
||||
include/unicode/tztrans.h: 6e72d3497b3e68dc9aad510e2b45f781
|
||||
include/unicode/ubidi.h: d90a13a2933198f134efefc0ff7563e6
|
||||
include/unicode/ubiditransform.h: fab65809ece8816f1a002eb843b80e29
|
||||
include/unicode/ubrk.h: e85002afa629b85ba239135ab11f47f0
|
||||
include/unicode/ucal.h: c39d869ac0bca5859e78287092e40721
|
||||
include/unicode/ucasemap.h: 2f240e1dc6db1771e843f1a03fd0c8f4
|
||||
include/unicode/ucat.h: f412352b86adccba85d7f3e4b4515064
|
||||
include/unicode/uchar.h: 25e6419710b325b53286cb7dcaf4af57
|
||||
include/unicode/ucharstrie.h: 644af4172d542594c40face6cbe01b5e
|
||||
include/unicode/ucharstriebuilder.h: 52600c017361ee29f21a6fef13667948
|
||||
include/unicode/uchriter.h: 85c221ab993783ec8f7823713c30758c
|
||||
include/unicode/uclean.h: ef4b9289f510edd0bb6b779d0a299f44
|
||||
include/unicode/ucnv.h: db701a7a83540ef4dcfc4e780f1da016
|
||||
include/unicode/ucnv_cb.h: 69c1c5b156028cd623ed7e5b5b4ab730
|
||||
include/unicode/ucnv_err.h: 6ef0751460140d23ae678ef85c298906
|
||||
include/unicode/ucnvsel.h: 6e4c5e31c2a89439ef4945cd4a402ef3
|
||||
include/unicode/ucol.h: 0b6d71140d2f8e0cf618e5a54cf251af
|
||||
include/unicode/ucoleitr.h: b4576706530850666c1cfd2424276b26
|
||||
include/unicode/uconfig.h: 680b99d4b154e14ac1ebcb9c60f5ab3c
|
||||
include/unicode/ucpmap.h: a22571c78880dd947efc0ab547061a35
|
||||
include/unicode/ucptrie.h: 9b16abc66b11f53941ec5d90af1df0b0
|
||||
include/unicode/ucsdet.h: c7d5b3d36da0c71b0a85a72642439a90
|
||||
include/unicode/ucurr.h: 0ec2b114be8c462d4542c6e1d0bf2b8a
|
||||
include/unicode/udat.h: 373cf290162e44eba9f2cf6dad278858
|
||||
include/unicode/udata.h: e747b190fadb0749c129aeff7e6eef54
|
||||
include/unicode/udateintervalformat.h: 178f650518ecceeb2eca7b763dd68799
|
||||
include/unicode/udatpg.h: 078d2d548f3123fceae0d4056359a62e
|
||||
include/unicode/udisplaycontext.h: 57a269787da52ad6720ff5b1e87b5cdd
|
||||
include/unicode/uenum.h: 41cce54d4862d5068f4f087b935c0657
|
||||
include/unicode/ufieldpositer.h: 21f8ba8e285bfea4daa3da8a01911b7e
|
||||
include/unicode/uformattable.h: cad38a97f9f929ebc28d5e72dc5ec14f
|
||||
include/unicode/uformattedvalue.h: 47ae4b93dddfe15d28400da09201090e
|
||||
include/unicode/ugender.h: d64c9ad1d5cf04136534e3aca38d2638
|
||||
include/unicode/uidna.h: 88ee381ec6ec01cb677f3e5222e9cf22
|
||||
include/unicode/uiter.h: 3fea96177f4f814091918f54d1e68ccd
|
||||
include/unicode/uldnames.h: d18634bc73c16b9ae02b6a60fd94d8be
|
||||
include/unicode/ulistformatter.h: 64859bc80c70c1e183f3537e1c354142
|
||||
include/unicode/uloc.h: b344a11407a95b108ef52a4d88c74d6a
|
||||
include/unicode/ulocdata.h: 116fad6a2c0db0d08e3f5ae02d93a035
|
||||
include/unicode/umachine.h: b25221a74cab16d993f35108e6da340a
|
||||
include/unicode/umisc.h: eca71d8c8bf86529ae5bbc5f34598bea
|
||||
include/unicode/umsg.h: 298645d31f8d8e209cbb5eb3751e3ceb
|
||||
include/unicode/umutablecptrie.h: 4fe0aaad80938fbe881a3fb447be1f24
|
||||
include/unicode/unifilt.h: 71e8ecdb31d706e8e0efc4bbdc9f86b5
|
||||
include/unicode/unifunct.h: 97d80d81556b54ac674d09643df98cfc
|
||||
include/unicode/unimatch.h: 00eb31b1d65f3e0f03e7d880b1bb79fb
|
||||
include/unicode/unirepl.h: c5eeec0e14a9666262d332c22124803f
|
||||
include/unicode/uniset.h: 69b5447c36eec06421bc9038df3bd80e
|
||||
include/unicode/unistr.h: e35ee05307a3338579df46718b049b32
|
||||
include/unicode/unorm.h: 3a1e6dcd474ef8b2c3377b34141bf6d3
|
||||
include/unicode/unorm2.h: e8fff4023ad114b325f346d2cdbbe043
|
||||
include/unicode/unum.h: ec868132b7242d85645d30dd549b25fc
|
||||
include/unicode/unumberformatter.h: 0dc25c33373d63ca0beb10a9ef265237
|
||||
include/unicode/unumsys.h: 7e5dd76a0e07f790c30c944bfb810e71
|
||||
include/unicode/uobject.h: c9a1e3afb798e0fbcad34b01b0bc5c3e
|
||||
include/unicode/upluralrules.h: 15feae7c7df35b97d5e715f28f616e63
|
||||
include/unicode/uregex.h: 10fe8b8c9f98758bf192bc765fa45e3c
|
||||
include/unicode/uregion.h: a3f28f15972bf18600012815a8c76535
|
||||
include/unicode/ureldatefmt.h: d528589ebdc3f8cb6c27ce4867752c55
|
||||
include/unicode/urename.h: 7cd5ed487b56e2aeb354867a0b2cda5f
|
||||
include/unicode/urep.h: 6ada98ac1aa68081f10d17b1abadef6e
|
||||
include/unicode/ures.h: 8c69586a969eb2898d5d3e8c08beda9c
|
||||
include/unicode/uscript.h: 5bf2d96240b17507a05ebe4d36b1a38e
|
||||
include/unicode/usearch.h: fc5b3e0d1096ff69c3a2397ef5b3a036
|
||||
include/unicode/uset.h: a285e1b480a3abaaee753ba74d245efd
|
||||
include/unicode/usetiter.h: 36896c874036542390b5a75a04f330c5
|
||||
include/unicode/ushape.h: 86fdf709d4312bb17cf95b16f58e1dc4
|
||||
include/unicode/uspoof.h: 6c2d471942085f091c8bc748a02f113e
|
||||
include/unicode/usprep.h: e88585ae8bdb3a35aa88417993bde732
|
||||
include/unicode/ustdio.h: 3104e526d3de60538f42c0fd5430adcb
|
||||
include/unicode/ustream.h: 6a3f303b73d795a0ff9a1b8d2758d88d
|
||||
include/unicode/ustring.h: 92f522f8ef62e443c11baa56c32e42e4
|
||||
include/unicode/ustringtrie.h: 54a28aa9c4e117cd3ebfd0a670324f6c
|
||||
include/unicode/utext.h: b0e85d74193953fcaa29de51853cc95a
|
||||
include/unicode/utf.h: 4434eeb75c89a49228884aa247714e1c
|
||||
include/unicode/utf16.h: d95d304275f6c688b0c4ae5620d57e4c
|
||||
include/unicode/utf32.h: a1fdf74f4bd8808f9fb17df371f886d9
|
||||
include/unicode/utf8.h: 7d5d7b60c96cccc184cdc5cd53447e7c
|
||||
include/unicode/utf_old.h: c89c03a53abcf83e039ad4217246acd9
|
||||
include/unicode/utmscale.h: 7c59d91f835bc9f4b805dd64e73851d7
|
||||
include/unicode/utrace.h: 35cbc5ec2fd02b703a449e896f48ebfe
|
||||
include/unicode/utrans.h: 7a20730bb6d33441a5b9c886cc7cd0eb
|
||||
include/unicode/utypes.h: be7b3c9d785b5d70b2f05e6dd527f026
|
||||
include/unicode/uvernum.h: 59a34f58b169d039a90da4e8824af662
|
||||
include/unicode/uversion.h: af19802ec4e905051d79ab4579a30bcd
|
||||
include/unicode/vtzone.h: a9053ef95930bd854729360fe00fed7a
|
||||
lib/icu/64.2/Makefile.inc: 877c8d22d35ab71a25e3545b714b393e
|
||||
lib/icu/64.2/pkgdata.inc: 49b14eabd895cebb63a73c80d9099337
|
||||
lib/icu/Makefile.inc: 877c8d22d35ab71a25e3545b714b393e
|
||||
lib/icu/current/Makefile.inc: 877c8d22d35ab71a25e3545b714b393e
|
||||
lib/icu/current/pkgdata.inc: 49b14eabd895cebb63a73c80d9099337
|
||||
lib/icu/pkgdata.inc: 49b14eabd895cebb63a73c80d9099337
|
||||
lib/icudt.dll: 51718083e11c934244a2180453b6192d
|
||||
lib/icudt64.dll: d4b6d9f7726209fb2e7c50ad59ef948e
|
||||
lib/icuin.dll: 37ef9947c0ed682d9ca1200599ef8326
|
||||
lib/icuin64.dll: 37ef9947c0ed682d9ca1200599ef8326
|
||||
lib/icuio.dll: 6f163cb40ada9784eef3ff17d7c81541
|
||||
lib/icuio64.dll: 6f163cb40ada9784eef3ff17d7c81541
|
||||
lib/icutest.dll: 22f051d821580c97afb4e98955502003
|
||||
lib/icutest64.dll: 22f051d821580c97afb4e98955502003
|
||||
lib/icutu.dll: a1d54e06d72aa4ff539c850dc8b5ef07
|
||||
lib/icutu64.dll: a1d54e06d72aa4ff539c850dc8b5ef07
|
||||
lib/icuuc.dll: 95f54a0d2f02015eb1a2d996d52f7379
|
||||
lib/icuuc64.dll: 95f54a0d2f02015eb1a2d996d52f7379
|
||||
lib/libicudt.dll.a: 1bee3188c02b6416f380d1317ddb6173
|
||||
lib/libicuin.dll.a: 45887066a9eec4f2a3babb6a2b149cca
|
||||
lib/libicuio.dll.a: f28fc05d5c77873f77c98de4120c2257
|
||||
lib/libicutest.dll.a: e124c5752ed2fa61d3305d62c6bbb77f
|
||||
lib/libicutu.dll.a: 613e72ca20a6a70dea011a863fdb67cf
|
||||
lib/libicuuc.dll.a: c48739947c0ec41087df6f167b9f193d
|
||||
lib/pkgconfig/icu-i18n.pc: 1f2b1e05e6f343591662ee6a5c2120ff
|
||||
lib/pkgconfig/icu-io.pc: 90ce9fbc240c0d18469d4c949c1ff38c
|
||||
lib/pkgconfig/icu-uc.pc: 59f15ab191724fc7a7bb257f96d1746e
|
||||
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/64.2/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/64.2/config/mh-mingw64: 21a2b87cfc116d4f2a08e9c6c160f2d4
|
||||
share/icu/64.2/install-sh: 5afe8eb5573965dfb58378e4e46f3813
|
||||
share/icu/64.2/mkinstalldirs: 31c4856b24c8dbc6319819ccd43b4fda
|
||||
share/man/man1/derb.1: 140b84149f762ce47b2fe263aed44fb5
|
||||
share/man/man1/genbrk.1: f3b0b5c88f6562d93a27e776bf13987c
|
||||
share/man/man1/gencfu.1: fc9b581c0fe513328c22b44ce035e0c1
|
||||
share/man/man1/gencnval.1: 696401204fbe4d17e8dac25eea70ce07
|
||||
share/man/man1/gendict.1: f3607026142ed53bf2d0bae71884ce02
|
||||
share/man/man1/genrb.1: 3860427c56aa1c847586737737325550
|
||||
share/man/man1/icu-config.1: 24f882d0de63c5fee2b10a2911b206f8
|
||||
share/man/man1/makeconv.1: ee9bdbd7ee11f0e705e6de72b86f29ac
|
||||
share/man/man1/pkgdata.1: 2cb82b3e1c820002968867c3b2b5b811
|
||||
share/man/man1/uconv.1: 516c265d14b9f3ad72dceb2c2d23f2bb
|
||||
share/man/man8/genccode.8: 0c9f23a8cec80bfdb6127197f1c3ed17
|
||||
share/man/man8/gencmn.8: 251c98aa763ab74829e074c5e6f21c98
|
||||
share/man/man8/gensprep.8: a3129a511adbb04310a2d900c15784e1
|
||||
share/man/man8/icupkg.8: 145940ae5e9a8aea3a93213f13ddd70c
|
||||
@@ -1,251 +0,0 @@
|
||||
1563301699
|
||||
bin/derb.exe: 375bc0810269406e4097d43a9ef65de5
|
||||
bin/escapesrc.exe: 5569002ce7984123f9eefa19840a6ee7
|
||||
bin/genbrk.exe: 10c1ce5f94d9fac6b4d38429855483a5
|
||||
bin/genccode.exe: 79e308a8f027703438157b75cdcaee5f
|
||||
bin/gencfu.exe: b3f38f0d3f048e988eae84ac462291e2
|
||||
bin/gencmn.exe: a1660bd03f65026d9557f7b8354d6a14
|
||||
bin/gencnval.exe: e04e852bd61714cfa38e795429d637e9
|
||||
bin/gendict.exe: 0fee346a8d0d07f1566501859da6d475
|
||||
bin/gennorm2.exe: 9e618d91189587ef232a399e4939ed59
|
||||
bin/genrb.exe: ee43e9ada1993a944aee14b5af361ec8
|
||||
bin/gensprep.exe: 24f03316091277e31f3d1e21d907c143
|
||||
bin/icu-config: 665a391274c974f9b3416bf3c796f9e8
|
||||
bin/icuinfo.exe: ba1e67402b55c3d5f3a494f326c7782f
|
||||
bin/icupkg.exe: 2a326b48e8b86d69d02f79db5380f629
|
||||
bin/makeconv.exe: 9be102256933aab5d9396495bbe8aa43
|
||||
bin/pkgdata.exe: a9b1aac252e93d5aa4cdbdd85ba4e46e
|
||||
bin/uconv.exe: 5dd0ea19fc070e08af7405cacadbbb01
|
||||
conaninfo.txt: 575afb295783470adb371557b8917a1a
|
||||
include/unicode/alphaindex.h: edc0ff1708822c14fbac4f58a89859c9
|
||||
include/unicode/appendable.h: 713ee4a1c3e3ca090b202ceb81d6ad9f
|
||||
include/unicode/basictz.h: 456683947de10ae84e2c069c9fc55e9f
|
||||
include/unicode/brkiter.h: c69c05b804270ad6c64f80c03a5b8ee0
|
||||
include/unicode/bytestream.h: 8b946f79fb11d18859acdceab1bb5d46
|
||||
include/unicode/bytestrie.h: 781e30fb8103ba58fdfe4b6704e54347
|
||||
include/unicode/bytestriebuilder.h: e6649e470ceff3af7ec894aa6031cb21
|
||||
include/unicode/calendar.h: e640b0fd471a5313b85a866871b9df2a
|
||||
include/unicode/caniter.h: 74858b2a33cb2805dea0b0bc480dda7d
|
||||
include/unicode/casemap.h: b40e8878db23b64a72763bf75e4e3e2a
|
||||
include/unicode/char16ptr.h: 3bed1c6f219d725f6daf274704427035
|
||||
include/unicode/chariter.h: 463cdd4748695660223db14c27da3e84
|
||||
include/unicode/choicfmt.h: 38f338fb58eebce7fc999c906aad142e
|
||||
include/unicode/coleitr.h: 35cafcefbe5155408aa6166781d4290d
|
||||
include/unicode/coll.h: a60e4d0e20f25015d370bfb3b24e267e
|
||||
include/unicode/compactdecimalformat.h: dd1f639d5c836e200b48ad69ef326fc0
|
||||
include/unicode/curramt.h: 8f57c8f5a77ffd6d1f4a9c53b100ee3e
|
||||
include/unicode/currpinf.h: e279f04f8bb9c6a686ede0f4bbc7caf4
|
||||
include/unicode/currunit.h: 0ea702494028296a411ac0bda6895275
|
||||
include/unicode/datefmt.h: 91aee102e3fa68c64113645be5b944c4
|
||||
include/unicode/dbbi.h: 15a312f4cf6c6bc243fd6d32368956a1
|
||||
include/unicode/dcfmtsym.h: 3eec16337aeaa8877e966616ac53783a
|
||||
include/unicode/decimfmt.h: 18479b4ccc0b4efa7732b1da2d0fd2ab
|
||||
include/unicode/docmain.h: 0df0e8161180b869031a88050e0a01c9
|
||||
include/unicode/dtfmtsym.h: c06710d48a792838da0f5e3814b3908a
|
||||
include/unicode/dtintrv.h: 65e3985e944f54230322acc986c59a30
|
||||
include/unicode/dtitvfmt.h: 72a63051451b33ba43f67e572883e855
|
||||
include/unicode/dtitvinf.h: b6e798c244d5d4ed73916a8db5b4a855
|
||||
include/unicode/dtptngen.h: 5c7a7e4d10c3db7123815ff42dc904f6
|
||||
include/unicode/dtrule.h: a2a865734c97d4d5ee2a095ebbd629cf
|
||||
include/unicode/edits.h: 7fd52de9a5c418c48234d1425f22fabc
|
||||
include/unicode/enumset.h: 3bb75fc43c88682895ae98c02e69810d
|
||||
include/unicode/errorcode.h: 6f00859e026be521cff595db38b871db
|
||||
include/unicode/fieldpos.h: d42ab3ff641fdc7016cbc3e7526594a1
|
||||
include/unicode/filteredbrk.h: 4ab1ef82654177aea8000c72f6652e40
|
||||
include/unicode/fmtable.h: c0c5ea7bd3e3a5fded75c2fea543c668
|
||||
include/unicode/format.h: 71642e006d9e359a5a8b0800d390ec52
|
||||
include/unicode/formattedvalue.h: a502788adec3ba1025321c2cefd0e4c7
|
||||
include/unicode/fpositer.h: 2fdf3d1fa8b84e6ba3c561803de5f595
|
||||
include/unicode/gender.h: 21d668158f52ab989a8a4711de79f099
|
||||
include/unicode/gregocal.h: 4e746c8c84966372f9e66255e3d05246
|
||||
include/unicode/icudataver.h: d1c480a9eb95aaa058a6b9311074bc33
|
||||
include/unicode/icuplug.h: 60ad27a2a36284bbc1766f9920769175
|
||||
include/unicode/idna.h: e2bb1287f5f61b37dd11493008d29ef6
|
||||
include/unicode/listformatter.h: 2942dcd998fbadca9043912a2dbe9e7e
|
||||
include/unicode/localebuilder.h: 5690e3f03681a2fbfe7baea5226378cd
|
||||
include/unicode/localpointer.h: a89505f84a4bb4e231a17676f1b1d51a
|
||||
include/unicode/locdspnm.h: 5d12af057d2675b88cf95dc63f015f21
|
||||
include/unicode/locid.h: 9df99f05fc348684e116098f6e0a6710
|
||||
include/unicode/measfmt.h: 909302945254ede1a345342a8c4b402d
|
||||
include/unicode/measunit.h: 9e0fe1ba857f051874760f7aad55c68b
|
||||
include/unicode/measure.h: 060550ced6b6ceae742c8d47772e190f
|
||||
include/unicode/messagepattern.h: b671e9e96bad09137a7bf186e8d795fc
|
||||
include/unicode/msgfmt.h: f1723a391f733367dde795d42d1734f3
|
||||
include/unicode/normalizer2.h: 909305633321f6cbb76cc88dc8c00c90
|
||||
include/unicode/normlzr.h: c974010d56584fcf75f0f2e10e05fe9c
|
||||
include/unicode/nounit.h: 86e94a9d9377bcd124dfd80600a66d19
|
||||
include/unicode/numberformatter.h: 5f13d5de2fb98bb5f6ce33e5b48698c3
|
||||
include/unicode/numberrangeformatter.h: 460fa1a21356b00a275e27a9a540140e
|
||||
include/unicode/numfmt.h: 26724db0305eab9f3b810f3a6accc729
|
||||
include/unicode/numsys.h: f68bc678c30deeb7c50a104d852e40d8
|
||||
include/unicode/parseerr.h: ce38831411af01eeaf0bbbb6e1cb0153
|
||||
include/unicode/parsepos.h: d5300bfbc1b2cd0081aecb71320e11ec
|
||||
include/unicode/platform.h: d6aed91f3114fe877714fc554ad167ae
|
||||
include/unicode/plurfmt.h: fa64bd7797a74e8e8769a12047c5bf3c
|
||||
include/unicode/plurrule.h: 8d3eb6b9c5e6eec6da436601e42ec65e
|
||||
include/unicode/ptypes.h: d74097874c82f77331d8e06a5c59d37f
|
||||
include/unicode/putil.h: ee1c69d5060b8d5754bf8879bb7f10d1
|
||||
include/unicode/rbbi.h: a0202b93d684e8e595c0012e4cefca83
|
||||
include/unicode/rbnf.h: c951102dad30e81d893bc81df09820f5
|
||||
include/unicode/rbtz.h: f772120604410ff1f1492b1991d36163
|
||||
include/unicode/regex.h: e911b68edf768bc0c96b770fced3a7f5
|
||||
include/unicode/region.h: b0c3e0b2ad6650fbab876495b114b639
|
||||
include/unicode/reldatefmt.h: 99195dad14eef9b8992409fc066b97d7
|
||||
include/unicode/rep.h: d29a88e12fd288a0606a41464630a015
|
||||
include/unicode/resbund.h: 87a08c1ea0b825d2f99951e9be9f1127
|
||||
include/unicode/schriter.h: 9c196272282acc6ccf6cd34544095b63
|
||||
include/unicode/scientificnumberformatter.h: b0f20bc8a5b53b07a07d4576d3d6d928
|
||||
include/unicode/search.h: bee76013db18275ff842e90c6805ae72
|
||||
include/unicode/selfmt.h: 2457e48d1cf8ff880f1bdaf80a9e2fc7
|
||||
include/unicode/simpleformatter.h: 3dfb5ab658aecf124d329b645082b879
|
||||
include/unicode/simpletz.h: 07c17256943be808b2b2a597d3d27c33
|
||||
include/unicode/smpdtfmt.h: e5ba02765fd03756ba63ca138a47daf1
|
||||
include/unicode/sortkey.h: 25af96ad696ab793d62d67debb04c8ba
|
||||
include/unicode/std_string.h: 2300a9ee3296c630373a6e8b685dff88
|
||||
include/unicode/strenum.h: 2d2998dd8033ac7272c39406cc3f8b51
|
||||
include/unicode/stringoptions.h: d4929224e8d9df2f272f0305780cbacb
|
||||
include/unicode/stringpiece.h: 4265692d09da7d3cd585bc6776a8a0c7
|
||||
include/unicode/stringtriebuilder.h: fc74bea13a3003c79ebeccc442703037
|
||||
include/unicode/stsearch.h: 33d820eada4a37ceb3f0bd9ff07ed63d
|
||||
include/unicode/symtable.h: 763520aa161c95884efa6f6a5f29eb77
|
||||
include/unicode/tblcoll.h: 9aad9b68d582e13be85f437f815a3eb1
|
||||
include/unicode/timezone.h: 4e6b12c8e428fae21f99552d29544690
|
||||
include/unicode/tmunit.h: 9a1f159c304e2bd283d7cf61a0807c05
|
||||
include/unicode/tmutamt.h: 0890de21bc330b69b00f94c437e0f140
|
||||
include/unicode/tmutfmt.h: c344b95b816e04ed0bc895c6da6ef460
|
||||
include/unicode/translit.h: 3464c7b8023b7c131b0b533e1b372c3a
|
||||
include/unicode/tzfmt.h: 2cb06301f2376b6802834105060311bf
|
||||
include/unicode/tznames.h: b5935a11cb884e2e47ad732ee684037d
|
||||
include/unicode/tzrule.h: bcba9c924da93d42e4f18f507c11e8cf
|
||||
include/unicode/tztrans.h: 6e72d3497b3e68dc9aad510e2b45f781
|
||||
include/unicode/ubidi.h: d90a13a2933198f134efefc0ff7563e6
|
||||
include/unicode/ubiditransform.h: fab65809ece8816f1a002eb843b80e29
|
||||
include/unicode/ubrk.h: e85002afa629b85ba239135ab11f47f0
|
||||
include/unicode/ucal.h: c39d869ac0bca5859e78287092e40721
|
||||
include/unicode/ucasemap.h: 2f240e1dc6db1771e843f1a03fd0c8f4
|
||||
include/unicode/ucat.h: f412352b86adccba85d7f3e4b4515064
|
||||
include/unicode/uchar.h: 25e6419710b325b53286cb7dcaf4af57
|
||||
include/unicode/ucharstrie.h: 644af4172d542594c40face6cbe01b5e
|
||||
include/unicode/ucharstriebuilder.h: 52600c017361ee29f21a6fef13667948
|
||||
include/unicode/uchriter.h: 85c221ab993783ec8f7823713c30758c
|
||||
include/unicode/uclean.h: ef4b9289f510edd0bb6b779d0a299f44
|
||||
include/unicode/ucnv.h: db701a7a83540ef4dcfc4e780f1da016
|
||||
include/unicode/ucnv_cb.h: 69c1c5b156028cd623ed7e5b5b4ab730
|
||||
include/unicode/ucnv_err.h: 6ef0751460140d23ae678ef85c298906
|
||||
include/unicode/ucnvsel.h: 6e4c5e31c2a89439ef4945cd4a402ef3
|
||||
include/unicode/ucol.h: 0b6d71140d2f8e0cf618e5a54cf251af
|
||||
include/unicode/ucoleitr.h: b4576706530850666c1cfd2424276b26
|
||||
include/unicode/uconfig.h: 680b99d4b154e14ac1ebcb9c60f5ab3c
|
||||
include/unicode/ucpmap.h: a22571c78880dd947efc0ab547061a35
|
||||
include/unicode/ucptrie.h: 9b16abc66b11f53941ec5d90af1df0b0
|
||||
include/unicode/ucsdet.h: c7d5b3d36da0c71b0a85a72642439a90
|
||||
include/unicode/ucurr.h: 0ec2b114be8c462d4542c6e1d0bf2b8a
|
||||
include/unicode/udat.h: 373cf290162e44eba9f2cf6dad278858
|
||||
include/unicode/udata.h: e747b190fadb0749c129aeff7e6eef54
|
||||
include/unicode/udateintervalformat.h: 178f650518ecceeb2eca7b763dd68799
|
||||
include/unicode/udatpg.h: 078d2d548f3123fceae0d4056359a62e
|
||||
include/unicode/udisplaycontext.h: 57a269787da52ad6720ff5b1e87b5cdd
|
||||
include/unicode/uenum.h: 41cce54d4862d5068f4f087b935c0657
|
||||
include/unicode/ufieldpositer.h: 21f8ba8e285bfea4daa3da8a01911b7e
|
||||
include/unicode/uformattable.h: cad38a97f9f929ebc28d5e72dc5ec14f
|
||||
include/unicode/uformattedvalue.h: 47ae4b93dddfe15d28400da09201090e
|
||||
include/unicode/ugender.h: d64c9ad1d5cf04136534e3aca38d2638
|
||||
include/unicode/uidna.h: 88ee381ec6ec01cb677f3e5222e9cf22
|
||||
include/unicode/uiter.h: 3fea96177f4f814091918f54d1e68ccd
|
||||
include/unicode/uldnames.h: d18634bc73c16b9ae02b6a60fd94d8be
|
||||
include/unicode/ulistformatter.h: 64859bc80c70c1e183f3537e1c354142
|
||||
include/unicode/uloc.h: b344a11407a95b108ef52a4d88c74d6a
|
||||
include/unicode/ulocdata.h: 116fad6a2c0db0d08e3f5ae02d93a035
|
||||
include/unicode/umachine.h: b25221a74cab16d993f35108e6da340a
|
||||
include/unicode/umisc.h: eca71d8c8bf86529ae5bbc5f34598bea
|
||||
include/unicode/umsg.h: 298645d31f8d8e209cbb5eb3751e3ceb
|
||||
include/unicode/umutablecptrie.h: 4fe0aaad80938fbe881a3fb447be1f24
|
||||
include/unicode/unifilt.h: 71e8ecdb31d706e8e0efc4bbdc9f86b5
|
||||
include/unicode/unifunct.h: 97d80d81556b54ac674d09643df98cfc
|
||||
include/unicode/unimatch.h: 00eb31b1d65f3e0f03e7d880b1bb79fb
|
||||
include/unicode/unirepl.h: c5eeec0e14a9666262d332c22124803f
|
||||
include/unicode/uniset.h: 69b5447c36eec06421bc9038df3bd80e
|
||||
include/unicode/unistr.h: e35ee05307a3338579df46718b049b32
|
||||
include/unicode/unorm.h: 3a1e6dcd474ef8b2c3377b34141bf6d3
|
||||
include/unicode/unorm2.h: e8fff4023ad114b325f346d2cdbbe043
|
||||
include/unicode/unum.h: ec868132b7242d85645d30dd549b25fc
|
||||
include/unicode/unumberformatter.h: 0dc25c33373d63ca0beb10a9ef265237
|
||||
include/unicode/unumsys.h: 7e5dd76a0e07f790c30c944bfb810e71
|
||||
include/unicode/uobject.h: c9a1e3afb798e0fbcad34b01b0bc5c3e
|
||||
include/unicode/upluralrules.h: 15feae7c7df35b97d5e715f28f616e63
|
||||
include/unicode/uregex.h: 10fe8b8c9f98758bf192bc765fa45e3c
|
||||
include/unicode/uregion.h: a3f28f15972bf18600012815a8c76535
|
||||
include/unicode/ureldatefmt.h: d528589ebdc3f8cb6c27ce4867752c55
|
||||
include/unicode/urename.h: 7cd5ed487b56e2aeb354867a0b2cda5f
|
||||
include/unicode/urep.h: 6ada98ac1aa68081f10d17b1abadef6e
|
||||
include/unicode/ures.h: 8c69586a969eb2898d5d3e8c08beda9c
|
||||
include/unicode/uscript.h: 5bf2d96240b17507a05ebe4d36b1a38e
|
||||
include/unicode/usearch.h: fc5b3e0d1096ff69c3a2397ef5b3a036
|
||||
include/unicode/uset.h: a285e1b480a3abaaee753ba74d245efd
|
||||
include/unicode/usetiter.h: 36896c874036542390b5a75a04f330c5
|
||||
include/unicode/ushape.h: 86fdf709d4312bb17cf95b16f58e1dc4
|
||||
include/unicode/uspoof.h: 6c2d471942085f091c8bc748a02f113e
|
||||
include/unicode/usprep.h: e88585ae8bdb3a35aa88417993bde732
|
||||
include/unicode/ustdio.h: 3104e526d3de60538f42c0fd5430adcb
|
||||
include/unicode/ustream.h: 6a3f303b73d795a0ff9a1b8d2758d88d
|
||||
include/unicode/ustring.h: 92f522f8ef62e443c11baa56c32e42e4
|
||||
include/unicode/ustringtrie.h: 54a28aa9c4e117cd3ebfd0a670324f6c
|
||||
include/unicode/utext.h: b0e85d74193953fcaa29de51853cc95a
|
||||
include/unicode/utf.h: 4434eeb75c89a49228884aa247714e1c
|
||||
include/unicode/utf16.h: d95d304275f6c688b0c4ae5620d57e4c
|
||||
include/unicode/utf32.h: a1fdf74f4bd8808f9fb17df371f886d9
|
||||
include/unicode/utf8.h: 7d5d7b60c96cccc184cdc5cd53447e7c
|
||||
include/unicode/utf_old.h: c89c03a53abcf83e039ad4217246acd9
|
||||
include/unicode/utmscale.h: 7c59d91f835bc9f4b805dd64e73851d7
|
||||
include/unicode/utrace.h: 35cbc5ec2fd02b703a449e896f48ebfe
|
||||
include/unicode/utrans.h: 7a20730bb6d33441a5b9c886cc7cd0eb
|
||||
include/unicode/utypes.h: be7b3c9d785b5d70b2f05e6dd527f026
|
||||
include/unicode/uvernum.h: 59a34f58b169d039a90da4e8824af662
|
||||
include/unicode/uversion.h: af19802ec4e905051d79ab4579a30bcd
|
||||
include/unicode/vtzone.h: a9053ef95930bd854729360fe00fed7a
|
||||
lib/icu/64.2/Makefile.inc: d000546022e2d0cfb58241c11f054e80
|
||||
lib/icu/64.2/pkgdata.inc: 9e9ad5b73839668e9675f4b31caa2ebe
|
||||
lib/icu/Makefile.inc: d000546022e2d0cfb58241c11f054e80
|
||||
lib/icu/current/Makefile.inc: d000546022e2d0cfb58241c11f054e80
|
||||
lib/icu/current/pkgdata.inc: 9e9ad5b73839668e9675f4b31caa2ebe
|
||||
lib/icu/pkgdata.inc: 9e9ad5b73839668e9675f4b31caa2ebe
|
||||
lib/icudt.dll: ac6efe7eaec4fa7b749550173b04392f
|
||||
lib/icudt64.dll: 4d80d23284671bd24e8ac1aaf6fc0a7b
|
||||
lib/icuin.dll: 0a482904d287f7c26d664be6ae1f1671
|
||||
lib/icuin64.dll: 0a482904d287f7c26d664be6ae1f1671
|
||||
lib/icuio.dll: ed81589b9b71286be32cd8bee437eb41
|
||||
lib/icuio64.dll: ed81589b9b71286be32cd8bee437eb41
|
||||
lib/icutest.dll: 3c6d6063ae6f1d621a79b7897b48d656
|
||||
lib/icutest64.dll: 3c6d6063ae6f1d621a79b7897b48d656
|
||||
lib/icutu.dll: 520c5a42e1c175b532fbcd9b90313b6c
|
||||
lib/icutu64.dll: 520c5a42e1c175b532fbcd9b90313b6c
|
||||
lib/icuuc.dll: 8200c94ba062e2c9e30da33aca8a4309
|
||||
lib/icuuc64.dll: 8200c94ba062e2c9e30da33aca8a4309
|
||||
lib/libicudt.dll.a: df32fc5d9b5b4b8b73ef99bd6406fc8e
|
||||
lib/libicuin.dll.a: b46652d08d3f871395a17d1464c49971
|
||||
lib/libicuio.dll.a: 30bbc1bd1301eb888d4ec6097537662a
|
||||
lib/libicutest.dll.a: 787604ab7a3c1de020d86a9a1fa66be3
|
||||
lib/libicutu.dll.a: a5373379a2587d545ab1dd45f0c0667b
|
||||
lib/libicuuc.dll.a: 2a0ffc1076f58b463cc4bec245c2b1be
|
||||
lib/pkgconfig/icu-i18n.pc: f573b14475965f49567ed83d5031538e
|
||||
lib/pkgconfig/icu-io.pc: 2a4e41cb67a88fc54f60694bef22b72a
|
||||
lib/pkgconfig/icu-uc.pc: 22a5ded4d9fe218e037b1f4c13a70579
|
||||
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/64.2/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/64.2/config/mh-mingw: ab13bce100d6595882f2b3a8cc69b564
|
||||
share/icu/64.2/install-sh: 5afe8eb5573965dfb58378e4e46f3813
|
||||
share/icu/64.2/mkinstalldirs: 31c4856b24c8dbc6319819ccd43b4fda
|
||||
share/man/man1/derb.1: 140b84149f762ce47b2fe263aed44fb5
|
||||
share/man/man1/genbrk.1: f3b0b5c88f6562d93a27e776bf13987c
|
||||
share/man/man1/gencfu.1: fc9b581c0fe513328c22b44ce035e0c1
|
||||
share/man/man1/gencnval.1: 696401204fbe4d17e8dac25eea70ce07
|
||||
share/man/man1/gendict.1: f3607026142ed53bf2d0bae71884ce02
|
||||
share/man/man1/genrb.1: 3860427c56aa1c847586737737325550
|
||||
share/man/man1/icu-config.1: 24f882d0de63c5fee2b10a2911b206f8
|
||||
share/man/man1/makeconv.1: ee9bdbd7ee11f0e705e6de72b86f29ac
|
||||
share/man/man1/pkgdata.1: 2cb82b3e1c820002968867c3b2b5b811
|
||||
share/man/man1/uconv.1: 516c265d14b9f3ad72dceb2c2d23f2bb
|
||||
share/man/man8/genccode.8: 0c9f23a8cec80bfdb6127197f1c3ed17
|
||||
share/man/man8/gencmn.8: 251c98aa763ab74829e074c5e6f21c98
|
||||
share/man/man8/gensprep.8: a3129a511adbb04310a2d900c15784e1
|
||||
share/man/man8/icupkg.8: 145940ae5e9a8aea3a93213f13ddd70c
|
||||
@@ -1,251 +0,0 @@
|
||||
1563299277
|
||||
bin/derb.exe: 90f54a8bbda4f39f4c47287681cb5552
|
||||
bin/escapesrc.exe: 12accb206165830ccf4d69fa1f59fc1e
|
||||
bin/genbrk.exe: 9cbe27e07ad58bf1d237c3349fffa504
|
||||
bin/genccode.exe: d84c895291b64a664556e5a1fe6f6bdf
|
||||
bin/gencfu.exe: be92b3dfda1abb865169cdfb3ede6b4d
|
||||
bin/gencmn.exe: dac536a66875e73d7d70f881ce89d06d
|
||||
bin/gencnval.exe: aa1bd302568764a11b399e325e50e653
|
||||
bin/gendict.exe: 676c786297c610cf0f5c04599ea3dbe7
|
||||
bin/gennorm2.exe: 3c5bf8829fd165df210dcba3b7dc3707
|
||||
bin/genrb.exe: 8ae3ad0fda5d3b89f720d423351a5ab7
|
||||
bin/gensprep.exe: f5de9cef94d2140c495b63a064013c04
|
||||
bin/icu-config: 5b68566c6fde8a8f0c20d9510580f68b
|
||||
bin/icuinfo.exe: e1141df949642693b26f9fddc43918c0
|
||||
bin/icupkg.exe: 8ef556e822f708e61e7c5bb6a1a3b32b
|
||||
bin/makeconv.exe: ebe2fe9248d4a3a1e0070a2861e35f44
|
||||
bin/pkgdata.exe: 807bd1cff4a08161f8b9334e327db6f1
|
||||
bin/uconv.exe: 470f25326a8ad758f90f1e4a6f8f17b0
|
||||
conaninfo.txt: 9675d2fb92175cb1bef18e3e3ff74825
|
||||
include/unicode/alphaindex.h: edc0ff1708822c14fbac4f58a89859c9
|
||||
include/unicode/appendable.h: 713ee4a1c3e3ca090b202ceb81d6ad9f
|
||||
include/unicode/basictz.h: 456683947de10ae84e2c069c9fc55e9f
|
||||
include/unicode/brkiter.h: c69c05b804270ad6c64f80c03a5b8ee0
|
||||
include/unicode/bytestream.h: 8b946f79fb11d18859acdceab1bb5d46
|
||||
include/unicode/bytestrie.h: 781e30fb8103ba58fdfe4b6704e54347
|
||||
include/unicode/bytestriebuilder.h: e6649e470ceff3af7ec894aa6031cb21
|
||||
include/unicode/calendar.h: e640b0fd471a5313b85a866871b9df2a
|
||||
include/unicode/caniter.h: 74858b2a33cb2805dea0b0bc480dda7d
|
||||
include/unicode/casemap.h: b40e8878db23b64a72763bf75e4e3e2a
|
||||
include/unicode/char16ptr.h: 3bed1c6f219d725f6daf274704427035
|
||||
include/unicode/chariter.h: 463cdd4748695660223db14c27da3e84
|
||||
include/unicode/choicfmt.h: 38f338fb58eebce7fc999c906aad142e
|
||||
include/unicode/coleitr.h: 35cafcefbe5155408aa6166781d4290d
|
||||
include/unicode/coll.h: a60e4d0e20f25015d370bfb3b24e267e
|
||||
include/unicode/compactdecimalformat.h: dd1f639d5c836e200b48ad69ef326fc0
|
||||
include/unicode/curramt.h: 8f57c8f5a77ffd6d1f4a9c53b100ee3e
|
||||
include/unicode/currpinf.h: e279f04f8bb9c6a686ede0f4bbc7caf4
|
||||
include/unicode/currunit.h: 0ea702494028296a411ac0bda6895275
|
||||
include/unicode/datefmt.h: 91aee102e3fa68c64113645be5b944c4
|
||||
include/unicode/dbbi.h: 15a312f4cf6c6bc243fd6d32368956a1
|
||||
include/unicode/dcfmtsym.h: 3eec16337aeaa8877e966616ac53783a
|
||||
include/unicode/decimfmt.h: 18479b4ccc0b4efa7732b1da2d0fd2ab
|
||||
include/unicode/docmain.h: 0df0e8161180b869031a88050e0a01c9
|
||||
include/unicode/dtfmtsym.h: c06710d48a792838da0f5e3814b3908a
|
||||
include/unicode/dtintrv.h: 65e3985e944f54230322acc986c59a30
|
||||
include/unicode/dtitvfmt.h: 72a63051451b33ba43f67e572883e855
|
||||
include/unicode/dtitvinf.h: b6e798c244d5d4ed73916a8db5b4a855
|
||||
include/unicode/dtptngen.h: 5c7a7e4d10c3db7123815ff42dc904f6
|
||||
include/unicode/dtrule.h: a2a865734c97d4d5ee2a095ebbd629cf
|
||||
include/unicode/edits.h: 7fd52de9a5c418c48234d1425f22fabc
|
||||
include/unicode/enumset.h: 3bb75fc43c88682895ae98c02e69810d
|
||||
include/unicode/errorcode.h: 6f00859e026be521cff595db38b871db
|
||||
include/unicode/fieldpos.h: d42ab3ff641fdc7016cbc3e7526594a1
|
||||
include/unicode/filteredbrk.h: 4ab1ef82654177aea8000c72f6652e40
|
||||
include/unicode/fmtable.h: c0c5ea7bd3e3a5fded75c2fea543c668
|
||||
include/unicode/format.h: 71642e006d9e359a5a8b0800d390ec52
|
||||
include/unicode/formattedvalue.h: a502788adec3ba1025321c2cefd0e4c7
|
||||
include/unicode/fpositer.h: 2fdf3d1fa8b84e6ba3c561803de5f595
|
||||
include/unicode/gender.h: 21d668158f52ab989a8a4711de79f099
|
||||
include/unicode/gregocal.h: 4e746c8c84966372f9e66255e3d05246
|
||||
include/unicode/icudataver.h: d1c480a9eb95aaa058a6b9311074bc33
|
||||
include/unicode/icuplug.h: 60ad27a2a36284bbc1766f9920769175
|
||||
include/unicode/idna.h: e2bb1287f5f61b37dd11493008d29ef6
|
||||
include/unicode/listformatter.h: 2942dcd998fbadca9043912a2dbe9e7e
|
||||
include/unicode/localebuilder.h: 5690e3f03681a2fbfe7baea5226378cd
|
||||
include/unicode/localpointer.h: a89505f84a4bb4e231a17676f1b1d51a
|
||||
include/unicode/locdspnm.h: 5d12af057d2675b88cf95dc63f015f21
|
||||
include/unicode/locid.h: 9df99f05fc348684e116098f6e0a6710
|
||||
include/unicode/measfmt.h: 909302945254ede1a345342a8c4b402d
|
||||
include/unicode/measunit.h: 9e0fe1ba857f051874760f7aad55c68b
|
||||
include/unicode/measure.h: 060550ced6b6ceae742c8d47772e190f
|
||||
include/unicode/messagepattern.h: b671e9e96bad09137a7bf186e8d795fc
|
||||
include/unicode/msgfmt.h: f1723a391f733367dde795d42d1734f3
|
||||
include/unicode/normalizer2.h: 909305633321f6cbb76cc88dc8c00c90
|
||||
include/unicode/normlzr.h: c974010d56584fcf75f0f2e10e05fe9c
|
||||
include/unicode/nounit.h: 86e94a9d9377bcd124dfd80600a66d19
|
||||
include/unicode/numberformatter.h: 5f13d5de2fb98bb5f6ce33e5b48698c3
|
||||
include/unicode/numberrangeformatter.h: 460fa1a21356b00a275e27a9a540140e
|
||||
include/unicode/numfmt.h: 26724db0305eab9f3b810f3a6accc729
|
||||
include/unicode/numsys.h: f68bc678c30deeb7c50a104d852e40d8
|
||||
include/unicode/parseerr.h: ce38831411af01eeaf0bbbb6e1cb0153
|
||||
include/unicode/parsepos.h: d5300bfbc1b2cd0081aecb71320e11ec
|
||||
include/unicode/platform.h: d6aed91f3114fe877714fc554ad167ae
|
||||
include/unicode/plurfmt.h: fa64bd7797a74e8e8769a12047c5bf3c
|
||||
include/unicode/plurrule.h: 8d3eb6b9c5e6eec6da436601e42ec65e
|
||||
include/unicode/ptypes.h: d74097874c82f77331d8e06a5c59d37f
|
||||
include/unicode/putil.h: ee1c69d5060b8d5754bf8879bb7f10d1
|
||||
include/unicode/rbbi.h: a0202b93d684e8e595c0012e4cefca83
|
||||
include/unicode/rbnf.h: c951102dad30e81d893bc81df09820f5
|
||||
include/unicode/rbtz.h: f772120604410ff1f1492b1991d36163
|
||||
include/unicode/regex.h: e911b68edf768bc0c96b770fced3a7f5
|
||||
include/unicode/region.h: b0c3e0b2ad6650fbab876495b114b639
|
||||
include/unicode/reldatefmt.h: 99195dad14eef9b8992409fc066b97d7
|
||||
include/unicode/rep.h: d29a88e12fd288a0606a41464630a015
|
||||
include/unicode/resbund.h: 87a08c1ea0b825d2f99951e9be9f1127
|
||||
include/unicode/schriter.h: 9c196272282acc6ccf6cd34544095b63
|
||||
include/unicode/scientificnumberformatter.h: b0f20bc8a5b53b07a07d4576d3d6d928
|
||||
include/unicode/search.h: bee76013db18275ff842e90c6805ae72
|
||||
include/unicode/selfmt.h: 2457e48d1cf8ff880f1bdaf80a9e2fc7
|
||||
include/unicode/simpleformatter.h: 3dfb5ab658aecf124d329b645082b879
|
||||
include/unicode/simpletz.h: 07c17256943be808b2b2a597d3d27c33
|
||||
include/unicode/smpdtfmt.h: e5ba02765fd03756ba63ca138a47daf1
|
||||
include/unicode/sortkey.h: 25af96ad696ab793d62d67debb04c8ba
|
||||
include/unicode/std_string.h: 2300a9ee3296c630373a6e8b685dff88
|
||||
include/unicode/strenum.h: 2d2998dd8033ac7272c39406cc3f8b51
|
||||
include/unicode/stringoptions.h: d4929224e8d9df2f272f0305780cbacb
|
||||
include/unicode/stringpiece.h: 4265692d09da7d3cd585bc6776a8a0c7
|
||||
include/unicode/stringtriebuilder.h: fc74bea13a3003c79ebeccc442703037
|
||||
include/unicode/stsearch.h: 33d820eada4a37ceb3f0bd9ff07ed63d
|
||||
include/unicode/symtable.h: 763520aa161c95884efa6f6a5f29eb77
|
||||
include/unicode/tblcoll.h: 9aad9b68d582e13be85f437f815a3eb1
|
||||
include/unicode/timezone.h: 4e6b12c8e428fae21f99552d29544690
|
||||
include/unicode/tmunit.h: 9a1f159c304e2bd283d7cf61a0807c05
|
||||
include/unicode/tmutamt.h: 0890de21bc330b69b00f94c437e0f140
|
||||
include/unicode/tmutfmt.h: c344b95b816e04ed0bc895c6da6ef460
|
||||
include/unicode/translit.h: 3464c7b8023b7c131b0b533e1b372c3a
|
||||
include/unicode/tzfmt.h: 2cb06301f2376b6802834105060311bf
|
||||
include/unicode/tznames.h: b5935a11cb884e2e47ad732ee684037d
|
||||
include/unicode/tzrule.h: bcba9c924da93d42e4f18f507c11e8cf
|
||||
include/unicode/tztrans.h: 6e72d3497b3e68dc9aad510e2b45f781
|
||||
include/unicode/ubidi.h: d90a13a2933198f134efefc0ff7563e6
|
||||
include/unicode/ubiditransform.h: fab65809ece8816f1a002eb843b80e29
|
||||
include/unicode/ubrk.h: e85002afa629b85ba239135ab11f47f0
|
||||
include/unicode/ucal.h: c39d869ac0bca5859e78287092e40721
|
||||
include/unicode/ucasemap.h: 2f240e1dc6db1771e843f1a03fd0c8f4
|
||||
include/unicode/ucat.h: f412352b86adccba85d7f3e4b4515064
|
||||
include/unicode/uchar.h: 25e6419710b325b53286cb7dcaf4af57
|
||||
include/unicode/ucharstrie.h: 644af4172d542594c40face6cbe01b5e
|
||||
include/unicode/ucharstriebuilder.h: 52600c017361ee29f21a6fef13667948
|
||||
include/unicode/uchriter.h: 85c221ab993783ec8f7823713c30758c
|
||||
include/unicode/uclean.h: ef4b9289f510edd0bb6b779d0a299f44
|
||||
include/unicode/ucnv.h: db701a7a83540ef4dcfc4e780f1da016
|
||||
include/unicode/ucnv_cb.h: 69c1c5b156028cd623ed7e5b5b4ab730
|
||||
include/unicode/ucnv_err.h: 6ef0751460140d23ae678ef85c298906
|
||||
include/unicode/ucnvsel.h: 6e4c5e31c2a89439ef4945cd4a402ef3
|
||||
include/unicode/ucol.h: 0b6d71140d2f8e0cf618e5a54cf251af
|
||||
include/unicode/ucoleitr.h: b4576706530850666c1cfd2424276b26
|
||||
include/unicode/uconfig.h: 680b99d4b154e14ac1ebcb9c60f5ab3c
|
||||
include/unicode/ucpmap.h: a22571c78880dd947efc0ab547061a35
|
||||
include/unicode/ucptrie.h: 9b16abc66b11f53941ec5d90af1df0b0
|
||||
include/unicode/ucsdet.h: c7d5b3d36da0c71b0a85a72642439a90
|
||||
include/unicode/ucurr.h: 0ec2b114be8c462d4542c6e1d0bf2b8a
|
||||
include/unicode/udat.h: 373cf290162e44eba9f2cf6dad278858
|
||||
include/unicode/udata.h: e747b190fadb0749c129aeff7e6eef54
|
||||
include/unicode/udateintervalformat.h: 178f650518ecceeb2eca7b763dd68799
|
||||
include/unicode/udatpg.h: 078d2d548f3123fceae0d4056359a62e
|
||||
include/unicode/udisplaycontext.h: 57a269787da52ad6720ff5b1e87b5cdd
|
||||
include/unicode/uenum.h: 41cce54d4862d5068f4f087b935c0657
|
||||
include/unicode/ufieldpositer.h: 21f8ba8e285bfea4daa3da8a01911b7e
|
||||
include/unicode/uformattable.h: cad38a97f9f929ebc28d5e72dc5ec14f
|
||||
include/unicode/uformattedvalue.h: 47ae4b93dddfe15d28400da09201090e
|
||||
include/unicode/ugender.h: d64c9ad1d5cf04136534e3aca38d2638
|
||||
include/unicode/uidna.h: 88ee381ec6ec01cb677f3e5222e9cf22
|
||||
include/unicode/uiter.h: 3fea96177f4f814091918f54d1e68ccd
|
||||
include/unicode/uldnames.h: d18634bc73c16b9ae02b6a60fd94d8be
|
||||
include/unicode/ulistformatter.h: 64859bc80c70c1e183f3537e1c354142
|
||||
include/unicode/uloc.h: b344a11407a95b108ef52a4d88c74d6a
|
||||
include/unicode/ulocdata.h: 116fad6a2c0db0d08e3f5ae02d93a035
|
||||
include/unicode/umachine.h: b25221a74cab16d993f35108e6da340a
|
||||
include/unicode/umisc.h: eca71d8c8bf86529ae5bbc5f34598bea
|
||||
include/unicode/umsg.h: 298645d31f8d8e209cbb5eb3751e3ceb
|
||||
include/unicode/umutablecptrie.h: 4fe0aaad80938fbe881a3fb447be1f24
|
||||
include/unicode/unifilt.h: 71e8ecdb31d706e8e0efc4bbdc9f86b5
|
||||
include/unicode/unifunct.h: 97d80d81556b54ac674d09643df98cfc
|
||||
include/unicode/unimatch.h: 00eb31b1d65f3e0f03e7d880b1bb79fb
|
||||
include/unicode/unirepl.h: c5eeec0e14a9666262d332c22124803f
|
||||
include/unicode/uniset.h: 69b5447c36eec06421bc9038df3bd80e
|
||||
include/unicode/unistr.h: e35ee05307a3338579df46718b049b32
|
||||
include/unicode/unorm.h: 3a1e6dcd474ef8b2c3377b34141bf6d3
|
||||
include/unicode/unorm2.h: e8fff4023ad114b325f346d2cdbbe043
|
||||
include/unicode/unum.h: ec868132b7242d85645d30dd549b25fc
|
||||
include/unicode/unumberformatter.h: 0dc25c33373d63ca0beb10a9ef265237
|
||||
include/unicode/unumsys.h: 7e5dd76a0e07f790c30c944bfb810e71
|
||||
include/unicode/uobject.h: c9a1e3afb798e0fbcad34b01b0bc5c3e
|
||||
include/unicode/upluralrules.h: 15feae7c7df35b97d5e715f28f616e63
|
||||
include/unicode/uregex.h: 10fe8b8c9f98758bf192bc765fa45e3c
|
||||
include/unicode/uregion.h: a3f28f15972bf18600012815a8c76535
|
||||
include/unicode/ureldatefmt.h: d528589ebdc3f8cb6c27ce4867752c55
|
||||
include/unicode/urename.h: 7cd5ed487b56e2aeb354867a0b2cda5f
|
||||
include/unicode/urep.h: 6ada98ac1aa68081f10d17b1abadef6e
|
||||
include/unicode/ures.h: 8c69586a969eb2898d5d3e8c08beda9c
|
||||
include/unicode/uscript.h: 5bf2d96240b17507a05ebe4d36b1a38e
|
||||
include/unicode/usearch.h: fc5b3e0d1096ff69c3a2397ef5b3a036
|
||||
include/unicode/uset.h: a285e1b480a3abaaee753ba74d245efd
|
||||
include/unicode/usetiter.h: 36896c874036542390b5a75a04f330c5
|
||||
include/unicode/ushape.h: 86fdf709d4312bb17cf95b16f58e1dc4
|
||||
include/unicode/uspoof.h: 6c2d471942085f091c8bc748a02f113e
|
||||
include/unicode/usprep.h: e88585ae8bdb3a35aa88417993bde732
|
||||
include/unicode/ustdio.h: 3104e526d3de60538f42c0fd5430adcb
|
||||
include/unicode/ustream.h: 6a3f303b73d795a0ff9a1b8d2758d88d
|
||||
include/unicode/ustring.h: 92f522f8ef62e443c11baa56c32e42e4
|
||||
include/unicode/ustringtrie.h: 54a28aa9c4e117cd3ebfd0a670324f6c
|
||||
include/unicode/utext.h: b0e85d74193953fcaa29de51853cc95a
|
||||
include/unicode/utf.h: 4434eeb75c89a49228884aa247714e1c
|
||||
include/unicode/utf16.h: d95d304275f6c688b0c4ae5620d57e4c
|
||||
include/unicode/utf32.h: a1fdf74f4bd8808f9fb17df371f886d9
|
||||
include/unicode/utf8.h: 7d5d7b60c96cccc184cdc5cd53447e7c
|
||||
include/unicode/utf_old.h: c89c03a53abcf83e039ad4217246acd9
|
||||
include/unicode/utmscale.h: 7c59d91f835bc9f4b805dd64e73851d7
|
||||
include/unicode/utrace.h: 35cbc5ec2fd02b703a449e896f48ebfe
|
||||
include/unicode/utrans.h: 7a20730bb6d33441a5b9c886cc7cd0eb
|
||||
include/unicode/utypes.h: be7b3c9d785b5d70b2f05e6dd527f026
|
||||
include/unicode/uvernum.h: 59a34f58b169d039a90da4e8824af662
|
||||
include/unicode/uversion.h: af19802ec4e905051d79ab4579a30bcd
|
||||
include/unicode/vtzone.h: a9053ef95930bd854729360fe00fed7a
|
||||
lib/icu/64.2/Makefile.inc: 49a9042429df8bb20c35ae40a5e872bc
|
||||
lib/icu/64.2/pkgdata.inc: 4baa6960303983040c0689566f358abd
|
||||
lib/icu/Makefile.inc: 49a9042429df8bb20c35ae40a5e872bc
|
||||
lib/icu/current/Makefile.inc: 49a9042429df8bb20c35ae40a5e872bc
|
||||
lib/icu/current/pkgdata.inc: 4baa6960303983040c0689566f358abd
|
||||
lib/icu/pkgdata.inc: 4baa6960303983040c0689566f358abd
|
||||
lib/icudt.dll: a8748b83adb2628d2c99150894d8ac1b
|
||||
lib/icudt.lib: 898e94917525b05795e4a30553f4b666
|
||||
lib/icudt64.dll: 4282a87a2c9daf500af6c5f7e9b4e109
|
||||
lib/icuin.dll: bff4742e2ba70223bf90373952a1eae7
|
||||
lib/icuin.lib: 3f9b2e9d2f305451f8b3915fba0f8403
|
||||
lib/icuin64.dll: bff4742e2ba70223bf90373952a1eae7
|
||||
lib/icuio.dll: d8d5998ed616f4a66073cfd37efc6caa
|
||||
lib/icuio.lib: f501e4e1d43982349477e30de4429b9e
|
||||
lib/icuio64.dll: d8d5998ed616f4a66073cfd37efc6caa
|
||||
lib/icutest.dll: dfe962d20d861934b40901b50ad90e4b
|
||||
lib/icutest.lib: 7bf6bdcade9592385d7c9daac9f2745a
|
||||
lib/icutest64.dll: dfe962d20d861934b40901b50ad90e4b
|
||||
lib/icutu.dll: 6b7a7fa8f00c563d41cd79928cae7884
|
||||
lib/icutu.lib: 942628ede719f1f9908fc7733fc5b437
|
||||
lib/icutu64.dll: 6b7a7fa8f00c563d41cd79928cae7884
|
||||
lib/icuuc.dll: 4b4ec90086dd45b272354d748cc4f86d
|
||||
lib/icuuc.lib: 449908250aff19a211223e1f54a00546
|
||||
lib/icuuc64.dll: 4b4ec90086dd45b272354d748cc4f86d
|
||||
lib/pkgconfig/icu-i18n.pc: 35a0ea632f5e2750c5b88b57c280185f
|
||||
lib/pkgconfig/icu-io.pc: 460699d6c9195c15fe610407e7c94dc1
|
||||
lib/pkgconfig/icu-uc.pc: 571c9d5900880452353bed815fe9b556
|
||||
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/64.2/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/64.2/config/mh-msys-msvc: deb94ef2bd29c3471723b79091991a51
|
||||
share/icu/64.2/install-sh: 5afe8eb5573965dfb58378e4e46f3813
|
||||
share/icu/64.2/mkinstalldirs: 31c4856b24c8dbc6319819ccd43b4fda
|
||||
share/man/man1/derb.1: 140b84149f762ce47b2fe263aed44fb5
|
||||
share/man/man1/genbrk.1: f3b0b5c88f6562d93a27e776bf13987c
|
||||
share/man/man1/gencfu.1: fc9b581c0fe513328c22b44ce035e0c1
|
||||
share/man/man1/gencnval.1: 696401204fbe4d17e8dac25eea70ce07
|
||||
share/man/man1/gendict.1: f3607026142ed53bf2d0bae71884ce02
|
||||
share/man/man1/genrb.1: 3860427c56aa1c847586737737325550
|
||||
share/man/man1/icu-config.1: 24f882d0de63c5fee2b10a2911b206f8
|
||||
share/man/man1/makeconv.1: ee9bdbd7ee11f0e705e6de72b86f29ac
|
||||
share/man/man1/pkgdata.1: 2cb82b3e1c820002968867c3b2b5b811
|
||||
share/man/man1/uconv.1: 516c265d14b9f3ad72dceb2c2d23f2bb
|
||||
share/man/man8/genccode.8: 0c9f23a8cec80bfdb6127197f1c3ed17
|
||||
share/man/man8/gencmn.8: 251c98aa763ab74829e074c5e6f21c98
|
||||
share/man/man8/gensprep.8: a3129a511adbb04310a2d900c15784e1
|
||||
share/man/man8/icupkg.8: 145940ae5e9a8aea3a93213f13ddd70c
|
||||
@@ -1,251 +0,0 @@
|
||||
1563297339
|
||||
bin/derb.exe: 7cd652556ce507a28ae660230f10568b
|
||||
bin/escapesrc.exe: 1edea3a9d8522e65e8053c9086eed770
|
||||
bin/genbrk.exe: 746dcc890f9723f73aa9f75dea374ce3
|
||||
bin/genccode.exe: dcbef1a4ea36678b9526aa87835675e1
|
||||
bin/gencfu.exe: cd19e1d4aed9b9aeb7d277daacb5986d
|
||||
bin/gencmn.exe: 529ea65a5773bb35cde37cdbf9adb6dd
|
||||
bin/gencnval.exe: 2e6d55a670224e6f0658229d84e6a6a5
|
||||
bin/gendict.exe: f8b5a0456d69e825d2c88061b31b9676
|
||||
bin/gennorm2.exe: 773d3a430f1b8311882753b65c7c6d71
|
||||
bin/genrb.exe: b5432bca364600228474909227413bbe
|
||||
bin/gensprep.exe: bb9fc116557ab14439cbef3440054134
|
||||
bin/icu-config: 869e4451de3e58a28e317cf451c66ac3
|
||||
bin/icuinfo.exe: 4bfad340f094172a591d28ba43fdef38
|
||||
bin/icupkg.exe: dcaf4627585fb9c59605741f91586107
|
||||
bin/makeconv.exe: 6d3238b2b0f479b3c9bebb4bb2d46169
|
||||
bin/pkgdata.exe: 27ff75055a8338c77320f4cb9418bcf4
|
||||
bin/uconv.exe: 27fce36a4c62ecb72569b769e0349f24
|
||||
conaninfo.txt: 540bd8edc660c49d7a7fa5802d75e37a
|
||||
include/unicode/alphaindex.h: edc0ff1708822c14fbac4f58a89859c9
|
||||
include/unicode/appendable.h: 713ee4a1c3e3ca090b202ceb81d6ad9f
|
||||
include/unicode/basictz.h: 456683947de10ae84e2c069c9fc55e9f
|
||||
include/unicode/brkiter.h: c69c05b804270ad6c64f80c03a5b8ee0
|
||||
include/unicode/bytestream.h: 8b946f79fb11d18859acdceab1bb5d46
|
||||
include/unicode/bytestrie.h: 781e30fb8103ba58fdfe4b6704e54347
|
||||
include/unicode/bytestriebuilder.h: e6649e470ceff3af7ec894aa6031cb21
|
||||
include/unicode/calendar.h: e640b0fd471a5313b85a866871b9df2a
|
||||
include/unicode/caniter.h: 74858b2a33cb2805dea0b0bc480dda7d
|
||||
include/unicode/casemap.h: b40e8878db23b64a72763bf75e4e3e2a
|
||||
include/unicode/char16ptr.h: 3bed1c6f219d725f6daf274704427035
|
||||
include/unicode/chariter.h: 463cdd4748695660223db14c27da3e84
|
||||
include/unicode/choicfmt.h: 38f338fb58eebce7fc999c906aad142e
|
||||
include/unicode/coleitr.h: 35cafcefbe5155408aa6166781d4290d
|
||||
include/unicode/coll.h: a60e4d0e20f25015d370bfb3b24e267e
|
||||
include/unicode/compactdecimalformat.h: dd1f639d5c836e200b48ad69ef326fc0
|
||||
include/unicode/curramt.h: 8f57c8f5a77ffd6d1f4a9c53b100ee3e
|
||||
include/unicode/currpinf.h: e279f04f8bb9c6a686ede0f4bbc7caf4
|
||||
include/unicode/currunit.h: 0ea702494028296a411ac0bda6895275
|
||||
include/unicode/datefmt.h: 91aee102e3fa68c64113645be5b944c4
|
||||
include/unicode/dbbi.h: 15a312f4cf6c6bc243fd6d32368956a1
|
||||
include/unicode/dcfmtsym.h: 3eec16337aeaa8877e966616ac53783a
|
||||
include/unicode/decimfmt.h: 18479b4ccc0b4efa7732b1da2d0fd2ab
|
||||
include/unicode/docmain.h: 0df0e8161180b869031a88050e0a01c9
|
||||
include/unicode/dtfmtsym.h: c06710d48a792838da0f5e3814b3908a
|
||||
include/unicode/dtintrv.h: 65e3985e944f54230322acc986c59a30
|
||||
include/unicode/dtitvfmt.h: 72a63051451b33ba43f67e572883e855
|
||||
include/unicode/dtitvinf.h: b6e798c244d5d4ed73916a8db5b4a855
|
||||
include/unicode/dtptngen.h: 5c7a7e4d10c3db7123815ff42dc904f6
|
||||
include/unicode/dtrule.h: a2a865734c97d4d5ee2a095ebbd629cf
|
||||
include/unicode/edits.h: 7fd52de9a5c418c48234d1425f22fabc
|
||||
include/unicode/enumset.h: 3bb75fc43c88682895ae98c02e69810d
|
||||
include/unicode/errorcode.h: 6f00859e026be521cff595db38b871db
|
||||
include/unicode/fieldpos.h: d42ab3ff641fdc7016cbc3e7526594a1
|
||||
include/unicode/filteredbrk.h: 4ab1ef82654177aea8000c72f6652e40
|
||||
include/unicode/fmtable.h: c0c5ea7bd3e3a5fded75c2fea543c668
|
||||
include/unicode/format.h: 71642e006d9e359a5a8b0800d390ec52
|
||||
include/unicode/formattedvalue.h: a502788adec3ba1025321c2cefd0e4c7
|
||||
include/unicode/fpositer.h: 2fdf3d1fa8b84e6ba3c561803de5f595
|
||||
include/unicode/gender.h: 21d668158f52ab989a8a4711de79f099
|
||||
include/unicode/gregocal.h: 4e746c8c84966372f9e66255e3d05246
|
||||
include/unicode/icudataver.h: d1c480a9eb95aaa058a6b9311074bc33
|
||||
include/unicode/icuplug.h: 60ad27a2a36284bbc1766f9920769175
|
||||
include/unicode/idna.h: e2bb1287f5f61b37dd11493008d29ef6
|
||||
include/unicode/listformatter.h: 2942dcd998fbadca9043912a2dbe9e7e
|
||||
include/unicode/localebuilder.h: 5690e3f03681a2fbfe7baea5226378cd
|
||||
include/unicode/localpointer.h: a89505f84a4bb4e231a17676f1b1d51a
|
||||
include/unicode/locdspnm.h: 5d12af057d2675b88cf95dc63f015f21
|
||||
include/unicode/locid.h: 9df99f05fc348684e116098f6e0a6710
|
||||
include/unicode/measfmt.h: 909302945254ede1a345342a8c4b402d
|
||||
include/unicode/measunit.h: 9e0fe1ba857f051874760f7aad55c68b
|
||||
include/unicode/measure.h: 060550ced6b6ceae742c8d47772e190f
|
||||
include/unicode/messagepattern.h: b671e9e96bad09137a7bf186e8d795fc
|
||||
include/unicode/msgfmt.h: f1723a391f733367dde795d42d1734f3
|
||||
include/unicode/normalizer2.h: 909305633321f6cbb76cc88dc8c00c90
|
||||
include/unicode/normlzr.h: c974010d56584fcf75f0f2e10e05fe9c
|
||||
include/unicode/nounit.h: 86e94a9d9377bcd124dfd80600a66d19
|
||||
include/unicode/numberformatter.h: 5f13d5de2fb98bb5f6ce33e5b48698c3
|
||||
include/unicode/numberrangeformatter.h: 460fa1a21356b00a275e27a9a540140e
|
||||
include/unicode/numfmt.h: 26724db0305eab9f3b810f3a6accc729
|
||||
include/unicode/numsys.h: f68bc678c30deeb7c50a104d852e40d8
|
||||
include/unicode/parseerr.h: ce38831411af01eeaf0bbbb6e1cb0153
|
||||
include/unicode/parsepos.h: d5300bfbc1b2cd0081aecb71320e11ec
|
||||
include/unicode/platform.h: d6aed91f3114fe877714fc554ad167ae
|
||||
include/unicode/plurfmt.h: fa64bd7797a74e8e8769a12047c5bf3c
|
||||
include/unicode/plurrule.h: 8d3eb6b9c5e6eec6da436601e42ec65e
|
||||
include/unicode/ptypes.h: d74097874c82f77331d8e06a5c59d37f
|
||||
include/unicode/putil.h: ee1c69d5060b8d5754bf8879bb7f10d1
|
||||
include/unicode/rbbi.h: a0202b93d684e8e595c0012e4cefca83
|
||||
include/unicode/rbnf.h: c951102dad30e81d893bc81df09820f5
|
||||
include/unicode/rbtz.h: f772120604410ff1f1492b1991d36163
|
||||
include/unicode/regex.h: e911b68edf768bc0c96b770fced3a7f5
|
||||
include/unicode/region.h: b0c3e0b2ad6650fbab876495b114b639
|
||||
include/unicode/reldatefmt.h: 99195dad14eef9b8992409fc066b97d7
|
||||
include/unicode/rep.h: d29a88e12fd288a0606a41464630a015
|
||||
include/unicode/resbund.h: 87a08c1ea0b825d2f99951e9be9f1127
|
||||
include/unicode/schriter.h: 9c196272282acc6ccf6cd34544095b63
|
||||
include/unicode/scientificnumberformatter.h: b0f20bc8a5b53b07a07d4576d3d6d928
|
||||
include/unicode/search.h: bee76013db18275ff842e90c6805ae72
|
||||
include/unicode/selfmt.h: 2457e48d1cf8ff880f1bdaf80a9e2fc7
|
||||
include/unicode/simpleformatter.h: 3dfb5ab658aecf124d329b645082b879
|
||||
include/unicode/simpletz.h: 07c17256943be808b2b2a597d3d27c33
|
||||
include/unicode/smpdtfmt.h: e5ba02765fd03756ba63ca138a47daf1
|
||||
include/unicode/sortkey.h: 25af96ad696ab793d62d67debb04c8ba
|
||||
include/unicode/std_string.h: 2300a9ee3296c630373a6e8b685dff88
|
||||
include/unicode/strenum.h: 2d2998dd8033ac7272c39406cc3f8b51
|
||||
include/unicode/stringoptions.h: d4929224e8d9df2f272f0305780cbacb
|
||||
include/unicode/stringpiece.h: 4265692d09da7d3cd585bc6776a8a0c7
|
||||
include/unicode/stringtriebuilder.h: fc74bea13a3003c79ebeccc442703037
|
||||
include/unicode/stsearch.h: 33d820eada4a37ceb3f0bd9ff07ed63d
|
||||
include/unicode/symtable.h: 763520aa161c95884efa6f6a5f29eb77
|
||||
include/unicode/tblcoll.h: 9aad9b68d582e13be85f437f815a3eb1
|
||||
include/unicode/timezone.h: 4e6b12c8e428fae21f99552d29544690
|
||||
include/unicode/tmunit.h: 9a1f159c304e2bd283d7cf61a0807c05
|
||||
include/unicode/tmutamt.h: 0890de21bc330b69b00f94c437e0f140
|
||||
include/unicode/tmutfmt.h: c344b95b816e04ed0bc895c6da6ef460
|
||||
include/unicode/translit.h: 3464c7b8023b7c131b0b533e1b372c3a
|
||||
include/unicode/tzfmt.h: 2cb06301f2376b6802834105060311bf
|
||||
include/unicode/tznames.h: b5935a11cb884e2e47ad732ee684037d
|
||||
include/unicode/tzrule.h: bcba9c924da93d42e4f18f507c11e8cf
|
||||
include/unicode/tztrans.h: 6e72d3497b3e68dc9aad510e2b45f781
|
||||
include/unicode/ubidi.h: d90a13a2933198f134efefc0ff7563e6
|
||||
include/unicode/ubiditransform.h: fab65809ece8816f1a002eb843b80e29
|
||||
include/unicode/ubrk.h: e85002afa629b85ba239135ab11f47f0
|
||||
include/unicode/ucal.h: c39d869ac0bca5859e78287092e40721
|
||||
include/unicode/ucasemap.h: 2f240e1dc6db1771e843f1a03fd0c8f4
|
||||
include/unicode/ucat.h: f412352b86adccba85d7f3e4b4515064
|
||||
include/unicode/uchar.h: 25e6419710b325b53286cb7dcaf4af57
|
||||
include/unicode/ucharstrie.h: 644af4172d542594c40face6cbe01b5e
|
||||
include/unicode/ucharstriebuilder.h: 52600c017361ee29f21a6fef13667948
|
||||
include/unicode/uchriter.h: 85c221ab993783ec8f7823713c30758c
|
||||
include/unicode/uclean.h: ef4b9289f510edd0bb6b779d0a299f44
|
||||
include/unicode/ucnv.h: db701a7a83540ef4dcfc4e780f1da016
|
||||
include/unicode/ucnv_cb.h: 69c1c5b156028cd623ed7e5b5b4ab730
|
||||
include/unicode/ucnv_err.h: 6ef0751460140d23ae678ef85c298906
|
||||
include/unicode/ucnvsel.h: 6e4c5e31c2a89439ef4945cd4a402ef3
|
||||
include/unicode/ucol.h: 0b6d71140d2f8e0cf618e5a54cf251af
|
||||
include/unicode/ucoleitr.h: b4576706530850666c1cfd2424276b26
|
||||
include/unicode/uconfig.h: 680b99d4b154e14ac1ebcb9c60f5ab3c
|
||||
include/unicode/ucpmap.h: a22571c78880dd947efc0ab547061a35
|
||||
include/unicode/ucptrie.h: 9b16abc66b11f53941ec5d90af1df0b0
|
||||
include/unicode/ucsdet.h: c7d5b3d36da0c71b0a85a72642439a90
|
||||
include/unicode/ucurr.h: 0ec2b114be8c462d4542c6e1d0bf2b8a
|
||||
include/unicode/udat.h: 373cf290162e44eba9f2cf6dad278858
|
||||
include/unicode/udata.h: e747b190fadb0749c129aeff7e6eef54
|
||||
include/unicode/udateintervalformat.h: 178f650518ecceeb2eca7b763dd68799
|
||||
include/unicode/udatpg.h: 078d2d548f3123fceae0d4056359a62e
|
||||
include/unicode/udisplaycontext.h: 57a269787da52ad6720ff5b1e87b5cdd
|
||||
include/unicode/uenum.h: 41cce54d4862d5068f4f087b935c0657
|
||||
include/unicode/ufieldpositer.h: 21f8ba8e285bfea4daa3da8a01911b7e
|
||||
include/unicode/uformattable.h: cad38a97f9f929ebc28d5e72dc5ec14f
|
||||
include/unicode/uformattedvalue.h: 47ae4b93dddfe15d28400da09201090e
|
||||
include/unicode/ugender.h: d64c9ad1d5cf04136534e3aca38d2638
|
||||
include/unicode/uidna.h: 88ee381ec6ec01cb677f3e5222e9cf22
|
||||
include/unicode/uiter.h: 3fea96177f4f814091918f54d1e68ccd
|
||||
include/unicode/uldnames.h: d18634bc73c16b9ae02b6a60fd94d8be
|
||||
include/unicode/ulistformatter.h: 64859bc80c70c1e183f3537e1c354142
|
||||
include/unicode/uloc.h: b344a11407a95b108ef52a4d88c74d6a
|
||||
include/unicode/ulocdata.h: 116fad6a2c0db0d08e3f5ae02d93a035
|
||||
include/unicode/umachine.h: b25221a74cab16d993f35108e6da340a
|
||||
include/unicode/umisc.h: eca71d8c8bf86529ae5bbc5f34598bea
|
||||
include/unicode/umsg.h: 298645d31f8d8e209cbb5eb3751e3ceb
|
||||
include/unicode/umutablecptrie.h: 4fe0aaad80938fbe881a3fb447be1f24
|
||||
include/unicode/unifilt.h: 71e8ecdb31d706e8e0efc4bbdc9f86b5
|
||||
include/unicode/unifunct.h: 97d80d81556b54ac674d09643df98cfc
|
||||
include/unicode/unimatch.h: 00eb31b1d65f3e0f03e7d880b1bb79fb
|
||||
include/unicode/unirepl.h: c5eeec0e14a9666262d332c22124803f
|
||||
include/unicode/uniset.h: 69b5447c36eec06421bc9038df3bd80e
|
||||
include/unicode/unistr.h: e35ee05307a3338579df46718b049b32
|
||||
include/unicode/unorm.h: 3a1e6dcd474ef8b2c3377b34141bf6d3
|
||||
include/unicode/unorm2.h: e8fff4023ad114b325f346d2cdbbe043
|
||||
include/unicode/unum.h: ec868132b7242d85645d30dd549b25fc
|
||||
include/unicode/unumberformatter.h: 0dc25c33373d63ca0beb10a9ef265237
|
||||
include/unicode/unumsys.h: 7e5dd76a0e07f790c30c944bfb810e71
|
||||
include/unicode/uobject.h: c9a1e3afb798e0fbcad34b01b0bc5c3e
|
||||
include/unicode/upluralrules.h: 15feae7c7df35b97d5e715f28f616e63
|
||||
include/unicode/uregex.h: 10fe8b8c9f98758bf192bc765fa45e3c
|
||||
include/unicode/uregion.h: a3f28f15972bf18600012815a8c76535
|
||||
include/unicode/ureldatefmt.h: d528589ebdc3f8cb6c27ce4867752c55
|
||||
include/unicode/urename.h: 7cd5ed487b56e2aeb354867a0b2cda5f
|
||||
include/unicode/urep.h: 6ada98ac1aa68081f10d17b1abadef6e
|
||||
include/unicode/ures.h: 8c69586a969eb2898d5d3e8c08beda9c
|
||||
include/unicode/uscript.h: 5bf2d96240b17507a05ebe4d36b1a38e
|
||||
include/unicode/usearch.h: fc5b3e0d1096ff69c3a2397ef5b3a036
|
||||
include/unicode/uset.h: a285e1b480a3abaaee753ba74d245efd
|
||||
include/unicode/usetiter.h: 36896c874036542390b5a75a04f330c5
|
||||
include/unicode/ushape.h: 86fdf709d4312bb17cf95b16f58e1dc4
|
||||
include/unicode/uspoof.h: 6c2d471942085f091c8bc748a02f113e
|
||||
include/unicode/usprep.h: e88585ae8bdb3a35aa88417993bde732
|
||||
include/unicode/ustdio.h: 3104e526d3de60538f42c0fd5430adcb
|
||||
include/unicode/ustream.h: 6a3f303b73d795a0ff9a1b8d2758d88d
|
||||
include/unicode/ustring.h: 92f522f8ef62e443c11baa56c32e42e4
|
||||
include/unicode/ustringtrie.h: 54a28aa9c4e117cd3ebfd0a670324f6c
|
||||
include/unicode/utext.h: b0e85d74193953fcaa29de51853cc95a
|
||||
include/unicode/utf.h: 4434eeb75c89a49228884aa247714e1c
|
||||
include/unicode/utf16.h: d95d304275f6c688b0c4ae5620d57e4c
|
||||
include/unicode/utf32.h: a1fdf74f4bd8808f9fb17df371f886d9
|
||||
include/unicode/utf8.h: 7d5d7b60c96cccc184cdc5cd53447e7c
|
||||
include/unicode/utf_old.h: c89c03a53abcf83e039ad4217246acd9
|
||||
include/unicode/utmscale.h: 7c59d91f835bc9f4b805dd64e73851d7
|
||||
include/unicode/utrace.h: 35cbc5ec2fd02b703a449e896f48ebfe
|
||||
include/unicode/utrans.h: 7a20730bb6d33441a5b9c886cc7cd0eb
|
||||
include/unicode/utypes.h: be7b3c9d785b5d70b2f05e6dd527f026
|
||||
include/unicode/uvernum.h: 59a34f58b169d039a90da4e8824af662
|
||||
include/unicode/uversion.h: af19802ec4e905051d79ab4579a30bcd
|
||||
include/unicode/vtzone.h: a9053ef95930bd854729360fe00fed7a
|
||||
lib/icu/64.2/Makefile.inc: 3fe76ee05bc5afaade899a09af565372
|
||||
lib/icu/64.2/pkgdata.inc: 438ae219a7c80279027ca5fd315183c3
|
||||
lib/icu/Makefile.inc: 3fe76ee05bc5afaade899a09af565372
|
||||
lib/icu/current/Makefile.inc: 3fe76ee05bc5afaade899a09af565372
|
||||
lib/icu/current/pkgdata.inc: 438ae219a7c80279027ca5fd315183c3
|
||||
lib/icu/pkgdata.inc: 438ae219a7c80279027ca5fd315183c3
|
||||
lib/icudt.dll: ce725647c92aca144492f3dbf3ee04ab
|
||||
lib/icudt.lib: d4e6c59a65ceeea625b1c5d7e35f363c
|
||||
lib/icudt64.dll: 6b2909c7301d61d84f5fd2286153a1b5
|
||||
lib/icuin.dll: 8f2c0c4ce91bcd934234802538d8df14
|
||||
lib/icuin.lib: d09d76c165eacaaf52f7320ce0640f55
|
||||
lib/icuin64.dll: 8f2c0c4ce91bcd934234802538d8df14
|
||||
lib/icuio.dll: ed47e8ce82dac037a9890e0267640627
|
||||
lib/icuio.lib: 2fd670029f2809911c8222baa6c56873
|
||||
lib/icuio64.dll: ed47e8ce82dac037a9890e0267640627
|
||||
lib/icutest.dll: 6b3bada7f63c1c864439ade06a7fd723
|
||||
lib/icutest.lib: 110add657fb11e29f12b0ca5b051dfde
|
||||
lib/icutest64.dll: 6b3bada7f63c1c864439ade06a7fd723
|
||||
lib/icutu.dll: f18bca836cb96b59f007eb9ac5fd3e68
|
||||
lib/icutu.lib: 4d1c6e152525c0b834eeeb06c9196c6f
|
||||
lib/icutu64.dll: f18bca836cb96b59f007eb9ac5fd3e68
|
||||
lib/icuuc.dll: 1dee2047ea3d480376375c7db457acb3
|
||||
lib/icuuc.lib: f669e924846cbe1dc144ee15f1094a66
|
||||
lib/icuuc64.dll: 1dee2047ea3d480376375c7db457acb3
|
||||
lib/pkgconfig/icu-i18n.pc: 75e0caa47aef4ee8dad62714518ce7e3
|
||||
lib/pkgconfig/icu-io.pc: bbb8e1ef1d9bf466c474ed4722ba1fe6
|
||||
lib/pkgconfig/icu-uc.pc: 5ef9d87af3f5aff6401d808db734f3bf
|
||||
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/64.2/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/64.2/config/mh-msys-msvc: deb94ef2bd29c3471723b79091991a51
|
||||
share/icu/64.2/install-sh: 5afe8eb5573965dfb58378e4e46f3813
|
||||
share/icu/64.2/mkinstalldirs: 31c4856b24c8dbc6319819ccd43b4fda
|
||||
share/man/man1/derb.1: 140b84149f762ce47b2fe263aed44fb5
|
||||
share/man/man1/genbrk.1: f3b0b5c88f6562d93a27e776bf13987c
|
||||
share/man/man1/gencfu.1: fc9b581c0fe513328c22b44ce035e0c1
|
||||
share/man/man1/gencnval.1: 696401204fbe4d17e8dac25eea70ce07
|
||||
share/man/man1/gendict.1: f3607026142ed53bf2d0bae71884ce02
|
||||
share/man/man1/genrb.1: 3860427c56aa1c847586737737325550
|
||||
share/man/man1/icu-config.1: 24f882d0de63c5fee2b10a2911b206f8
|
||||
share/man/man1/makeconv.1: ee9bdbd7ee11f0e705e6de72b86f29ac
|
||||
share/man/man1/pkgdata.1: 2cb82b3e1c820002968867c3b2b5b811
|
||||
share/man/man1/uconv.1: 516c265d14b9f3ad72dceb2c2d23f2bb
|
||||
share/man/man8/genccode.8: 0c9f23a8cec80bfdb6127197f1c3ed17
|
||||
share/man/man8/gencmn.8: 251c98aa763ab74829e074c5e6f21c98
|
||||
share/man/man8/gensprep.8: a3129a511adbb04310a2d900c15784e1
|
||||
share/man/man8/icupkg.8: 145940ae5e9a8aea3a93213f13ddd70c
|
||||
@@ -1,251 +0,0 @@
|
||||
1563298569
|
||||
bin/derb.exe: 7d155c681231f54f3669512100a3038b
|
||||
bin/escapesrc.exe: 3a54768e31b5a9bf53d0a9fb7b061f10
|
||||
bin/genbrk.exe: 12e8b427719bfc85cb0e360422fd81e5
|
||||
bin/genccode.exe: 4396af32d01e2106690bd9be45806950
|
||||
bin/gencfu.exe: 59986571fd686f3318478d421a9fc9e8
|
||||
bin/gencmn.exe: 50750e744321b6a3bade411422e7200a
|
||||
bin/gencnval.exe: b57f7999a023751638b310e850a875ce
|
||||
bin/gendict.exe: c950331a93edec89eb962df7390f870d
|
||||
bin/gennorm2.exe: 842415940c303beeb1716446f99a9d67
|
||||
bin/genrb.exe: 90cf94ed8ae02aa51e96f76ab92bfdea
|
||||
bin/gensprep.exe: 004c1295706f785027f8dd977ba40f50
|
||||
bin/icu-config: a59cd8e08313ed02c280f1594f2e4bf1
|
||||
bin/icuinfo.exe: 08bb8fa2d591f6e8ee93db64f7ed2ec4
|
||||
bin/icupkg.exe: 5c165a685956ccd12a0d858cab69b20b
|
||||
bin/makeconv.exe: 89487251963c62fe0c3dc00610e60f09
|
||||
bin/pkgdata.exe: 0704cd29d80d2d2e3155fdd989c9b94d
|
||||
bin/uconv.exe: e1d74673fa12224f8371052f6f5feeb2
|
||||
conaninfo.txt: e159d49bd326a197124489ebd8636307
|
||||
include/unicode/alphaindex.h: edc0ff1708822c14fbac4f58a89859c9
|
||||
include/unicode/appendable.h: 713ee4a1c3e3ca090b202ceb81d6ad9f
|
||||
include/unicode/basictz.h: 456683947de10ae84e2c069c9fc55e9f
|
||||
include/unicode/brkiter.h: c69c05b804270ad6c64f80c03a5b8ee0
|
||||
include/unicode/bytestream.h: 8b946f79fb11d18859acdceab1bb5d46
|
||||
include/unicode/bytestrie.h: 781e30fb8103ba58fdfe4b6704e54347
|
||||
include/unicode/bytestriebuilder.h: e6649e470ceff3af7ec894aa6031cb21
|
||||
include/unicode/calendar.h: e640b0fd471a5313b85a866871b9df2a
|
||||
include/unicode/caniter.h: 74858b2a33cb2805dea0b0bc480dda7d
|
||||
include/unicode/casemap.h: b40e8878db23b64a72763bf75e4e3e2a
|
||||
include/unicode/char16ptr.h: 3bed1c6f219d725f6daf274704427035
|
||||
include/unicode/chariter.h: 463cdd4748695660223db14c27da3e84
|
||||
include/unicode/choicfmt.h: 38f338fb58eebce7fc999c906aad142e
|
||||
include/unicode/coleitr.h: 35cafcefbe5155408aa6166781d4290d
|
||||
include/unicode/coll.h: a60e4d0e20f25015d370bfb3b24e267e
|
||||
include/unicode/compactdecimalformat.h: dd1f639d5c836e200b48ad69ef326fc0
|
||||
include/unicode/curramt.h: 8f57c8f5a77ffd6d1f4a9c53b100ee3e
|
||||
include/unicode/currpinf.h: e279f04f8bb9c6a686ede0f4bbc7caf4
|
||||
include/unicode/currunit.h: 0ea702494028296a411ac0bda6895275
|
||||
include/unicode/datefmt.h: 91aee102e3fa68c64113645be5b944c4
|
||||
include/unicode/dbbi.h: 15a312f4cf6c6bc243fd6d32368956a1
|
||||
include/unicode/dcfmtsym.h: 3eec16337aeaa8877e966616ac53783a
|
||||
include/unicode/decimfmt.h: 18479b4ccc0b4efa7732b1da2d0fd2ab
|
||||
include/unicode/docmain.h: 0df0e8161180b869031a88050e0a01c9
|
||||
include/unicode/dtfmtsym.h: c06710d48a792838da0f5e3814b3908a
|
||||
include/unicode/dtintrv.h: 65e3985e944f54230322acc986c59a30
|
||||
include/unicode/dtitvfmt.h: 72a63051451b33ba43f67e572883e855
|
||||
include/unicode/dtitvinf.h: b6e798c244d5d4ed73916a8db5b4a855
|
||||
include/unicode/dtptngen.h: 5c7a7e4d10c3db7123815ff42dc904f6
|
||||
include/unicode/dtrule.h: a2a865734c97d4d5ee2a095ebbd629cf
|
||||
include/unicode/edits.h: 7fd52de9a5c418c48234d1425f22fabc
|
||||
include/unicode/enumset.h: 3bb75fc43c88682895ae98c02e69810d
|
||||
include/unicode/errorcode.h: 6f00859e026be521cff595db38b871db
|
||||
include/unicode/fieldpos.h: d42ab3ff641fdc7016cbc3e7526594a1
|
||||
include/unicode/filteredbrk.h: 4ab1ef82654177aea8000c72f6652e40
|
||||
include/unicode/fmtable.h: c0c5ea7bd3e3a5fded75c2fea543c668
|
||||
include/unicode/format.h: 71642e006d9e359a5a8b0800d390ec52
|
||||
include/unicode/formattedvalue.h: a502788adec3ba1025321c2cefd0e4c7
|
||||
include/unicode/fpositer.h: 2fdf3d1fa8b84e6ba3c561803de5f595
|
||||
include/unicode/gender.h: 21d668158f52ab989a8a4711de79f099
|
||||
include/unicode/gregocal.h: 4e746c8c84966372f9e66255e3d05246
|
||||
include/unicode/icudataver.h: d1c480a9eb95aaa058a6b9311074bc33
|
||||
include/unicode/icuplug.h: 60ad27a2a36284bbc1766f9920769175
|
||||
include/unicode/idna.h: e2bb1287f5f61b37dd11493008d29ef6
|
||||
include/unicode/listformatter.h: 2942dcd998fbadca9043912a2dbe9e7e
|
||||
include/unicode/localebuilder.h: 5690e3f03681a2fbfe7baea5226378cd
|
||||
include/unicode/localpointer.h: a89505f84a4bb4e231a17676f1b1d51a
|
||||
include/unicode/locdspnm.h: 5d12af057d2675b88cf95dc63f015f21
|
||||
include/unicode/locid.h: 9df99f05fc348684e116098f6e0a6710
|
||||
include/unicode/measfmt.h: 909302945254ede1a345342a8c4b402d
|
||||
include/unicode/measunit.h: 9e0fe1ba857f051874760f7aad55c68b
|
||||
include/unicode/measure.h: 060550ced6b6ceae742c8d47772e190f
|
||||
include/unicode/messagepattern.h: b671e9e96bad09137a7bf186e8d795fc
|
||||
include/unicode/msgfmt.h: f1723a391f733367dde795d42d1734f3
|
||||
include/unicode/normalizer2.h: 909305633321f6cbb76cc88dc8c00c90
|
||||
include/unicode/normlzr.h: c974010d56584fcf75f0f2e10e05fe9c
|
||||
include/unicode/nounit.h: 86e94a9d9377bcd124dfd80600a66d19
|
||||
include/unicode/numberformatter.h: 5f13d5de2fb98bb5f6ce33e5b48698c3
|
||||
include/unicode/numberrangeformatter.h: 460fa1a21356b00a275e27a9a540140e
|
||||
include/unicode/numfmt.h: 26724db0305eab9f3b810f3a6accc729
|
||||
include/unicode/numsys.h: f68bc678c30deeb7c50a104d852e40d8
|
||||
include/unicode/parseerr.h: ce38831411af01eeaf0bbbb6e1cb0153
|
||||
include/unicode/parsepos.h: d5300bfbc1b2cd0081aecb71320e11ec
|
||||
include/unicode/platform.h: d6aed91f3114fe877714fc554ad167ae
|
||||
include/unicode/plurfmt.h: fa64bd7797a74e8e8769a12047c5bf3c
|
||||
include/unicode/plurrule.h: 8d3eb6b9c5e6eec6da436601e42ec65e
|
||||
include/unicode/ptypes.h: d74097874c82f77331d8e06a5c59d37f
|
||||
include/unicode/putil.h: ee1c69d5060b8d5754bf8879bb7f10d1
|
||||
include/unicode/rbbi.h: a0202b93d684e8e595c0012e4cefca83
|
||||
include/unicode/rbnf.h: c951102dad30e81d893bc81df09820f5
|
||||
include/unicode/rbtz.h: f772120604410ff1f1492b1991d36163
|
||||
include/unicode/regex.h: e911b68edf768bc0c96b770fced3a7f5
|
||||
include/unicode/region.h: b0c3e0b2ad6650fbab876495b114b639
|
||||
include/unicode/reldatefmt.h: 99195dad14eef9b8992409fc066b97d7
|
||||
include/unicode/rep.h: d29a88e12fd288a0606a41464630a015
|
||||
include/unicode/resbund.h: 87a08c1ea0b825d2f99951e9be9f1127
|
||||
include/unicode/schriter.h: 9c196272282acc6ccf6cd34544095b63
|
||||
include/unicode/scientificnumberformatter.h: b0f20bc8a5b53b07a07d4576d3d6d928
|
||||
include/unicode/search.h: bee76013db18275ff842e90c6805ae72
|
||||
include/unicode/selfmt.h: 2457e48d1cf8ff880f1bdaf80a9e2fc7
|
||||
include/unicode/simpleformatter.h: 3dfb5ab658aecf124d329b645082b879
|
||||
include/unicode/simpletz.h: 07c17256943be808b2b2a597d3d27c33
|
||||
include/unicode/smpdtfmt.h: e5ba02765fd03756ba63ca138a47daf1
|
||||
include/unicode/sortkey.h: 25af96ad696ab793d62d67debb04c8ba
|
||||
include/unicode/std_string.h: 2300a9ee3296c630373a6e8b685dff88
|
||||
include/unicode/strenum.h: 2d2998dd8033ac7272c39406cc3f8b51
|
||||
include/unicode/stringoptions.h: d4929224e8d9df2f272f0305780cbacb
|
||||
include/unicode/stringpiece.h: 4265692d09da7d3cd585bc6776a8a0c7
|
||||
include/unicode/stringtriebuilder.h: fc74bea13a3003c79ebeccc442703037
|
||||
include/unicode/stsearch.h: 33d820eada4a37ceb3f0bd9ff07ed63d
|
||||
include/unicode/symtable.h: 763520aa161c95884efa6f6a5f29eb77
|
||||
include/unicode/tblcoll.h: 9aad9b68d582e13be85f437f815a3eb1
|
||||
include/unicode/timezone.h: 4e6b12c8e428fae21f99552d29544690
|
||||
include/unicode/tmunit.h: 9a1f159c304e2bd283d7cf61a0807c05
|
||||
include/unicode/tmutamt.h: 0890de21bc330b69b00f94c437e0f140
|
||||
include/unicode/tmutfmt.h: c344b95b816e04ed0bc895c6da6ef460
|
||||
include/unicode/translit.h: 3464c7b8023b7c131b0b533e1b372c3a
|
||||
include/unicode/tzfmt.h: 2cb06301f2376b6802834105060311bf
|
||||
include/unicode/tznames.h: b5935a11cb884e2e47ad732ee684037d
|
||||
include/unicode/tzrule.h: bcba9c924da93d42e4f18f507c11e8cf
|
||||
include/unicode/tztrans.h: 6e72d3497b3e68dc9aad510e2b45f781
|
||||
include/unicode/ubidi.h: d90a13a2933198f134efefc0ff7563e6
|
||||
include/unicode/ubiditransform.h: fab65809ece8816f1a002eb843b80e29
|
||||
include/unicode/ubrk.h: e85002afa629b85ba239135ab11f47f0
|
||||
include/unicode/ucal.h: c39d869ac0bca5859e78287092e40721
|
||||
include/unicode/ucasemap.h: 2f240e1dc6db1771e843f1a03fd0c8f4
|
||||
include/unicode/ucat.h: f412352b86adccba85d7f3e4b4515064
|
||||
include/unicode/uchar.h: 25e6419710b325b53286cb7dcaf4af57
|
||||
include/unicode/ucharstrie.h: 644af4172d542594c40face6cbe01b5e
|
||||
include/unicode/ucharstriebuilder.h: 52600c017361ee29f21a6fef13667948
|
||||
include/unicode/uchriter.h: 85c221ab993783ec8f7823713c30758c
|
||||
include/unicode/uclean.h: ef4b9289f510edd0bb6b779d0a299f44
|
||||
include/unicode/ucnv.h: db701a7a83540ef4dcfc4e780f1da016
|
||||
include/unicode/ucnv_cb.h: 69c1c5b156028cd623ed7e5b5b4ab730
|
||||
include/unicode/ucnv_err.h: 6ef0751460140d23ae678ef85c298906
|
||||
include/unicode/ucnvsel.h: 6e4c5e31c2a89439ef4945cd4a402ef3
|
||||
include/unicode/ucol.h: 0b6d71140d2f8e0cf618e5a54cf251af
|
||||
include/unicode/ucoleitr.h: b4576706530850666c1cfd2424276b26
|
||||
include/unicode/uconfig.h: 680b99d4b154e14ac1ebcb9c60f5ab3c
|
||||
include/unicode/ucpmap.h: a22571c78880dd947efc0ab547061a35
|
||||
include/unicode/ucptrie.h: 9b16abc66b11f53941ec5d90af1df0b0
|
||||
include/unicode/ucsdet.h: c7d5b3d36da0c71b0a85a72642439a90
|
||||
include/unicode/ucurr.h: 0ec2b114be8c462d4542c6e1d0bf2b8a
|
||||
include/unicode/udat.h: 373cf290162e44eba9f2cf6dad278858
|
||||
include/unicode/udata.h: e747b190fadb0749c129aeff7e6eef54
|
||||
include/unicode/udateintervalformat.h: 178f650518ecceeb2eca7b763dd68799
|
||||
include/unicode/udatpg.h: 078d2d548f3123fceae0d4056359a62e
|
||||
include/unicode/udisplaycontext.h: 57a269787da52ad6720ff5b1e87b5cdd
|
||||
include/unicode/uenum.h: 41cce54d4862d5068f4f087b935c0657
|
||||
include/unicode/ufieldpositer.h: 21f8ba8e285bfea4daa3da8a01911b7e
|
||||
include/unicode/uformattable.h: cad38a97f9f929ebc28d5e72dc5ec14f
|
||||
include/unicode/uformattedvalue.h: 47ae4b93dddfe15d28400da09201090e
|
||||
include/unicode/ugender.h: d64c9ad1d5cf04136534e3aca38d2638
|
||||
include/unicode/uidna.h: 88ee381ec6ec01cb677f3e5222e9cf22
|
||||
include/unicode/uiter.h: 3fea96177f4f814091918f54d1e68ccd
|
||||
include/unicode/uldnames.h: d18634bc73c16b9ae02b6a60fd94d8be
|
||||
include/unicode/ulistformatter.h: 64859bc80c70c1e183f3537e1c354142
|
||||
include/unicode/uloc.h: b344a11407a95b108ef52a4d88c74d6a
|
||||
include/unicode/ulocdata.h: 116fad6a2c0db0d08e3f5ae02d93a035
|
||||
include/unicode/umachine.h: b25221a74cab16d993f35108e6da340a
|
||||
include/unicode/umisc.h: eca71d8c8bf86529ae5bbc5f34598bea
|
||||
include/unicode/umsg.h: 298645d31f8d8e209cbb5eb3751e3ceb
|
||||
include/unicode/umutablecptrie.h: 4fe0aaad80938fbe881a3fb447be1f24
|
||||
include/unicode/unifilt.h: 71e8ecdb31d706e8e0efc4bbdc9f86b5
|
||||
include/unicode/unifunct.h: 97d80d81556b54ac674d09643df98cfc
|
||||
include/unicode/unimatch.h: 00eb31b1d65f3e0f03e7d880b1bb79fb
|
||||
include/unicode/unirepl.h: c5eeec0e14a9666262d332c22124803f
|
||||
include/unicode/uniset.h: 69b5447c36eec06421bc9038df3bd80e
|
||||
include/unicode/unistr.h: e35ee05307a3338579df46718b049b32
|
||||
include/unicode/unorm.h: 3a1e6dcd474ef8b2c3377b34141bf6d3
|
||||
include/unicode/unorm2.h: e8fff4023ad114b325f346d2cdbbe043
|
||||
include/unicode/unum.h: ec868132b7242d85645d30dd549b25fc
|
||||
include/unicode/unumberformatter.h: 0dc25c33373d63ca0beb10a9ef265237
|
||||
include/unicode/unumsys.h: 7e5dd76a0e07f790c30c944bfb810e71
|
||||
include/unicode/uobject.h: c9a1e3afb798e0fbcad34b01b0bc5c3e
|
||||
include/unicode/upluralrules.h: 15feae7c7df35b97d5e715f28f616e63
|
||||
include/unicode/uregex.h: 10fe8b8c9f98758bf192bc765fa45e3c
|
||||
include/unicode/uregion.h: a3f28f15972bf18600012815a8c76535
|
||||
include/unicode/ureldatefmt.h: d528589ebdc3f8cb6c27ce4867752c55
|
||||
include/unicode/urename.h: 7cd5ed487b56e2aeb354867a0b2cda5f
|
||||
include/unicode/urep.h: 6ada98ac1aa68081f10d17b1abadef6e
|
||||
include/unicode/ures.h: 8c69586a969eb2898d5d3e8c08beda9c
|
||||
include/unicode/uscript.h: 5bf2d96240b17507a05ebe4d36b1a38e
|
||||
include/unicode/usearch.h: fc5b3e0d1096ff69c3a2397ef5b3a036
|
||||
include/unicode/uset.h: a285e1b480a3abaaee753ba74d245efd
|
||||
include/unicode/usetiter.h: 36896c874036542390b5a75a04f330c5
|
||||
include/unicode/ushape.h: 86fdf709d4312bb17cf95b16f58e1dc4
|
||||
include/unicode/uspoof.h: 6c2d471942085f091c8bc748a02f113e
|
||||
include/unicode/usprep.h: e88585ae8bdb3a35aa88417993bde732
|
||||
include/unicode/ustdio.h: 3104e526d3de60538f42c0fd5430adcb
|
||||
include/unicode/ustream.h: 6a3f303b73d795a0ff9a1b8d2758d88d
|
||||
include/unicode/ustring.h: 92f522f8ef62e443c11baa56c32e42e4
|
||||
include/unicode/ustringtrie.h: 54a28aa9c4e117cd3ebfd0a670324f6c
|
||||
include/unicode/utext.h: b0e85d74193953fcaa29de51853cc95a
|
||||
include/unicode/utf.h: 4434eeb75c89a49228884aa247714e1c
|
||||
include/unicode/utf16.h: d95d304275f6c688b0c4ae5620d57e4c
|
||||
include/unicode/utf32.h: a1fdf74f4bd8808f9fb17df371f886d9
|
||||
include/unicode/utf8.h: 7d5d7b60c96cccc184cdc5cd53447e7c
|
||||
include/unicode/utf_old.h: c89c03a53abcf83e039ad4217246acd9
|
||||
include/unicode/utmscale.h: 7c59d91f835bc9f4b805dd64e73851d7
|
||||
include/unicode/utrace.h: 35cbc5ec2fd02b703a449e896f48ebfe
|
||||
include/unicode/utrans.h: 7a20730bb6d33441a5b9c886cc7cd0eb
|
||||
include/unicode/utypes.h: be7b3c9d785b5d70b2f05e6dd527f026
|
||||
include/unicode/uvernum.h: 59a34f58b169d039a90da4e8824af662
|
||||
include/unicode/uversion.h: af19802ec4e905051d79ab4579a30bcd
|
||||
include/unicode/vtzone.h: a9053ef95930bd854729360fe00fed7a
|
||||
lib/icu/64.2/Makefile.inc: 6c092462cc6db00d752a733b771de789
|
||||
lib/icu/64.2/pkgdata.inc: e0192327bcacf61fba9402f67377ab4a
|
||||
lib/icu/Makefile.inc: 6c092462cc6db00d752a733b771de789
|
||||
lib/icu/current/Makefile.inc: 6c092462cc6db00d752a733b771de789
|
||||
lib/icu/current/pkgdata.inc: e0192327bcacf61fba9402f67377ab4a
|
||||
lib/icu/pkgdata.inc: e0192327bcacf61fba9402f67377ab4a
|
||||
lib/icudt.dll: 15709335a869f8f94cc8c6be6c67a3d7
|
||||
lib/icudt.lib: 6c28bff05a11ca4606ccdb90935307d8
|
||||
lib/icudt64.dll: f8a3a40930adfbd0da1863a3c345aff8
|
||||
lib/icuin.dll: 9a3c5dfa3855df6e1d0292a572274abb
|
||||
lib/icuin.lib: 314b4206062131c02206389852decf97
|
||||
lib/icuin64.dll: 9a3c5dfa3855df6e1d0292a572274abb
|
||||
lib/icuio.dll: ecf45606b8b48e38f13938e1bdc06252
|
||||
lib/icuio.lib: 68b6479455934321afd66a395f920fe1
|
||||
lib/icuio64.dll: ecf45606b8b48e38f13938e1bdc06252
|
||||
lib/icutest.dll: 31eb2b086911853280a3e52907e8cbae
|
||||
lib/icutest.lib: cc54d80d0566a234ba8c33f25ea21a0e
|
||||
lib/icutest64.dll: 31eb2b086911853280a3e52907e8cbae
|
||||
lib/icutu.dll: 493b7e3e5f80811d7f15ce8695936db6
|
||||
lib/icutu.lib: 5e9f9225f1c5a767e636ad81f45fb854
|
||||
lib/icutu64.dll: 493b7e3e5f80811d7f15ce8695936db6
|
||||
lib/icuuc.dll: 16f1a404b6a12e105ef79b8c080dce93
|
||||
lib/icuuc.lib: c7cb6e9b49a9982322891656c9bf4ee8
|
||||
lib/icuuc64.dll: 16f1a404b6a12e105ef79b8c080dce93
|
||||
lib/pkgconfig/icu-i18n.pc: 563963d9f6cca93481456dc19e973958
|
||||
lib/pkgconfig/icu-io.pc: 838e3c4ffd237b5fe921cefea15fd327
|
||||
lib/pkgconfig/icu-uc.pc: ea0501759b296704a1e2319420dddb59
|
||||
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/64.2/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/64.2/config/mh-msys-msvc: deb94ef2bd29c3471723b79091991a51
|
||||
share/icu/64.2/install-sh: 5afe8eb5573965dfb58378e4e46f3813
|
||||
share/icu/64.2/mkinstalldirs: 31c4856b24c8dbc6319819ccd43b4fda
|
||||
share/man/man1/derb.1: 140b84149f762ce47b2fe263aed44fb5
|
||||
share/man/man1/genbrk.1: f3b0b5c88f6562d93a27e776bf13987c
|
||||
share/man/man1/gencfu.1: fc9b581c0fe513328c22b44ce035e0c1
|
||||
share/man/man1/gencnval.1: 696401204fbe4d17e8dac25eea70ce07
|
||||
share/man/man1/gendict.1: f3607026142ed53bf2d0bae71884ce02
|
||||
share/man/man1/genrb.1: 3860427c56aa1c847586737737325550
|
||||
share/man/man1/icu-config.1: 24f882d0de63c5fee2b10a2911b206f8
|
||||
share/man/man1/makeconv.1: ee9bdbd7ee11f0e705e6de72b86f29ac
|
||||
share/man/man1/pkgdata.1: 2cb82b3e1c820002968867c3b2b5b811
|
||||
share/man/man1/uconv.1: 516c265d14b9f3ad72dceb2c2d23f2bb
|
||||
share/man/man8/genccode.8: 0c9f23a8cec80bfdb6127197f1c3ed17
|
||||
share/man/man8/gencmn.8: 251c98aa763ab74829e074c5e6f21c98
|
||||
share/man/man8/gensprep.8: a3129a511adbb04310a2d900c15784e1
|
||||
share/man/man8/icupkg.8: 145940ae5e9a8aea3a93213f13ddd70c
|
||||
@@ -1,251 +0,0 @@
|
||||
1563297860
|
||||
bin/derb.exe: 4007262865fcb9d6c7b7bfaadacc0b8e
|
||||
bin/escapesrc.exe: 877b764cf7a705f0f0f0b81173078c01
|
||||
bin/genbrk.exe: 716cf45fb7e09ffe4f110480b6a28832
|
||||
bin/genccode.exe: 3b468fd77d7e5cf80ecbb4d32b4be7cb
|
||||
bin/gencfu.exe: 95f0d7ff1f481f66726036b672076ba8
|
||||
bin/gencmn.exe: a03b4d4f9b94a8444a8d8a3c3f798bd6
|
||||
bin/gencnval.exe: 6750a9a5197fbd74b275b5fd7dd7c33e
|
||||
bin/gendict.exe: b6f46c1edc548cbdd9ac67118a5d7c10
|
||||
bin/gennorm2.exe: e8cc3907125b3bc4c5e9ed448e3c2973
|
||||
bin/genrb.exe: d1a306e9480606f24b54149e2799dc2b
|
||||
bin/gensprep.exe: 63036e1b8ddb3bad807d6c715eda172a
|
||||
bin/icu-config: 9781767fcfa815c455e405cbcbb9145c
|
||||
bin/icuinfo.exe: 74bc712f5696f58051aab155bc8dadfa
|
||||
bin/icupkg.exe: 61c5bf5b56108646efc293a4655db32a
|
||||
bin/makeconv.exe: e52c6aa01bb900e12a94af475aecd1c1
|
||||
bin/pkgdata.exe: 1ef1bfbf10da2177339157bf133b03d9
|
||||
bin/uconv.exe: c37a845021460f32e50e9674c13bbd95
|
||||
conaninfo.txt: ca8ff827ceed6bcfd8927596f342ccd3
|
||||
include/unicode/alphaindex.h: edc0ff1708822c14fbac4f58a89859c9
|
||||
include/unicode/appendable.h: 713ee4a1c3e3ca090b202ceb81d6ad9f
|
||||
include/unicode/basictz.h: 456683947de10ae84e2c069c9fc55e9f
|
||||
include/unicode/brkiter.h: c69c05b804270ad6c64f80c03a5b8ee0
|
||||
include/unicode/bytestream.h: 8b946f79fb11d18859acdceab1bb5d46
|
||||
include/unicode/bytestrie.h: 781e30fb8103ba58fdfe4b6704e54347
|
||||
include/unicode/bytestriebuilder.h: e6649e470ceff3af7ec894aa6031cb21
|
||||
include/unicode/calendar.h: e640b0fd471a5313b85a866871b9df2a
|
||||
include/unicode/caniter.h: 74858b2a33cb2805dea0b0bc480dda7d
|
||||
include/unicode/casemap.h: b40e8878db23b64a72763bf75e4e3e2a
|
||||
include/unicode/char16ptr.h: 3bed1c6f219d725f6daf274704427035
|
||||
include/unicode/chariter.h: 463cdd4748695660223db14c27da3e84
|
||||
include/unicode/choicfmt.h: 38f338fb58eebce7fc999c906aad142e
|
||||
include/unicode/coleitr.h: 35cafcefbe5155408aa6166781d4290d
|
||||
include/unicode/coll.h: a60e4d0e20f25015d370bfb3b24e267e
|
||||
include/unicode/compactdecimalformat.h: dd1f639d5c836e200b48ad69ef326fc0
|
||||
include/unicode/curramt.h: 8f57c8f5a77ffd6d1f4a9c53b100ee3e
|
||||
include/unicode/currpinf.h: e279f04f8bb9c6a686ede0f4bbc7caf4
|
||||
include/unicode/currunit.h: 0ea702494028296a411ac0bda6895275
|
||||
include/unicode/datefmt.h: 91aee102e3fa68c64113645be5b944c4
|
||||
include/unicode/dbbi.h: 15a312f4cf6c6bc243fd6d32368956a1
|
||||
include/unicode/dcfmtsym.h: 3eec16337aeaa8877e966616ac53783a
|
||||
include/unicode/decimfmt.h: 18479b4ccc0b4efa7732b1da2d0fd2ab
|
||||
include/unicode/docmain.h: 0df0e8161180b869031a88050e0a01c9
|
||||
include/unicode/dtfmtsym.h: c06710d48a792838da0f5e3814b3908a
|
||||
include/unicode/dtintrv.h: 65e3985e944f54230322acc986c59a30
|
||||
include/unicode/dtitvfmt.h: 72a63051451b33ba43f67e572883e855
|
||||
include/unicode/dtitvinf.h: b6e798c244d5d4ed73916a8db5b4a855
|
||||
include/unicode/dtptngen.h: 5c7a7e4d10c3db7123815ff42dc904f6
|
||||
include/unicode/dtrule.h: a2a865734c97d4d5ee2a095ebbd629cf
|
||||
include/unicode/edits.h: 7fd52de9a5c418c48234d1425f22fabc
|
||||
include/unicode/enumset.h: 3bb75fc43c88682895ae98c02e69810d
|
||||
include/unicode/errorcode.h: 6f00859e026be521cff595db38b871db
|
||||
include/unicode/fieldpos.h: d42ab3ff641fdc7016cbc3e7526594a1
|
||||
include/unicode/filteredbrk.h: 4ab1ef82654177aea8000c72f6652e40
|
||||
include/unicode/fmtable.h: c0c5ea7bd3e3a5fded75c2fea543c668
|
||||
include/unicode/format.h: 71642e006d9e359a5a8b0800d390ec52
|
||||
include/unicode/formattedvalue.h: a502788adec3ba1025321c2cefd0e4c7
|
||||
include/unicode/fpositer.h: 2fdf3d1fa8b84e6ba3c561803de5f595
|
||||
include/unicode/gender.h: 21d668158f52ab989a8a4711de79f099
|
||||
include/unicode/gregocal.h: 4e746c8c84966372f9e66255e3d05246
|
||||
include/unicode/icudataver.h: d1c480a9eb95aaa058a6b9311074bc33
|
||||
include/unicode/icuplug.h: 60ad27a2a36284bbc1766f9920769175
|
||||
include/unicode/idna.h: e2bb1287f5f61b37dd11493008d29ef6
|
||||
include/unicode/listformatter.h: 2942dcd998fbadca9043912a2dbe9e7e
|
||||
include/unicode/localebuilder.h: 5690e3f03681a2fbfe7baea5226378cd
|
||||
include/unicode/localpointer.h: a89505f84a4bb4e231a17676f1b1d51a
|
||||
include/unicode/locdspnm.h: 5d12af057d2675b88cf95dc63f015f21
|
||||
include/unicode/locid.h: 9df99f05fc348684e116098f6e0a6710
|
||||
include/unicode/measfmt.h: 909302945254ede1a345342a8c4b402d
|
||||
include/unicode/measunit.h: 9e0fe1ba857f051874760f7aad55c68b
|
||||
include/unicode/measure.h: 060550ced6b6ceae742c8d47772e190f
|
||||
include/unicode/messagepattern.h: b671e9e96bad09137a7bf186e8d795fc
|
||||
include/unicode/msgfmt.h: f1723a391f733367dde795d42d1734f3
|
||||
include/unicode/normalizer2.h: 909305633321f6cbb76cc88dc8c00c90
|
||||
include/unicode/normlzr.h: c974010d56584fcf75f0f2e10e05fe9c
|
||||
include/unicode/nounit.h: 86e94a9d9377bcd124dfd80600a66d19
|
||||
include/unicode/numberformatter.h: 5f13d5de2fb98bb5f6ce33e5b48698c3
|
||||
include/unicode/numberrangeformatter.h: 460fa1a21356b00a275e27a9a540140e
|
||||
include/unicode/numfmt.h: 26724db0305eab9f3b810f3a6accc729
|
||||
include/unicode/numsys.h: f68bc678c30deeb7c50a104d852e40d8
|
||||
include/unicode/parseerr.h: ce38831411af01eeaf0bbbb6e1cb0153
|
||||
include/unicode/parsepos.h: d5300bfbc1b2cd0081aecb71320e11ec
|
||||
include/unicode/platform.h: d6aed91f3114fe877714fc554ad167ae
|
||||
include/unicode/plurfmt.h: fa64bd7797a74e8e8769a12047c5bf3c
|
||||
include/unicode/plurrule.h: 8d3eb6b9c5e6eec6da436601e42ec65e
|
||||
include/unicode/ptypes.h: d74097874c82f77331d8e06a5c59d37f
|
||||
include/unicode/putil.h: ee1c69d5060b8d5754bf8879bb7f10d1
|
||||
include/unicode/rbbi.h: a0202b93d684e8e595c0012e4cefca83
|
||||
include/unicode/rbnf.h: c951102dad30e81d893bc81df09820f5
|
||||
include/unicode/rbtz.h: f772120604410ff1f1492b1991d36163
|
||||
include/unicode/regex.h: e911b68edf768bc0c96b770fced3a7f5
|
||||
include/unicode/region.h: b0c3e0b2ad6650fbab876495b114b639
|
||||
include/unicode/reldatefmt.h: 99195dad14eef9b8992409fc066b97d7
|
||||
include/unicode/rep.h: d29a88e12fd288a0606a41464630a015
|
||||
include/unicode/resbund.h: 87a08c1ea0b825d2f99951e9be9f1127
|
||||
include/unicode/schriter.h: 9c196272282acc6ccf6cd34544095b63
|
||||
include/unicode/scientificnumberformatter.h: b0f20bc8a5b53b07a07d4576d3d6d928
|
||||
include/unicode/search.h: bee76013db18275ff842e90c6805ae72
|
||||
include/unicode/selfmt.h: 2457e48d1cf8ff880f1bdaf80a9e2fc7
|
||||
include/unicode/simpleformatter.h: 3dfb5ab658aecf124d329b645082b879
|
||||
include/unicode/simpletz.h: 07c17256943be808b2b2a597d3d27c33
|
||||
include/unicode/smpdtfmt.h: e5ba02765fd03756ba63ca138a47daf1
|
||||
include/unicode/sortkey.h: 25af96ad696ab793d62d67debb04c8ba
|
||||
include/unicode/std_string.h: 2300a9ee3296c630373a6e8b685dff88
|
||||
include/unicode/strenum.h: 2d2998dd8033ac7272c39406cc3f8b51
|
||||
include/unicode/stringoptions.h: d4929224e8d9df2f272f0305780cbacb
|
||||
include/unicode/stringpiece.h: 4265692d09da7d3cd585bc6776a8a0c7
|
||||
include/unicode/stringtriebuilder.h: fc74bea13a3003c79ebeccc442703037
|
||||
include/unicode/stsearch.h: 33d820eada4a37ceb3f0bd9ff07ed63d
|
||||
include/unicode/symtable.h: 763520aa161c95884efa6f6a5f29eb77
|
||||
include/unicode/tblcoll.h: 9aad9b68d582e13be85f437f815a3eb1
|
||||
include/unicode/timezone.h: 4e6b12c8e428fae21f99552d29544690
|
||||
include/unicode/tmunit.h: 9a1f159c304e2bd283d7cf61a0807c05
|
||||
include/unicode/tmutamt.h: 0890de21bc330b69b00f94c437e0f140
|
||||
include/unicode/tmutfmt.h: c344b95b816e04ed0bc895c6da6ef460
|
||||
include/unicode/translit.h: 3464c7b8023b7c131b0b533e1b372c3a
|
||||
include/unicode/tzfmt.h: 2cb06301f2376b6802834105060311bf
|
||||
include/unicode/tznames.h: b5935a11cb884e2e47ad732ee684037d
|
||||
include/unicode/tzrule.h: bcba9c924da93d42e4f18f507c11e8cf
|
||||
include/unicode/tztrans.h: 6e72d3497b3e68dc9aad510e2b45f781
|
||||
include/unicode/ubidi.h: d90a13a2933198f134efefc0ff7563e6
|
||||
include/unicode/ubiditransform.h: fab65809ece8816f1a002eb843b80e29
|
||||
include/unicode/ubrk.h: e85002afa629b85ba239135ab11f47f0
|
||||
include/unicode/ucal.h: c39d869ac0bca5859e78287092e40721
|
||||
include/unicode/ucasemap.h: 2f240e1dc6db1771e843f1a03fd0c8f4
|
||||
include/unicode/ucat.h: f412352b86adccba85d7f3e4b4515064
|
||||
include/unicode/uchar.h: 25e6419710b325b53286cb7dcaf4af57
|
||||
include/unicode/ucharstrie.h: 644af4172d542594c40face6cbe01b5e
|
||||
include/unicode/ucharstriebuilder.h: 52600c017361ee29f21a6fef13667948
|
||||
include/unicode/uchriter.h: 85c221ab993783ec8f7823713c30758c
|
||||
include/unicode/uclean.h: ef4b9289f510edd0bb6b779d0a299f44
|
||||
include/unicode/ucnv.h: db701a7a83540ef4dcfc4e780f1da016
|
||||
include/unicode/ucnv_cb.h: 69c1c5b156028cd623ed7e5b5b4ab730
|
||||
include/unicode/ucnv_err.h: 6ef0751460140d23ae678ef85c298906
|
||||
include/unicode/ucnvsel.h: 6e4c5e31c2a89439ef4945cd4a402ef3
|
||||
include/unicode/ucol.h: 0b6d71140d2f8e0cf618e5a54cf251af
|
||||
include/unicode/ucoleitr.h: b4576706530850666c1cfd2424276b26
|
||||
include/unicode/uconfig.h: 680b99d4b154e14ac1ebcb9c60f5ab3c
|
||||
include/unicode/ucpmap.h: a22571c78880dd947efc0ab547061a35
|
||||
include/unicode/ucptrie.h: 9b16abc66b11f53941ec5d90af1df0b0
|
||||
include/unicode/ucsdet.h: c7d5b3d36da0c71b0a85a72642439a90
|
||||
include/unicode/ucurr.h: 0ec2b114be8c462d4542c6e1d0bf2b8a
|
||||
include/unicode/udat.h: 373cf290162e44eba9f2cf6dad278858
|
||||
include/unicode/udata.h: e747b190fadb0749c129aeff7e6eef54
|
||||
include/unicode/udateintervalformat.h: 178f650518ecceeb2eca7b763dd68799
|
||||
include/unicode/udatpg.h: 078d2d548f3123fceae0d4056359a62e
|
||||
include/unicode/udisplaycontext.h: 57a269787da52ad6720ff5b1e87b5cdd
|
||||
include/unicode/uenum.h: 41cce54d4862d5068f4f087b935c0657
|
||||
include/unicode/ufieldpositer.h: 21f8ba8e285bfea4daa3da8a01911b7e
|
||||
include/unicode/uformattable.h: cad38a97f9f929ebc28d5e72dc5ec14f
|
||||
include/unicode/uformattedvalue.h: 47ae4b93dddfe15d28400da09201090e
|
||||
include/unicode/ugender.h: d64c9ad1d5cf04136534e3aca38d2638
|
||||
include/unicode/uidna.h: 88ee381ec6ec01cb677f3e5222e9cf22
|
||||
include/unicode/uiter.h: 3fea96177f4f814091918f54d1e68ccd
|
||||
include/unicode/uldnames.h: d18634bc73c16b9ae02b6a60fd94d8be
|
||||
include/unicode/ulistformatter.h: 64859bc80c70c1e183f3537e1c354142
|
||||
include/unicode/uloc.h: b344a11407a95b108ef52a4d88c74d6a
|
||||
include/unicode/ulocdata.h: 116fad6a2c0db0d08e3f5ae02d93a035
|
||||
include/unicode/umachine.h: b25221a74cab16d993f35108e6da340a
|
||||
include/unicode/umisc.h: eca71d8c8bf86529ae5bbc5f34598bea
|
||||
include/unicode/umsg.h: 298645d31f8d8e209cbb5eb3751e3ceb
|
||||
include/unicode/umutablecptrie.h: 4fe0aaad80938fbe881a3fb447be1f24
|
||||
include/unicode/unifilt.h: 71e8ecdb31d706e8e0efc4bbdc9f86b5
|
||||
include/unicode/unifunct.h: 97d80d81556b54ac674d09643df98cfc
|
||||
include/unicode/unimatch.h: 00eb31b1d65f3e0f03e7d880b1bb79fb
|
||||
include/unicode/unirepl.h: c5eeec0e14a9666262d332c22124803f
|
||||
include/unicode/uniset.h: 69b5447c36eec06421bc9038df3bd80e
|
||||
include/unicode/unistr.h: e35ee05307a3338579df46718b049b32
|
||||
include/unicode/unorm.h: 3a1e6dcd474ef8b2c3377b34141bf6d3
|
||||
include/unicode/unorm2.h: e8fff4023ad114b325f346d2cdbbe043
|
||||
include/unicode/unum.h: ec868132b7242d85645d30dd549b25fc
|
||||
include/unicode/unumberformatter.h: 0dc25c33373d63ca0beb10a9ef265237
|
||||
include/unicode/unumsys.h: 7e5dd76a0e07f790c30c944bfb810e71
|
||||
include/unicode/uobject.h: c9a1e3afb798e0fbcad34b01b0bc5c3e
|
||||
include/unicode/upluralrules.h: 15feae7c7df35b97d5e715f28f616e63
|
||||
include/unicode/uregex.h: 10fe8b8c9f98758bf192bc765fa45e3c
|
||||
include/unicode/uregion.h: a3f28f15972bf18600012815a8c76535
|
||||
include/unicode/ureldatefmt.h: d528589ebdc3f8cb6c27ce4867752c55
|
||||
include/unicode/urename.h: 7cd5ed487b56e2aeb354867a0b2cda5f
|
||||
include/unicode/urep.h: 6ada98ac1aa68081f10d17b1abadef6e
|
||||
include/unicode/ures.h: 8c69586a969eb2898d5d3e8c08beda9c
|
||||
include/unicode/uscript.h: 5bf2d96240b17507a05ebe4d36b1a38e
|
||||
include/unicode/usearch.h: fc5b3e0d1096ff69c3a2397ef5b3a036
|
||||
include/unicode/uset.h: a285e1b480a3abaaee753ba74d245efd
|
||||
include/unicode/usetiter.h: 36896c874036542390b5a75a04f330c5
|
||||
include/unicode/ushape.h: 86fdf709d4312bb17cf95b16f58e1dc4
|
||||
include/unicode/uspoof.h: 6c2d471942085f091c8bc748a02f113e
|
||||
include/unicode/usprep.h: e88585ae8bdb3a35aa88417993bde732
|
||||
include/unicode/ustdio.h: 3104e526d3de60538f42c0fd5430adcb
|
||||
include/unicode/ustream.h: 6a3f303b73d795a0ff9a1b8d2758d88d
|
||||
include/unicode/ustring.h: 92f522f8ef62e443c11baa56c32e42e4
|
||||
include/unicode/ustringtrie.h: 54a28aa9c4e117cd3ebfd0a670324f6c
|
||||
include/unicode/utext.h: b0e85d74193953fcaa29de51853cc95a
|
||||
include/unicode/utf.h: 4434eeb75c89a49228884aa247714e1c
|
||||
include/unicode/utf16.h: d95d304275f6c688b0c4ae5620d57e4c
|
||||
include/unicode/utf32.h: a1fdf74f4bd8808f9fb17df371f886d9
|
||||
include/unicode/utf8.h: 7d5d7b60c96cccc184cdc5cd53447e7c
|
||||
include/unicode/utf_old.h: c89c03a53abcf83e039ad4217246acd9
|
||||
include/unicode/utmscale.h: 7c59d91f835bc9f4b805dd64e73851d7
|
||||
include/unicode/utrace.h: 35cbc5ec2fd02b703a449e896f48ebfe
|
||||
include/unicode/utrans.h: 7a20730bb6d33441a5b9c886cc7cd0eb
|
||||
include/unicode/utypes.h: be7b3c9d785b5d70b2f05e6dd527f026
|
||||
include/unicode/uvernum.h: 59a34f58b169d039a90da4e8824af662
|
||||
include/unicode/uversion.h: af19802ec4e905051d79ab4579a30bcd
|
||||
include/unicode/vtzone.h: a9053ef95930bd854729360fe00fed7a
|
||||
lib/icu/64.2/Makefile.inc: b9c41b216021001f76a7ee0e7a52be73
|
||||
lib/icu/64.2/pkgdata.inc: 97b000374f8cbf1bc206bd53c44b2484
|
||||
lib/icu/Makefile.inc: b9c41b216021001f76a7ee0e7a52be73
|
||||
lib/icu/current/Makefile.inc: b9c41b216021001f76a7ee0e7a52be73
|
||||
lib/icu/current/pkgdata.inc: 97b000374f8cbf1bc206bd53c44b2484
|
||||
lib/icu/pkgdata.inc: 97b000374f8cbf1bc206bd53c44b2484
|
||||
lib/icudt.dll: 4bf335f3c812239fdb288af9c7536ac4
|
||||
lib/icudt.lib: ef983e4199b691cb04ccd33f0d59d042
|
||||
lib/icudt64.dll: 5f5f9b34176b0c012f5d62cdd1d947d6
|
||||
lib/icuin.dll: 3da27ef4f6ed75685def244900ab251f
|
||||
lib/icuin.lib: 7b4035a5a6b22ee5a062a4a7c11aeed6
|
||||
lib/icuin64.dll: 3da27ef4f6ed75685def244900ab251f
|
||||
lib/icuio.dll: 3c0193269e42635affe3809d9fccb3eb
|
||||
lib/icuio.lib: ca82aa1a25c7f1089855744bffaf9e4e
|
||||
lib/icuio64.dll: 3c0193269e42635affe3809d9fccb3eb
|
||||
lib/icutest.dll: 538469e7a3a2b678b9628df448d950fb
|
||||
lib/icutest.lib: c0725af49af2df05b5cd1508cd7ed8d2
|
||||
lib/icutest64.dll: 538469e7a3a2b678b9628df448d950fb
|
||||
lib/icutu.dll: aee92b3be1ad903962710112088b0a4e
|
||||
lib/icutu.lib: b39b7512ad21ceb5734159f4061cb1cb
|
||||
lib/icutu64.dll: aee92b3be1ad903962710112088b0a4e
|
||||
lib/icuuc.dll: 187d80a431a3dd72bc5635e42680ee0d
|
||||
lib/icuuc.lib: dfb526d79d8568a1b6db40e9c02ea072
|
||||
lib/icuuc64.dll: 187d80a431a3dd72bc5635e42680ee0d
|
||||
lib/pkgconfig/icu-i18n.pc: d4740b0d88c4f31cdb35448da73f84c3
|
||||
lib/pkgconfig/icu-io.pc: 3a210f03beec91148eaf11f9f57aa22e
|
||||
lib/pkgconfig/icu-uc.pc: 4c0594d00617771efbe334cf08c5e5b0
|
||||
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/64.2/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/64.2/config/mh-msys-msvc: deb94ef2bd29c3471723b79091991a51
|
||||
share/icu/64.2/install-sh: 5afe8eb5573965dfb58378e4e46f3813
|
||||
share/icu/64.2/mkinstalldirs: 31c4856b24c8dbc6319819ccd43b4fda
|
||||
share/man/man1/derb.1: 140b84149f762ce47b2fe263aed44fb5
|
||||
share/man/man1/genbrk.1: f3b0b5c88f6562d93a27e776bf13987c
|
||||
share/man/man1/gencfu.1: fc9b581c0fe513328c22b44ce035e0c1
|
||||
share/man/man1/gencnval.1: 696401204fbe4d17e8dac25eea70ce07
|
||||
share/man/man1/gendict.1: f3607026142ed53bf2d0bae71884ce02
|
||||
share/man/man1/genrb.1: 3860427c56aa1c847586737737325550
|
||||
share/man/man1/icu-config.1: 24f882d0de63c5fee2b10a2911b206f8
|
||||
share/man/man1/makeconv.1: ee9bdbd7ee11f0e705e6de72b86f29ac
|
||||
share/man/man1/pkgdata.1: 2cb82b3e1c820002968867c3b2b5b811
|
||||
share/man/man1/uconv.1: 516c265d14b9f3ad72dceb2c2d23f2bb
|
||||
share/man/man8/genccode.8: 0c9f23a8cec80bfdb6127197f1c3ed17
|
||||
share/man/man8/gencmn.8: 251c98aa763ab74829e074c5e6f21c98
|
||||
share/man/man8/gensprep.8: a3129a511adbb04310a2d900c15784e1
|
||||
share/man/man8/icupkg.8: 145940ae5e9a8aea3a93213f13ddd70c
|
||||
@@ -0,0 +1,3 @@
|
||||
1582252281
|
||||
conanfile.py: d7d6690f8a7dd0d9fe4e201a78c61c67
|
||||
icu_base.py: dbd6da563f0739fa7b162d8bc0099974
|
||||
@@ -0,0 +1,250 @@
|
||||
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
|
||||
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: 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
|
||||
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/65.1/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/65.1/config/mh-mingw64: 071f2f1be85f81141e4243ab65ca2a5b
|
||||
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
|
||||
@@ -0,0 +1,250 @@
|
||||
1582254638
|
||||
bin/derb.exe: 9402347ec08d3affb5242e8915a1ae2e
|
||||
bin/escapesrc.exe: c68c5776435122d3cccb5c24bf558b15
|
||||
bin/genbrk.exe: 2fd2ad29c07b47ff04641ee563a02b52
|
||||
bin/genccode.exe: efa9d408230e4b1250d824fa9c217719
|
||||
bin/gencfu.exe: 5eaa7fd2dc326ccceead7ba393644f10
|
||||
bin/gencmn.exe: 534d11f13f1755fadc9afc46585883c8
|
||||
bin/gencnval.exe: 1a9f6b25b9913c581d930d42210ccd21
|
||||
bin/gendict.exe: a167352835a738970bd7c68cd1cd49dc
|
||||
bin/gennorm2.exe: 36154154f98af8bca4b0a123568cea63
|
||||
bin/genrb.exe: d773b260dc0e94e675deb9748c2da8dd
|
||||
bin/gensprep.exe: ff9455f54337bf6047c7db80ef728760
|
||||
bin/icu-config: 20abf6675f8bfb3fcf46f32fdf353b49
|
||||
bin/icudt.dll: 2f7b7b206e1f684599b45ba6edbfcb3d
|
||||
bin/icudt65.dll: b6f90422cf02717f781e15336af5ceca
|
||||
bin/icuin.dll: 1165d3bc96a47083286650f456020d75
|
||||
bin/icuin65.dll: 1165d3bc96a47083286650f456020d75
|
||||
bin/icuinfo.exe: 02b6d79b31b5c3e788382c6e1febd395
|
||||
bin/icuio.dll: 759fa58886a257da4b96472cf218e423
|
||||
bin/icuio65.dll: 759fa58886a257da4b96472cf218e423
|
||||
bin/icupkg.exe: 0c49dd3b01e6f4724804d200ab2c3a64
|
||||
bin/icutest.dll: e1756d2040f2582fd4fd0605597a3316
|
||||
bin/icutest65.dll: e1756d2040f2582fd4fd0605597a3316
|
||||
bin/icutu.dll: 594534d86f04ca685ff86de412823e62
|
||||
bin/icutu65.dll: 594534d86f04ca685ff86de412823e62
|
||||
bin/icuuc.dll: 180e21cdf903b9a464fb065be16ca58c
|
||||
bin/icuuc65.dll: 180e21cdf903b9a464fb065be16ca58c
|
||||
bin/makeconv.exe: fd402c849b984d94b93385a0e2398579
|
||||
bin/pkgdata.exe: ea595b2862f0cfc2235351ffdd210a9f
|
||||
conaninfo.txt: 80581cd5963be4a5afe5e9391769826f
|
||||
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: f5e2f0c3dcc648ded863f43b364ea27a
|
||||
lib/icu/65.1/pkgdata.inc: 8dcd0dcd7fe6f9e2f8a7173e323610bf
|
||||
lib/icu/Makefile.inc: f5e2f0c3dcc648ded863f43b364ea27a
|
||||
lib/icu/current/Makefile.inc: f5e2f0c3dcc648ded863f43b364ea27a
|
||||
lib/icu/current/pkgdata.inc: 8dcd0dcd7fe6f9e2f8a7173e323610bf
|
||||
lib/icu/pkgdata.inc: 8dcd0dcd7fe6f9e2f8a7173e323610bf
|
||||
lib/icudt.lib: b4b3f945f56190323606765375a12549
|
||||
lib/icuin.lib: 1a90372fa68aabf20fab0562c2a335b3
|
||||
lib/icuio.lib: 036e79a2d77e6c0e5fbce8a585e8957a
|
||||
lib/icutest.lib: b28da84f52b38cf4370fdf8376a429df
|
||||
lib/icutu.lib: 79d057da17aaedf154c1a04fe6f0531b
|
||||
lib/icuuc.lib: 435c68c385ef5ca438209da9c5cc9f50
|
||||
lib/pkgconfig/icu-i18n.pc: b9363636432515be407b7064af279fb8
|
||||
lib/pkgconfig/icu-io.pc: 6a4dd6c7fda1fe6a3616e11589188ebd
|
||||
lib/pkgconfig/icu-uc.pc: 13407d5da8b659cf80911084593ec3fc
|
||||
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
|
||||
@@ -0,0 +1,250 @@
|
||||
1582253186
|
||||
bin/derb.exe: dc98a0009eadb08cd1e6002964198454
|
||||
bin/escapesrc.exe: 6e94b0c7aa0884187e4c3750b119f7b3
|
||||
bin/genbrk.exe: 07f4a7f6dc3400f977ae298553fd5234
|
||||
bin/genccode.exe: 0a0fe1f107a4443b40b4a4614f4ae1c5
|
||||
bin/gencfu.exe: 61909d0b2b7b802513d9d6f4b0bec9b6
|
||||
bin/gencmn.exe: f21ce5db620484dd132d4d43c88a3a1a
|
||||
bin/gencnval.exe: ecd28d9d9384a8f93dc6956ac9386967
|
||||
bin/gendict.exe: da73417895777f8f314106af04d14478
|
||||
bin/gennorm2.exe: 737c98d900b446b7c7a3f0d802273ecc
|
||||
bin/genrb.exe: d5e70d201a86f904d5fe6dd98f6dd4d3
|
||||
bin/gensprep.exe: fab610f7267b97229254954991adcd78
|
||||
bin/icu-config: a24fba93a7f18735cf8eeee4a0be99f4
|
||||
bin/icudt.dll: 69aea2912de9c26484fec080f34e1406
|
||||
bin/icudt65.dll: da4eb3daf433eff2ec340664cfd37a78
|
||||
bin/icuin.dll: e85762e3d63c0de21cda507d45e0ce4e
|
||||
bin/icuin65.dll: e85762e3d63c0de21cda507d45e0ce4e
|
||||
bin/icuinfo.exe: e02b72dcc1f6ab466105aef3b7116a5d
|
||||
bin/icuio.dll: 124ddaae2c6cf1c4444fefee8d457b8b
|
||||
bin/icuio65.dll: 124ddaae2c6cf1c4444fefee8d457b8b
|
||||
bin/icupkg.exe: 01fc079734715bf5345a9f261c0be05c
|
||||
bin/icutest.dll: 17696a3fec53c09745628f631cf4e043
|
||||
bin/icutest65.dll: 17696a3fec53c09745628f631cf4e043
|
||||
bin/icutu.dll: 5fabe2af7abe728f73ad2ce12a618054
|
||||
bin/icutu65.dll: 5fabe2af7abe728f73ad2ce12a618054
|
||||
bin/icuuc.dll: bb6108cfb8cdb841acca9d6503da5a92
|
||||
bin/icuuc65.dll: bb6108cfb8cdb841acca9d6503da5a92
|
||||
bin/makeconv.exe: fa4edcd9da14864b23a09649ade53c3e
|
||||
bin/pkgdata.exe: 49f58bf6e1831ac2d56cf9b9bf258299
|
||||
conaninfo.txt: 77218f3231990ed4f6e6c63c73a70354
|
||||
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: 3f7edd281b0e2ccb0e38fb1e56d06df2
|
||||
lib/icu/65.1/pkgdata.inc: d2c3b7892bda8925396ec5c3b7dcc870
|
||||
lib/icu/Makefile.inc: 3f7edd281b0e2ccb0e38fb1e56d06df2
|
||||
lib/icu/current/Makefile.inc: 3f7edd281b0e2ccb0e38fb1e56d06df2
|
||||
lib/icu/current/pkgdata.inc: d2c3b7892bda8925396ec5c3b7dcc870
|
||||
lib/icu/pkgdata.inc: d2c3b7892bda8925396ec5c3b7dcc870
|
||||
lib/icudt.lib: e47cbc518c8766bca16f620f6513d5bf
|
||||
lib/icuin.lib: 55f9a9287ac97eab15705ea295275016
|
||||
lib/icuio.lib: 0d96956e15be5bab913a18992d9b3dd1
|
||||
lib/icutest.lib: 7889ef04c9d45cdc7068899c370323c5
|
||||
lib/icutu.lib: 1090703afda44cd52ee5e00ef40da807
|
||||
lib/icuuc.lib: 8728c76a03a718250dc976ee632d29e9
|
||||
lib/pkgconfig/icu-i18n.pc: 6a70cff3fab15c8bcf5a3662b97b8478
|
||||
lib/pkgconfig/icu-io.pc: f567f9e77052669510453f1717a23949
|
||||
lib/pkgconfig/icu-uc.pc: 41780a643168113af5fd0c73740d94eb
|
||||
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
|
||||
@@ -0,0 +1,250 @@
|
||||
1582253929
|
||||
bin/derb.exe: a24749643ced24bb71f9e9bde38f4838
|
||||
bin/escapesrc.exe: 301a39e83195168bd5f666836943743f
|
||||
bin/genbrk.exe: 31247c5d2a896ec82292d3a17dc26029
|
||||
bin/genccode.exe: e1c97dbf05055d524104549b1e5de5c4
|
||||
bin/gencfu.exe: e2a0edc31e415524f3f3d19f1409c797
|
||||
bin/gencmn.exe: 832f8ae7d33b87db636422479f51f770
|
||||
bin/gencnval.exe: 537ba315464376bbc7628c336950c0e8
|
||||
bin/gendict.exe: 7fe620956d704ae39b0111057c4e8fa9
|
||||
bin/gennorm2.exe: 6eb084dbb625e71058fad6a85739e8a1
|
||||
bin/genrb.exe: 4c90027ab6073c39f89497eab86ce886
|
||||
bin/gensprep.exe: 146462b18bef8f5400cc3766dc9b86de
|
||||
bin/icu-config: 3a87ac9bf130302803c4701de84d9c37
|
||||
bin/icudt.dll: 0f40cea01ded07cb350f2c403656d44a
|
||||
bin/icudt65.dll: e6ee7d07552a003380ee4619d829c3ea
|
||||
bin/icuin.dll: b0c40d9818ad9326e937931560ed55a3
|
||||
bin/icuin65.dll: b0c40d9818ad9326e937931560ed55a3
|
||||
bin/icuinfo.exe: 4351b9bbb634d2cff3f7c44dd875c9dd
|
||||
bin/icuio.dll: 0f7a17681ec833dbc3d6539e4a219a4e
|
||||
bin/icuio65.dll: 0f7a17681ec833dbc3d6539e4a219a4e
|
||||
bin/icupkg.exe: 4dc235da4700e63507b0f8f354d77144
|
||||
bin/icutest.dll: d34192cf4141e249bfc6415473300d4c
|
||||
bin/icutest65.dll: d34192cf4141e249bfc6415473300d4c
|
||||
bin/icutu.dll: 8b37b110590276f8ce9d1dc507f18dbf
|
||||
bin/icutu65.dll: 8b37b110590276f8ce9d1dc507f18dbf
|
||||
bin/icuuc.dll: 986b6bcf5a7869152b9e4f5798447d7c
|
||||
bin/icuuc65.dll: 986b6bcf5a7869152b9e4f5798447d7c
|
||||
bin/makeconv.exe: 353545d6125d9175083bb09bfe2be140
|
||||
bin/pkgdata.exe: 4e3690809456f62a6cb15d4aa688062f
|
||||
conaninfo.txt: fbad57d958b1fc325e2e0519ab48b3d3
|
||||
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: 0837bd0a935d699cc1dd640c7314b82b
|
||||
lib/icu/65.1/pkgdata.inc: 5403e67e87ccf7f7f6308b73f28db0d8
|
||||
lib/icu/Makefile.inc: 0837bd0a935d699cc1dd640c7314b82b
|
||||
lib/icu/current/Makefile.inc: 0837bd0a935d699cc1dd640c7314b82b
|
||||
lib/icu/current/pkgdata.inc: 5403e67e87ccf7f7f6308b73f28db0d8
|
||||
lib/icu/pkgdata.inc: 5403e67e87ccf7f7f6308b73f28db0d8
|
||||
lib/icudt.lib: 80aa256bbad5c4a26896fd26bec6f86f
|
||||
lib/icuin.lib: 54647f26fac9db72359bbdbc71cebc23
|
||||
lib/icuio.lib: 184195dbde43ed548090979ad9a128c4
|
||||
lib/icutest.lib: 4c4a3317fee3fa1de24f942c45af2ece
|
||||
lib/icutu.lib: 8ee68008fc00479c67370964953dfd68
|
||||
lib/icuuc.lib: a76af6e6572036599e910ff98ac04d94
|
||||
lib/pkgconfig/icu-i18n.pc: 88bb0292f144092f85bf8b6cfea1153e
|
||||
lib/pkgconfig/icu-io.pc: 06d2e747b0f4023c5f71e1fdd4026da2
|
||||
lib/pkgconfig/icu-uc.pc: 6ac693e689f5c04d9de86f2ca0e3e436
|
||||
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
|
||||
@@ -0,0 +1,250 @@
|
||||
1582252581
|
||||
bin/derb.exe: e1074ba17285251adf697cda6ce5017e
|
||||
bin/escapesrc.exe: c3a5c8098e30594896d898cd62715266
|
||||
bin/genbrk.exe: b34338f9b3d88142970c08f412c3daa6
|
||||
bin/genccode.exe: daeac719a207ef0d3e734d13e09afa0d
|
||||
bin/gencfu.exe: ed884f96a0c448a8d22ddff24459db21
|
||||
bin/gencmn.exe: a1adbdf27b068509572d9e18d22783dc
|
||||
bin/gencnval.exe: 4560ca93240af1d915eb094da534bc90
|
||||
bin/gendict.exe: 24c940f65956db106c6d508448c29a1a
|
||||
bin/gennorm2.exe: 0e40277b079b43bd0ce969dec55da043
|
||||
bin/genrb.exe: 78934b245ff5999b85385f6a1439d0b2
|
||||
bin/gensprep.exe: 352ed54da1bf852b67fb8d16beff4539
|
||||
bin/icu-config: ecf291d6e37d486071082910cf0be55d
|
||||
bin/icudt.dll: 3c4e3ba8297b06c62e73c0959c3cc4f6
|
||||
bin/icudt65.dll: 91f7d31e19be159c682aedcab49e948a
|
||||
bin/icuin.dll: 3632ad7d32ee05018c5981b601e84c49
|
||||
bin/icuin65.dll: 3632ad7d32ee05018c5981b601e84c49
|
||||
bin/icuinfo.exe: 68f3a5f63ade67740302ab27d9576331
|
||||
bin/icuio.dll: 1031a987b85fa753b8821e6ad995e7ef
|
||||
bin/icuio65.dll: 1031a987b85fa753b8821e6ad995e7ef
|
||||
bin/icupkg.exe: f31b4a094d83d57345ce887830d65d13
|
||||
bin/icutest.dll: 9c2c53fedcd0db636e41b5d934412481
|
||||
bin/icutest65.dll: 9c2c53fedcd0db636e41b5d934412481
|
||||
bin/icutu.dll: 5d921612fdff2cd7477eeb3a37537827
|
||||
bin/icutu65.dll: 5d921612fdff2cd7477eeb3a37537827
|
||||
bin/icuuc.dll: b7c9077308dd7a2117ed14e102320fc6
|
||||
bin/icuuc65.dll: b7c9077308dd7a2117ed14e102320fc6
|
||||
bin/makeconv.exe: 33549fef25929dcf22f218201d6be4d9
|
||||
bin/pkgdata.exe: 2ee2c1c0e8eea44f578f88c6ec454ada
|
||||
conaninfo.txt: 99ef2c6b9431afc948348c7c42c5b77b
|
||||
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: deb555bb13d6bc64ecf03938649bcb42
|
||||
lib/icu/65.1/pkgdata.inc: 14bffb89dfab6dd2dabc9cf5e577ad54
|
||||
lib/icu/Makefile.inc: deb555bb13d6bc64ecf03938649bcb42
|
||||
lib/icu/current/Makefile.inc: deb555bb13d6bc64ecf03938649bcb42
|
||||
lib/icu/current/pkgdata.inc: 14bffb89dfab6dd2dabc9cf5e577ad54
|
||||
lib/icu/pkgdata.inc: 14bffb89dfab6dd2dabc9cf5e577ad54
|
||||
lib/icudt.lib: 58b9ec51a1777de1fb041aa28a7bb8da
|
||||
lib/icuin.lib: cca9b85fa3acdea42ff12221243200bf
|
||||
lib/icuio.lib: 991e3087c1bc4d830370c0f4e9f31263
|
||||
lib/icutest.lib: 58deae087e7a789565740f446b16ac7b
|
||||
lib/icutu.lib: 2edad731e421178212835b5beeaef3a8
|
||||
lib/icuuc.lib: 2fb6b667845492e190bc4b4d4c161728
|
||||
lib/pkgconfig/icu-i18n.pc: 8675adcacb3f4d1bc051fc74e4b2ad83
|
||||
lib/pkgconfig/icu-io.pc: d4525de45bc4dcde93b0e08c54d372f7
|
||||
lib/pkgconfig/icu-uc.pc: 43c29b64579be3832ffc3bf22af9d52a
|
||||
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
|
||||
@@ -0,0 +1,250 @@
|
||||
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
|
||||
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: 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
|
||||
licenses/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/65.1/LICENSE: 8bc5d32052a96f214cbdd1e53dfc935d
|
||||
share/icu/65.1/config/mh-mingw: 95446b7c74bc210a824c787c9bd47a93
|
||||
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 @@
|
||||
1563319076
|
||||
conaninfo.txt: f7407f0b37a177dbd8da281e911fae13
|
||||
include/jconfig.h: 4afbe7884ea1911cce5eb488828a2441
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/libjpeg.a: 76c0df72f772b8437d4cbae90033e9e1
|
||||
lib/libturbojpeg.a: 5c6f3ef0620d46137252e6c3a74bd235
|
||||
lib/pkgconfig/libjpeg.pc: e8374a56760f12ee4e809879b1675b88
|
||||
lib/pkgconfig/libturbojpeg.pc: e9877f5ec875796a6063943cc96cfb3a
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,12 +0,0 @@
|
||||
1563317429
|
||||
conaninfo.txt: d18e9d7f8420204b797c974a3840cd84
|
||||
include/jconfig.h: 4afbe7884ea1911cce5eb488828a2441
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/jpeg-static.lib: ff36c0d3e4e89fe38504b7902848cf43
|
||||
lib/pkgconfig/libjpeg.pc: aaa7ae7e53ca96542aa9dc600892a37f
|
||||
lib/pkgconfig/libturbojpeg.pc: bd2d8c64e49e878fb5b3d9ec4e5d48cc
|
||||
lib/turbojpeg-static.lib: b8f67c803866ebd5e8a4b78e5b1e69be
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,12 +0,0 @@
|
||||
1563317951
|
||||
conaninfo.txt: 30e51ce35bad9c012af4f30e6e7892ed
|
||||
include/jconfig.h: 4afbe7884ea1911cce5eb488828a2441
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/jpeg-static.lib: 9bc7573efc66b8352d20c75ccc749f02
|
||||
lib/pkgconfig/libjpeg.pc: 8262515528659421186ba8c1ec623689
|
||||
lib/pkgconfig/libturbojpeg.pc: 837f896e637fff65f9d69c867fafdfec
|
||||
lib/turbojpeg-static.lib: c018bdcd94775b2a7b25c1a69742cf28
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,12 +0,0 @@
|
||||
1563318848
|
||||
conaninfo.txt: 91949552e25a4ed2d26b7f0720dfb965
|
||||
include/jconfig.h: 4afbe7884ea1911cce5eb488828a2441
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/libjpeg.a: 66c75997f3c87e8c27f51bd4c464f421
|
||||
lib/libturbojpeg.a: 1fdd01646bf0752dc56aa89326e81081
|
||||
lib/pkgconfig/libjpeg.pc: 5d283d46775e3e57e96354b3e019af5e
|
||||
lib/pkgconfig/libturbojpeg.pc: f72af38bacd8a265b3d7c595b2fcb631
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,12 +0,0 @@
|
||||
1563318176
|
||||
conaninfo.txt: 6ec16cc31fcf0bd158817c15ca8b5fab
|
||||
include/jconfig.h: 4afbe7884ea1911cce5eb488828a2441
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/jpeg-static.lib: 5cd2ee8719b6d66010f5467e5b2df897
|
||||
lib/pkgconfig/libjpeg.pc: 8d5435c5c55ee8c6ac656a369397ab7e
|
||||
lib/pkgconfig/libturbojpeg.pc: 16682a8d9851f1b61285ef3ba5cd999e
|
||||
lib/turbojpeg-static.lib: 9f40b2cddb0673e15b28f5a345cd9d58
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,12 +0,0 @@
|
||||
1563317644
|
||||
conaninfo.txt: 2c723d8a067380f691577b026b7edafd
|
||||
include/jconfig.h: 4afbe7884ea1911cce5eb488828a2441
|
||||
include/jerror.h: 9b7898fe417de269b8be88b10df908b0
|
||||
include/jmorecfg.h: 7873b0a4457d21a746e23c16fc16127d
|
||||
include/jpeglib.h: 49b0829e2b84fcd4a0cee359199499cb
|
||||
include/turbojpeg.h: b5b3a4a233ea12d2041ad1d1c971e6a0
|
||||
lib/jpeg-static.lib: 08048bd6e49dfd238c50d5063f1c3141
|
||||
lib/pkgconfig/libjpeg.pc: 5523669f66f81e12a045408fac68bbde
|
||||
lib/pkgconfig/libturbojpeg.pc: 3261437bc15909fb4090d70cc282eaa9
|
||||
lib/turbojpeg-static.lib: 5430670586f6bde839d35b9a98d57624
|
||||
licenses/LICENSE.md: 2a423a921d0f68082c80ccc7ad808ef2
|
||||
@@ -1,4 +1,4 @@
|
||||
1563317256
|
||||
1582280120
|
||||
LICENSE.md: 5aa9930034582b90e2008d2c609d1317
|
||||
conanfile.py: f80221898becb58bc0de993097f98818
|
||||
conanfile.py: fc9f9025d45306204140aafdf174a422
|
||||
export_source/CMakeLists.txt: eb0fcc86f467a4c6ac9f37c16887a29f
|
||||
@@ -0,0 +1,12 @@
|
||||
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
|
||||
@@ -0,0 +1,12 @@
|
||||
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
|
||||
@@ -0,0 +1,12 @@
|
||||
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
|
||||
@@ -0,0 +1,12 @@
|
||||
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
|
||||
@@ -0,0 +1,12 @@
|
||||
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
|
||||
@@ -0,0 +1,12 @@
|
||||
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
|
||||
@@ -0,0 +1,3 @@
|
||||
1582268701
|
||||
conanfile.py: 0b5f0deb08eb369fa19f3f01d80c92be
|
||||
export_source/patches/0001-fix-install-mingw.patch: 10e6d5f804a7e2eadb8886369b87cc95
|
||||
@@ -1,42 +1,41 @@
|
||||
1563313057
|
||||
FindLibXml2.cmake: d030bc3535551b29c75e192b74469347
|
||||
bin/libxml2.dll: 0663731980bb5825bc40424f4dedf2ad
|
||||
bin/xmlcatalog.exe: 6c78c8607751fac92cb6b7e2aa114d41
|
||||
bin/xmllint.exe: 899b5bf615155460ef9f1c9e8c378c62
|
||||
conaninfo.txt: 43bcadd86eb95b1ececb8eb5bb363cc0
|
||||
1582268746
|
||||
bin/libxml2.dll: 4bf6b00300c299b6aef150a9c1bb7e90
|
||||
bin/xmlcatalog.exe: b641fe4f903b62cfc782df6153f474e9
|
||||
bin/xmllint.exe: 74c28eab6a05370be02554de2082edcd
|
||||
conaninfo.txt: b4ac5d6349d8656894474d1d8237aa96
|
||||
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: 083bf52bbdd0563ff61605cb2bc9316f
|
||||
include/libxml2/libxml/catalog.h: 1d5e464fe629dde9758d6c33ea7a3d8e
|
||||
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: 93b78165ce896cbda4417bd278259714
|
||||
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: 35f22cf7568b12fcf7bdc3f47fe2ccca
|
||||
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: 3ef7bece85150ab2319aed3fd0d36034
|
||||
include/libxml2/libxml/parserInternals.h: c55ce5832dae535ce6d59b6aa10f6133
|
||||
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: 57e07ffffb72ccfa3ef131c7ad89633a
|
||||
include/libxml2/libxml/schemasInternals.h: 5072dee68b3423ac6f13185b984cc325
|
||||
include/libxml2/libxml/schematron.h: 96d9e0c083c4949e246ce02cf31de483
|
||||
include/libxml2/libxml/threads.h: 56e93792a1e4d23fe9c6940231cd4a40
|
||||
include/libxml2/libxml/tree.h: 7e730a421411d4d34ad95b52122f2650
|
||||
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: 8b82b67e61ebffc721bd23af66724f49
|
||||
include/libxml2/libxml/xmlIO.h: 31c8dfbaee25e20cd0d6eb2549929f5d
|
||||
include/libxml2/libxml/xlink.h: 0f722691abab1f60d5a9f0c14bbb26c4
|
||||
include/libxml2/libxml/xmlIO.h: cb4be47d203f7d54f374b9272db7e3f3
|
||||
include/libxml2/libxml/xmlautomata.h: 3c3c0a7d353bacfbede7c2decf27e62a
|
||||
include/libxml2/libxml/xmlerror.h: 9f03d7b7788f158e68a75132e9249975
|
||||
include/libxml2/libxml/xmlexports.h: 600bbe5e56f034234213b0c0bf36f2b9
|
||||
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
|
||||
@@ -46,12 +45,12 @@ 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: e3b607d4f9fb7f1efffd2a983cdd3563
|
||||
include/libxml2/libxml/xmlversion.h: 1e9e77170ee677ce49956476e0f845d6
|
||||
include/libxml2/libxml/xmlwriter.h: 8694436144b1fb0aab2e2d6b725035e3
|
||||
include/libxml2/libxml/xpath.h: 2e60b359a61db15d05409ebef1b140b1
|
||||
include/libxml2/libxml/xpath.h: bfe49b59c50e544f6e7a72423159775a
|
||||
include/libxml2/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd
|
||||
include/libxml2/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388
|
||||
include/libxml2/win32config.h: 117c7e9cb4e95acd6648f4af9cf98c5b
|
||||
include/libxml2/wsockcompat.h: 04a6c8ece3e62ee924d3653c2613b5be
|
||||
lib/libxml2.lib: 08c8e1421562bb62aee40892226151ec
|
||||
include/libxml2/win32config.h: e51ff5a65571584fbe45f75eede0ee3e
|
||||
include/libxml2/wsockcompat.h: fd8ce4d6dabe53035a28c6aa64926b1c
|
||||
lib/libxml2.lib: c55f634ace8fec0ca1860fdf41504bb5
|
||||
licenses/COPYING: 2044417e2e5006b65a8b9067b683fcf1
|
||||
@@ -0,0 +1,58 @@
|
||||
1582270297
|
||||
bin/libxml2-2.dll: 47b3af0297a53e146d739ba46b957ac9
|
||||
bin/xml2-config: f002e2e4fcc1ac7a3ed6a93044a99de1
|
||||
bin/xmlcatalog.exe: f51848350034b8b6010fd11f6e3aa10f
|
||||
bin/xmllint.exe: 689e7c9b94aff9b39383164b13412623
|
||||
conaninfo.txt: ea32a81840ad020d92e3c678a2b31ab7
|
||||
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: 58554a85bf2735e2824973cb81347bc9
|
||||
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.dll.a: 843beb5d307eda9c6600f02a2cd3f701
|
||||
lib/xml2Conf.sh: 26c219db3da9c216926f8894c096409b
|
||||
licenses/COPYING: 2044417e2e5006b65a8b9067b683fcf1
|
||||
@@ -0,0 +1,58 @@
|
||||
1582270098
|
||||
bin/libxml2-2.dll: 0a707dea653e54ed8606c66cb4af5eca
|
||||
bin/xml2-config: f90c21a49ff66959f9370243e8aeb274
|
||||
bin/xmlcatalog.exe: 1f51631564d0df1e2eb7bab1e744797f
|
||||
bin/xmllint.exe: 705805f98a8ee9045078d6d91a1e076b
|
||||
conaninfo.txt: 5d6fafed34bc3f9e5dce2ad99f65aba0
|
||||
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: 58554a85bf2735e2824973cb81347bc9
|
||||
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.dll.a: 849838d8f7d5dcbcb16097dbdabee707
|
||||
lib/xml2Conf.sh: d980a83ab1cdd3637ee4fc3aeb75733c
|
||||
licenses/COPYING: 2044417e2e5006b65a8b9067b683fcf1
|
||||
@@ -1,42 +1,41 @@
|
||||
1563312863
|
||||
FindLibXml2.cmake: d030bc3535551b29c75e192b74469347
|
||||
bin/libxml2.dll: 632148ab34c6b6cb2561f1681e22279f
|
||||
bin/xmlcatalog.exe: 08d32e0db94de3b1cf466ddc7089045d
|
||||
bin/xmllint.exe: 8037bc812f6015bfecbd4eb5e0f97770
|
||||
conaninfo.txt: e46ac0e8413b00cf35c221a02d466f4a
|
||||
1582268935
|
||||
bin/libxml2.dll: b39e8747b893f40371b031652f5a5bff
|
||||
bin/xmlcatalog.exe: b798aee02fe1e2301c2e03ece882a19b
|
||||
bin/xmllint.exe: 9d112a5178d123156759a5e5a440b760
|
||||
conaninfo.txt: a281958bfa5d3a17d0aad2a05b96d677
|
||||
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: 083bf52bbdd0563ff61605cb2bc9316f
|
||||
include/libxml2/libxml/catalog.h: 1d5e464fe629dde9758d6c33ea7a3d8e
|
||||
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: 93b78165ce896cbda4417bd278259714
|
||||
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: 35f22cf7568b12fcf7bdc3f47fe2ccca
|
||||
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: 3ef7bece85150ab2319aed3fd0d36034
|
||||
include/libxml2/libxml/parserInternals.h: c55ce5832dae535ce6d59b6aa10f6133
|
||||
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: 57e07ffffb72ccfa3ef131c7ad89633a
|
||||
include/libxml2/libxml/schemasInternals.h: 5072dee68b3423ac6f13185b984cc325
|
||||
include/libxml2/libxml/schematron.h: 96d9e0c083c4949e246ce02cf31de483
|
||||
include/libxml2/libxml/threads.h: 56e93792a1e4d23fe9c6940231cd4a40
|
||||
include/libxml2/libxml/tree.h: 7e730a421411d4d34ad95b52122f2650
|
||||
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: 8b82b67e61ebffc721bd23af66724f49
|
||||
include/libxml2/libxml/xmlIO.h: 31c8dfbaee25e20cd0d6eb2549929f5d
|
||||
include/libxml2/libxml/xlink.h: 0f722691abab1f60d5a9f0c14bbb26c4
|
||||
include/libxml2/libxml/xmlIO.h: cb4be47d203f7d54f374b9272db7e3f3
|
||||
include/libxml2/libxml/xmlautomata.h: 3c3c0a7d353bacfbede7c2decf27e62a
|
||||
include/libxml2/libxml/xmlerror.h: 9f03d7b7788f158e68a75132e9249975
|
||||
include/libxml2/libxml/xmlexports.h: 600bbe5e56f034234213b0c0bf36f2b9
|
||||
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
|
||||
@@ -46,12 +45,12 @@ 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: e3b607d4f9fb7f1efffd2a983cdd3563
|
||||
include/libxml2/libxml/xmlversion.h: 1e9e77170ee677ce49956476e0f845d6
|
||||
include/libxml2/libxml/xmlwriter.h: 8694436144b1fb0aab2e2d6b725035e3
|
||||
include/libxml2/libxml/xpath.h: 2e60b359a61db15d05409ebef1b140b1
|
||||
include/libxml2/libxml/xpath.h: bfe49b59c50e544f6e7a72423159775a
|
||||
include/libxml2/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd
|
||||
include/libxml2/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388
|
||||
include/libxml2/win32config.h: 117c7e9cb4e95acd6648f4af9cf98c5b
|
||||
include/libxml2/wsockcompat.h: 04a6c8ece3e62ee924d3653c2613b5be
|
||||
lib/libxml2.lib: 41f3c91f5e91295170f3d8bb407871dd
|
||||
include/libxml2/win32config.h: e51ff5a65571584fbe45f75eede0ee3e
|
||||
include/libxml2/wsockcompat.h: fd8ce4d6dabe53035a28c6aa64926b1c
|
||||
lib/libxml2.lib: 7a43cf6d0d6465bfadf9fd1e02130d68
|
||||
licenses/COPYING: 2044417e2e5006b65a8b9067b683fcf1
|
||||
@@ -1,42 +1,41 @@
|
||||
1563312673
|
||||
FindLibXml2.cmake: d030bc3535551b29c75e192b74469347
|
||||
bin/libxml2.dll: 36f09f1647f79bbcd6fb83990e7556d6
|
||||
bin/xmlcatalog.exe: aece355d60e23820db6b8a8f5398926b
|
||||
bin/xmllint.exe: 5b4c66ea7fd3eded27162c6a264168d6
|
||||
conaninfo.txt: 2f9e27dac66da907585431bf3e1cd5cd
|
||||
1582269412
|
||||
bin/libxml2.dll: d7b295a30b17fb9677f51f2b2a50076b
|
||||
bin/xmlcatalog.exe: ddf64e3e045991cec3447cd9b28e800a
|
||||
bin/xmllint.exe: d076d2473573b6823244150d4960656e
|
||||
conaninfo.txt: af801cc2589c7b7ec4c2e824d6dda402
|
||||
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: 083bf52bbdd0563ff61605cb2bc9316f
|
||||
include/libxml2/libxml/catalog.h: 1d5e464fe629dde9758d6c33ea7a3d8e
|
||||
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: 93b78165ce896cbda4417bd278259714
|
||||
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: 35f22cf7568b12fcf7bdc3f47fe2ccca
|
||||
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: 3ef7bece85150ab2319aed3fd0d36034
|
||||
include/libxml2/libxml/parserInternals.h: c55ce5832dae535ce6d59b6aa10f6133
|
||||
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: 57e07ffffb72ccfa3ef131c7ad89633a
|
||||
include/libxml2/libxml/schemasInternals.h: 5072dee68b3423ac6f13185b984cc325
|
||||
include/libxml2/libxml/schematron.h: 96d9e0c083c4949e246ce02cf31de483
|
||||
include/libxml2/libxml/threads.h: 56e93792a1e4d23fe9c6940231cd4a40
|
||||
include/libxml2/libxml/tree.h: 7e730a421411d4d34ad95b52122f2650
|
||||
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: 8b82b67e61ebffc721bd23af66724f49
|
||||
include/libxml2/libxml/xmlIO.h: 31c8dfbaee25e20cd0d6eb2549929f5d
|
||||
include/libxml2/libxml/xlink.h: 0f722691abab1f60d5a9f0c14bbb26c4
|
||||
include/libxml2/libxml/xmlIO.h: cb4be47d203f7d54f374b9272db7e3f3
|
||||
include/libxml2/libxml/xmlautomata.h: 3c3c0a7d353bacfbede7c2decf27e62a
|
||||
include/libxml2/libxml/xmlerror.h: 9f03d7b7788f158e68a75132e9249975
|
||||
include/libxml2/libxml/xmlexports.h: 600bbe5e56f034234213b0c0bf36f2b9
|
||||
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
|
||||
@@ -46,12 +45,12 @@ 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: e3b607d4f9fb7f1efffd2a983cdd3563
|
||||
include/libxml2/libxml/xmlversion.h: 1e9e77170ee677ce49956476e0f845d6
|
||||
include/libxml2/libxml/xmlwriter.h: 8694436144b1fb0aab2e2d6b725035e3
|
||||
include/libxml2/libxml/xpath.h: 2e60b359a61db15d05409ebef1b140b1
|
||||
include/libxml2/libxml/xpath.h: bfe49b59c50e544f6e7a72423159775a
|
||||
include/libxml2/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd
|
||||
include/libxml2/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388
|
||||
include/libxml2/win32config.h: 117c7e9cb4e95acd6648f4af9cf98c5b
|
||||
include/libxml2/wsockcompat.h: 04a6c8ece3e62ee924d3653c2613b5be
|
||||
lib/libxml2.lib: 3298f82644251a34bd95fbd900087e19
|
||||
include/libxml2/win32config.h: e51ff5a65571584fbe45f75eede0ee3e
|
||||
include/libxml2/wsockcompat.h: fd8ce4d6dabe53035a28c6aa64926b1c
|
||||
lib/libxml2.lib: 7a24d97214c4d65842d59d29bd14b3dd
|
||||
licenses/COPYING: 2044417e2e5006b65a8b9067b683fcf1
|
||||
@@ -1,42 +1,41 @@
|
||||
1563312495
|
||||
FindLibXml2.cmake: d030bc3535551b29c75e192b74469347
|
||||
bin/libxml2.dll: b028a505c7edcec4b7ee8e1a4d49a846
|
||||
bin/xmlcatalog.exe: c6047d4112de01e2da37c1c591c9a451
|
||||
bin/xmllint.exe: 47b08028082138743437c8bcd9e4fa2a
|
||||
conaninfo.txt: 70025695045214886ea8bb78eb461369
|
||||
1582269192
|
||||
bin/libxml2.dll: 3f2b68ee4ebaa7c2007c9648a3de0d7f
|
||||
bin/xmlcatalog.exe: 7fe9c0dbe6bcefb7366e6998a92bdc61
|
||||
bin/xmllint.exe: f8b7e9d86809338f0514f8a21e850776
|
||||
conaninfo.txt: c7c94b95b4b1e8c661e76d4a70708dc3
|
||||
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: 083bf52bbdd0563ff61605cb2bc9316f
|
||||
include/libxml2/libxml/catalog.h: 1d5e464fe629dde9758d6c33ea7a3d8e
|
||||
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: 93b78165ce896cbda4417bd278259714
|
||||
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: 35f22cf7568b12fcf7bdc3f47fe2ccca
|
||||
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: 3ef7bece85150ab2319aed3fd0d36034
|
||||
include/libxml2/libxml/parserInternals.h: c55ce5832dae535ce6d59b6aa10f6133
|
||||
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: 57e07ffffb72ccfa3ef131c7ad89633a
|
||||
include/libxml2/libxml/schemasInternals.h: 5072dee68b3423ac6f13185b984cc325
|
||||
include/libxml2/libxml/schematron.h: 96d9e0c083c4949e246ce02cf31de483
|
||||
include/libxml2/libxml/threads.h: 56e93792a1e4d23fe9c6940231cd4a40
|
||||
include/libxml2/libxml/tree.h: 7e730a421411d4d34ad95b52122f2650
|
||||
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: 8b82b67e61ebffc721bd23af66724f49
|
||||
include/libxml2/libxml/xmlIO.h: 31c8dfbaee25e20cd0d6eb2549929f5d
|
||||
include/libxml2/libxml/xlink.h: 0f722691abab1f60d5a9f0c14bbb26c4
|
||||
include/libxml2/libxml/xmlIO.h: cb4be47d203f7d54f374b9272db7e3f3
|
||||
include/libxml2/libxml/xmlautomata.h: 3c3c0a7d353bacfbede7c2decf27e62a
|
||||
include/libxml2/libxml/xmlerror.h: 9f03d7b7788f158e68a75132e9249975
|
||||
include/libxml2/libxml/xmlexports.h: 600bbe5e56f034234213b0c0bf36f2b9
|
||||
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
|
||||
@@ -46,12 +45,12 @@ 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: e3b607d4f9fb7f1efffd2a983cdd3563
|
||||
include/libxml2/libxml/xmlversion.h: 1e9e77170ee677ce49956476e0f845d6
|
||||
include/libxml2/libxml/xmlwriter.h: 8694436144b1fb0aab2e2d6b725035e3
|
||||
include/libxml2/libxml/xpath.h: 2e60b359a61db15d05409ebef1b140b1
|
||||
include/libxml2/libxml/xpath.h: bfe49b59c50e544f6e7a72423159775a
|
||||
include/libxml2/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd
|
||||
include/libxml2/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388
|
||||
include/libxml2/win32config.h: 117c7e9cb4e95acd6648f4af9cf98c5b
|
||||
include/libxml2/wsockcompat.h: 04a6c8ece3e62ee924d3653c2613b5be
|
||||
lib/libxml2.lib: 80971fc22fe9830afe2ec26e2f0e1597
|
||||
include/libxml2/win32config.h: e51ff5a65571584fbe45f75eede0ee3e
|
||||
include/libxml2/wsockcompat.h: fd8ce4d6dabe53035a28c6aa64926b1c
|
||||
lib/libxml2.lib: 6147cf7e90ad1040f634126a812b6971
|
||||
licenses/COPYING: 2044417e2e5006b65a8b9067b683fcf1
|
||||
@@ -1,4 +0,0 @@
|
||||
1563312451
|
||||
LICENSE.md: 5aa9930034582b90e2008d2c609d1317
|
||||
conanfile.py: ccf2921e844affb96a4da65b7272cfc5
|
||||
export_source/FindLibXml2.cmake: d030bc3535551b29c75e192b74469347
|
||||
@@ -1,274 +0,0 @@
|
||||
1563313980
|
||||
FindLibXml2.cmake: d030bc3535551b29c75e192b74469347
|
||||
bin/libxml2-2.dll: 15a6499bd578ade12e2cf23132a80c0a
|
||||
bin/xml2-config: 8928b07e20f1e79cdf49a6b6bd41ac43
|
||||
bin/xmlcatalog.exe: 35d5476cb769eea55ca9b3477d0fd793
|
||||
bin/xmllint.exe: 14b1972dc6dcfefb0286c9cdfe578873
|
||||
conaninfo.txt: 31e483fb81ef6da53e5e7c43e641cce3
|
||||
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: 083bf52bbdd0563ff61605cb2bc9316f
|
||||
include/libxml2/libxml/catalog.h: 1d5e464fe629dde9758d6c33ea7a3d8e
|
||||
include/libxml2/libxml/chvalid.h: 4e1ca6554b98687e75d03662cd92d14e
|
||||
include/libxml2/libxml/debugXML.h: 73816937df233c77ebfa261f3ca00dd8
|
||||
include/libxml2/libxml/dict.h: 93b78165ce896cbda4417bd278259714
|
||||
include/libxml2/libxml/encoding.h: 807b84fade38abad3ae0d9b6af714dbc
|
||||
include/libxml2/libxml/entities.h: 16467595fdaff28420d1657b1658f267
|
||||
include/libxml2/libxml/globals.h: 4b9d5b9ff807b093244cc301d2cefda5
|
||||
include/libxml2/libxml/hash.h: 35f22cf7568b12fcf7bdc3f47fe2ccca
|
||||
include/libxml2/libxml/list.h: 7600108b9a637797d97d3f47ed045287
|
||||
include/libxml2/libxml/nanoftp.h: 3f25d5edfbdb1fd084e53d9a7dbaff73
|
||||
include/libxml2/libxml/nanohttp.h: d31b62933eab6d58a46eb075b49b7715
|
||||
include/libxml2/libxml/parser.h: 3ef7bece85150ab2319aed3fd0d36034
|
||||
include/libxml2/libxml/parserInternals.h: c55ce5832dae535ce6d59b6aa10f6133
|
||||
include/libxml2/libxml/pattern.h: db123ed3ecc27ab31b3f808e96edb492
|
||||
include/libxml2/libxml/relaxng.h: 348c151f5b45a3543862c0e280f9fbba
|
||||
include/libxml2/libxml/schemasInternals.h: 57e07ffffb72ccfa3ef131c7ad89633a
|
||||
include/libxml2/libxml/schematron.h: 96d9e0c083c4949e246ce02cf31de483
|
||||
include/libxml2/libxml/threads.h: 56e93792a1e4d23fe9c6940231cd4a40
|
||||
include/libxml2/libxml/tree.h: 7e730a421411d4d34ad95b52122f2650
|
||||
include/libxml2/libxml/uri.h: 032d430e35153af35f2fe17a9e9c37bf
|
||||
include/libxml2/libxml/valid.h: 3c082c0a5b81e1bc9fd9a21b69014584
|
||||
include/libxml2/libxml/xinclude.h: 1f8b2beb8f49da4bf3a658d31dccb2ef
|
||||
include/libxml2/libxml/xlink.h: 8b82b67e61ebffc721bd23af66724f49
|
||||
include/libxml2/libxml/xmlIO.h: 31c8dfbaee25e20cd0d6eb2549929f5d
|
||||
include/libxml2/libxml/xmlautomata.h: 3c3c0a7d353bacfbede7c2decf27e62a
|
||||
include/libxml2/libxml/xmlerror.h: 9f03d7b7788f158e68a75132e9249975
|
||||
include/libxml2/libxml/xmlexports.h: 600bbe5e56f034234213b0c0bf36f2b9
|
||||
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: 23a57bce6575bfbeea3ce80479990313
|
||||
include/libxml2/libxml/xmlwriter.h: 8694436144b1fb0aab2e2d6b725035e3
|
||||
include/libxml2/libxml/xpath.h: 2e60b359a61db15d05409ebef1b140b1
|
||||
include/libxml2/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd
|
||||
include/libxml2/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388
|
||||
include/libxml2/win32config.h: 117c7e9cb4e95acd6648f4af9cf98c5b
|
||||
include/libxml2/wsockcompat.h: 04a6c8ece3e62ee924d3653c2613b5be
|
||||
lib/cmake/libxml2/libxml2-config.cmake: 52555e668f1ac8a60ed70f97137e235b
|
||||
lib/libxml2.dll.a: 1727a0e231ae14d0a847108d588727f8
|
||||
lib/pkgconfig/libxml-2.0.pc: 4ab65cc88734f5b0fd61903eb57c2375
|
||||
lib/xml2Conf.sh: 31d3c8499fc68d2d81616b021ddf13bd
|
||||
licenses/COPYING: 2044417e2e5006b65a8b9067b683fcf1
|
||||
share/aclocal/libxml.m4: c6969a0bf79628df8bf639433092d7b2
|
||||
share/doc/libxml2-2.9.9/Copyright: 2044417e2e5006b65a8b9067b683fcf1
|
||||
share/doc/libxml2-2.9.9/examples/testHTML.c: 6b181ebf4001bb62b07c7be7d79a2f01
|
||||
share/doc/libxml2-2.9.9/examples/testSAX.c: 34e3e9b268e1915652c15c4be11216a8
|
||||
share/doc/libxml2-2.9.9/examples/testXPath.c: 1db9d6ae0438d72387bcfd0ff1ae5ce4
|
||||
share/doc/libxml2-2.9.9/examples/xmllint.c: 15e78f93aab67d34d487eaeef8d7df22
|
||||
share/doc/libxml2-2.9.9/html/DOM.gif: b3d91cf23f7c9199b395356ea98cd097
|
||||
share/doc/libxml2-2.9.9/html/FAQ.html: 46b6bf6536bf9b2652891363aafb0b58
|
||||
share/doc/libxml2-2.9.9/html/Libxml2-Logo-180x168.gif: 6704060ba0272a9624e0a732455439ba
|
||||
share/doc/libxml2-2.9.9/html/Libxml2-Logo-90x34.gif: 29dfd4b3dec5fee179d3dc7e3d65be8a
|
||||
share/doc/libxml2-2.9.9/html/encoding.html: 3be0aba75968021dc9be873c020b93a9
|
||||
share/doc/libxml2-2.9.9/html/examples.xml: e94ff0f46d36f998999908d5f55cbbe9
|
||||
share/doc/libxml2-2.9.9/html/examples.xsl: 821de9e855568781f8c87ad0fe9afcba
|
||||
share/doc/libxml2-2.9.9/html/html/book1.html: 461321024ef78221594067503eb0eba0
|
||||
share/doc/libxml2-2.9.9/html/html/home.png: f6192f4292d744423df690e785d60fdf
|
||||
share/doc/libxml2-2.9.9/html/html/index.html: 461321024ef78221594067503eb0eba0
|
||||
share/doc/libxml2-2.9.9/html/html/left.png: f771308152ab24a69682daed70ce136d
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-DOCBparser.html: a9c425e3ab0c095b85759a321c294a72
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-HTMLparser.html: 9bed50ea5f7ef6398a54151a85e5d82e
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-HTMLtree.html: b639bc91545a89e12d9c0a34a23bd6de
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-SAX.html: a1dddf7f62888196c45c587a216cbe8a
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-SAX2.html: 2d8812144ee7796aa073b748ba560d34
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-c14n.html: af407530b72ad6d8342eab7e3d90207b
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-catalog.html: 6ccaf618b222577f8b1c9ed8278ea357
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-chvalid.html: 4bec2549c1505b9048041b722cb052c6
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-debugXML.html: b1b29857fbff5d68b7bdf982f8b9f6c7
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-dict.html: 01ef47c7c40b6bcdcea9c6ee95a20780
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-encoding.html: 9158690112453706058d7c502fd881e1
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-entities.html: d4ae454060415d31a5eec7a09d6c05a3
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-globals.html: 7487fd3b2740f53f259016b9032caf19
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-hash.html: b29d9a4775962146ba81bc5b89d54126
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-lib.html: 461321024ef78221594067503eb0eba0
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-list.html: f6aa3e5c878950a036c171fc9632a362
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-nanoftp.html: c07d479ce51894e6181be84cd7afc8f6
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-nanohttp.html: a4457c15280d27457677a436286c344e
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-parser.html: d9abc1e3b231427736e24bb53d310edf
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-parserInternals.html: dc212b49555db1f4d3473021415990f5
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-pattern.html: bff29ccd97d10d65cd40201985ba2501
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-relaxng.html: da69ff4b925629ce5667c63895aecf3f
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-schemasInternals.html: ca466a394d9e945fcbe283d0b4a24e2f
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-schematron.html: f0ddff7bae5bba25b1c98abd75038c36
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-threads.html: 8bfd4253309b18e5b94f01228f3c6887
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-tree.html: 298516ac6d45a3439975e5de9b830a3a
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-uri.html: 9b4186c1502963221da42717dfcf2789
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-valid.html: 51b24ec90bd3c5591130fa219172dca8
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xinclude.html: 2639d942d8a7bb71201ef35d8dd0a5d1
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xlink.html: 1de0d3b14ab220eb6b51bfa254b03769
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlIO.html: e9d7b75133b68febff966553614ca1e3
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlautomata.html: 28a6fdabf1bcc027c5723ef484551a3b
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlerror.html: b5130ac841f15f86cc076778451028c3
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlexports.html: 76a89eb95c8256a4277f65250245ef9a
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlmemory.html: ea097805488added49ebb2f1373c212a
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlmodule.html: dad4c35e0c0a8fb9bc1db2d42ae5f664
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlreader.html: c73d0449fa012be1b45d28aabb9dd67c
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlregexp.html: fc8289c2885a2e9adae8ce5f3f784f4d
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlsave.html: 8e4208e2908bd9a021c31ee1338755d2
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlschemas.html: 455628ea9eca007ecaa224305df3b0c8
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlschemastypes.html: f698db4a289728d46199ad42160da1d3
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlstring.html: d567835fca72a7e73875b513626e1d54
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlunicode.html: 7b282351048157db2233f4a8c9ed305c
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlversion.html: d9e2cd59ac2a1aa5319d09f7ad726a63
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlwriter.html: f7345386e22ec21cf60d91371eeaed57
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xpath.html: 0308bfeeaa1f3f9c39d95e2015ae7157
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xpathInternals.html: f41a22321ebfed3de68cd89b8a84a118
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xpointer.html: 39926eb00e10d3513053bebbb82d015e
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xzlib.html: 8d55e7cdc5a0363d945c8a672841bd6f
|
||||
share/doc/libxml2-2.9.9/html/html/right.png: ebd7e6d206d73850d77d305ab548f957
|
||||
share/doc/libxml2-2.9.9/html/html/up.png: 2f07d9272deb4ae870ca6821117877fa
|
||||
share/doc/libxml2-2.9.9/html/index.html: 854eae61c805261731f38a873415144f
|
||||
share/doc/libxml2-2.9.9/html/io1.c: 8861af9d5ae163e2679d14cccd7c50a8
|
||||
share/doc/libxml2-2.9.9/html/io1.res: c1063365cedce05c3c75361d8b21eda0
|
||||
share/doc/libxml2-2.9.9/html/io2.c: 064a8c92267a391f5cbc41dbf49b14ad
|
||||
share/doc/libxml2-2.9.9/html/io2.res: c6a030758261e4b23c18fe8fa9b9f1cb
|
||||
share/doc/libxml2-2.9.9/html/libxml.gif: 7b77627ea524c095934962f5dee442cb
|
||||
share/doc/libxml2-2.9.9/html/parse1.c: 35924de5d0e047f4e2732e8ef4d31fea
|
||||
share/doc/libxml2-2.9.9/html/parse2.c: 1533aa6faa9efa078a56d2d37b4e318c
|
||||
share/doc/libxml2-2.9.9/html/parse3.c: 745ea8e70138377b1fb1d0e3116dba63
|
||||
share/doc/libxml2-2.9.9/html/parse4.c: 1ebc80d9df8a1b0568f9cf7a2cc70a3e
|
||||
share/doc/libxml2-2.9.9/html/reader1.c: b30f26d62bb3c37fc9cba51fff13924e
|
||||
share/doc/libxml2-2.9.9/html/reader1.res: c7e547f58d4407d091d189a1ebfeab77
|
||||
share/doc/libxml2-2.9.9/html/reader2.c: 8b66731b71444ec57b99acc9d41a5f1d
|
||||
share/doc/libxml2-2.9.9/html/reader3.c: 2874d5506c9f0b9f4a1dead26d58e559
|
||||
share/doc/libxml2-2.9.9/html/reader3.res: ce152220e5a24918935d6f0c8bbcf587
|
||||
share/doc/libxml2-2.9.9/html/reader4.c: c7d0e7908cfc12c1102a58f4e530bbfd
|
||||
share/doc/libxml2-2.9.9/html/reader4.res: 2f8c9c74667d1434104e5610a77f824f
|
||||
share/doc/libxml2-2.9.9/html/redhat.gif: dd0216f442bf6845c103aba1b4bcb869
|
||||
share/doc/libxml2-2.9.9/html/smallfootonly.gif: e92b022a99a76d6fceeb35576bb7718f
|
||||
share/doc/libxml2-2.9.9/html/structure.gif: f10610a92f24c3f0fc35078f5764867e
|
||||
share/doc/libxml2-2.9.9/html/test1.xml: 5ffe018a2890cdd13b4d08d674cf8dd4
|
||||
share/doc/libxml2-2.9.9/html/test2.xml: 4084cf4871ee86fef27f5e5ee91ea455
|
||||
share/doc/libxml2-2.9.9/html/test3.xml: 0ba76ca9c89e995bbaf258ab154e5205
|
||||
share/doc/libxml2-2.9.9/html/testWriter.c: 26b676b61b6f1926e5ff470395878a20
|
||||
share/doc/libxml2-2.9.9/html/tree1.c: 8e3b9f050ff7e6ecd2912940cbb2394f
|
||||
share/doc/libxml2-2.9.9/html/tree1.res: 4d4d5f3e8297d35e59d9f92c876b42ac
|
||||
share/doc/libxml2-2.9.9/html/tree2.c: 9896bce93692a296135127551f5b2a4b
|
||||
share/doc/libxml2-2.9.9/html/tree2.res: 8e5cc417bcb23115c4f802404e09657e
|
||||
share/doc/libxml2-2.9.9/html/tst.xml: 6d10ac1b8fb04bc8fb73f9964589a223
|
||||
share/doc/libxml2-2.9.9/html/tutorial/apa.html: 51b23839855ffbb232c8ba2211a4d9ca
|
||||
share/doc/libxml2-2.9.9/html/tutorial/apb.html: 6fa0d1a793a7d794967c497dc9112077
|
||||
share/doc/libxml2-2.9.9/html/tutorial/apc.html: c263a905499b8177ee93b6ab39b26266
|
||||
share/doc/libxml2-2.9.9/html/tutorial/apd.html: 9f3342db337c1a28df32d4b85eba94be
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ape.html: 69164a2345a37ac0b1001f2084ee5abc
|
||||
share/doc/libxml2-2.9.9/html/tutorial/apf.html: 4b58ea573ee05ceb46cac6c3eeef8211
|
||||
share/doc/libxml2-2.9.9/html/tutorial/apg.html: a84665f786e99169afa8e9dceb5003ca
|
||||
share/doc/libxml2-2.9.9/html/tutorial/aph.html: d49dfaba969e5b9161748d98b6f8eb0b
|
||||
share/doc/libxml2-2.9.9/html/tutorial/api.html: 0433fb6f377e50662e0f89b1e2f8e49a
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ar01s02.html: d2b5e466f1613a0a281969296efe652e
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ar01s03.html: af7d8b5f8bf6e7c6949c5f1b260289ef
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ar01s04.html: 08161b16d07d12969e2ff0db52c0006d
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ar01s05.html: a39259d226409f45e234b8e4f0ae1e9f
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ar01s06.html: 4d622cd5afe28d58e8808651c896ff1e
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ar01s07.html: c3d0264c72c908e119c22c7787892db9
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ar01s08.html: 47bfaa87452e5e5d3436b232d96b1cf7
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ar01s09.html: 066052f4864add31dffd8fc4bb1b9b7f
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/blank.png: 6f7573d4bb6bf0f55ed9ebd79f3f786f
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/1.png: 0f67842b8cc059137a88288e95115a18
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/10.png: 29fd9e419eee2efa4ef6ce493ca51a9c
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/2.png: 782f998bab59d0221977c1c0eaa676c8
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/3.png: 35dcf1dd29a802080c984e52d76e5b1f
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/4.png: 3d412b47729eb73afc7aa430feeb7da0
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/5.png: 489005941fbb522369466ca850189c59
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/6.png: f64cfcfac0c4219edebc96d6d043c84c
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/7.png: 0def94f52c5e45256232320aaffeb1ce
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/8.png: 2f899cf0909049b0472654d7357eaeb3
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/9.png: 5ba16a0731d050493bd7e0b95244aafc
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/caution.png: 2245032ab69fc481e2eefd246aa96e07
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/draft.png: 1b1da3ec69df05af5f2a5475e8a8a24b
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/home.png: 700644702db92b31d7488edfb3adfe7e
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/important.png: ca20b7b781cf82d1aeb36ce63590ccd0
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/next.png: c4ec8d7f81407ce09d175d7366c25ba0
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/note.png: 109e4af9c43357a74c6de01db819f36f
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/prev.png: 2188e42454c65ed8a37126d0f5f5830a
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/tip.png: dbb88aaf05b4a6a7df59c72cc5c947b4
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/toc-blank.png: a9dfccc01739501bbc01d561da12c944
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/toc-minus.png: 72baddf4a76d4d74f634edf1e71134b3
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/toc-plus.png: ee8d311bafbc474875730d7644e86047
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/up.png: ddf37bee4d12f626b42004e26bdd4e13
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/warning.png: 59c28f6840b1f20094af4ffc16ce3189
|
||||
share/doc/libxml2-2.9.9/html/tutorial/includeaddattribute.c: ba57721ff902105ef3c79eb199f4da5e
|
||||
share/doc/libxml2-2.9.9/html/tutorial/includeaddkeyword.c: 268f90fc598ccf5a5bd1de7d1f57c873
|
||||
share/doc/libxml2-2.9.9/html/tutorial/includeconvert.c: b91e86a449cb257dd92ada947c2b2320
|
||||
share/doc/libxml2-2.9.9/html/tutorial/includegetattribute.c: af83032a68f54f420f04430efd7629c8
|
||||
share/doc/libxml2-2.9.9/html/tutorial/includekeyword.c: 5508972bd6f704cddb4b4faeaa5397b0
|
||||
share/doc/libxml2-2.9.9/html/tutorial/includexpath.c: a9718d128b1abbf9710cb7ea315cffec
|
||||
share/doc/libxml2-2.9.9/html/tutorial/index.html: c3df2af08328cd4cbf697d55ca9cd419
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ix01.html: 2f9c98d5610fc9a8f02c7312c3c49691
|
||||
share/doc/libxml2-2.9.9/html/tutorial/xmltutorial.pdf: 12df01000d92ab495235de65abcd4e46
|
||||
share/doc/libxml2-2.9.9/html/w3c.png: ba69544b9cfa7659a0bb1b81410680a9
|
||||
share/doc/libxml2-2.9.9/html/writer.xml: 1e16356328b8e3fa703a18858a11f3bb
|
||||
share/doc/libxml2-2.9.9/html/xml.html: 86d057e640e777486b33b7e424e0beeb
|
||||
share/doc/libxml2-2.9.9/html/xpath1.c: 87445983c77091ef0441ff775fb8edc6
|
||||
share/doc/libxml2-2.9.9/html/xpath1.res: cf508aadb27c5c145ac58d256326e8eb
|
||||
share/doc/libxml2-2.9.9/html/xpath2.c: 413d481a75246b5af3d8e7f489e3408f
|
||||
share/doc/libxml2-2.9.9/html/xpath2.res: c32344efbb7334a5f2563420e0d1723c
|
||||
share/gtk-doc/html/libxml2/general.html: df2b20bc526b927eefa3f401349d1287
|
||||
share/gtk-doc/html/libxml2/home.png: f6192f4292d744423df690e785d60fdf
|
||||
share/gtk-doc/html/libxml2/index.html: b0b369ddf6959a2604b422c9268a0a3f
|
||||
share/gtk-doc/html/libxml2/left.png: f771308152ab24a69682daed70ce136d
|
||||
share/gtk-doc/html/libxml2/libxml2-DOCBparser.html: bde929bed90adf39144b561ad443c278
|
||||
share/gtk-doc/html/libxml2/libxml2-HTMLparser.html: b0c4afaee2ffdfb2381d66acad586e2a
|
||||
share/gtk-doc/html/libxml2/libxml2-HTMLtree.html: e53dcd12a0e8e51413ca1de4986d7898
|
||||
share/gtk-doc/html/libxml2/libxml2-SAX.html: 5ba9dd3cf89972a337869e55024aeb0e
|
||||
share/gtk-doc/html/libxml2/libxml2-SAX2.html: 9a8574da93ad762a54194f690db4dbee
|
||||
share/gtk-doc/html/libxml2/libxml2-c14n.html: 57a9ef60a8af4df6586ab78061a75fd6
|
||||
share/gtk-doc/html/libxml2/libxml2-catalog.html: bcd705392f52867a1afadc1166739d17
|
||||
share/gtk-doc/html/libxml2/libxml2-chvalid.html: dca486d382dbf88f4d9155e3f7a826cf
|
||||
share/gtk-doc/html/libxml2/libxml2-debugXML.html: efd04207438816e0ce69c47bc93e525b
|
||||
share/gtk-doc/html/libxml2/libxml2-dict.html: 48012abaae77f87834377e8d4eb7caf1
|
||||
share/gtk-doc/html/libxml2/libxml2-encoding.html: d273f53a4f3c511372c5b984455f0288
|
||||
share/gtk-doc/html/libxml2/libxml2-entities.html: 3afcaf72917d0f9dda002baf4445e936
|
||||
share/gtk-doc/html/libxml2/libxml2-globals.html: 08b752bd53e687bf8ac51400c62ded68
|
||||
share/gtk-doc/html/libxml2/libxml2-hash.html: 371418533e8ef188b888d9e6e34aa245
|
||||
share/gtk-doc/html/libxml2/libxml2-list.html: 5a6fe5bf2cefe31f0f68cd2d8cafb2d7
|
||||
share/gtk-doc/html/libxml2/libxml2-nanoftp.html: 79f4eb67e7eb955c19bd5337a8cc5177
|
||||
share/gtk-doc/html/libxml2/libxml2-nanohttp.html: 0eac4dace4fda9fcd0bb2ebb6c16aaf0
|
||||
share/gtk-doc/html/libxml2/libxml2-parser.html: c3f66200ba47bd8198ec81aa3c8ce608
|
||||
share/gtk-doc/html/libxml2/libxml2-parserInternals.html: b2757ce5c41539e70df72da43af67825
|
||||
share/gtk-doc/html/libxml2/libxml2-pattern.html: 6129a6b5661fc0a38d5c967153651d26
|
||||
share/gtk-doc/html/libxml2/libxml2-relaxng.html: f98fee61d7e051dff9719e13b768b26c
|
||||
share/gtk-doc/html/libxml2/libxml2-schemasInternals.html: d25db26772d036681e1299a9f214427a
|
||||
share/gtk-doc/html/libxml2/libxml2-schematron.html: b3700a489202f309f02c6309f9d86984
|
||||
share/gtk-doc/html/libxml2/libxml2-threads.html: bb12a300c2c86bc49f586858a1ef6cd0
|
||||
share/gtk-doc/html/libxml2/libxml2-tree.html: 5bbe2d33f9b1917956919b7e18e47c53
|
||||
share/gtk-doc/html/libxml2/libxml2-uri.html: c46c9dfea580890ac48b70346c987bf0
|
||||
share/gtk-doc/html/libxml2/libxml2-valid.html: b4165290c6751ed9b2074eb915f0601f
|
||||
share/gtk-doc/html/libxml2/libxml2-xinclude.html: 644e5093b3931eee1fece47fb9a3c908
|
||||
share/gtk-doc/html/libxml2/libxml2-xlink.html: fe35c6e86ba9419aea9f628ed45bc57a
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlIO.html: 1dd2f72b5a9014978f94155981fa6486
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlautomata.html: 9cd301cf92ecca4ff9e896663f6d6570
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlerror.html: 57549b7df0cd531b4d0ce6c03f9d9ade
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlexports.html: 62aebfe3442aedae77f8ff0514a8160c
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlmemory.html: 8c22f5ea8ddd2ed6795726d714b4ab9f
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlmodule.html: 215331b3567ef3b2e79cf35b1998a357
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlreader.html: 512101e5eb61e5955c991e14b11ab3bd
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlregexp.html: 1a42a4508373992c4471d360bf1cdf4f
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlsave.html: ee31535906cba2ee6455e430f48eb236
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlschemas.html: 55b5ed0793dd7f64e9c25cfe4be40287
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html: aa49b7bc4fe1493b926c035484fd77af
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlstring.html: 39057622b32c4f7bdb0836fd6005a1fa
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlunicode.html: 9ac652a74d46f8c3e1caa26c19732b2a
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlversion.html: 11a6e7c28ccbdbc1ca91213139decfa9
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlwriter.html: 088d1735eaf6fcd0e4117c3cad0aa691
|
||||
share/gtk-doc/html/libxml2/libxml2-xpath.html: b75d3437dc3c3c355d6bace3b077e019
|
||||
share/gtk-doc/html/libxml2/libxml2-xpathInternals.html: 5f40882d1654ed5c644f22a10c8df2d3
|
||||
share/gtk-doc/html/libxml2/libxml2-xpointer.html: f1a81f0b99b0230bc0ceacae67d87043
|
||||
share/gtk-doc/html/libxml2/libxml2.devhelp: 138e3b9326546e2e347b3c0b18c12764
|
||||
share/gtk-doc/html/libxml2/right.png: ebd7e6d206d73850d77d305ab548f957
|
||||
share/gtk-doc/html/libxml2/style.css: a7b180ebf583ed0c315d70d6a4890f79
|
||||
share/gtk-doc/html/libxml2/up.png: 2f07d9272deb4ae870ca6821117877fa
|
||||
share/man/man1/xml2-config.1: f9ea1b8ede868111a96fc3dbd9db79e6
|
||||
share/man/man1/xmlcatalog.1: 79205743b3bdefdddbcb175c60105cc8
|
||||
share/man/man1/xmllint.1: c2da2d5425849f19b8b0d355f5215973
|
||||
share/man/man3/libxml.3: 1bc9e496f1d34157a9e0d1b65704819a
|
||||
@@ -1,274 +0,0 @@
|
||||
1563314249
|
||||
FindLibXml2.cmake: d030bc3535551b29c75e192b74469347
|
||||
bin/libxml2-2.dll: 4a66e2fbb3e6ff0d3be4288f48ec4357
|
||||
bin/xml2-config: 76e6eed3b6f08bbd199bc8c0b7053dd5
|
||||
bin/xmlcatalog.exe: 3e562c6e39cbb4c5df1e3c0f8c413e2a
|
||||
bin/xmllint.exe: dff065ca8a593135b1dfcfeb4f03326e
|
||||
conaninfo.txt: 22f2906125da3c1eb305243d0f2b63bf
|
||||
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: 083bf52bbdd0563ff61605cb2bc9316f
|
||||
include/libxml2/libxml/catalog.h: 1d5e464fe629dde9758d6c33ea7a3d8e
|
||||
include/libxml2/libxml/chvalid.h: 4e1ca6554b98687e75d03662cd92d14e
|
||||
include/libxml2/libxml/debugXML.h: 73816937df233c77ebfa261f3ca00dd8
|
||||
include/libxml2/libxml/dict.h: 93b78165ce896cbda4417bd278259714
|
||||
include/libxml2/libxml/encoding.h: 807b84fade38abad3ae0d9b6af714dbc
|
||||
include/libxml2/libxml/entities.h: 16467595fdaff28420d1657b1658f267
|
||||
include/libxml2/libxml/globals.h: 4b9d5b9ff807b093244cc301d2cefda5
|
||||
include/libxml2/libxml/hash.h: 35f22cf7568b12fcf7bdc3f47fe2ccca
|
||||
include/libxml2/libxml/list.h: 7600108b9a637797d97d3f47ed045287
|
||||
include/libxml2/libxml/nanoftp.h: 3f25d5edfbdb1fd084e53d9a7dbaff73
|
||||
include/libxml2/libxml/nanohttp.h: d31b62933eab6d58a46eb075b49b7715
|
||||
include/libxml2/libxml/parser.h: 3ef7bece85150ab2319aed3fd0d36034
|
||||
include/libxml2/libxml/parserInternals.h: c55ce5832dae535ce6d59b6aa10f6133
|
||||
include/libxml2/libxml/pattern.h: db123ed3ecc27ab31b3f808e96edb492
|
||||
include/libxml2/libxml/relaxng.h: 348c151f5b45a3543862c0e280f9fbba
|
||||
include/libxml2/libxml/schemasInternals.h: 57e07ffffb72ccfa3ef131c7ad89633a
|
||||
include/libxml2/libxml/schematron.h: 96d9e0c083c4949e246ce02cf31de483
|
||||
include/libxml2/libxml/threads.h: 56e93792a1e4d23fe9c6940231cd4a40
|
||||
include/libxml2/libxml/tree.h: 7e730a421411d4d34ad95b52122f2650
|
||||
include/libxml2/libxml/uri.h: 032d430e35153af35f2fe17a9e9c37bf
|
||||
include/libxml2/libxml/valid.h: 3c082c0a5b81e1bc9fd9a21b69014584
|
||||
include/libxml2/libxml/xinclude.h: 1f8b2beb8f49da4bf3a658d31dccb2ef
|
||||
include/libxml2/libxml/xlink.h: 8b82b67e61ebffc721bd23af66724f49
|
||||
include/libxml2/libxml/xmlIO.h: 31c8dfbaee25e20cd0d6eb2549929f5d
|
||||
include/libxml2/libxml/xmlautomata.h: 3c3c0a7d353bacfbede7c2decf27e62a
|
||||
include/libxml2/libxml/xmlerror.h: 9f03d7b7788f158e68a75132e9249975
|
||||
include/libxml2/libxml/xmlexports.h: 600bbe5e56f034234213b0c0bf36f2b9
|
||||
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: 23a57bce6575bfbeea3ce80479990313
|
||||
include/libxml2/libxml/xmlwriter.h: 8694436144b1fb0aab2e2d6b725035e3
|
||||
include/libxml2/libxml/xpath.h: 2e60b359a61db15d05409ebef1b140b1
|
||||
include/libxml2/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd
|
||||
include/libxml2/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388
|
||||
include/libxml2/win32config.h: 117c7e9cb4e95acd6648f4af9cf98c5b
|
||||
include/libxml2/wsockcompat.h: 04a6c8ece3e62ee924d3653c2613b5be
|
||||
lib/cmake/libxml2/libxml2-config.cmake: 52555e668f1ac8a60ed70f97137e235b
|
||||
lib/libxml2.dll.a: e98c74ae88f8c5d3cecef3bbd139beb7
|
||||
lib/pkgconfig/libxml-2.0.pc: fe998038a6721fa60055ab9cc8b32139
|
||||
lib/xml2Conf.sh: 83704a436b85808dce196ac73c3b7803
|
||||
licenses/COPYING: 2044417e2e5006b65a8b9067b683fcf1
|
||||
share/aclocal/libxml.m4: c6969a0bf79628df8bf639433092d7b2
|
||||
share/doc/libxml2-2.9.9/Copyright: 2044417e2e5006b65a8b9067b683fcf1
|
||||
share/doc/libxml2-2.9.9/examples/testHTML.c: 6b181ebf4001bb62b07c7be7d79a2f01
|
||||
share/doc/libxml2-2.9.9/examples/testSAX.c: 34e3e9b268e1915652c15c4be11216a8
|
||||
share/doc/libxml2-2.9.9/examples/testXPath.c: 1db9d6ae0438d72387bcfd0ff1ae5ce4
|
||||
share/doc/libxml2-2.9.9/examples/xmllint.c: 15e78f93aab67d34d487eaeef8d7df22
|
||||
share/doc/libxml2-2.9.9/html/DOM.gif: b3d91cf23f7c9199b395356ea98cd097
|
||||
share/doc/libxml2-2.9.9/html/FAQ.html: 46b6bf6536bf9b2652891363aafb0b58
|
||||
share/doc/libxml2-2.9.9/html/Libxml2-Logo-180x168.gif: 6704060ba0272a9624e0a732455439ba
|
||||
share/doc/libxml2-2.9.9/html/Libxml2-Logo-90x34.gif: 29dfd4b3dec5fee179d3dc7e3d65be8a
|
||||
share/doc/libxml2-2.9.9/html/encoding.html: 3be0aba75968021dc9be873c020b93a9
|
||||
share/doc/libxml2-2.9.9/html/examples.xml: e94ff0f46d36f998999908d5f55cbbe9
|
||||
share/doc/libxml2-2.9.9/html/examples.xsl: 821de9e855568781f8c87ad0fe9afcba
|
||||
share/doc/libxml2-2.9.9/html/html/book1.html: 461321024ef78221594067503eb0eba0
|
||||
share/doc/libxml2-2.9.9/html/html/home.png: f6192f4292d744423df690e785d60fdf
|
||||
share/doc/libxml2-2.9.9/html/html/index.html: 461321024ef78221594067503eb0eba0
|
||||
share/doc/libxml2-2.9.9/html/html/left.png: f771308152ab24a69682daed70ce136d
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-DOCBparser.html: a9c425e3ab0c095b85759a321c294a72
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-HTMLparser.html: 9bed50ea5f7ef6398a54151a85e5d82e
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-HTMLtree.html: b639bc91545a89e12d9c0a34a23bd6de
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-SAX.html: a1dddf7f62888196c45c587a216cbe8a
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-SAX2.html: 2d8812144ee7796aa073b748ba560d34
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-c14n.html: af407530b72ad6d8342eab7e3d90207b
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-catalog.html: 6ccaf618b222577f8b1c9ed8278ea357
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-chvalid.html: 4bec2549c1505b9048041b722cb052c6
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-debugXML.html: b1b29857fbff5d68b7bdf982f8b9f6c7
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-dict.html: 01ef47c7c40b6bcdcea9c6ee95a20780
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-encoding.html: 9158690112453706058d7c502fd881e1
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-entities.html: d4ae454060415d31a5eec7a09d6c05a3
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-globals.html: 7487fd3b2740f53f259016b9032caf19
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-hash.html: b29d9a4775962146ba81bc5b89d54126
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-lib.html: 461321024ef78221594067503eb0eba0
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-list.html: f6aa3e5c878950a036c171fc9632a362
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-nanoftp.html: c07d479ce51894e6181be84cd7afc8f6
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-nanohttp.html: a4457c15280d27457677a436286c344e
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-parser.html: d9abc1e3b231427736e24bb53d310edf
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-parserInternals.html: dc212b49555db1f4d3473021415990f5
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-pattern.html: bff29ccd97d10d65cd40201985ba2501
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-relaxng.html: da69ff4b925629ce5667c63895aecf3f
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-schemasInternals.html: ca466a394d9e945fcbe283d0b4a24e2f
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-schematron.html: f0ddff7bae5bba25b1c98abd75038c36
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-threads.html: 8bfd4253309b18e5b94f01228f3c6887
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-tree.html: 298516ac6d45a3439975e5de9b830a3a
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-uri.html: 9b4186c1502963221da42717dfcf2789
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-valid.html: 51b24ec90bd3c5591130fa219172dca8
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xinclude.html: 2639d942d8a7bb71201ef35d8dd0a5d1
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xlink.html: 1de0d3b14ab220eb6b51bfa254b03769
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlIO.html: e9d7b75133b68febff966553614ca1e3
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlautomata.html: 28a6fdabf1bcc027c5723ef484551a3b
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlerror.html: b5130ac841f15f86cc076778451028c3
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlexports.html: 76a89eb95c8256a4277f65250245ef9a
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlmemory.html: ea097805488added49ebb2f1373c212a
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlmodule.html: dad4c35e0c0a8fb9bc1db2d42ae5f664
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlreader.html: c73d0449fa012be1b45d28aabb9dd67c
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlregexp.html: fc8289c2885a2e9adae8ce5f3f784f4d
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlsave.html: 8e4208e2908bd9a021c31ee1338755d2
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlschemas.html: 455628ea9eca007ecaa224305df3b0c8
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlschemastypes.html: f698db4a289728d46199ad42160da1d3
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlstring.html: d567835fca72a7e73875b513626e1d54
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlunicode.html: 7b282351048157db2233f4a8c9ed305c
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlversion.html: d9e2cd59ac2a1aa5319d09f7ad726a63
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xmlwriter.html: f7345386e22ec21cf60d91371eeaed57
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xpath.html: 0308bfeeaa1f3f9c39d95e2015ae7157
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xpathInternals.html: f41a22321ebfed3de68cd89b8a84a118
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xpointer.html: 39926eb00e10d3513053bebbb82d015e
|
||||
share/doc/libxml2-2.9.9/html/html/libxml-xzlib.html: 8d55e7cdc5a0363d945c8a672841bd6f
|
||||
share/doc/libxml2-2.9.9/html/html/right.png: ebd7e6d206d73850d77d305ab548f957
|
||||
share/doc/libxml2-2.9.9/html/html/up.png: 2f07d9272deb4ae870ca6821117877fa
|
||||
share/doc/libxml2-2.9.9/html/index.html: 854eae61c805261731f38a873415144f
|
||||
share/doc/libxml2-2.9.9/html/io1.c: 8861af9d5ae163e2679d14cccd7c50a8
|
||||
share/doc/libxml2-2.9.9/html/io1.res: c1063365cedce05c3c75361d8b21eda0
|
||||
share/doc/libxml2-2.9.9/html/io2.c: 064a8c92267a391f5cbc41dbf49b14ad
|
||||
share/doc/libxml2-2.9.9/html/io2.res: c6a030758261e4b23c18fe8fa9b9f1cb
|
||||
share/doc/libxml2-2.9.9/html/libxml.gif: 7b77627ea524c095934962f5dee442cb
|
||||
share/doc/libxml2-2.9.9/html/parse1.c: 35924de5d0e047f4e2732e8ef4d31fea
|
||||
share/doc/libxml2-2.9.9/html/parse2.c: 1533aa6faa9efa078a56d2d37b4e318c
|
||||
share/doc/libxml2-2.9.9/html/parse3.c: 745ea8e70138377b1fb1d0e3116dba63
|
||||
share/doc/libxml2-2.9.9/html/parse4.c: 1ebc80d9df8a1b0568f9cf7a2cc70a3e
|
||||
share/doc/libxml2-2.9.9/html/reader1.c: b30f26d62bb3c37fc9cba51fff13924e
|
||||
share/doc/libxml2-2.9.9/html/reader1.res: c7e547f58d4407d091d189a1ebfeab77
|
||||
share/doc/libxml2-2.9.9/html/reader2.c: 8b66731b71444ec57b99acc9d41a5f1d
|
||||
share/doc/libxml2-2.9.9/html/reader3.c: 2874d5506c9f0b9f4a1dead26d58e559
|
||||
share/doc/libxml2-2.9.9/html/reader3.res: ce152220e5a24918935d6f0c8bbcf587
|
||||
share/doc/libxml2-2.9.9/html/reader4.c: c7d0e7908cfc12c1102a58f4e530bbfd
|
||||
share/doc/libxml2-2.9.9/html/reader4.res: 2f8c9c74667d1434104e5610a77f824f
|
||||
share/doc/libxml2-2.9.9/html/redhat.gif: dd0216f442bf6845c103aba1b4bcb869
|
||||
share/doc/libxml2-2.9.9/html/smallfootonly.gif: e92b022a99a76d6fceeb35576bb7718f
|
||||
share/doc/libxml2-2.9.9/html/structure.gif: f10610a92f24c3f0fc35078f5764867e
|
||||
share/doc/libxml2-2.9.9/html/test1.xml: 5ffe018a2890cdd13b4d08d674cf8dd4
|
||||
share/doc/libxml2-2.9.9/html/test2.xml: 4084cf4871ee86fef27f5e5ee91ea455
|
||||
share/doc/libxml2-2.9.9/html/test3.xml: 0ba76ca9c89e995bbaf258ab154e5205
|
||||
share/doc/libxml2-2.9.9/html/testWriter.c: 26b676b61b6f1926e5ff470395878a20
|
||||
share/doc/libxml2-2.9.9/html/tree1.c: 8e3b9f050ff7e6ecd2912940cbb2394f
|
||||
share/doc/libxml2-2.9.9/html/tree1.res: 4d4d5f3e8297d35e59d9f92c876b42ac
|
||||
share/doc/libxml2-2.9.9/html/tree2.c: 9896bce93692a296135127551f5b2a4b
|
||||
share/doc/libxml2-2.9.9/html/tree2.res: 8e5cc417bcb23115c4f802404e09657e
|
||||
share/doc/libxml2-2.9.9/html/tst.xml: 6d10ac1b8fb04bc8fb73f9964589a223
|
||||
share/doc/libxml2-2.9.9/html/tutorial/apa.html: 51b23839855ffbb232c8ba2211a4d9ca
|
||||
share/doc/libxml2-2.9.9/html/tutorial/apb.html: 6fa0d1a793a7d794967c497dc9112077
|
||||
share/doc/libxml2-2.9.9/html/tutorial/apc.html: c263a905499b8177ee93b6ab39b26266
|
||||
share/doc/libxml2-2.9.9/html/tutorial/apd.html: 9f3342db337c1a28df32d4b85eba94be
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ape.html: 69164a2345a37ac0b1001f2084ee5abc
|
||||
share/doc/libxml2-2.9.9/html/tutorial/apf.html: 4b58ea573ee05ceb46cac6c3eeef8211
|
||||
share/doc/libxml2-2.9.9/html/tutorial/apg.html: a84665f786e99169afa8e9dceb5003ca
|
||||
share/doc/libxml2-2.9.9/html/tutorial/aph.html: d49dfaba969e5b9161748d98b6f8eb0b
|
||||
share/doc/libxml2-2.9.9/html/tutorial/api.html: 0433fb6f377e50662e0f89b1e2f8e49a
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ar01s02.html: d2b5e466f1613a0a281969296efe652e
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ar01s03.html: af7d8b5f8bf6e7c6949c5f1b260289ef
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ar01s04.html: 08161b16d07d12969e2ff0db52c0006d
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ar01s05.html: a39259d226409f45e234b8e4f0ae1e9f
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ar01s06.html: 4d622cd5afe28d58e8808651c896ff1e
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ar01s07.html: c3d0264c72c908e119c22c7787892db9
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ar01s08.html: 47bfaa87452e5e5d3436b232d96b1cf7
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ar01s09.html: 066052f4864add31dffd8fc4bb1b9b7f
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/blank.png: 6f7573d4bb6bf0f55ed9ebd79f3f786f
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/1.png: 0f67842b8cc059137a88288e95115a18
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/10.png: 29fd9e419eee2efa4ef6ce493ca51a9c
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/2.png: 782f998bab59d0221977c1c0eaa676c8
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/3.png: 35dcf1dd29a802080c984e52d76e5b1f
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/4.png: 3d412b47729eb73afc7aa430feeb7da0
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/5.png: 489005941fbb522369466ca850189c59
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/6.png: f64cfcfac0c4219edebc96d6d043c84c
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/7.png: 0def94f52c5e45256232320aaffeb1ce
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/8.png: 2f899cf0909049b0472654d7357eaeb3
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/callouts/9.png: 5ba16a0731d050493bd7e0b95244aafc
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/caution.png: 2245032ab69fc481e2eefd246aa96e07
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/draft.png: 1b1da3ec69df05af5f2a5475e8a8a24b
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/home.png: 700644702db92b31d7488edfb3adfe7e
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/important.png: ca20b7b781cf82d1aeb36ce63590ccd0
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/next.png: c4ec8d7f81407ce09d175d7366c25ba0
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/note.png: 109e4af9c43357a74c6de01db819f36f
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/prev.png: 2188e42454c65ed8a37126d0f5f5830a
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/tip.png: dbb88aaf05b4a6a7df59c72cc5c947b4
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/toc-blank.png: a9dfccc01739501bbc01d561da12c944
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/toc-minus.png: 72baddf4a76d4d74f634edf1e71134b3
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/toc-plus.png: ee8d311bafbc474875730d7644e86047
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/up.png: ddf37bee4d12f626b42004e26bdd4e13
|
||||
share/doc/libxml2-2.9.9/html/tutorial/images/warning.png: 59c28f6840b1f20094af4ffc16ce3189
|
||||
share/doc/libxml2-2.9.9/html/tutorial/includeaddattribute.c: ba57721ff902105ef3c79eb199f4da5e
|
||||
share/doc/libxml2-2.9.9/html/tutorial/includeaddkeyword.c: 268f90fc598ccf5a5bd1de7d1f57c873
|
||||
share/doc/libxml2-2.9.9/html/tutorial/includeconvert.c: b91e86a449cb257dd92ada947c2b2320
|
||||
share/doc/libxml2-2.9.9/html/tutorial/includegetattribute.c: af83032a68f54f420f04430efd7629c8
|
||||
share/doc/libxml2-2.9.9/html/tutorial/includekeyword.c: 5508972bd6f704cddb4b4faeaa5397b0
|
||||
share/doc/libxml2-2.9.9/html/tutorial/includexpath.c: a9718d128b1abbf9710cb7ea315cffec
|
||||
share/doc/libxml2-2.9.9/html/tutorial/index.html: c3df2af08328cd4cbf697d55ca9cd419
|
||||
share/doc/libxml2-2.9.9/html/tutorial/ix01.html: 2f9c98d5610fc9a8f02c7312c3c49691
|
||||
share/doc/libxml2-2.9.9/html/tutorial/xmltutorial.pdf: 12df01000d92ab495235de65abcd4e46
|
||||
share/doc/libxml2-2.9.9/html/w3c.png: ba69544b9cfa7659a0bb1b81410680a9
|
||||
share/doc/libxml2-2.9.9/html/writer.xml: 1e16356328b8e3fa703a18858a11f3bb
|
||||
share/doc/libxml2-2.9.9/html/xml.html: 86d057e640e777486b33b7e424e0beeb
|
||||
share/doc/libxml2-2.9.9/html/xpath1.c: 87445983c77091ef0441ff775fb8edc6
|
||||
share/doc/libxml2-2.9.9/html/xpath1.res: cf508aadb27c5c145ac58d256326e8eb
|
||||
share/doc/libxml2-2.9.9/html/xpath2.c: 413d481a75246b5af3d8e7f489e3408f
|
||||
share/doc/libxml2-2.9.9/html/xpath2.res: c32344efbb7334a5f2563420e0d1723c
|
||||
share/gtk-doc/html/libxml2/general.html: df2b20bc526b927eefa3f401349d1287
|
||||
share/gtk-doc/html/libxml2/home.png: f6192f4292d744423df690e785d60fdf
|
||||
share/gtk-doc/html/libxml2/index.html: b0b369ddf6959a2604b422c9268a0a3f
|
||||
share/gtk-doc/html/libxml2/left.png: f771308152ab24a69682daed70ce136d
|
||||
share/gtk-doc/html/libxml2/libxml2-DOCBparser.html: bde929bed90adf39144b561ad443c278
|
||||
share/gtk-doc/html/libxml2/libxml2-HTMLparser.html: b0c4afaee2ffdfb2381d66acad586e2a
|
||||
share/gtk-doc/html/libxml2/libxml2-HTMLtree.html: e53dcd12a0e8e51413ca1de4986d7898
|
||||
share/gtk-doc/html/libxml2/libxml2-SAX.html: 5ba9dd3cf89972a337869e55024aeb0e
|
||||
share/gtk-doc/html/libxml2/libxml2-SAX2.html: 9a8574da93ad762a54194f690db4dbee
|
||||
share/gtk-doc/html/libxml2/libxml2-c14n.html: 57a9ef60a8af4df6586ab78061a75fd6
|
||||
share/gtk-doc/html/libxml2/libxml2-catalog.html: bcd705392f52867a1afadc1166739d17
|
||||
share/gtk-doc/html/libxml2/libxml2-chvalid.html: dca486d382dbf88f4d9155e3f7a826cf
|
||||
share/gtk-doc/html/libxml2/libxml2-debugXML.html: efd04207438816e0ce69c47bc93e525b
|
||||
share/gtk-doc/html/libxml2/libxml2-dict.html: 48012abaae77f87834377e8d4eb7caf1
|
||||
share/gtk-doc/html/libxml2/libxml2-encoding.html: d273f53a4f3c511372c5b984455f0288
|
||||
share/gtk-doc/html/libxml2/libxml2-entities.html: 3afcaf72917d0f9dda002baf4445e936
|
||||
share/gtk-doc/html/libxml2/libxml2-globals.html: 08b752bd53e687bf8ac51400c62ded68
|
||||
share/gtk-doc/html/libxml2/libxml2-hash.html: 371418533e8ef188b888d9e6e34aa245
|
||||
share/gtk-doc/html/libxml2/libxml2-list.html: 5a6fe5bf2cefe31f0f68cd2d8cafb2d7
|
||||
share/gtk-doc/html/libxml2/libxml2-nanoftp.html: 79f4eb67e7eb955c19bd5337a8cc5177
|
||||
share/gtk-doc/html/libxml2/libxml2-nanohttp.html: 0eac4dace4fda9fcd0bb2ebb6c16aaf0
|
||||
share/gtk-doc/html/libxml2/libxml2-parser.html: c3f66200ba47bd8198ec81aa3c8ce608
|
||||
share/gtk-doc/html/libxml2/libxml2-parserInternals.html: b2757ce5c41539e70df72da43af67825
|
||||
share/gtk-doc/html/libxml2/libxml2-pattern.html: 6129a6b5661fc0a38d5c967153651d26
|
||||
share/gtk-doc/html/libxml2/libxml2-relaxng.html: f98fee61d7e051dff9719e13b768b26c
|
||||
share/gtk-doc/html/libxml2/libxml2-schemasInternals.html: d25db26772d036681e1299a9f214427a
|
||||
share/gtk-doc/html/libxml2/libxml2-schematron.html: b3700a489202f309f02c6309f9d86984
|
||||
share/gtk-doc/html/libxml2/libxml2-threads.html: bb12a300c2c86bc49f586858a1ef6cd0
|
||||
share/gtk-doc/html/libxml2/libxml2-tree.html: 5bbe2d33f9b1917956919b7e18e47c53
|
||||
share/gtk-doc/html/libxml2/libxml2-uri.html: c46c9dfea580890ac48b70346c987bf0
|
||||
share/gtk-doc/html/libxml2/libxml2-valid.html: b4165290c6751ed9b2074eb915f0601f
|
||||
share/gtk-doc/html/libxml2/libxml2-xinclude.html: 644e5093b3931eee1fece47fb9a3c908
|
||||
share/gtk-doc/html/libxml2/libxml2-xlink.html: fe35c6e86ba9419aea9f628ed45bc57a
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlIO.html: 1dd2f72b5a9014978f94155981fa6486
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlautomata.html: 9cd301cf92ecca4ff9e896663f6d6570
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlerror.html: 57549b7df0cd531b4d0ce6c03f9d9ade
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlexports.html: 62aebfe3442aedae77f8ff0514a8160c
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlmemory.html: 8c22f5ea8ddd2ed6795726d714b4ab9f
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlmodule.html: 215331b3567ef3b2e79cf35b1998a357
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlreader.html: 512101e5eb61e5955c991e14b11ab3bd
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlregexp.html: 1a42a4508373992c4471d360bf1cdf4f
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlsave.html: ee31535906cba2ee6455e430f48eb236
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlschemas.html: 55b5ed0793dd7f64e9c25cfe4be40287
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html: aa49b7bc4fe1493b926c035484fd77af
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlstring.html: 39057622b32c4f7bdb0836fd6005a1fa
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlunicode.html: 9ac652a74d46f8c3e1caa26c19732b2a
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlversion.html: 11a6e7c28ccbdbc1ca91213139decfa9
|
||||
share/gtk-doc/html/libxml2/libxml2-xmlwriter.html: 088d1735eaf6fcd0e4117c3cad0aa691
|
||||
share/gtk-doc/html/libxml2/libxml2-xpath.html: b75d3437dc3c3c355d6bace3b077e019
|
||||
share/gtk-doc/html/libxml2/libxml2-xpathInternals.html: 5f40882d1654ed5c644f22a10c8df2d3
|
||||
share/gtk-doc/html/libxml2/libxml2-xpointer.html: f1a81f0b99b0230bc0ceacae67d87043
|
||||
share/gtk-doc/html/libxml2/libxml2.devhelp: 138e3b9326546e2e347b3c0b18c12764
|
||||
share/gtk-doc/html/libxml2/right.png: ebd7e6d206d73850d77d305ab548f957
|
||||
share/gtk-doc/html/libxml2/style.css: a7b180ebf583ed0c315d70d6a4890f79
|
||||
share/gtk-doc/html/libxml2/up.png: 2f07d9272deb4ae870ca6821117877fa
|
||||
share/man/man1/xml2-config.1: f9ea1b8ede868111a96fc3dbd9db79e6
|
||||
share/man/man1/xmlcatalog.1: 79205743b3bdefdddbcb175c60105cc8
|
||||
share/man/man1/xmllint.1: c2da2d5425849f19b8b0d355f5215973
|
||||
share/man/man3/libxml.3: 1bc9e496f1d34157a9e0d1b65704819a
|
||||
@@ -1,3 +0,0 @@
|
||||
1564572636
|
||||
LICENSE.md: 5aa9930034582b90e2008d2c609d1317
|
||||
conanfile.py: cd5a1ced5c2ea7eebac675979e021936
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user