From 05f4779eaee7410188ee13ee2e20d1fb86c5a345 Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Sun, 6 Nov 2016 22:33:50 +0300 Subject: Update package names and options in qtwebkit conanfiles Task-number: QTQAINFRA-997 Change-Id: I19634c06041286fe44c787efe038d5ab24888b1f Reviewed-by: Simon Hausmann --- .../qtci-windows-10-x86/conanfiles/qtwebkit.txt | 15 +++++++-------- .../qtci-windows-10-x86_64/conanfiles/qtwebkit.txt | 15 +++++++-------- 2 files changed, 14 insertions(+), 16 deletions(-) (limited to 'coin') diff --git a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.txt b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.txt index d1fcbfba..660bd24a 100644 --- a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.txt +++ b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.txt @@ -1,20 +1,19 @@ [requires] -cmake_installer/0.1@lasote/testing -icu/57.1@Vitallium/stable -libxml2-qt/2.9.4@Vitallium/stable -libxslt-qt/1.1.29@Vitallium/stable +icu/57.1@vitallium/stable +libxml2/2.9.4@vitallium/stable +libxslt/1.1.29@vitallium/stable [generators] cmake -virtualenv [options] -cmake_installer:version=3.5.2 icu:shared=True -libxml2-qt:shared=False -libxslt-qt:shared=False +libxml2-qt:shared=True +libxslt-qt:shared=True [imports] bin, icudt57.dll -> ./bin bin, icuin57.dll -> ./bin bin, icuuc57.dll -> ./bin +bin, libxml2.dll -> ./bin +bin, libxslt.dll -> ./bin diff --git a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.txt b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.txt index d1fcbfba..660bd24a 100644 --- a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.txt +++ b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.txt @@ -1,20 +1,19 @@ [requires] -cmake_installer/0.1@lasote/testing -icu/57.1@Vitallium/stable -libxml2-qt/2.9.4@Vitallium/stable -libxslt-qt/1.1.29@Vitallium/stable +icu/57.1@vitallium/stable +libxml2/2.9.4@vitallium/stable +libxslt/1.1.29@vitallium/stable [generators] cmake -virtualenv [options] -cmake_installer:version=3.5.2 icu:shared=True -libxml2-qt:shared=False -libxslt-qt:shared=False +libxml2-qt:shared=True +libxslt-qt:shared=True [imports] bin, icudt57.dll -> ./bin bin, icuin57.dll -> ./bin bin, icuuc57.dll -> ./bin +bin, libxml2.dll -> ./bin +bin, libxslt.dll -> ./bin -- cgit v1.2.3 From daa865312104e7d5d073b0a63e0f50c8a04b9697 Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Sun, 6 Nov 2016 22:44:29 +0300 Subject: Upgrade CMake to 3.6.2 on Windows 7 builder Task-number: QTQAINFRA-996 Change-Id: I84867a5b630c4cf1e712047c58c6cad9e5e43800 Reviewed-by: Simon Hausmann --- coin/provisioning/qtci-windows-7-x86/cmake.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 coin/provisioning/qtci-windows-7-x86/cmake.ps1 (limited to 'coin') diff --git a/coin/provisioning/qtci-windows-7-x86/cmake.ps1 b/coin/provisioning/qtci-windows-7-x86/cmake.ps1 new file mode 100644 index 00000000..8dbe0372 --- /dev/null +++ b/coin/provisioning/qtci-windows-7-x86/cmake.ps1 @@ -0,0 +1 @@ +. "$PSScriptRoot\..\common\cmake.ps1" -- cgit v1.2.3 From b1964fc7e52df82b11f475e242df809288fd002d Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Wed, 9 Nov 2016 11:16:24 +0300 Subject: Upgraded conan to 0.15.0 Change-Id: I9219094dfffb4edd90fcab00fb28c8b7658cfb42 Reviewed-by: Simon Hausmann --- coin/provisioning/common/conan.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'coin') diff --git a/coin/provisioning/common/conan.ps1 b/coin/provisioning/common/conan.ps1 index 2d3d50e4..32552aae 100644 --- a/coin/provisioning/common/conan.ps1 +++ b/coin/provisioning/common/conan.ps1 @@ -1,9 +1,9 @@ . "$PSScriptRoot\helpers.ps1" -$installer = "c:\users\qt\downloads\conan-win_0_12_0.exe" +$installer = "c:\users\qt\downloads\conan-win_0_15_0.exe" -Download https://s3-eu-west-1.amazonaws.com/conanio-production/downloads/conan-win_0_12_0.exe http://ci-files01-hki.ci.local/input/conan/conan-win_0_12_0.exe $installer -Verify-Checksum $installer "719F30E6EED03149D75CDB28F80A7B873B43FF51" +Download https://github.com/conan-io/conan/releases/download/0.15.0/conan-win_0_15_0.exe http://ci-files01-hki.ci.local/input/windows/conan/conan-win_0_15_0.exe $installer +Verify-Checksum $installer "AE8DB31B34A9B88EA227F0FE283FC0F003D2BFDD" & $installer /DIR=C:\Utils\Conan /VERYSILENT | Out-Null [Environment]::SetEnvironmentVariable("CI_CONAN_BUILDINFO_DIR", "C:\Utils\conanbuildinfos", "Machine") -- cgit v1.2.3 From 93240adad1eadf7239943daba5bec2a3d993f351 Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Mon, 14 Nov 2016 12:59:02 +0300 Subject: Fixed conanfile options after packages were renamed Change-Id: I4dbd3ec43bb6edfff7b9f98ac697cc7b70b09cda Reviewed-by: Simon Hausmann --- coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.txt | 4 ++-- coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'coin') diff --git a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.txt b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.txt index 660bd24a..94ca498a 100644 --- a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.txt +++ b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.txt @@ -8,8 +8,8 @@ cmake [options] icu:shared=True -libxml2-qt:shared=True -libxslt-qt:shared=True +libxml2:shared=True +libxslt:shared=True [imports] bin, icudt57.dll -> ./bin diff --git a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.txt b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.txt index 660bd24a..94ca498a 100644 --- a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.txt +++ b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.txt @@ -8,8 +8,8 @@ cmake [options] icu:shared=True -libxml2-qt:shared=True -libxslt-qt:shared=True +libxml2:shared=True +libxslt:shared=True [imports] bin, icudt57.dll -> ./bin -- cgit v1.2.3 From 19c10b941c6f96a0a2845424d8af5d5072d141ab Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Fri, 11 Nov 2016 15:39:41 +0300 Subject: Verify conan manifests when installing packages This check allows us to ensure authenticity of installed files. Manifests are sorted to minimize diffs in future updates. Manifests lack trailing newline, because adding it would break manifest parser of conan 0.15.0. Task-number: QTQAINFRA-998 Change-Id: I6db75a78ce552da29d63cc4ac03726df326b7be2 Reviewed-by: Simon Hausmann --- coin/provisioning/common/conan.ps1 | 3 +- .../57.1/vitallium/stable/export/conanmanifest.txt | 2 + .../conanmanifest.txt | 176 ++++++++++++ .../vitallium/stable/export/conanmanifest.txt | 2 + .../conanmanifest.txt | 56 ++++ .../vitallium/stable/export/conanmanifest.txt | 2 + .../conanmanifest.txt | 38 +++ .../57.1/vitallium/stable/export/conanmanifest.txt | 2 + .../conanmanifest.txt | 176 ++++++++++++ .../vitallium/stable/export/conanmanifest.txt | 2 + .../conanmanifest.txt | 56 ++++ .../vitallium/stable/export/conanmanifest.txt | 2 + .../conanmanifest.txt | 38 +++ .../57.1/annulen/stable/export/conanmanifest.txt | 2 + .../conanmanifest.txt | 257 +++++++++++++++++ .../2.9.4/annulen/stable/export/conanmanifest.txt | 2 + .../conanmanifest.txt | 320 +++++++++++++++++++++ .../1.1.29/annulen/stable/export/conanmanifest.txt | 2 + .../conanmanifest.txt | 136 +++++++++ 19 files changed, 1273 insertions(+), 1 deletion(-) create mode 100644 coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/export/conanmanifest.txt create mode 100644 coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/ca0c09cfa678fd91b04c82824988c42e9ac40ddf/conanmanifest.txt create mode 100644 coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/export/conanmanifest.txt create mode 100644 coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/package/0de2434f61f19881f1d4cfe60c583be521a65d08/conanmanifest.txt create mode 100644 coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/export/conanmanifest.txt create mode 100644 coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/package/466fc39fa8b7a19ee2095aa945fff98630acdd12/conanmanifest.txt create mode 100644 coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/export/conanmanifest.txt create mode 100644 coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/c85f9b402dd4d46acdf074e1c63b768a41181d7a/conanmanifest.txt create mode 100644 coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/export/conanmanifest.txt create mode 100644 coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/package/95a4a855074d4607ef02a5a86bf5ef1666dd773e/conanmanifest.txt create mode 100644 coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/export/conanmanifest.txt create mode 100644 coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/package/19663639a14063d996b277c7fac0e00264689c20/conanmanifest.txt create mode 100644 coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/icu/57.1/annulen/stable/export/conanmanifest.txt create mode 100644 coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/icu/57.1/annulen/stable/package/df887949b128f2725c575258bd175fe4d30ba476/conanmanifest.txt create mode 100644 coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/annulen/stable/export/conanmanifest.txt create mode 100644 coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/annulen/stable/package/357fb491ae867cbbfe369d54132f4f21c3f13f7d/conanmanifest.txt create mode 100644 coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/annulen/stable/export/conanmanifest.txt create mode 100644 coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/annulen/stable/package/30620cba1eaf28add40f441a20f7d1be9a5c636c/conanmanifest.txt (limited to 'coin') diff --git a/coin/provisioning/common/conan.ps1 b/coin/provisioning/common/conan.ps1 index 32552aae..21f67c73 100644 --- a/coin/provisioning/common/conan.ps1 +++ b/coin/provisioning/common/conan.ps1 @@ -32,11 +32,12 @@ function Run-Conan-Install Get-ChildItem -Path "$ConanfilesDir\*.txt" | ForEach-Object { $outpwd = "C:\Utils\conanbuildinfos\$($BuildinfoDir)\$($_.BaseName)" + $manifestsDir = "$($_.DirectoryName)\$($_.BaseName).manifests" New-Item $outpwd -Type directory -Force Start-Process-Logged ` "C:\Utils\Conan\conan\conan.exe" ` -WorkingDirectory $outpwd ` - -ArgumentList "install -i -f $($_.FullName)", ` + -ArgumentList "install -f $($_.FullName) --verify $($manifestsDir)", ` '-s', ('compiler="' + $Compiler + '"'), ` "-s os=Windows -s arch=$($Arch) -s compiler.version=$($CompilerVersion) $($runtimeArg)" ` -NoNewWindow -Wait -Verbose diff --git a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/export/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/export/conanmanifest.txt new file mode 100644 index 00000000..685e4549 --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/export/conanmanifest.txt @@ -0,0 +1,2 @@ +1478098249 +conanfile.py: f66225cf233d8eee6c6c6b4832d81b79 \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/ca0c09cfa678fd91b04c82824988c42e9ac40ddf/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/ca0c09cfa678fd91b04c82824988c42e9ac40ddf/conanmanifest.txt new file mode 100644 index 00000000..97af4669 --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/ca0c09cfa678fd91b04c82824988c42e9ac40ddf/conanmanifest.txt @@ -0,0 +1,176 @@ +1478097969 +bin/icudt57.dll: 87bbc24187330408f9d7cb056060e0ad +bin/icuin57.dll: 10bcbdf7ce17871d7ac0fe560a58493e +bin/icuuc57.dll: 2f252173e83d958205d83e168af27bd1 +conaninfo.txt: 93a147af5e69ef5fc1628b5f401d2e72 +include/unicode/alphaindex.h: e74fcba85b76577d32b90bc0056ee5d9 +include/unicode/appendable.h: 5c2d97a96252e2c959d4c226a554575b +include/unicode/basictz.h: 444077f7dd19bd6dbe24034360356e8a +include/unicode/brkiter.h: 0a5796a84c272600a360dc5918899492 +include/unicode/bytestream.h: f828cc9f542c232d2aadb09b9099c559 +include/unicode/bytestrie.h: 765c037e45325e1970e839349df7c28c +include/unicode/bytestriebuilder.h: 634c9203ef678ee0d8fd9baffa8e3e46 +include/unicode/calendar.h: e360220586bcd0c3ea93b610bf4fe202 +include/unicode/caniter.h: f6de1e31cdc53563f35b093f8f8a07d8 +include/unicode/chariter.h: d6030b3dffd5355f9377318f76dd69de +include/unicode/choicfmt.h: e86083f42af655ca0806ce1ed3dc55a0 +include/unicode/coleitr.h: 9a393483da6d9daae0bf18dd997abcfa +include/unicode/coll.h: 06d3855e97984cd27579ec69b1985cc1 +include/unicode/compactdecimalformat.h: d1cca4ce6027a3d42a29b55e9ce0b82c +include/unicode/curramt.h: efd2919661fe8dbc23f6b0f5bd33e685 +include/unicode/currpinf.h: b3cf75cd234ec080a7fee08e20906be6 +include/unicode/currunit.h: f8b67c06aa5547b9911378f39e70bc5d +include/unicode/datefmt.h: 034fcd313ba7753923be9b30833ff13e +include/unicode/dbbi.h: 3435ff244bdf7d248fa81c8162f6da9c +include/unicode/dcfmtsym.h: e4935f31b8f97b149fa686a9996f6758 +include/unicode/decimfmt.h: e4fcfcfcb4bb45e7935cec1ec41ba359 +include/unicode/docmain.h: 81c20148681a5d7598d33fe1e49f3c5b +include/unicode/dtfmtsym.h: 4a7ee444945513d0939376634f42d0ec +include/unicode/dtintrv.h: 9d0929775a3d4599f90020ffb304d66c +include/unicode/dtitvfmt.h: d42ce527e4a5eb3138782d92acd97b88 +include/unicode/dtitvinf.h: c7cedf40b871f6d3c77cc013d06983f7 +include/unicode/dtptngen.h: b7e58f01d5e588371e22e55a2d255208 +include/unicode/dtrule.h: 9b687ce82b426bfd8b67f2a743f9114c +include/unicode/enumset.h: 9b15421cfac73c8845562dc2eba0f2e9 +include/unicode/errorcode.h: 28c37140645dfa2f430cf531131a2cbb +include/unicode/fieldpos.h: ae206bb308885c2dae6bd15792512e6f +include/unicode/fmtable.h: fe37b4f3f1862172fcf708a8913b5d90 +include/unicode/format.h: 637778c5df6458f3f90d6f87e7d6a694 +include/unicode/fpositer.h: 276908f795beea88cd9d3f6f43ff82b2 +include/unicode/gender.h: 05bdc8c839f568e55c1d5d57c034dd36 +include/unicode/gregocal.h: 165eb6c7ffe6d914240c4bc0a2d7e5e0 +include/unicode/icudataver.h: 6b463f7d991d4cf4b0278bda90d4419f +include/unicode/icuplug.h: 2688326bbc6184edbfb04a9e398a363a +include/unicode/idna.h: b7885800ec0092f7b0411810ef0a0150 +include/unicode/listformatter.h: 8e460de80d6cb5701b3fcc2a3e704c14 +include/unicode/localpointer.h: ef6f8ec1d09bcfd660632f2df08c8d30 +include/unicode/locdspnm.h: df688f9f85fa7927b037811db0a5a934 +include/unicode/locid.h: 7d2c34577acdb5d7372ab35b02068581 +include/unicode/measfmt.h: fdd0cbd2a7f3af228f25560a3f63c4ad +include/unicode/measunit.h: 54bcc9c8bd45f4d61baad1ecfda8874d +include/unicode/measure.h: 3a03dc0bc233874de9b869a64a057835 +include/unicode/messagepattern.h: e3ae4457660d55835e42d88c3338a661 +include/unicode/msgfmt.h: de76868b18a099b367a685c31c0a14d8 +include/unicode/normalizer2.h: 0b96e4e3fe2db9df3ea140dbbe8ea140 +include/unicode/normlzr.h: 850f123dce4120db36601bcd4a77e925 +include/unicode/numfmt.h: c45e7b584738ae545937b3431a7e97b7 +include/unicode/numsys.h: 3b40734e737a0328f7c63124f07727e4 +include/unicode/parseerr.h: aa97d4d0cb5ef66baf1652c46223a81f +include/unicode/parsepos.h: 408632c4f4a0ec42811b50295be88ec9 +include/unicode/platform.h: fceecfa20a56af2a62a310d3d9fd1b14 +include/unicode/plurfmt.h: 06a5b724a0cdc04673d2467002605b50 +include/unicode/plurrule.h: 19d8e5c3f59ac4a833883da7fc52279c +include/unicode/ptypes.h: 93226b56866b0001f58f0319e430da08 +include/unicode/putil.h: 12979acdf705cac063a0f7862a20907b +include/unicode/rbbi.h: f0fe0af5306ea31bcb128a57dad17785 +include/unicode/rbnf.h: fa3ee91ae518f46628171c5eda544702 +include/unicode/rbtz.h: 76eb867d186e64e6bd425561d9371d7d +include/unicode/regex.h: 3ef7c102b12d3167fa019d203f524ec4 +include/unicode/region.h: 149a3b19b81a6e9093cb40f63a688fe7 +include/unicode/reldatefmt.h: 0f38d6b83c8a59898e4b546bd00bb459 +include/unicode/rep.h: 5fa4336c1302e276e81d2716a9789511 +include/unicode/resbund.h: 8c9bf16c940d2fa6d27e92b4b9023b1c +include/unicode/schriter.h: fcb1bcf67285e897acf621e937b13010 +include/unicode/scientificnumberformatter.h: 0f0c586dcb3cb2d59c10f9a42490e81f +include/unicode/search.h: ddfee95357399f1840854929715a99f3 +include/unicode/selfmt.h: cf18d9ce0e01636d74c14aac25dea995 +include/unicode/simpleformatter.h: aa8128e6a7368689e974552143be3c55 +include/unicode/simpletz.h: 0c847bdd492d23c7d78993e03d8364b8 +include/unicode/smpdtfmt.h: 19192d367d28f9812c71588222331218 +include/unicode/sortkey.h: 323299d4a40734274de910e74e6b7714 +include/unicode/std_string.h: e019f8e200de712588502817a22e5049 +include/unicode/strenum.h: cece8736aaa78de5edb80b2d8bcf2339 +include/unicode/stringpiece.h: 707434771237dbc6467f49aebc26f7f7 +include/unicode/stringtriebuilder.h: 251396f1c130290458da7553cca598f6 +include/unicode/stsearch.h: 70a69561b21c1a8e14f7d1a4e0760392 +include/unicode/symtable.h: dd632a7e27832b5992d4a54205c599c4 +include/unicode/tblcoll.h: 95b69fba4fd024406b9e4d991f1ad7c7 +include/unicode/timezone.h: 3e88d71098f36369b9892baff81c603c +include/unicode/tmunit.h: b946f43e7c8bec8aa50ddd6120671446 +include/unicode/tmutamt.h: e67a0e5e8b642aee17578411d554bcc2 +include/unicode/tmutfmt.h: 9d7e425317331c3ed890cefb0f654004 +include/unicode/translit.h: 9eb1419219ba781ff4653b4983a4e33c +include/unicode/tzfmt.h: 31ad89c49cc59da450befd0a9c2cee84 +include/unicode/tznames.h: 72003f95cbf6b2bb6acc12d3b4b3f41a +include/unicode/tzrule.h: 6416905b7247c15c939cc0e2d32a6510 +include/unicode/tztrans.h: 223b5af929e494c1894c6a24e8685f44 +include/unicode/ubidi.h: 66179ab0b99a5d356dba19e14eb5ecd3 +include/unicode/ubrk.h: 117eb54e39da5ce3dba2c9679707b0b7 +include/unicode/ucal.h: 70b7c32899132549a87577d2e96d8b75 +include/unicode/ucasemap.h: 1f64f081f3d1ee03e17d9cebb4b39c34 +include/unicode/ucat.h: 7420c409443c281d0396a824f7ce954c +include/unicode/uchar.h: 6049da45cae06c38009809cd701e8fc8 +include/unicode/ucharstrie.h: cdd315664d45ceeb931f740427eba956 +include/unicode/ucharstriebuilder.h: 08b57db9db7ec6c83a727b4e7e93a84c +include/unicode/uchriter.h: 26aecb73ed6c3b66d45920b6edc82e94 +include/unicode/uclean.h: 220a7ed9637f6d08844892406ee12fd7 +include/unicode/ucnv.h: 90e6635683216cf04e9e51c7793cce02 +include/unicode/ucnv_cb.h: 29d1534d54197074136641f9e73bca3a +include/unicode/ucnv_err.h: 0b8f3b01f733daf5fa2bab7d0c77a83f +include/unicode/ucnvsel.h: af61d762e6c51d92c6191a6234eba4c0 +include/unicode/ucol.h: 5794231873c0168366cac78abd7b9ba8 +include/unicode/ucoleitr.h: 2960fa61e49001636797afbc1cbd3e61 +include/unicode/uconfig.h: 2bc6d6073763aa34555775d5868dec4e +include/unicode/ucsdet.h: 77f79ed197997607ad82834cddcecee3 +include/unicode/ucurr.h: 4e010cfe5251e583c06597df3dbbd7c8 +include/unicode/udat.h: 03876d47a6da7ae776311f580635c003 +include/unicode/udata.h: ca1f4a55a240ea9586f2cca1ea4764c8 +include/unicode/udateintervalformat.h: 6f55cc14a063de8c79b74a7316d93e6f +include/unicode/udatpg.h: fd44f3f982452c68cdf6b1f3b159f068 +include/unicode/udisplaycontext.h: cdd37d6941337b96a75801e0716ca045 +include/unicode/uenum.h: 0f39322455d626debaf0bbe476a77c54 +include/unicode/ufieldpositer.h: 68ae4017d10f71b84083c24b2e09b536 +include/unicode/uformattable.h: 257f1dd17c788b7f5eab9ee3627f654c +include/unicode/ugender.h: be7155c7b25e2a7b7ea4d22ffc939557 +include/unicode/uidna.h: 851038bc78b135bf99c65dd0648e78f7 +include/unicode/uiter.h: 8e6b6197795cb2d42f8c80922d28ccf2 +include/unicode/uldnames.h: 8545429414195c42ee9a05694540bd8d +include/unicode/ulistformatter.h: 56cc2f8025387fcb18422300373a6e47 +include/unicode/uloc.h: b048d6c8e26ed8a65d0403d90ea4081c +include/unicode/ulocdata.h: 0803ed6ac97fbf4a10c3ca436f903fb2 +include/unicode/umachine.h: 8946d5b383646c9de9fc8c84eb0456fd +include/unicode/umisc.h: 3f34c9d536fdd5d4fddca2cf952bcfaa +include/unicode/umsg.h: 8880b14654d63c6e78a50d8f569b2766 +include/unicode/unifilt.h: 3b0368ea2da9a503aa47803e395b513e +include/unicode/unifunct.h: 3d37601bd3ae27b4e51431713d9f7533 +include/unicode/unimatch.h: e1a18096e0c7c7220c5c9149cd2d184c +include/unicode/unirepl.h: 7f1973a960a652ff74fa63e21969bab9 +include/unicode/uniset.h: fa3cfc8b4883a69120bf35e65f5d75ec +include/unicode/unistr.h: 975e37994ae2d3197a86284f1bdacdf3 +include/unicode/unorm.h: a04a23023daa99571ef2b7edca9dc6d2 +include/unicode/unorm2.h: 5ab66d75a9251a8df00f2075128ab010 +include/unicode/unum.h: 6e24b3d63e65f4d0a3076d33708a96d7 +include/unicode/unumsys.h: d239b6c2f97f51c221fcd66865adbaf9 +include/unicode/uobject.h: 07ebe875a9d304f71f525d2a71b20ddc +include/unicode/upluralrules.h: d9a66886a7585743cc8abe54af8e5955 +include/unicode/uregex.h: 6eb3c76e7d6fa2fed34b77f7fcc5cc85 +include/unicode/uregion.h: 0819c20dc8e0b5aebc5ec527828f565e +include/unicode/ureldatefmt.h: 057a6220b33c1c81e0cebc9a5da40929 +include/unicode/urename.h: 73c3a4cd707c1549f27341c859b099bb +include/unicode/urep.h: dc3eaf59ed5c198facce9f4a97a79ecf +include/unicode/ures.h: 6b374e2d473dfab51bcf7306c46f9eb6 +include/unicode/uscript.h: baaefbb5a6c5e251da2bb1800626d9e4 +include/unicode/usearch.h: 3e51b12fdf6a1adfc4696946ac0a4b6c +include/unicode/uset.h: 62d5813111f8391b4f616da08802aa24 +include/unicode/usetiter.h: 6baeb6276d80be18739355f9549b38e7 +include/unicode/ushape.h: f87732f736df2bbb90d46a10779876e7 +include/unicode/uspoof.h: a6510014653e0576fcf39c9dfd74f955 +include/unicode/usprep.h: 4ea1ec6a6d4fcbf2c1a239f23873da98 +include/unicode/ustring.h: 49c56a6248a7c92ee93a11331d2a6364 +include/unicode/ustringtrie.h: 08470063002ce9a8df978481b0d5588d +include/unicode/utext.h: c83e4d6390b463b28168cf90a734966e +include/unicode/utf.h: 0d1807bea996ca42bad86a938ba69453 +include/unicode/utf16.h: b376232af20fa9f77c983c6cc91800cf +include/unicode/utf32.h: ed15f0927cec48cab1922d08e1fdcce1 +include/unicode/utf8.h: 0d3fb609e35e2c67dce1a4889973bebd +include/unicode/utf_old.h: fce92682d7539e0fde301c54ef9e8760 +include/unicode/utmscale.h: 267dcde091ed1b81f03b1fff49c05e69 +include/unicode/utrace.h: 25f64a4cd8fc8a13bdfadd59bb287d49 +include/unicode/utrans.h: cc28e262a704403f38c26becae727165 +include/unicode/utypes.h: 21e5e8cc7dc66bdb83f70971bed1a5e4 +include/unicode/uvernum.h: d878c9e384487c8668c122712134c0f1 +include/unicode/uversion.h: 140b36fa9bffd2cb2b1c7f02691923e6 +include/unicode/vtzone.h: 90e065183436be0a94918465f66be863 +lib/icudt.lib: 375f9aff64352ed211a704156f40b206 +lib/icuin.lib: 752c472eb6f90acde3372894a68e2291 +lib/icuuc.lib: 1f493156171786bf782d85ca6ae017bf \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/export/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/export/conanmanifest.txt new file mode 100644 index 00000000..c80be750 --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/export/conanmanifest.txt @@ -0,0 +1,2 @@ +1478189855 +conanfile.py: 2d514c8a822e7432b8d2e030c3d17693 \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/package/0de2434f61f19881f1d4cfe60c583be521a65d08/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/package/0de2434f61f19881f1d4cfe60c583be521a65d08/conanmanifest.txt new file mode 100644 index 00000000..8d769861 --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/package/0de2434f61f19881f1d4cfe60c583be521a65d08/conanmanifest.txt @@ -0,0 +1,56 @@ +1478189644 +bin/libxml2.dll: 622bde2aec1d514bbf4ffcdcd734dbb7 +conaninfo.txt: a27084d89e21b40687c65926b75cf057 +include/libxml/DOCBparser.h: 21e6523a86338325c527e1e8847adc1d +include/libxml/HTMLparser.h: 083a413aedc738e1903735b7f1678087 +include/libxml/HTMLtree.h: 46cf4cefb419e18c40b8d5b6ac982f3f +include/libxml/SAX.h: bf46553ceac47b24126d4a1abb7b26fa +include/libxml/SAX2.h: 226675de48e46a282141b438b0895db4 +include/libxml/c14n.h: 083bf52bbdd0563ff61605cb2bc9316f +include/libxml/catalog.h: 1d5e464fe629dde9758d6c33ea7a3d8e +include/libxml/chvalid.h: 4e1ca6554b98687e75d03662cd92d14e +include/libxml/debugXML.h: 73816937df233c77ebfa261f3ca00dd8 +include/libxml/dict.h: 93b78165ce896cbda4417bd278259714 +include/libxml/encoding.h: e07b28c25a85356f585dd6891e0c7778 +include/libxml/entities.h: 16467595fdaff28420d1657b1658f267 +include/libxml/globals.h: 7dc017984a2a506caaeb45db0e895357 +include/libxml/hash.h: 747ad49c1a665e2eafaf052cbd9d165b +include/libxml/list.h: a81670013af01c8003fa9fdbd9a8cad7 +include/libxml/nanoftp.h: a4aad060f2cedb04dacbe4c58969817a +include/libxml/nanohttp.h: d31b62933eab6d58a46eb075b49b7715 +include/libxml/parser.h: 3ef7bece85150ab2319aed3fd0d36034 +include/libxml/parserInternals.h: c55ce5832dae535ce6d59b6aa10f6133 +include/libxml/pattern.h: db123ed3ecc27ab31b3f808e96edb492 +include/libxml/relaxng.h: 348c151f5b45a3543862c0e280f9fbba +include/libxml/schemasInternals.h: 28ed78fdce3dbad508a6381dd580d1e7 +include/libxml/schematron.h: 96d9e0c083c4949e246ce02cf31de483 +include/libxml/threads.h: 2c630b6409352bcd1e10d94177215265 +include/libxml/tree.h: f2a9a61c9a96a73c293f57bff2913ffb +include/libxml/uri.h: 032d430e35153af35f2fe17a9e9c37bf +include/libxml/valid.h: 3c082c0a5b81e1bc9fd9a21b69014584 +include/libxml/xinclude.h: 1f8b2beb8f49da4bf3a658d31dccb2ef +include/libxml/xlink.h: 8b82b67e61ebffc721bd23af66724f49 +include/libxml/xmlIO.h: 31c8dfbaee25e20cd0d6eb2549929f5d +include/libxml/xmlautomata.h: 3c3c0a7d353bacfbede7c2decf27e62a +include/libxml/xmlerror.h: 9f03d7b7788f158e68a75132e9249975 +include/libxml/xmlexports.h: c7982540f18e547b3ca70c7259c59e4c +include/libxml/xmlmemory.h: c0167c625ecaf670d76480506425b472 +include/libxml/xmlmodule.h: de174bf853776e7e653c66c059d19e61 +include/libxml/xmlreader.h: dbd5ae99042659a13427209a2bc0041f +include/libxml/xmlregexp.h: fea3110c96e8cd9013900e1c8e5b6c0b +include/libxml/xmlsave.h: eed2463cad941f74f99b8b9bc03aa74d +include/libxml/xmlschemas.h: 44ee98f77e997b8843fe6e5c45aa4ab0 +include/libxml/xmlschemastypes.h: 160197e01dfa56cd9ad09d201d5bdeb4 +include/libxml/xmlstring.h: 82efb8a055d5fc8eb7d815ed471eca53 +include/libxml/xmlunicode.h: b9f0b8acddfee9b620ea822978a51d29 +include/libxml/xmlversion.h: 0c268947477509833b9edc4ae096da41 +include/libxml/xmlwin32version.h: 0c672b45ad0bbc3285870375ac5e62c9 +include/libxml/xmlwriter.h: 8694436144b1fb0aab2e2d6b725035e3 +include/libxml/xpath.h: 2e60b359a61db15d05409ebef1b140b1 +include/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd +include/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388 +include/win32config.h: 410df263529fb9ec616b22f590dbdd1d +include/wsockcompat.h: f975f4dc926c27ab755f05a79296bd72 +lib/libxml2.lib: 61e2849cbb7376a17665994d68f7c9b4 +lib/libxml2_a.lib: c4bae1030473a5473ecc77cdf5af397d +lib/libxml2_a_dll.lib: 98c11a0804ff364feb161bfa1214bc63 \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/export/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/export/conanmanifest.txt new file mode 100644 index 00000000..439e0dbf --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/export/conanmanifest.txt @@ -0,0 +1,2 @@ +1478438034 +conanfile.py: 2472a82109b2d59062d3e50a54d08a4a \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/package/466fc39fa8b7a19ee2095aa945fff98630acdd12/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/package/466fc39fa8b7a19ee2095aa945fff98630acdd12/conanmanifest.txt new file mode 100644 index 00000000..d0ded34a --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/package/466fc39fa8b7a19ee2095aa945fff98630acdd12/conanmanifest.txt @@ -0,0 +1,38 @@ +1478437844 +bin/libexslt.dll: f57633ce0800d9041ba0040d8fbc9734 +bin/libxslt.dll: 20016a1ea3bc1625cb28e807787d8c93 +conaninfo.txt: 49fd643454ba3c15665b78805623c650 +include/libexslt/exslt.h: f01af3bf058520059ba6d50f42133717 +include/libexslt/exsltconfig.h: a36134fd73a90b0c39ba3eb4fa8833b9 +include/libexslt/exsltexports.h: 079c35b6fa14302aad0764c1dee57809 +include/libexslt/libexslt.h: 2a281322663dba16ccf7b4ed1eb5858f +include/libxslt/attributes.h: 32e43c08f66b85266c391301d322a21f +include/libxslt/documents.h: 22a35bd1102fd1ac301e50cf650a8b8a +include/libxslt/extensions.h: 0396b6be07f707b0c6ee171a63b2e520 +include/libxslt/extra.h: 6d41618d5d9708628ec9b33a587f06c3 +include/libxslt/functions.h: b5ad00884390fb9b86c55a2628e9f6a0 +include/libxslt/imports.h: 66e26ad969e3c37fdeedcbc2716d7cf3 +include/libxslt/keys.h: 77a11ee3de841d02d3461b829cfcc11e +include/libxslt/libxslt.h: 11c489a4083c7d341b70e8693676852f +include/libxslt/namespaces.h: c784b4b8e80274491fe023ce26d4847b +include/libxslt/numbersInternals.h: 27c2c21ab1535f84710fe1c8c8829018 +include/libxslt/pattern.h: 1d928199f1adf63d79d9ec6aa7eb060f +include/libxslt/preproc.h: 829de337aca8b15f699708e6b7340549 +include/libxslt/security.h: 1b24b61ea6afe01d18c647c94b1245c7 +include/libxslt/templates.h: 6901f4c8fad239b588b9f6d4cdfef5ac +include/libxslt/transform.h: 060c2e753adea589569d2835a006075e +include/libxslt/trio.h: 7da7b1fcf378330699c7ecdd96908641 +include/libxslt/triodef.h: e41149b088de4a04c067c85969f4db3c +include/libxslt/variables.h: ee9c8174c5a42ab6821d2e28f0a15661 +include/libxslt/win32config.h: c64153b1a2c8bba1a8aa600741f04690 +include/libxslt/xslt.h: 0c08b8e7223b72f822a58457520b6387 +include/libxslt/xsltInternals.h: 4b93c6b8abdb8f67a5718ed98a2b2e6e +include/libxslt/xsltconfig.h: 047bffd75335b6951063c467c91973a7 +include/libxslt/xsltexports.h: 207ffe4e458a8c24635b3eb24bdd8000 +include/libxslt/xsltlocale.h: b934279cc2a6556075638425e5634b07 +include/libxslt/xsltutils.h: c190bd536ce0cffe1ccba74c68f7b0c9 +include/libxslt/xsltwin32config.h: 8a3a4b0359659042a66603eb59cc4001 +lib/libexslt.lib: 424b0512b9a5c474e0f67bc6620b778a +lib/libexslt_a.lib: ae779d86d57ce47bd3f088525126c98a +lib/libxslt.lib: ca7513e26e38cb34f826eee424bafe8f +lib/libxslt_a.lib: 5fcc830c7af32b7b328335b81ef81999 \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/export/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/export/conanmanifest.txt new file mode 100644 index 00000000..685e4549 --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/export/conanmanifest.txt @@ -0,0 +1,2 @@ +1478098249 +conanfile.py: f66225cf233d8eee6c6c6b4832d81b79 \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/c85f9b402dd4d46acdf074e1c63b768a41181d7a/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/c85f9b402dd4d46acdf074e1c63b768a41181d7a/conanmanifest.txt new file mode 100644 index 00000000..e4212811 --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/c85f9b402dd4d46acdf074e1c63b768a41181d7a/conanmanifest.txt @@ -0,0 +1,176 @@ +1478098455 +bin/icudt57.dll: 672be38b9176350208e62915e3d22bd7 +bin/icuin57.dll: e14d1d399efb686d4680073ae0452d59 +bin/icuuc57.dll: 9d47b44bd2a382509ffe67c52085467f +conaninfo.txt: 58d139c57d36025b13c7691cc6fe02d6 +include/unicode/alphaindex.h: e74fcba85b76577d32b90bc0056ee5d9 +include/unicode/appendable.h: 5c2d97a96252e2c959d4c226a554575b +include/unicode/basictz.h: 444077f7dd19bd6dbe24034360356e8a +include/unicode/brkiter.h: 0a5796a84c272600a360dc5918899492 +include/unicode/bytestream.h: f828cc9f542c232d2aadb09b9099c559 +include/unicode/bytestrie.h: 765c037e45325e1970e839349df7c28c +include/unicode/bytestriebuilder.h: 634c9203ef678ee0d8fd9baffa8e3e46 +include/unicode/calendar.h: e360220586bcd0c3ea93b610bf4fe202 +include/unicode/caniter.h: f6de1e31cdc53563f35b093f8f8a07d8 +include/unicode/chariter.h: d6030b3dffd5355f9377318f76dd69de +include/unicode/choicfmt.h: e86083f42af655ca0806ce1ed3dc55a0 +include/unicode/coleitr.h: 9a393483da6d9daae0bf18dd997abcfa +include/unicode/coll.h: 06d3855e97984cd27579ec69b1985cc1 +include/unicode/compactdecimalformat.h: d1cca4ce6027a3d42a29b55e9ce0b82c +include/unicode/curramt.h: efd2919661fe8dbc23f6b0f5bd33e685 +include/unicode/currpinf.h: b3cf75cd234ec080a7fee08e20906be6 +include/unicode/currunit.h: f8b67c06aa5547b9911378f39e70bc5d +include/unicode/datefmt.h: 034fcd313ba7753923be9b30833ff13e +include/unicode/dbbi.h: 3435ff244bdf7d248fa81c8162f6da9c +include/unicode/dcfmtsym.h: e4935f31b8f97b149fa686a9996f6758 +include/unicode/decimfmt.h: e4fcfcfcb4bb45e7935cec1ec41ba359 +include/unicode/docmain.h: 81c20148681a5d7598d33fe1e49f3c5b +include/unicode/dtfmtsym.h: 4a7ee444945513d0939376634f42d0ec +include/unicode/dtintrv.h: 9d0929775a3d4599f90020ffb304d66c +include/unicode/dtitvfmt.h: d42ce527e4a5eb3138782d92acd97b88 +include/unicode/dtitvinf.h: c7cedf40b871f6d3c77cc013d06983f7 +include/unicode/dtptngen.h: b7e58f01d5e588371e22e55a2d255208 +include/unicode/dtrule.h: 9b687ce82b426bfd8b67f2a743f9114c +include/unicode/enumset.h: 9b15421cfac73c8845562dc2eba0f2e9 +include/unicode/errorcode.h: 28c37140645dfa2f430cf531131a2cbb +include/unicode/fieldpos.h: ae206bb308885c2dae6bd15792512e6f +include/unicode/fmtable.h: fe37b4f3f1862172fcf708a8913b5d90 +include/unicode/format.h: 637778c5df6458f3f90d6f87e7d6a694 +include/unicode/fpositer.h: 276908f795beea88cd9d3f6f43ff82b2 +include/unicode/gender.h: 05bdc8c839f568e55c1d5d57c034dd36 +include/unicode/gregocal.h: 165eb6c7ffe6d914240c4bc0a2d7e5e0 +include/unicode/icudataver.h: 6b463f7d991d4cf4b0278bda90d4419f +include/unicode/icuplug.h: 2688326bbc6184edbfb04a9e398a363a +include/unicode/idna.h: b7885800ec0092f7b0411810ef0a0150 +include/unicode/listformatter.h: 8e460de80d6cb5701b3fcc2a3e704c14 +include/unicode/localpointer.h: ef6f8ec1d09bcfd660632f2df08c8d30 +include/unicode/locdspnm.h: df688f9f85fa7927b037811db0a5a934 +include/unicode/locid.h: 7d2c34577acdb5d7372ab35b02068581 +include/unicode/measfmt.h: fdd0cbd2a7f3af228f25560a3f63c4ad +include/unicode/measunit.h: 54bcc9c8bd45f4d61baad1ecfda8874d +include/unicode/measure.h: 3a03dc0bc233874de9b869a64a057835 +include/unicode/messagepattern.h: e3ae4457660d55835e42d88c3338a661 +include/unicode/msgfmt.h: de76868b18a099b367a685c31c0a14d8 +include/unicode/normalizer2.h: 0b96e4e3fe2db9df3ea140dbbe8ea140 +include/unicode/normlzr.h: 850f123dce4120db36601bcd4a77e925 +include/unicode/numfmt.h: c45e7b584738ae545937b3431a7e97b7 +include/unicode/numsys.h: 3b40734e737a0328f7c63124f07727e4 +include/unicode/parseerr.h: aa97d4d0cb5ef66baf1652c46223a81f +include/unicode/parsepos.h: 408632c4f4a0ec42811b50295be88ec9 +include/unicode/platform.h: fceecfa20a56af2a62a310d3d9fd1b14 +include/unicode/plurfmt.h: 06a5b724a0cdc04673d2467002605b50 +include/unicode/plurrule.h: 19d8e5c3f59ac4a833883da7fc52279c +include/unicode/ptypes.h: 93226b56866b0001f58f0319e430da08 +include/unicode/putil.h: 12979acdf705cac063a0f7862a20907b +include/unicode/rbbi.h: f0fe0af5306ea31bcb128a57dad17785 +include/unicode/rbnf.h: fa3ee91ae518f46628171c5eda544702 +include/unicode/rbtz.h: 76eb867d186e64e6bd425561d9371d7d +include/unicode/regex.h: 3ef7c102b12d3167fa019d203f524ec4 +include/unicode/region.h: 149a3b19b81a6e9093cb40f63a688fe7 +include/unicode/reldatefmt.h: 0f38d6b83c8a59898e4b546bd00bb459 +include/unicode/rep.h: 5fa4336c1302e276e81d2716a9789511 +include/unicode/resbund.h: 8c9bf16c940d2fa6d27e92b4b9023b1c +include/unicode/schriter.h: fcb1bcf67285e897acf621e937b13010 +include/unicode/scientificnumberformatter.h: 0f0c586dcb3cb2d59c10f9a42490e81f +include/unicode/search.h: ddfee95357399f1840854929715a99f3 +include/unicode/selfmt.h: cf18d9ce0e01636d74c14aac25dea995 +include/unicode/simpleformatter.h: aa8128e6a7368689e974552143be3c55 +include/unicode/simpletz.h: 0c847bdd492d23c7d78993e03d8364b8 +include/unicode/smpdtfmt.h: 19192d367d28f9812c71588222331218 +include/unicode/sortkey.h: 323299d4a40734274de910e74e6b7714 +include/unicode/std_string.h: e019f8e200de712588502817a22e5049 +include/unicode/strenum.h: cece8736aaa78de5edb80b2d8bcf2339 +include/unicode/stringpiece.h: 707434771237dbc6467f49aebc26f7f7 +include/unicode/stringtriebuilder.h: 251396f1c130290458da7553cca598f6 +include/unicode/stsearch.h: 70a69561b21c1a8e14f7d1a4e0760392 +include/unicode/symtable.h: dd632a7e27832b5992d4a54205c599c4 +include/unicode/tblcoll.h: 95b69fba4fd024406b9e4d991f1ad7c7 +include/unicode/timezone.h: 3e88d71098f36369b9892baff81c603c +include/unicode/tmunit.h: b946f43e7c8bec8aa50ddd6120671446 +include/unicode/tmutamt.h: e67a0e5e8b642aee17578411d554bcc2 +include/unicode/tmutfmt.h: 9d7e425317331c3ed890cefb0f654004 +include/unicode/translit.h: 9eb1419219ba781ff4653b4983a4e33c +include/unicode/tzfmt.h: 31ad89c49cc59da450befd0a9c2cee84 +include/unicode/tznames.h: 72003f95cbf6b2bb6acc12d3b4b3f41a +include/unicode/tzrule.h: 6416905b7247c15c939cc0e2d32a6510 +include/unicode/tztrans.h: 223b5af929e494c1894c6a24e8685f44 +include/unicode/ubidi.h: 66179ab0b99a5d356dba19e14eb5ecd3 +include/unicode/ubrk.h: 117eb54e39da5ce3dba2c9679707b0b7 +include/unicode/ucal.h: 70b7c32899132549a87577d2e96d8b75 +include/unicode/ucasemap.h: 1f64f081f3d1ee03e17d9cebb4b39c34 +include/unicode/ucat.h: 7420c409443c281d0396a824f7ce954c +include/unicode/uchar.h: 6049da45cae06c38009809cd701e8fc8 +include/unicode/ucharstrie.h: cdd315664d45ceeb931f740427eba956 +include/unicode/ucharstriebuilder.h: 08b57db9db7ec6c83a727b4e7e93a84c +include/unicode/uchriter.h: 26aecb73ed6c3b66d45920b6edc82e94 +include/unicode/uclean.h: 220a7ed9637f6d08844892406ee12fd7 +include/unicode/ucnv.h: 90e6635683216cf04e9e51c7793cce02 +include/unicode/ucnv_cb.h: 29d1534d54197074136641f9e73bca3a +include/unicode/ucnv_err.h: 0b8f3b01f733daf5fa2bab7d0c77a83f +include/unicode/ucnvsel.h: af61d762e6c51d92c6191a6234eba4c0 +include/unicode/ucol.h: 5794231873c0168366cac78abd7b9ba8 +include/unicode/ucoleitr.h: 2960fa61e49001636797afbc1cbd3e61 +include/unicode/uconfig.h: 2bc6d6073763aa34555775d5868dec4e +include/unicode/ucsdet.h: 77f79ed197997607ad82834cddcecee3 +include/unicode/ucurr.h: 4e010cfe5251e583c06597df3dbbd7c8 +include/unicode/udat.h: 03876d47a6da7ae776311f580635c003 +include/unicode/udata.h: ca1f4a55a240ea9586f2cca1ea4764c8 +include/unicode/udateintervalformat.h: 6f55cc14a063de8c79b74a7316d93e6f +include/unicode/udatpg.h: fd44f3f982452c68cdf6b1f3b159f068 +include/unicode/udisplaycontext.h: cdd37d6941337b96a75801e0716ca045 +include/unicode/uenum.h: 0f39322455d626debaf0bbe476a77c54 +include/unicode/ufieldpositer.h: 68ae4017d10f71b84083c24b2e09b536 +include/unicode/uformattable.h: 257f1dd17c788b7f5eab9ee3627f654c +include/unicode/ugender.h: be7155c7b25e2a7b7ea4d22ffc939557 +include/unicode/uidna.h: 851038bc78b135bf99c65dd0648e78f7 +include/unicode/uiter.h: 8e6b6197795cb2d42f8c80922d28ccf2 +include/unicode/uldnames.h: 8545429414195c42ee9a05694540bd8d +include/unicode/ulistformatter.h: 56cc2f8025387fcb18422300373a6e47 +include/unicode/uloc.h: b048d6c8e26ed8a65d0403d90ea4081c +include/unicode/ulocdata.h: 0803ed6ac97fbf4a10c3ca436f903fb2 +include/unicode/umachine.h: 8946d5b383646c9de9fc8c84eb0456fd +include/unicode/umisc.h: 3f34c9d536fdd5d4fddca2cf952bcfaa +include/unicode/umsg.h: 8880b14654d63c6e78a50d8f569b2766 +include/unicode/unifilt.h: 3b0368ea2da9a503aa47803e395b513e +include/unicode/unifunct.h: 3d37601bd3ae27b4e51431713d9f7533 +include/unicode/unimatch.h: e1a18096e0c7c7220c5c9149cd2d184c +include/unicode/unirepl.h: 7f1973a960a652ff74fa63e21969bab9 +include/unicode/uniset.h: fa3cfc8b4883a69120bf35e65f5d75ec +include/unicode/unistr.h: 975e37994ae2d3197a86284f1bdacdf3 +include/unicode/unorm.h: a04a23023daa99571ef2b7edca9dc6d2 +include/unicode/unorm2.h: 5ab66d75a9251a8df00f2075128ab010 +include/unicode/unum.h: 6e24b3d63e65f4d0a3076d33708a96d7 +include/unicode/unumsys.h: d239b6c2f97f51c221fcd66865adbaf9 +include/unicode/uobject.h: 07ebe875a9d304f71f525d2a71b20ddc +include/unicode/upluralrules.h: d9a66886a7585743cc8abe54af8e5955 +include/unicode/uregex.h: 6eb3c76e7d6fa2fed34b77f7fcc5cc85 +include/unicode/uregion.h: 0819c20dc8e0b5aebc5ec527828f565e +include/unicode/ureldatefmt.h: 057a6220b33c1c81e0cebc9a5da40929 +include/unicode/urename.h: 73c3a4cd707c1549f27341c859b099bb +include/unicode/urep.h: dc3eaf59ed5c198facce9f4a97a79ecf +include/unicode/ures.h: 6b374e2d473dfab51bcf7306c46f9eb6 +include/unicode/uscript.h: baaefbb5a6c5e251da2bb1800626d9e4 +include/unicode/usearch.h: 3e51b12fdf6a1adfc4696946ac0a4b6c +include/unicode/uset.h: 62d5813111f8391b4f616da08802aa24 +include/unicode/usetiter.h: 6baeb6276d80be18739355f9549b38e7 +include/unicode/ushape.h: f87732f736df2bbb90d46a10779876e7 +include/unicode/uspoof.h: a6510014653e0576fcf39c9dfd74f955 +include/unicode/usprep.h: 4ea1ec6a6d4fcbf2c1a239f23873da98 +include/unicode/ustring.h: 49c56a6248a7c92ee93a11331d2a6364 +include/unicode/ustringtrie.h: 08470063002ce9a8df978481b0d5588d +include/unicode/utext.h: c83e4d6390b463b28168cf90a734966e +include/unicode/utf.h: 0d1807bea996ca42bad86a938ba69453 +include/unicode/utf16.h: b376232af20fa9f77c983c6cc91800cf +include/unicode/utf32.h: ed15f0927cec48cab1922d08e1fdcce1 +include/unicode/utf8.h: 0d3fb609e35e2c67dce1a4889973bebd +include/unicode/utf_old.h: fce92682d7539e0fde301c54ef9e8760 +include/unicode/utmscale.h: 267dcde091ed1b81f03b1fff49c05e69 +include/unicode/utrace.h: 25f64a4cd8fc8a13bdfadd59bb287d49 +include/unicode/utrans.h: cc28e262a704403f38c26becae727165 +include/unicode/utypes.h: 21e5e8cc7dc66bdb83f70971bed1a5e4 +include/unicode/uvernum.h: d878c9e384487c8668c122712134c0f1 +include/unicode/uversion.h: 140b36fa9bffd2cb2b1c7f02691923e6 +include/unicode/vtzone.h: 90e065183436be0a94918465f66be863 +lib/icudt.lib: 8feb46831d7f9ff4f851ddb4a3b86287 +lib/icuin.lib: 27e6dd91a18fb61c4e92c5155efec652 +lib/icuuc.lib: cf6f30f41e57d2d7094b450d766a390a \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/export/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/export/conanmanifest.txt new file mode 100644 index 00000000..c80be750 --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/export/conanmanifest.txt @@ -0,0 +1,2 @@ +1478189855 +conanfile.py: 2d514c8a822e7432b8d2e030c3d17693 \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/package/95a4a855074d4607ef02a5a86bf5ef1666dd773e/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/package/95a4a855074d4607ef02a5a86bf5ef1666dd773e/conanmanifest.txt new file mode 100644 index 00000000..8df25ad7 --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/package/95a4a855074d4607ef02a5a86bf5ef1666dd773e/conanmanifest.txt @@ -0,0 +1,56 @@ +1478189807 +bin/libxml2.dll: b86b5aa939f258befbaca3cda811b371 +conaninfo.txt: 1542aee37a2d33374417a5a745c77d0f +include/libxml/DOCBparser.h: 21e6523a86338325c527e1e8847adc1d +include/libxml/HTMLparser.h: 083a413aedc738e1903735b7f1678087 +include/libxml/HTMLtree.h: 46cf4cefb419e18c40b8d5b6ac982f3f +include/libxml/SAX.h: bf46553ceac47b24126d4a1abb7b26fa +include/libxml/SAX2.h: 226675de48e46a282141b438b0895db4 +include/libxml/c14n.h: 083bf52bbdd0563ff61605cb2bc9316f +include/libxml/catalog.h: 1d5e464fe629dde9758d6c33ea7a3d8e +include/libxml/chvalid.h: 4e1ca6554b98687e75d03662cd92d14e +include/libxml/debugXML.h: 73816937df233c77ebfa261f3ca00dd8 +include/libxml/dict.h: 93b78165ce896cbda4417bd278259714 +include/libxml/encoding.h: e07b28c25a85356f585dd6891e0c7778 +include/libxml/entities.h: 16467595fdaff28420d1657b1658f267 +include/libxml/globals.h: 7dc017984a2a506caaeb45db0e895357 +include/libxml/hash.h: 747ad49c1a665e2eafaf052cbd9d165b +include/libxml/list.h: a81670013af01c8003fa9fdbd9a8cad7 +include/libxml/nanoftp.h: a4aad060f2cedb04dacbe4c58969817a +include/libxml/nanohttp.h: d31b62933eab6d58a46eb075b49b7715 +include/libxml/parser.h: 3ef7bece85150ab2319aed3fd0d36034 +include/libxml/parserInternals.h: c55ce5832dae535ce6d59b6aa10f6133 +include/libxml/pattern.h: db123ed3ecc27ab31b3f808e96edb492 +include/libxml/relaxng.h: 348c151f5b45a3543862c0e280f9fbba +include/libxml/schemasInternals.h: 28ed78fdce3dbad508a6381dd580d1e7 +include/libxml/schematron.h: 96d9e0c083c4949e246ce02cf31de483 +include/libxml/threads.h: 2c630b6409352bcd1e10d94177215265 +include/libxml/tree.h: f2a9a61c9a96a73c293f57bff2913ffb +include/libxml/uri.h: 032d430e35153af35f2fe17a9e9c37bf +include/libxml/valid.h: 3c082c0a5b81e1bc9fd9a21b69014584 +include/libxml/xinclude.h: 1f8b2beb8f49da4bf3a658d31dccb2ef +include/libxml/xlink.h: 8b82b67e61ebffc721bd23af66724f49 +include/libxml/xmlIO.h: 31c8dfbaee25e20cd0d6eb2549929f5d +include/libxml/xmlautomata.h: 3c3c0a7d353bacfbede7c2decf27e62a +include/libxml/xmlerror.h: 9f03d7b7788f158e68a75132e9249975 +include/libxml/xmlexports.h: c7982540f18e547b3ca70c7259c59e4c +include/libxml/xmlmemory.h: c0167c625ecaf670d76480506425b472 +include/libxml/xmlmodule.h: de174bf853776e7e653c66c059d19e61 +include/libxml/xmlreader.h: dbd5ae99042659a13427209a2bc0041f +include/libxml/xmlregexp.h: fea3110c96e8cd9013900e1c8e5b6c0b +include/libxml/xmlsave.h: eed2463cad941f74f99b8b9bc03aa74d +include/libxml/xmlschemas.h: 44ee98f77e997b8843fe6e5c45aa4ab0 +include/libxml/xmlschemastypes.h: 160197e01dfa56cd9ad09d201d5bdeb4 +include/libxml/xmlstring.h: 82efb8a055d5fc8eb7d815ed471eca53 +include/libxml/xmlunicode.h: b9f0b8acddfee9b620ea822978a51d29 +include/libxml/xmlversion.h: 0c268947477509833b9edc4ae096da41 +include/libxml/xmlwin32version.h: 0c672b45ad0bbc3285870375ac5e62c9 +include/libxml/xmlwriter.h: 8694436144b1fb0aab2e2d6b725035e3 +include/libxml/xpath.h: 2e60b359a61db15d05409ebef1b140b1 +include/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd +include/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388 +include/win32config.h: 410df263529fb9ec616b22f590dbdd1d +include/wsockcompat.h: f975f4dc926c27ab755f05a79296bd72 +lib/libxml2.lib: 814daf6ff042d2110b047da877b075d7 +lib/libxml2_a.lib: c85b4ef8c9e404369a140134a450f98c +lib/libxml2_a_dll.lib: 2cac7d585f12fef63dfbe20f470f2d5e \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/export/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/export/conanmanifest.txt new file mode 100644 index 00000000..439e0dbf --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/export/conanmanifest.txt @@ -0,0 +1,2 @@ +1478438034 +conanfile.py: 2472a82109b2d59062d3e50a54d08a4a \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/package/19663639a14063d996b277c7fac0e00264689c20/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/package/19663639a14063d996b277c7fac0e00264689c20/conanmanifest.txt new file mode 100644 index 00000000..f0bffa50 --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/package/19663639a14063d996b277c7fac0e00264689c20/conanmanifest.txt @@ -0,0 +1,38 @@ +1478437988 +bin/libexslt.dll: bace70c121c29fd8b9e29ce7ea924367 +bin/libxslt.dll: 00022b72c0cacd3c3ca7bc48a0ec4632 +conaninfo.txt: cba36a71cb20255ea805a39e62e79070 +include/libexslt/exslt.h: f01af3bf058520059ba6d50f42133717 +include/libexslt/exsltconfig.h: a36134fd73a90b0c39ba3eb4fa8833b9 +include/libexslt/exsltexports.h: 079c35b6fa14302aad0764c1dee57809 +include/libexslt/libexslt.h: 2a281322663dba16ccf7b4ed1eb5858f +include/libxslt/attributes.h: 32e43c08f66b85266c391301d322a21f +include/libxslt/documents.h: 22a35bd1102fd1ac301e50cf650a8b8a +include/libxslt/extensions.h: 0396b6be07f707b0c6ee171a63b2e520 +include/libxslt/extra.h: 6d41618d5d9708628ec9b33a587f06c3 +include/libxslt/functions.h: b5ad00884390fb9b86c55a2628e9f6a0 +include/libxslt/imports.h: 66e26ad969e3c37fdeedcbc2716d7cf3 +include/libxslt/keys.h: 77a11ee3de841d02d3461b829cfcc11e +include/libxslt/libxslt.h: 11c489a4083c7d341b70e8693676852f +include/libxslt/namespaces.h: c784b4b8e80274491fe023ce26d4847b +include/libxslt/numbersInternals.h: 27c2c21ab1535f84710fe1c8c8829018 +include/libxslt/pattern.h: 1d928199f1adf63d79d9ec6aa7eb060f +include/libxslt/preproc.h: 829de337aca8b15f699708e6b7340549 +include/libxslt/security.h: 1b24b61ea6afe01d18c647c94b1245c7 +include/libxslt/templates.h: 6901f4c8fad239b588b9f6d4cdfef5ac +include/libxslt/transform.h: 060c2e753adea589569d2835a006075e +include/libxslt/trio.h: 7da7b1fcf378330699c7ecdd96908641 +include/libxslt/triodef.h: e41149b088de4a04c067c85969f4db3c +include/libxslt/variables.h: ee9c8174c5a42ab6821d2e28f0a15661 +include/libxslt/win32config.h: c64153b1a2c8bba1a8aa600741f04690 +include/libxslt/xslt.h: 0c08b8e7223b72f822a58457520b6387 +include/libxslt/xsltInternals.h: 4b93c6b8abdb8f67a5718ed98a2b2e6e +include/libxslt/xsltconfig.h: 047bffd75335b6951063c467c91973a7 +include/libxslt/xsltexports.h: 207ffe4e458a8c24635b3eb24bdd8000 +include/libxslt/xsltlocale.h: b934279cc2a6556075638425e5634b07 +include/libxslt/xsltutils.h: c190bd536ce0cffe1ccba74c68f7b0c9 +include/libxslt/xsltwin32config.h: 8a3a4b0359659042a66603eb59cc4001 +lib/libexslt.lib: c78e77d2bc7ce733a9d45f23176f2803 +lib/libexslt_a.lib: 29b31bece1e69641372cadce020326ad +lib/libxslt.lib: b7d9260d0f7ada29f5d3649820a8e1cb +lib/libxslt_a.lib: e24f546f9b757fd152de506c2d3af1bf \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/icu/57.1/annulen/stable/export/conanmanifest.txt b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/icu/57.1/annulen/stable/export/conanmanifest.txt new file mode 100644 index 00000000..6dffb283 --- /dev/null +++ b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/icu/57.1/annulen/stable/export/conanmanifest.txt @@ -0,0 +1,2 @@ +1478029925 +conanfile.py: b94ef785fe948bfd26e1c639ca435dd9 \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/icu/57.1/annulen/stable/package/df887949b128f2725c575258bd175fe4d30ba476/conanmanifest.txt b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/icu/57.1/annulen/stable/package/df887949b128f2725c575258bd175fe4d30ba476/conanmanifest.txt new file mode 100644 index 00000000..9b74c319 --- /dev/null +++ b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/icu/57.1/annulen/stable/package/df887949b128f2725c575258bd175fe4d30ba476/conanmanifest.txt @@ -0,0 +1,257 @@ +1478728553 +include/layout/RunArrays.h: 3f617f033219e611639c272cb3aff784 +include/layout/loengine.h: f8b15a37f9c330dfa87c69c5501e80cd +include/unicode/utf.h: 0d1807bea996ca42bad86a938ba69453 +include/layout/LEFontInstance.h: 832355f57af5c308176c31b4b509ee66 +include/unicode/dbbi.h: 3435ff244bdf7d248fa81c8162f6da9c +include/unicode/vtzone.h: 90e065183436be0a94918465f66be863 +include/unicode/stsearch.h: 70a69561b21c1a8e14f7d1a4e0760392 +include/unicode/uchar.h: 6049da45cae06c38009809cd701e8fc8 +include/unicode/tmutamt.h: e67a0e5e8b642aee17578411d554bcc2 +include/unicode/umachine.h: 8946d5b383646c9de9fc8c84eb0456fd +lib/libicule.dll.a: b1fb12fb94759dd8a38d5abfa6f4ad21 +include/unicode/regex.h: 3ef7c102b12d3167fa019d203f524ec4 +include/unicode/calendar.h: e360220586bcd0c3ea93b610bf4fe202 +include/unicode/datefmt.h: 034fcd313ba7753923be9b30833ff13e +lib/icuin.dll: 2dad9816f0d70e640435604dea7a02ca +include/unicode/search.h: ddfee95357399f1840854929715a99f3 +include/unicode/format.h: 637778c5df6458f3f90d6f87e7d6a694 +include/unicode/gregocal.h: 165eb6c7ffe6d914240c4bc0a2d7e5e0 +include/layout/LELanguages.h: a067c055ed8b2463797e2219d5c4f584 +include/unicode/idna.h: b7885800ec0092f7b0411810ef0a0150 +include/unicode/umisc.h: 3f34c9d536fdd5d4fddca2cf952bcfaa +include/unicode/uformattable.h: 257f1dd17c788b7f5eab9ee3627f654c +include/unicode/curramt.h: efd2919661fe8dbc23f6b0f5bd33e685 +include/unicode/tmutfmt.h: 9d7e425317331c3ed890cefb0f654004 +include/unicode/utmscale.h: 267dcde091ed1b81f03b1fff49c05e69 +include/unicode/uregion.h: 0819c20dc8e0b5aebc5ec527828f565e +bin/gencfu.exe: b5eb4c1573c0a57177d9b07c3f550fe5 +bin/pkgdata.exe: cc98c16f44eee8bbbe395b440ea4ffdf +include/unicode/rbtz.h: 76eb867d186e64e6bd425561d9371d7d +lib/libicutu.dll.a: d3357b6836a2d24f1f9786efc195e3f1 +include/unicode/ubrk.h: 117eb54e39da5ce3dba2c9679707b0b7 +include/unicode/stringtriebuilder.h: 251396f1c130290458da7553cca598f6 +include/unicode/stringpiece.h: 707434771237dbc6467f49aebc26f7f7 +include/unicode/coleitr.h: 9a393483da6d9daae0bf18dd997abcfa +lib/icudt.dll: 008d9b3a7b34c3cfcf90b3314a998db9 +include/unicode/utf_old.h: fce92682d7539e0fde301c54ef9e8760 +include/unicode/ures.h: 6b374e2d473dfab51bcf7306c46f9eb6 +share/man/man1/genbrk.1: d582931cc6be22153312b877dfa10bda +include/unicode/msgfmt.h: de76868b18a099b367a685c31c0a14d8 +include/unicode/usetiter.h: 6baeb6276d80be18739355f9549b38e7 +include/unicode/ucurr.h: 4e010cfe5251e583c06597df3dbbd7c8 +include/unicode/platform.h: fceecfa20a56af2a62a310d3d9fd1b14 +include/layout/LEGlyphFilter.h: d9f85ffb6092f4d0a0f7d6d2b47af762 +include/unicode/ucharstrie.h: cdd315664d45ceeb931f740427eba956 +bin/gencmn.exe: 67af9d71860826f5b2fc77f88f05dd57 +lib/pkgconfig/icu-uc.pc: 3c15a1901d200540ea9737e69473f721 +include/unicode/dcfmtsym.h: e4935f31b8f97b149fa686a9996f6758 +share/man/man1/makeconv.1: 454b0e32760b4ceb61c8b3d2ee16e989 +include/unicode/unum.h: 6e24b3d63e65f4d0a3076d33708a96d7 +include/unicode/choicfmt.h: e86083f42af655ca0806ce1ed3dc55a0 +include/unicode/utf16.h: b376232af20fa9f77c983c6cc91800cf +include/unicode/messagepattern.h: e3ae4457660d55835e42d88c3338a661 +include/unicode/ustream.h: 7d0c8f8409f683d2b1044537db4be8bf +lib/libicuio.dll.a: 2bdacffc519030a8d4188f83fdc81fd1 +include/unicode/basictz.h: 444077f7dd19bd6dbe24034360356e8a +share/man/man1/gencnval.1: 8e91c767edcfa124b530839d6773b186 +include/unicode/usprep.h: 4ea1ec6a6d4fcbf2c1a239f23873da98 +include/unicode/udateintervalformat.h: 6f55cc14a063de8c79b74a7316d93e6f +include/unicode/filteredbrk.h: 3d230ab55f28d50fbc5c7d391cd897d9 +include/unicode/ucnvsel.h: af61d762e6c51d92c6191a6234eba4c0 +include/unicode/urename.h: 73c3a4cd707c1549f27341c859b099bb +include/unicode/std_string.h: e019f8e200de712588502817a22e5049 +lib/icutu57.dll: 6f76dea90ce1d6e7651471dbb9c15e09 +include/unicode/upluralrules.h: d9a66886a7585743cc8abe54af8e5955 +include/unicode/parseerr.h: aa97d4d0cb5ef66baf1652c46223a81f +share/man/man8/icupkg.8: dc12cc909e8e17758fda0ce8d241eefa +include/unicode/usearch.h: 3e51b12fdf6a1adfc4696946ac0a4b6c +include/unicode/resbund.h: 8c9bf16c940d2fa6d27e92b4b9023b1c +include/unicode/utrans.h: cc28e262a704403f38c26becae727165 +bin/gennorm2.exe: 325e3fdd8e7136e76c11f9b906051cd4 +include/unicode/tzfmt.h: 31ad89c49cc59da450befd0a9c2cee84 +lib/iculx.dll: 8f9829ecc0917da35df6ac1b95867ea8 +include/unicode/unifunct.h: 3d37601bd3ae27b4e51431713d9f7533 +include/layout/LEGlyphStorage.h: f1223e9ee45c7b70bb5716523b110c53 +include/unicode/scientificnumberformatter.h: 0f0c586dcb3cb2d59c10f9a42490e81f +include/unicode/dtptngen.h: b7e58f01d5e588371e22e55a2d255208 +lib/icu/57.1/Makefile.inc: 51df1179cc12274af810405a09627a85 +include/unicode/ucoleitr.h: 2960fa61e49001636797afbc1cbd3e61 +share/man/man1/uconv.1: 80d9754f424b0468e719cc6616ba669d +include/unicode/ucnv_cb.h: 29d1534d54197074136641f9e73bca3a +share/man/man8/gencmn.8: 666145011f4bdf0bd47178a93c94b710 +include/unicode/ulistformatter.h: 56cc2f8025387fcb18422300373a6e47 +bin/derb.exe: 3ec3b316ff23272a1b3fd2b158bf8f0c +bin/gencnval.exe: e249044782f01701e32e31479404b424 +include/unicode/sortkey.h: 323299d4a40734274de910e74e6b7714 +include/unicode/uidna.h: 851038bc78b135bf99c65dd0648e78f7 +lib/pkgconfig/icu-le.pc: aecca7de6d94cd8fcea30f61818c3436 +include/unicode/chariter.h: d6030b3dffd5355f9377318f76dd69de +include/unicode/uvernum.h: d878c9e384487c8668c122712134c0f1 +include/unicode/normalizer2.h: 0b96e4e3fe2db9df3ea140dbbe8ea140 +include/unicode/gender.h: 05bdc8c839f568e55c1d5d57c034dd36 +include/unicode/ucsdet.h: 77f79ed197997607ad82834cddcecee3 +bin/genccode.exe: fd6c6b4a19785fe79e64a5a7c42126f5 +bin/uconv.exe: d61219c6e2b6204bc6b763b19863ed36 +include/unicode/uversion.h: 140b36fa9bffd2cb2b1c7f02691923e6 +include/unicode/schriter.h: fcb1bcf67285e897acf621e937b13010 +include/unicode/ucasemap.h: 1f64f081f3d1ee03e17d9cebb4b39c34 +include/unicode/utf8.h: 0d3fb609e35e2c67dce1a4889973bebd +include/unicode/ucol.h: 5794231873c0168366cac78abd7b9ba8 +include/unicode/umsg.h: 8880b14654d63c6e78a50d8f569b2766 +include/unicode/uset.h: 62d5813111f8391b4f616da08802aa24 +include/unicode/uloc.h: b048d6c8e26ed8a65d0403d90ea4081c +include/layout/LESwaps.h: 75f4e8675dbe6af58e563834aedd7bc8 +include/unicode/compactdecimalformat.h: d1cca4ce6027a3d42a29b55e9ce0b82c +include/unicode/fmtable.h: fe37b4f3f1862172fcf708a8913b5d90 +include/unicode/ustring.h: 49c56a6248a7c92ee93a11331d2a6364 +include/unicode/uchriter.h: 26aecb73ed6c3b66d45920b6edc82e94 +bin/gendict.exe: 8602eabdc50fa6155b625726864dba16 +include/unicode/ulocdata.h: 0803ed6ac97fbf4a10c3ca436f903fb2 +lib/libicutest.dll.a: 14cd311813f51ce75b0d0989372ed3d9 +include/unicode/plurrule.h: 19d8e5c3f59ac4a833883da7fc52279c +share/man/man1/icu-config.1: 669e5783bf5465d9828a8bee9af55257 +include/unicode/ubidi.h: 66179ab0b99a5d356dba19e14eb5ecd3 +include/unicode/selfmt.h: cf18d9ce0e01636d74c14aac25dea995 +include/unicode/ustdio.h: 0fd603db4b22ee783b7298e61be990b8 +bin/makeconv.exe: 99a4faca3677d2387af16a646a58ef8a +include/unicode/simpletz.h: 0c847bdd492d23c7d78993e03d8364b8 +include/unicode/simpleformatter.h: aa8128e6a7368689e974552143be3c55 +conaninfo.txt: fd101264bb948df865b27622957a2f15 +include/unicode/decimfmt.h: e4fcfcfcb4bb45e7935cec1ec41ba359 +include/layout/LETableReference.h: 5a398e838e744826c08b2c3246bb6c85 +lib/icutest.dll: c58029e6799efbd6dd809665bc243661 +lib/icu/57.1/pkgdata.inc: ea5b004208a38d31072631debf2820c5 +share/icu/57.1/install-sh: 5afe8eb5573965dfb58378e4e46f3813 +include/unicode/smpdtfmt.h: 19192d367d28f9812c71588222331218 +include/unicode/plurfmt.h: 06a5b724a0cdc04673d2467002605b50 +lib/icu/current/Makefile.inc: 51df1179cc12274af810405a09627a85 +include/layout/LayoutEngine.h: 316ad98ce1ec2fbcff405706827efbc4 +include/unicode/appendable.h: 5c2d97a96252e2c959d4c226a554575b +include/unicode/unumsys.h: d239b6c2f97f51c221fcd66865adbaf9 +include/unicode/ustringtrie.h: 08470063002ce9a8df978481b0d5588d +include/unicode/utf32.h: ed15f0927cec48cab1922d08e1fdcce1 +include/unicode/tztrans.h: 223b5af929e494c1894c6a24e8685f44 +include/unicode/fieldpos.h: ae206bb308885c2dae6bd15792512e6f +lib/icu/current/pkgdata.inc: ea5b004208a38d31072631debf2820c5 +lib/icule57.dll: 7711d0ed1ab71d54a13d6146a44100a0 +lib/libicuuc.dll.a: 09afc25669dd4526dfe794a8cf9428a3 +include/unicode/unimatch.h: e1a18096e0c7c7220c5c9149cd2d184c +bin/genrb.exe: 239a4ff2f0b48080aacb71fc76be8d2f +include/layout/playout.h: e86c74c388011a1af118c1d4a53dde54 +include/unicode/dtintrv.h: 9d0929775a3d4599f90020ffb304d66c +include/unicode/caniter.h: f6de1e31cdc53563f35b093f8f8a07d8 +lib/libicudt.dll.a: 2a9bd71e462b4b914efc91907d7928f1 +include/unicode/uscript.h: baaefbb5a6c5e251da2bb1800626d9e4 +include/unicode/dtitvinf.h: c7cedf40b871f6d3c77cc013d06983f7 +include/unicode/errorcode.h: 28c37140645dfa2f430cf531131a2cbb +share/man/man1/genrb.1: 0334a4504849157d50d1dfc088857b90 +include/unicode/utypes.h: 21e5e8cc7dc66bdb83f70971bed1a5e4 +share/icu/57.1/config/mh-mingw: fba135252f1f3bf3c41d9601239b91d6 +include/unicode/putil.h: 12979acdf705cac063a0f7862a20907b +include/unicode/measure.h: 3a03dc0bc233874de9b869a64a057835 +include/unicode/dtitvfmt.h: d42ce527e4a5eb3138782d92acd97b88 +include/layout/LEInsertionList.h: dee4db6d6404cdb502188ef0f7271cf7 +lib/icu/pkgdata.inc: ea5b004208a38d31072631debf2820c5 +include/unicode/measunit.h: 54bcc9c8bd45f4d61baad1ecfda8874d +include/unicode/uregex.h: 6eb3c76e7d6fa2fed34b77f7fcc5cc85 +include/unicode/udisplaycontext.h: cdd37d6941337b96a75801e0716ca045 +include/unicode/uclean.h: 220a7ed9637f6d08844892406ee12fd7 +share/man/man1/gencfu.1: 122f19c9001531b553d26d0df3daf5ff +bin/icu-config: 96b18a047b3d3f489e2960b45896f816 +include/unicode/unorm2.h: 5ab66d75a9251a8df00f2075128ab010 +include/unicode/listformatter.h: 8e460de80d6cb5701b3fcc2a3e704c14 +lib/icutu.dll: 6f76dea90ce1d6e7651471dbb9c15e09 +include/unicode/uiter.h: 8e6b6197795cb2d42f8c80922d28ccf2 +include/unicode/uspoof.h: a6510014653e0576fcf39c9dfd74f955 +lib/icuin57.dll: 2dad9816f0d70e640435604dea7a02ca +bin/gensprep.exe: a1c66a70887166b100cc41a5e46345ce +include/unicode/ugender.h: be7155c7b25e2a7b7ea4d22ffc939557 +include/unicode/uobject.h: 07ebe875a9d304f71f525d2a71b20ddc +include/layout/ParagraphLayout.h: 50ea2c0f4d5f43f8c889c9634628407a +include/unicode/ucharstriebuilder.h: 08b57db9db7ec6c83a727b4e7e93a84c +lib/icuuc.dll: 6d770a12bdeee63da045a1030abdbaa1 +lib/pkgconfig/icu-i18n.pc: 92c5e21b66b1c1103f95f3f24aba8407 +lib/pkgconfig/icu-lx.pc: e3b92f49261a56c6fa42999929e0b614 +include/unicode/tmunit.h: b946f43e7c8bec8aa50ddd6120671446 +include/unicode/bytestriebuilder.h: 634c9203ef678ee0d8fd9baffa8e3e46 +include/unicode/utrace.h: 25f64a4cd8fc8a13bdfadd59bb287d49 +include/unicode/uenum.h: 0f39322455d626debaf0bbe476a77c54 +include/unicode/brkiter.h: 0a5796a84c272600a360dc5918899492 +include/unicode/numsys.h: 3b40734e737a0328f7c63124f07727e4 +share/man/man1/derb.1: dd6ef195449ac6d5b737f593da48c645 +lib/pkgconfig/icu-io.pc: 7202507898b19d39e47af89913d2e48b +include/unicode/ptypes.h: 93226b56866b0001f58f0319e430da08 +include/unicode/udata.h: ca1f4a55a240ea9586f2cca1ea4764c8 +include/unicode/ucnv.h: 90e6635683216cf04e9e51c7793cce02 +share/man/man1/pkgdata.1: 715020d492a3550929754c1a0df2e39c +include/unicode/dtrule.h: 9b687ce82b426bfd8b67f2a743f9114c +include/unicode/alphaindex.h: e74fcba85b76577d32b90bc0056ee5d9 +share/man/man1/gendict.1: c5bf41dd6f865bc6efec54e308ed3e2b +include/unicode/uniset.h: fa3cfc8b4883a69120bf35e65f5d75ec +include/unicode/ucat.h: 7420c409443c281d0396a824f7ce954c +include/unicode/rbnf.h: fa3ee91ae518f46628171c5eda544702 +include/unicode/region.h: 149a3b19b81a6e9093cb40f63a688fe7 +include/unicode/bytestrie.h: 765c037e45325e1970e839349df7c28c +lib/icu/Makefile.inc: 51df1179cc12274af810405a09627a85 +include/unicode/unorm.h: a04a23023daa99571ef2b7edca9dc6d2 +include/unicode/symtable.h: dd632a7e27832b5992d4a54205c599c4 +include/layout/LETypes.h: e6b0751d998bf62a0f5c547ea385e01b +include/unicode/translit.h: 9eb1419219ba781ff4653b4983a4e33c +include/unicode/measfmt.h: fdd0cbd2a7f3af228f25560a3f63c4ad +include/layout/LEScripts.h: 54a3a278a6e40180944ae915b816f4eb +include/unicode/tznames.h: 72003f95cbf6b2bb6acc12d3b4b3f41a +include/unicode/enumset.h: 9b15421cfac73c8845562dc2eba0f2e9 +include/unicode/coll.h: 06d3855e97984cd27579ec69b1985cc1 +bin/icuinfo.exe: edd6e3cae4a64effa44d0f0c6d9c49e3 +include/unicode/uldnames.h: 8545429414195c42ee9a05694540bd8d +include/unicode/localpointer.h: ef6f8ec1d09bcfd660632f2df08c8d30 +include/unicode/docmain.h: 81c20148681a5d7598d33fe1e49f3c5b +include/unicode/ureldatefmt.h: 057a6220b33c1c81e0cebc9a5da40929 +include/layout/plruns.h: 84d32229ac7a487f0f9d34426fa3ea8a +lib/icuio57.dll: 5d8d3f8556adf2c4c1508dc7fd30c9d5 +include/unicode/parsepos.h: 408632c4f4a0ec42811b50295be88ec9 +lib/icutest57.dll: c58029e6799efbd6dd809665bc243661 +include/unicode/bytestream.h: f828cc9f542c232d2aadb09b9099c559 +include/unicode/numfmt.h: c45e7b584738ae545937b3431a7e97b7 +share/man/man8/gensprep.8: 1362b0c31dfa738c82a50fe8b7bec4d1 +include/unicode/strenum.h: cece8736aaa78de5edb80b2d8bcf2339 +include/unicode/dtfmtsym.h: 4a7ee444945513d0939376634f42d0ec +include/unicode/icudataver.h: 6b463f7d991d4cf4b0278bda90d4419f +include/unicode/uconfig.h: 2bc6d6073763aa34555775d5868dec4e +include/unicode/reldatefmt.h: 0f38d6b83c8a59898e4b546bd00bb459 +include/unicode/normlzr.h: 850f123dce4120db36601bcd4a77e925 +include/unicode/rbbi.h: f0fe0af5306ea31bcb128a57dad17785 +include/unicode/timezone.h: 3e88d71098f36369b9892baff81c603c +bin/genbrk.exe: d20b4453d8f27575aa99a922b1b73979 +include/unicode/urep.h: dc3eaf59ed5c198facce9f4a97a79ecf +share/icu/57.1/LICENSE: 787d3b37867445c1cdd6f6167bd0e347 +include/unicode/ushape.h: f87732f736df2bbb90d46a10779876e7 +include/unicode/fpositer.h: 276908f795beea88cd9d3f6f43ff82b2 +include/unicode/tblcoll.h: 95b69fba4fd024406b9e4d991f1ad7c7 +share/man/man8/genccode.8: 47e0d56719f899919197ed154699910b +lib/libicuin.dll.a: 5cfe05e08eca003163f3e5765e5b4c58 +include/unicode/locid.h: 7d2c34577acdb5d7372ab35b02068581 +include/unicode/unistr.h: 975e37994ae2d3197a86284f1bdacdf3 +include/unicode/unirepl.h: 7f1973a960a652ff74fa63e21969bab9 +lib/iculx57.dll: 8f9829ecc0917da35df6ac1b95867ea8 +include/unicode/icuplug.h: 2688326bbc6184edbfb04a9e398a363a +lib/icuuc57.dll: 6d770a12bdeee63da045a1030abdbaa1 +include/unicode/currpinf.h: b3cf75cd234ec080a7fee08e20906be6 +bin/icupkg.exe: 3d8237194aab07ae0b94df5a612d9809 +include/unicode/utext.h: c83e4d6390b463b28168cf90a734966e +lib/libiculx.dll.a: c15e32fd0a5f9239be1370e557e1050b +include/unicode/ucal.h: 70b7c32899132549a87577d2e96d8b75 +include/unicode/udatpg.h: fd44f3f982452c68cdf6b1f3b159f068 +lib/icudt57.dll: 008d9b3a7b34c3cfcf90b3314a998db9 +include/unicode/currunit.h: f8b67c06aa5547b9911378f39e70bc5d +include/unicode/udat.h: 03876d47a6da7ae776311f580635c003 +include/unicode/rep.h: 5fa4336c1302e276e81d2716a9789511 +share/icu/57.1/mkinstalldirs: 7484dc240ad83e9908bed6d968fda871 +include/unicode/tzrule.h: 6416905b7247c15c939cc0e2d32a6510 +include/unicode/locdspnm.h: df688f9f85fa7927b037811db0a5a934 +include/unicode/ufieldpositer.h: 68ae4017d10f71b84083c24b2e09b536 +include/unicode/unifilt.h: 3b0368ea2da9a503aa47803e395b513e +lib/icule.dll: 7711d0ed1ab71d54a13d6146a44100a0 +lib/icuio.dll: 5d8d3f8556adf2c4c1508dc7fd30c9d5 +include/unicode/ucnv_err.h: 0b8f3b01f733daf5fa2bab7d0c77a83f \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/annulen/stable/export/conanmanifest.txt b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/annulen/stable/export/conanmanifest.txt new file mode 100644 index 00000000..c5714a18 --- /dev/null +++ b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/annulen/stable/export/conanmanifest.txt @@ -0,0 +1,2 @@ +1478795230 +conanfile.py: 677544f321559ff6cc9d738c8b609308 \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/annulen/stable/package/357fb491ae867cbbfe369d54132f4f21c3f13f7d/conanmanifest.txt b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/annulen/stable/package/357fb491ae867cbbfe369d54132f4f21c3f13f7d/conanmanifest.txt new file mode 100644 index 00000000..2e674e06 --- /dev/null +++ b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/annulen/stable/package/357fb491ae867cbbfe369d54132f4f21c3f13f7d/conanmanifest.txt @@ -0,0 +1,320 @@ +1478728779 +share/gtk-doc/html/libxml2/libxml2-xmlversion.html: 11a6e7c28ccbdbc1ca91213139decfa9 +share/doc/libxml2-2.9.4/html/tutorial/index.html: c3df2af08328cd4cbf697d55ca9cd419 +share/doc/libxml2-2.9.4/html/w3c.png: ba69544b9cfa7659a0bb1b81410680a9 +share/doc/libxml2-2.9.4/html/html/book1.html: 461321024ef78221594067503eb0eba0 +include/libxml/xmlschemastypes.h: 160197e01dfa56cd9ad09d201d5bdeb4 +share/doc/libxml2-2.9.4/examples/testHTML.c: 6b181ebf4001bb62b07c7be7d79a2f01 +share/gtk-doc/html/libxml2/libxml2-globals.html: 08b752bd53e687bf8ac51400c62ded68 +include/libxml/hash.h: 747ad49c1a665e2eafaf052cbd9d165b +include/libxml2/libxml/xmlautomata.h: 3c3c0a7d353bacfbede7c2decf27e62a +share/doc/libxml2-2.9.4/html/tutorial/images/callouts/1.png: 0f67842b8cc059137a88288e95115a18 +share/doc/libxml2-2.9.4/html/html/libxml-debugXML.html: b1b29857fbff5d68b7bdf982f8b9f6c7 +include/libxml/parser.h: 3ef7bece85150ab2319aed3fd0d36034 +share/doc/libxml2-2.9.4/html/tutorial/ar01s02.html: d2b5e466f1613a0a281969296efe652e +include/libxml2/libxml/parserInternals.h: c55ce5832dae535ce6d59b6aa10f6133 +share/doc/libxml2-2.9.4/html/html/libxml-list.html: 086afdd20e6be957346251d3ea8552f0 +include/libxml2/libxml/c14n.h: 083bf52bbdd0563ff61605cb2bc9316f +share/gtk-doc/html/libxml2/libxml2-hash.html: 11b6563618a2b99b9831857a5e81cfd2 +share/doc/libxml2-2.9.4/html/tree1.c: 8e3b9f050ff7e6ecd2912940cbb2394f +share/gtk-doc/html/libxml2/libxml2-debugXML.html: efd04207438816e0ce69c47bc93e525b +share/doc/libxml2-2.9.4/html/html/libxml-SAX2.html: 2d8812144ee7796aa073b748ba560d34 +share/doc/libxml2-2.9.4/html/tutorial/images/callouts/7.png: 0def94f52c5e45256232320aaffeb1ce +share/doc/libxml2-2.9.4/html/html/libxml-xmlerror.html: 13b79642aa3895e095f83dc5ebddc7d9 +share/gtk-doc/html/libxml2/libxml2-xpathInternals.html: 7e1cd39d27fb760f721fb1f5e276dcf9 +include/libxml2/libxml/encoding.h: e07b28c25a85356f585dd6891e0c7778 +share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html: aa49b7bc4fe1493b926c035484fd77af +share/gtk-doc/html/libxml2/libxml2-parser.html: c3f66200ba47bd8198ec81aa3c8ce608 +include/libxml2/libxml/xmlsave.h: eed2463cad941f74f99b8b9bc03aa74d +share/doc/libxml2-2.9.4/html/xpath2.res: c32344efbb7334a5f2563420e0d1723c +share/gtk-doc/html/libxml2/libxml2-xmlschemas.html: 55b5ed0793dd7f64e9c25cfe4be40287 +share/doc/libxml2-2.9.4/html/html/libxml-schematron.html: f0ddff7bae5bba25b1c98abd75038c36 +share/doc/libxml2-2.9.4/html/io2.c: 064a8c92267a391f5cbc41dbf49b14ad +share/doc/libxml2-2.9.4/html/tutorial/images/draft.png: 1b1da3ec69df05af5f2a5475e8a8a24b +lib/cmake/libxml2/libxml2-config.cmake: 905864882fbb75196d4618cdf923ef78 +include/libxml/xmlregexp.h: fea3110c96e8cd9013900e1c8e5b6c0b +share/doc/libxml2-2.9.4/html/tutorial/images/important.png: ca20b7b781cf82d1aeb36ce63590ccd0 +share/doc/libxml2-2.9.4/html/io2.res: c6a030758261e4b23c18fe8fa9b9f1cb +include/libxml2/libxml/globals.h: 7dc017984a2a506caaeb45db0e895357 +share/doc/libxml2-2.9.4/html/test3.xml: 0ba76ca9c89e995bbaf258ab154e5205 +share/aclocal/libxml.m4: a07f9db1c83755505dbf961c953efdf8 +include/libxml2/libxml/xmlwriter.h: 8694436144b1fb0aab2e2d6b725035e3 +share/doc/libxml2-2.9.4/html/html/libxml-relaxng.html: da69ff4b925629ce5667c63895aecf3f +include/libxml/DOCBparser.h: 21e6523a86338325c527e1e8847adc1d +include/libxml2/libxml/tree.h: f2a9a61c9a96a73c293f57bff2913ffb +include/libxml/xmlsave.h: eed2463cad941f74f99b8b9bc03aa74d +include/libxml/parserInternals.h: c55ce5832dae535ce6d59b6aa10f6133 +include/libxml2/libxml/threads.h: 2c630b6409352bcd1e10d94177215265 +share/doc/libxml2-2.9.4/html/tutorial/ar01s04.html: 08161b16d07d12969e2ff0db52c0006d +share/doc/libxml2-2.9.4/html/html/libxml-tree.html: dd8a9d64d5cd75bcecfcfa530a298cf1 +share/doc/libxml2-2.9.4/html/html/libxml-xmlexports.html: 76a89eb95c8256a4277f65250245ef9a +lib/libxml2.la: 82844cbca6a62f0052bb403866940c5c +share/man/man3/libxml.3: 1bc9e496f1d34157a9e0d1b65704819a +include/libxml2/libxml/xmlexports.h: c7982540f18e547b3ca70c7259c59e4c +share/doc/libxml2-2.9.4/html/tutorial/apc.html: c263a905499b8177ee93b6ab39b26266 +share/doc/libxml2-2.9.4/html/DOM.gif: b3d91cf23f7c9199b395356ea98cd097 +include/libxml/valid.h: 3c082c0a5b81e1bc9fd9a21b69014584 +include/libxml/xmlerror.h: 9f03d7b7788f158e68a75132e9249975 +include/libxml/xmlschemas.h: 44ee98f77e997b8843fe6e5c45aa4ab0 +share/doc/libxml2-2.9.4/html/tutorial/images/callouts/2.png: 782f998bab59d0221977c1c0eaa676c8 +include/libxml/chvalid.h: 4e1ca6554b98687e75d03662cd92d14e +share/gtk-doc/html/libxml2/libxml2-schematron.html: b3700a489202f309f02c6309f9d86984 +share/doc/libxml2-2.9.4/html/html/libxml-parserInternals.html: dc212b49555db1f4d3473021415990f5 +share/doc/libxml2-2.9.4/html/index.html: 854eae61c805261731f38a873415144f +share/doc/libxml2-2.9.4/html/tutorial/images/next.png: c4ec8d7f81407ce09d175d7366c25ba0 +include/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd +share/doc/libxml2-2.9.4/html/reader4.res: 2f8c9c74667d1434104e5610a77f824f +share/man/man1/xmllint.1: c2da2d5425849f19b8b0d355f5215973 +share/gtk-doc/html/libxml2/libxml2-xmlexports.html: 62aebfe3442aedae77f8ff0514a8160c +include/libxml2/libxml/hash.h: 747ad49c1a665e2eafaf052cbd9d165b +share/gtk-doc/html/libxml2/libxml2-valid.html: b4165290c6751ed9b2074eb915f0601f +share/doc/libxml2-2.9.4/html/tutorial/ar01s03.html: af7d8b5f8bf6e7c6949c5f1b260289ef +share/gtk-doc/html/libxml2/libxml2-xmlmodule.html: 215331b3567ef3b2e79cf35b1998a357 +share/doc/libxml2-2.9.4/html/html/libxml-xmlsave.html: 8e4208e2908bd9a021c31ee1338755d2 +share/doc/libxml2-2.9.4/html/html/libxml-c14n.html: af407530b72ad6d8342eab7e3d90207b +share/gtk-doc/html/libxml2/general.html: df2b20bc526b927eefa3f401349d1287 +share/gtk-doc/html/libxml2/libxml2-HTMLtree.html: e53dcd12a0e8e51413ca1de4986d7898 +share/doc/libxml2-2.9.4/html/tutorial/ix01.html: 2f9c98d5610fc9a8f02c7312c3c49691 +share/gtk-doc/html/libxml2/up.png: 2f07d9272deb4ae870ca6821117877fa +share/doc/libxml2-2.9.4/html/html/libxml-xzlib.html: 8d55e7cdc5a0363d945c8a672841bd6f +share/gtk-doc/html/libxml2/libxml2-nanoftp.html: 79f4eb67e7eb955c19bd5337a8cc5177 +share/gtk-doc/html/libxml2/libxml2-encoding.html: eac9c8c39be246af865c4ad51bf94d32 +include/libxml2/libxml/xmlmemory.h: c0167c625ecaf670d76480506425b472 +include/libxml/uri.h: 032d430e35153af35f2fe17a9e9c37bf +share/doc/libxml2-2.9.4/html/html/libxml-chvalid.html: 4bec2549c1505b9048041b722cb052c6 +share/doc/libxml2-2.9.4/html/html/libxml-nanohttp.html: a4457c15280d27457677a436286c344e +share/doc/libxml2-2.9.4/html/tutorial/ar01s07.html: c3d0264c72c908e119c22c7787892db9 +share/doc/libxml2-2.9.4/html/tutorial/api.html: 0433fb6f377e50662e0f89b1e2f8e49a +share/doc/libxml2-2.9.4/html/tutorial/images/up.png: ddf37bee4d12f626b42004e26bdd4e13 +share/doc/libxml2-2.9.4/html/tutorial/images/home.png: 700644702db92b31d7488edfb3adfe7e +share/doc/libxml2-2.9.4/html/html/index.html: 461321024ef78221594067503eb0eba0 +include/libxml2/libxml/valid.h: 3c082c0a5b81e1bc9fd9a21b69014584 +share/doc/libxml2-2.9.4/html/tutorial/images/warning.png: 59c28f6840b1f20094af4ffc16ce3189 +share/doc/libxml2-2.9.4/html/tutorial/ar01s09.html: 066052f4864add31dffd8fc4bb1b9b7f +share/gtk-doc/html/libxml2/style.css: a7b180ebf583ed0c315d70d6a4890f79 +share/doc/libxml2-2.9.4/html/html/libxml-xmlschemas.html: 455628ea9eca007ecaa224305df3b0c8 +include/libxml2/libxml/chvalid.h: 4e1ca6554b98687e75d03662cd92d14e +include/libxml2/libxml/xmlversion.h: 90bea4a276022638ecb073eea7c849e4 +share/doc/libxml2-2.9.4/html/html/libxml-entities.html: d4ae454060415d31a5eec7a09d6c05a3 +include/libxml/xmlversion.h: 22579da9671c7d2d7662135fe8523088 +share/doc/libxml2-2.9.4/html/tutorial/images/callouts/5.png: 489005941fbb522369466ca850189c59 +share/doc/libxml2-2.9.4/html/html/libxml-HTMLparser.html: b20a43ee13f4a8020b84830aa83cefb0 +share/doc/libxml2-2.9.4/html/html/libxml-valid.html: 51b24ec90bd3c5591130fa219172dca8 +share/gtk-doc/html/libxml2/libxml2-c14n.html: 57a9ef60a8af4df6586ab78061a75fd6 +include/libxml2/libxml/catalog.h: 1d5e464fe629dde9758d6c33ea7a3d8e +share/doc/libxml2-2.9.4/html/writer.xml: 1e16356328b8e3fa703a18858a11f3bb +share/doc/libxml2-2.9.4/html/tutorial/apg.html: a84665f786e99169afa8e9dceb5003ca +share/doc/libxml2-2.9.4/html/tutorial/images/blank.png: 6f7573d4bb6bf0f55ed9ebd79f3f786f +share/gtk-doc/html/libxml2/libxml2-xmlregexp.html: 1a42a4508373992c4471d360bf1cdf4f +include/libxml/catalog.h: 1d5e464fe629dde9758d6c33ea7a3d8e +include/libxml/c14n.h: 083bf52bbdd0563ff61605cb2bc9316f +share/doc/libxml2-2.9.4/html/reader3.c: 2874d5506c9f0b9f4a1dead26d58e559 +share/gtk-doc/html/libxml2/libxml2-xmlsave.html: ee31535906cba2ee6455e430f48eb236 +include/libxml/threads.h: 2c630b6409352bcd1e10d94177215265 +bin/libxml2-2.dll: 6393dbaab96c3c733b8c78dbf0adba46 +share/doc/libxml2-2.9.4/html/html/libxml-xpath.html: 9e3290a0c3f1704b066d736cdadaa93f +include/libxml/debugXML.h: 73816937df233c77ebfa261f3ca00dd8 +share/doc/libxml2-2.9.4/html/tutorial/images/callouts/6.png: f64cfcfac0c4219edebc96d6d043c84c +include/win32config.h: 410df263529fb9ec616b22f590dbdd1d +share/doc/libxml2-2.9.4/html/tutorial/images/callouts/8.png: 2f899cf0909049b0472654d7357eaeb3 +include/libxml/SAX2.h: 226675de48e46a282141b438b0895db4 +include/libxml2/libxml/xmlunicode.h: b9f0b8acddfee9b620ea822978a51d29 +share/gtk-doc/html/libxml2/libxml2-schemasInternals.html: f69402825563b84f449e76963e654c55 +share/doc/libxml2-2.9.4/examples/testXPath.c: 1db9d6ae0438d72387bcfd0ff1ae5ce4 +share/doc/libxml2-2.9.4/html/html/libxml-encoding.html: 812d49f58d6f7721ccf9289c0813a473 +share/doc/libxml2-2.9.4/html/smallfootonly.gif: e92b022a99a76d6fceeb35576bb7718f +share/doc/libxml2-2.9.4/html/html/up.png: 2f07d9272deb4ae870ca6821117877fa +share/doc/libxml2-2.9.4/html/html/libxml-lib.html: 461321024ef78221594067503eb0eba0 +share/doc/libxml2-2.9.4/html/html/libxml-pattern.html: bff29ccd97d10d65cd40201985ba2501 +include/libxml2/libxml/xmlmodule.h: de174bf853776e7e653c66c059d19e61 +include/libxml2/libxml/list.h: a81670013af01c8003fa9fdbd9a8cad7 +share/doc/libxml2-2.9.4/html/tutorial/ar01s05.html: a39259d226409f45e234b8e4f0ae1e9f +include/libxml/xmlexports.h: c7982540f18e547b3ca70c7259c59e4c +share/gtk-doc/html/libxml2/libxml2-parserInternals.html: b2757ce5c41539e70df72da43af67825 +share/gtk-doc/html/libxml2/home.png: f6192f4292d744423df690e785d60fdf +include/libxml2/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd +include/libxml2/libxml/relaxng.h: 348c151f5b45a3543862c0e280f9fbba +include/libxml2/libxml/DOCBparser.h: 21e6523a86338325c527e1e8847adc1d +share/doc/libxml2-2.9.4/html/html/home.png: f6192f4292d744423df690e785d60fdf +share/doc/libxml2-2.9.4/html/tutorial/xmltutorial.pdf: 12df01000d92ab495235de65abcd4e46 +include/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388 +bin/xmllint.exe: 6582dafc121c69b8727bed62b9fbc74f +include/libxml2/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388 +share/man/man1/xml2-config.1: f9ea1b8ede868111a96fc3dbd9db79e6 +include/libxml2/libxml/nanohttp.h: d31b62933eab6d58a46eb075b49b7715 +share/doc/libxml2-2.9.4/html/io1.c: 8861af9d5ae163e2679d14cccd7c50a8 +share/doc/libxml2-2.9.4/html/tutorial/images/tip.png: dbb88aaf05b4a6a7df59c72cc5c947b4 +share/doc/libxml2-2.9.4/html/tutorial/ar01s08.html: 47bfaa87452e5e5d3436b232d96b1cf7 +share/gtk-doc/html/libxml2/libxml2-dict.html: 3d220f5057f1d2f86c2d900763855a53 +share/doc/libxml2-2.9.4/html/tutorial/includekeyword.c: 5508972bd6f704cddb4b4faeaa5397b0 +conaninfo.txt: a2d34e82b2ec55a9a2ffcafb7e6451f7 +include/libxml/xinclude.h: 1f8b2beb8f49da4bf3a658d31dccb2ef +include/libxml/SAX.h: bf46553ceac47b24126d4a1abb7b26fa +share/doc/libxml2-2.9.4/html/html/libxml-xmlschemastypes.html: f698db4a289728d46199ad42160da1d3 +share/doc/libxml2-2.9.4/html/html/libxml-xlink.html: 1de0d3b14ab220eb6b51bfa254b03769 +share/doc/libxml2-2.9.4/html/tutorial/images/caution.png: 2245032ab69fc481e2eefd246aa96e07 +include/libxml/dict.h: 93b78165ce896cbda4417bd278259714 +include/libxml2/libxml/entities.h: 16467595fdaff28420d1657b1658f267 +include/libxml/entities.h: 16467595fdaff28420d1657b1658f267 +share/doc/libxml2-2.9.4/html/tutorial/ar01s06.html: 4d622cd5afe28d58e8808651c896ff1e +include/libxml2/libxml/SAX2.h: 226675de48e46a282141b438b0895db4 +share/doc/libxml2-2.9.4/html/redhat.gif: dd0216f442bf6845c103aba1b4bcb869 +share/doc/libxml2-2.9.4/html/tree2.res: 8e5cc417bcb23115c4f802404e09657e +share/doc/libxml2-2.9.4/html/tutorial/images/callouts/3.png: 35dcf1dd29a802080c984e52d76e5b1f +share/doc/libxml2-2.9.4/html/reader3.res: ce152220e5a24918935d6f0c8bbcf587 +share/doc/libxml2-2.9.4/html/reader4.c: c7d0e7908cfc12c1102a58f4e530bbfd +share/doc/libxml2-2.9.4/html/html/libxml-xmlregexp.html: fc8289c2885a2e9adae8ce5f3f784f4d +include/libxml2/libxml/schematron.h: 96d9e0c083c4949e246ce02cf31de483 +share/man/man1/xmlcatalog.1: c01059c82575fe971688706702d175e7 +include/libxml2/libxml/debugXML.h: 73816937df233c77ebfa261f3ca00dd8 +share/doc/libxml2-2.9.4/html/io1.res: c1063365cedce05c3c75361d8b21eda0 +include/libxml2/libxml/xmlschemastypes.h: 160197e01dfa56cd9ad09d201d5bdeb4 +share/doc/libxml2-2.9.4/html/html/libxml-xmlIO.html: e9d7b75133b68febff966553614ca1e3 +include/libxml/globals.h: 7dc017984a2a506caaeb45db0e895357 +share/doc/libxml2-2.9.4/html/html/libxml-nanoftp.html: c07d479ce51894e6181be84cd7afc8f6 +share/gtk-doc/html/libxml2/libxml2.devhelp: dec063a88e7aa03c218f1a7a93cfb912 +share/gtk-doc/html/libxml2/left.png: f771308152ab24a69682daed70ce136d +share/gtk-doc/html/libxml2/libxml2-xmlunicode.html: 9ac652a74d46f8c3e1caa26c19732b2a +share/doc/libxml2-2.9.4/html/html/libxml-xmlstring.html: 708539f930210582860e0374d501b801 +share/doc/libxml2-2.9.4/html/html/libxml-xmlwriter.html: f7345386e22ec21cf60d91371eeaed57 +share/doc/libxml2-2.9.4/html/structure.gif: f10610a92f24c3f0fc35078f5764867e +share/doc/libxml2-2.9.4/html/html/libxml-xmlreader.html: 61db95ee91a1056009c76ad04c7aad47 +lib/xml2Conf.sh: 1ae0e5bede910b47b1cb3adc34cf7acf +share/doc/libxml2-2.9.4/html/tutorial/apf.html: 4b58ea573ee05ceb46cac6c3eeef8211 +share/doc/libxml2-2.9.4/html/tutorial/images/callouts/4.png: 3d412b47729eb73afc7aa430feeb7da0 +share/doc/libxml2-2.9.4/examples/xmllint.c: fc1fb77452cd8975c74b5f2664330feb +share/doc/libxml2-2.9.4/html/reader1.res: c7e547f58d4407d091d189a1ebfeab77 +lib/libxml2.dll.a: 6944466ef81a685127a88f1ec6c528a2 +share/gtk-doc/html/libxml2/libxml2-xlink.html: fe35c6e86ba9419aea9f628ed45bc57a +share/gtk-doc/html/libxml2/libxml2-xmlreader.html: 576384e2dd8965ab77e6f459022d827f +share/doc/libxml2-2.9.4/html/examples.xml: e6fad87730c6957a238a06ad3e33a4e9 +share/doc/libxml2-2.9.4/html/parse3.c: 745ea8e70138377b1fb1d0e3116dba63 +share/gtk-doc/html/libxml2/libxml2-nanohttp.html: 0eac4dace4fda9fcd0bb2ebb6c16aaf0 +share/doc/libxml2-2.9.4/html/tutorial/ape.html: 69164a2345a37ac0b1001f2084ee5abc +share/gtk-doc/html/libxml2/libxml2-list.html: e26c2e29812e0dd9b790a38f447f6aba +include/libxml2/libxml/dict.h: 93b78165ce896cbda4417bd278259714 +share/doc/libxml2-2.9.4/html/html/libxml-xmlversion.html: d9e2cd59ac2a1aa5319d09f7ad726a63 +share/doc/libxml2-2.9.4/html/tutorial/images/note.png: 109e4af9c43357a74c6de01db819f36f +share/doc/libxml2-2.9.4/html/reader2.c: 8b66731b71444ec57b99acc9d41a5f1d +include/libxml2/libxml/parser.h: 3ef7bece85150ab2319aed3fd0d36034 +include/libxml2/libxml/xmlerror.h: 9f03d7b7788f158e68a75132e9249975 +include/libxml/xmlwriter.h: 8694436144b1fb0aab2e2d6b725035e3 +include/libxml2/libxml/xmlreader.h: dbd5ae99042659a13427209a2bc0041f +include/libxml/tree.h: f2a9a61c9a96a73c293f57bff2913ffb +share/doc/libxml2-2.9.4/html/tutorial/images/callouts/10.png: 29fd9e419eee2efa4ef6ce493ca51a9c +include/libxml/schemasInternals.h: 28ed78fdce3dbad508a6381dd580d1e7 +include/libxml/xmlmemory.h: c0167c625ecaf670d76480506425b472 +share/gtk-doc/html/libxml2/libxml2-uri.html: c46c9dfea580890ac48b70346c987bf0 +share/doc/libxml2-2.9.4/html/tst.xml: 6d10ac1b8fb04bc8fb73f9964589a223 +share/doc/libxml2-2.9.4/html/reader1.c: b30f26d62bb3c37fc9cba51fff13924e +share/gtk-doc/html/libxml2/libxml2-tree.html: 18d8636860bdf93d9a33d4780c84db61 +share/doc/libxml2-2.9.4/html/html/libxml-HTMLtree.html: b639bc91545a89e12d9c0a34a23bd6de +share/gtk-doc/html/libxml2/libxml2-SAX.html: 5ba9dd3cf89972a337869e55024aeb0e +include/libxml/relaxng.h: 348c151f5b45a3543862c0e280f9fbba +share/doc/libxml2-2.9.4/html/tree1.res: 4d4d5f3e8297d35e59d9f92c876b42ac +include/libxml2/libxml/nanoftp.h: a4aad060f2cedb04dacbe4c58969817a +share/gtk-doc/html/libxml2/libxml2-SAX2.html: 9a8574da93ad762a54194f690db4dbee +share/doc/libxml2-2.9.4/html/html/right.png: ebd7e6d206d73850d77d305ab548f957 +share/doc/libxml2-2.9.4/html/parse1.c: 35924de5d0e047f4e2732e8ef4d31fea +share/doc/libxml2-2.9.4/html/tutorial/includeconvert.c: b91e86a449cb257dd92ada947c2b2320 +include/libxml/xmlstring.h: 82efb8a055d5fc8eb7d815ed471eca53 +include/libxml2/libxml/xmlregexp.h: fea3110c96e8cd9013900e1c8e5b6c0b +include/libxml2/libxml/xpath.h: 2e60b359a61db15d05409ebef1b140b1 +include/libxml2/libxml/pattern.h: db123ed3ecc27ab31b3f808e96edb492 +share/doc/libxml2-2.9.4/html/tutorial/images/toc-blank.png: a9dfccc01739501bbc01d561da12c944 +include/libxml/xlink.h: 8b82b67e61ebffc721bd23af66724f49 +share/doc/libxml2-2.9.4/html/tutorial/includexpath.c: a9718d128b1abbf9710cb7ea315cffec +include/libxml/HTMLparser.h: 083a413aedc738e1903735b7f1678087 +share/doc/libxml2-2.9.4/html/tutorial/includegetattribute.c: af83032a68f54f420f04430efd7629c8 +share/doc/libxml2-2.9.4/html/encoding.html: 3be0aba75968021dc9be873c020b93a9 +share/gtk-doc/html/libxml2/libxml2-xmlautomata.html: 9cd301cf92ecca4ff9e896663f6d6570 +share/doc/libxml2-2.9.4/html/tutorial/images/toc-minus.png: 72baddf4a76d4d74f634edf1e71134b3 +include/libxml2/libxml/HTMLtree.h: 46cf4cefb419e18c40b8d5b6ac982f3f +share/doc/libxml2-2.9.4/html/html/libxml-xmlmodule.html: dad4c35e0c0a8fb9bc1db2d42ae5f664 +include/libxml2/libxml/uri.h: 032d430e35153af35f2fe17a9e9c37bf +include/libxml/nanoftp.h: a4aad060f2cedb04dacbe4c58969817a +include/libxml2/libxml/xmlschemas.h: 44ee98f77e997b8843fe6e5c45aa4ab0 +share/doc/libxml2-2.9.4/html/xml.html: 238ceba29df713265480f81bf31c1f1a +share/doc/libxml2-2.9.4/html/html/libxml-threads.html: 8bfd4253309b18e5b94f01228f3c6887 +share/doc/libxml2-2.9.4/html/parse4.c: 1ebc80d9df8a1b0568f9cf7a2cc70a3e +lib/pkgconfig/libxml-2.0.pc: 85b1b86303c386209ad29dd2d909dfd3 +include/libxml/xmlautomata.h: 3c3c0a7d353bacfbede7c2decf27e62a +include/libxml/xmlmodule.h: de174bf853776e7e653c66c059d19e61 +include/libxml/xpath.h: 2e60b359a61db15d05409ebef1b140b1 +share/doc/libxml2-2.9.4/html/tutorial/includeaddattribute.c: ba57721ff902105ef3c79eb199f4da5e +share/gtk-doc/html/libxml2/libxml2-threads.html: bb12a300c2c86bc49f586858a1ef6cd0 +include/libxml2/libxml/xmlIO.h: 31c8dfbaee25e20cd0d6eb2549929f5d +include/libxml2/libxml/xinclude.h: 1f8b2beb8f49da4bf3a658d31dccb2ef +share/gtk-doc/html/libxml2/index.html: b0b369ddf6959a2604b422c9268a0a3f +share/doc/libxml2-2.9.4/html/tree2.c: 58c5720b77f06428c3824c66003c6b73 +share/doc/libxml2-2.9.4/html/html/libxml-catalog.html: 6ccaf618b222577f8b1c9ed8278ea357 +share/gtk-doc/html/libxml2/libxml2-HTMLparser.html: 448bf8a3ac020486b4b50ac3cdd52c16 +share/doc/libxml2-2.9.4/html/html/libxml-uri.html: 9b4186c1502963221da42717dfcf2789 +include/libxml2/libxml/schemasInternals.h: 28ed78fdce3dbad508a6381dd580d1e7 +share/doc/libxml2-2.9.4/html/tutorial/includeaddkeyword.c: 268f90fc598ccf5a5bd1de7d1f57c873 +share/doc/libxml2-2.9.4/html/html/libxml-hash.html: 53ff0d00bc6b42b1f6981a58a4bc5ff8 +share/doc/libxml2-2.9.4/html/html/libxml-parser.html: d9abc1e3b231427736e24bb53d310edf +share/doc/libxml2-2.9.4/html/html/libxml-schemasInternals.html: 9fe427f9b1b272d687e6ed524df9ac77 +share/doc/libxml2-2.9.4/html/html/libxml-DOCBparser.html: a9c425e3ab0c095b85759a321c294a72 +share/gtk-doc/html/libxml2/libxml2-pattern.html: 6129a6b5661fc0a38d5c967153651d26 +share/gtk-doc/html/libxml2/libxml2-xinclude.html: 644e5093b3931eee1fece47fb9a3c908 +share/doc/libxml2-2.9.4/html/html/left.png: f771308152ab24a69682daed70ce136d +share/doc/libxml2-2.9.4/html/html/libxml-xmlunicode.html: 7b282351048157db2233f4a8c9ed305c +share/gtk-doc/html/libxml2/libxml2-xpointer.html: eb4ef1b1665e08fd1c43e44f311367bb +include/libxml2/libxml/SAX.h: bf46553ceac47b24126d4a1abb7b26fa +share/doc/libxml2-2.9.4/html/html/libxml-xmlautomata.html: 28a6fdabf1bcc027c5723ef484551a3b +share/doc/libxml2-2.9.4/html/tutorial/apd.html: 9f3342db337c1a28df32d4b85eba94be +share/doc/libxml2-2.9.4/html/libxml.gif: 7b77627ea524c095934962f5dee442cb +include/libxml/pattern.h: db123ed3ecc27ab31b3f808e96edb492 +share/doc/libxml2-2.9.4/html/html/libxml-xpointer.html: 578d2d95c3a254fdd208d5eb5d8bc063 +share/doc/libxml2-2.9.4/html/tutorial/images/toc-plus.png: ee8d311bafbc474875730d7644e86047 +share/gtk-doc/html/libxml2/libxml2-xmlerror.html: 00e0588cbbeed28f03ca5665d6ff27ec +share/doc/libxml2-2.9.4/Copyright: 2044417e2e5006b65a8b9067b683fcf1 +include/libxml2/libxml/xmlstring.h: 82efb8a055d5fc8eb7d815ed471eca53 +share/gtk-doc/html/libxml2/libxml2-xmlstring.html: 92b3946891a43aaa8d983f599b9aadf0 +share/doc/libxml2-2.9.4/html/examples.xsl: 821de9e855568781f8c87ad0fe9afcba +include/libxml/xmlIO.h: 31c8dfbaee25e20cd0d6eb2549929f5d +share/doc/libxml2-2.9.4/html/parse2.c: 1533aa6faa9efa078a56d2d37b4e318c +share/doc/libxml2-2.9.4/html/html/libxml-xinclude.html: 2639d942d8a7bb71201ef35d8dd0a5d1 +share/doc/libxml2-2.9.4/html/test2.xml: 4084cf4871ee86fef27f5e5ee91ea455 +share/doc/libxml2-2.9.4/html/tutorial/images/prev.png: 2188e42454c65ed8a37126d0f5f5830a +share/doc/libxml2-2.9.4/html/xpath1.res: cf508aadb27c5c145ac58d256326e8eb +share/doc/libxml2-2.9.4/html/html/libxml-xmlmemory.html: ea097805488added49ebb2f1373c212a +share/gtk-doc/html/libxml2/libxml2-xmlwriter.html: 088d1735eaf6fcd0e4117c3cad0aa691 +include/libxml2/libxml/xlink.h: 8b82b67e61ebffc721bd23af66724f49 +share/doc/libxml2-2.9.4/html/Libxml2-Logo-90x34.gif: 29dfd4b3dec5fee179d3dc7e3d65be8a +include/libxml/list.h: a81670013af01c8003fa9fdbd9a8cad7 +share/doc/libxml2-2.9.4/html/tutorial/apb.html: 6fa0d1a793a7d794967c497dc9112077 +bin/xml2-config: d50d6a18c0f68d0b3ef5939ee20d59f8 +share/doc/libxml2-2.9.4/html/tutorial/images/callouts/9.png: 5ba16a0731d050493bd7e0b95244aafc +share/gtk-doc/html/libxml2/libxml2-entities.html: 3afcaf72917d0f9dda002baf4445e936 +include/libxml/HTMLtree.h: 46cf4cefb419e18c40b8d5b6ac982f3f +share/doc/libxml2-2.9.4/html/tutorial/apa.html: 51b23839855ffbb232c8ba2211a4d9ca +share/gtk-doc/html/libxml2/libxml2-chvalid.html: dca486d382dbf88f4d9155e3f7a826cf +share/doc/libxml2-2.9.4/html/testWriter.c: f76b29aaee2bb1f0323ed8b28a45a794 +share/doc/libxml2-2.9.4/html/test1.xml: 5ffe018a2890cdd13b4d08d674cf8dd4 +include/libxml/schematron.h: 96d9e0c083c4949e246ce02cf31de483 +share/gtk-doc/html/libxml2/right.png: ebd7e6d206d73850d77d305ab548f957 +share/gtk-doc/html/libxml2/libxml2-DOCBparser.html: bde929bed90adf39144b561ad443c278 +share/doc/libxml2-2.9.4/html/html/libxml-dict.html: 390df4fbbac8f9ba0a1338bc448b6ad4 +share/gtk-doc/html/libxml2/libxml2-relaxng.html: f98fee61d7e051dff9719e13b768b26c +share/doc/libxml2-2.9.4/html/xpath1.c: 87445983c77091ef0441ff775fb8edc6 +share/doc/libxml2-2.9.4/html/xpath2.c: 413d481a75246b5af3d8e7f489e3408f +share/gtk-doc/html/libxml2/libxml2-xmlIO.html: 1dd2f72b5a9014978f94155981fa6486 +include/libxml/encoding.h: e07b28c25a85356f585dd6891e0c7778 +share/doc/libxml2-2.9.4/html/html/libxml-SAX.html: a1dddf7f62888196c45c587a216cbe8a +share/gtk-doc/html/libxml2/libxml2-xpath.html: 09af6c8f3ce2aec4abfc523bc197bda6 +share/doc/libxml2-2.9.4/html/html/libxml-globals.html: 7487fd3b2740f53f259016b9032caf19 +include/libxml/xmlunicode.h: b9f0b8acddfee9b620ea822978a51d29 +include/libxml/xmlreader.h: dbd5ae99042659a13427209a2bc0041f +share/doc/libxml2-2.9.4/html/Libxml2-Logo-180x168.gif: 6704060ba0272a9624e0a732455439ba +share/doc/libxml2-2.9.4/examples/testSAX.c: 34e3e9b268e1915652c15c4be11216a8 +include/wsockcompat.h: f975f4dc926c27ab755f05a79296bd72 +share/doc/libxml2-2.9.4/html/html/libxml-xpathInternals.html: 463d1f6b154041eaed041a32ffd5a8c5 +bin/xmlcatalog.exe: a2762f091400139b67e01c54de582896 +include/libxml/nanohttp.h: d31b62933eab6d58a46eb075b49b7715 +share/gtk-doc/html/libxml2/libxml2-catalog.html: bcd705392f52867a1afadc1166739d17 +share/gtk-doc/html/libxml2/libxml2-xmlmemory.html: 8c22f5ea8ddd2ed6795726d714b4ab9f +share/doc/libxml2-2.9.4/html/tutorial/aph.html: d49dfaba969e5b9161748d98b6f8eb0b +include/libxml2/libxml/HTMLparser.h: 083a413aedc738e1903735b7f1678087 +share/doc/libxml2-2.9.4/html/FAQ.html: 46b6bf6536bf9b2652891363aafb0b58 \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/annulen/stable/export/conanmanifest.txt b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/annulen/stable/export/conanmanifest.txt new file mode 100644 index 00000000..73d392f3 --- /dev/null +++ b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/annulen/stable/export/conanmanifest.txt @@ -0,0 +1,2 @@ +1478799778 +conanfile.py: b879c8be77c29214d239564bf9d04969 \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/annulen/stable/package/30620cba1eaf28add40f441a20f7d1be9a5c636c/conanmanifest.txt b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/annulen/stable/package/30620cba1eaf28add40f441a20f7d1be9a5c636c/conanmanifest.txt new file mode 100644 index 00000000..fb79b2f1 --- /dev/null +++ b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/annulen/stable/package/30620cba1eaf28add40f441a20f7d1be9a5c636c/conanmanifest.txt @@ -0,0 +1,136 @@ +1478799864 +include/libxslt/xslt.h: 0c08b8e7223b72f822a58457520b6387 +share/doc/libxslt-1.1.29/html/EXSLT/intro.html: 08c5743544fa11d3e47794d2bddf58c5 +share/doc/libxslt-1.1.29/html/html/libxslt-xslt.html: e94fba7be3d50049b723a80d3b0a1b40 +lib/xsltConf.sh: 387130017807ac4132eccf4db20b3be8 +share/doc/libxslt-1.1.29/html/APIchunk11.html: d2c1db9800e2fefec12d29d1d4935787 +lib/libxslt.dll.a: 3dca0c97875f4f44cf46039657d5f5eb +share/doc/libxslt-1.1.29/html/APIchunk13.html: f81829102703ab031d34501e86c38de6 +share/doc/libxslt-1.1.29/html/APIfiles.html: 490ec3f50d79908176cd61723381ebdf +include/libxslt/trio.h: 7da7b1fcf378330699c7ecdd96908641 +share/doc/libxslt-1.1.29/html/html/libxslt-pattern.html: 68a6e5041985bd90b062f225d3e4a4ea +share/doc/libxslt-1.1.29/html/html/libxslt-imports.html: b190003ede5181d38069a360e9e54696 +include/libxslt/functions.h: b5ad00884390fb9b86c55a2628e9f6a0 +share/doc/libxslt-1.1.29/html/xslt.html: 739e6a1bf660969174feb4db301f3e80 +share/doc/libxslt-1.1.29/html/APIchunk2.html: 8de13f862400c55f79640149263ecdf2 +share/doc/libxslt-1.1.29/html/templates.gif: e1ac04018d8f602adbd28a72153f9956 +include/libxslt/xsltexports.h: 207ffe4e458a8c24635b3eb24bdd8000 +include/libxslt/variables.h: ee9c8174c5a42ab6821d2e28f0a15661 +share/doc/libxslt-1.1.29/html/html/libxslt-documents.html: 04b4f566bc179282ba31e4086733d392 +share/doc/libxslt-1.1.29/html/EXSLT/APIfunctions.html: 6b0b4b814785deca06fb32b27d1421db +share/doc/libxslt-1.1.29/html/APIfunctions.html: 78ba3e4807646ecedb871570caecf6d2 +share/doc/libxslt-1.1.29/html/redhat.gif: dd0216f442bf6845c103aba1b4bcb869 +share/doc/libxslt-1.1.29/html/EXSLT/APIfiles.html: d67a66297a2fd601bc1553874765a315 +share/man/man1/xsltproc.1: be3aaba050a613d185ab69a1547eeee1 +share/doc/libxslt-1.1.29/html/html/libxslt-xsltInternals.html: 4fc3053cfdc99227025f82dd83b99059 +share/doc/libxslt-1.1.29/html/downloads.html: a34b24da9c37d11b160a51375b2d8e26 +share/doc/libxslt-1.1.29/html/html/libxslt-attributes.html: 01e3dad54911c715af8eb4edd03680d7 +share/doc/libxslt-1.1.29/html/html/book1.html: 38e702d7abb51be701e9e4a132b7fbf3 +share/doc/libxslt-1.1.29/html/EXSLT/help.html: 6a3ae7a677b508299d6843ec2aa06919 +share/doc/libxslt-1.1.29/html/APIchunk0.html: 379e5dd4f4ae9cdbaea4428322524d23 +share/doc/libxslt-1.1.29/html/EXSLT/downloads.html: 775d1c9006018e2a6afbd46aabac94cc +share/doc/libxslt-1.1.29/html/index.html: 05e32435399ac231b17cd820de78ac70 +share/doc/libxslt-1.1.29/html/html/libxslt-namespaces.html: f1957f303bf803b546fea20c3210e66c +share/doc/libxslt-1.1.29/html/object.gif: 879905dbfdc584f7a8543b7804cc3ff4 +share/doc/libxslt-1.1.29/html/html/libxslt-xsltlocale.html: 8a6973315db00ad07f270a50fb864ff1 +share/doc/libxslt-1.1.29/html/html/libxslt-security.html: 0fc54dbb04c31db7273540c6aa15b789 +share/doc/libxslt-1.1.29/html/tutorial2/libxslt_pipes.c: 01a91d21b5e9a1e2259752d5325feaf0 +include/libxslt/win32config.h: c64153b1a2c8bba1a8aa600741f04690 +include/libxslt/imports.h: 66e26ad969e3c37fdeedcbc2716d7cf3 +share/doc/libxslt-1.1.29/html/APIchunk6.html: 9bbcf809a505e114d6639124cf4ea61c +share/man/man3/libexslt.3: c7089bab11720e9c9c17962a68c528ff +share/doc/libxslt-1.1.29/html/Libxslt-Logo-180x168.gif: e6f8bb7e4a5a426380d387adaedadad9 +share/doc/libxslt-1.1.29/html/tutorial2/libxslt_pipes.html: ac0dc678b3ab0da56681555c51e6fa64 +include/libexslt/exsltexports.h: 079c35b6fa14302aad0764c1dee57809 +include/libxslt/extra.h: 6d41618d5d9708628ec9b33a587f06c3 +bin/libxslt-1.dll: a1c6847bea36a592e198604f930974d2 +share/doc/libxslt-1.1.29/html/xsltproc2.html: 52997d42ce172e9b1cace319bb5aaa0b +include/libxslt/attributes.h: 32e43c08f66b85266c391301d322a21f +share/doc/libxslt-1.1.29/html/APIchunk7.html: a13a001cbc5772a5f078dcb6b6933ed7 +share/doc/libxslt-1.1.29/html/python.html: c8c7fafbda61cd06c188c4cceb78184e +share/doc/libxslt-1.1.29/html/html/libxslt-xsltutils.html: 25ce5faa616e42268d54a34cb5983e5c +share/doc/libxslt-1.1.29/html/html/libxslt-numbersInternals.html: 8270d01773d6827cef5eb0e5fbc06cbe +share/doc/libxslt-1.1.29/html/FAQ.html: d50bcf8a29a1593dd5e0a3821071274f +share/doc/libxslt-1.1.29/html/xsltproc.html: fa713b8a3fd6b30a19319a821d7bb238 +share/doc/libxslt-1.1.29/html/stylesheet.gif: 15a7ac6844ef2b2a7f601ed6cb6cb277 +include/libxslt/xsltInternals.h: 4b93c6b8abdb8f67a5718ed98a2b2e6e +lib/libexslt.dll.a: c03cb36bcefbeaf9f2529dcae7d38db5 +share/doc/libxslt-1.1.29/html/html/right.png: ebd7e6d206d73850d77d305ab548f957 +include/libxslt/keys.h: 77a11ee3de841d02d3461b829cfcc11e +share/doc/libxslt-1.1.29/html/contexts.gif: 8d882ee509aaba54abf791a312fdb617 +include/libxslt/templates.h: 6901f4c8fad239b588b9f6d4cdfef5ac +include/libexslt/libexslt.h: 2a281322663dba16ccf7b4ed1eb5858f +share/doc/libxslt-1.1.29/html/bugs.html: f724ff1f191cd6d6006ff81f85b84987 +share/doc/libxslt-1.1.29/html/html/libxslt-variables.html: 78a0a52b6df345ecda47c06da8ac8d58 +include/libxslt/transform.h: 060c2e753adea589569d2835a006075e +share/doc/libxslt-1.1.29/html/extensions.html: d9dc8d45c36e77af9b229d9de2fa184c +share/doc/libxslt-1.1.29/html/html/libxslt-transform.html: 10347ce214f564ed64480e3a29629bce +share/doc/libxslt-1.1.29/html/node.gif: e0b48d09fa64e4a64831c42c4f9e6331 +share/doc/libxslt-1.1.29/html/smallfootonly.gif: e92b022a99a76d6fceeb35576bb7718f +share/doc/libxslt-1.1.29/html/tutorial/libxslt_tutorial.c: 0c3d2acbfb0be23b984c695600170d16 +bin/libexslt-0.dll: 7675292df50bf7e337e6fe7641612f2b +conaninfo.txt: d4dddabb56f9b9605df4d8fa2f367028 +share/doc/libxslt-1.1.29/html/APIsymbols.html: 3e7d7df3374823ed4a8b9e00de152f5e +include/libxslt/xsltlocale.h: b934279cc2a6556075638425e5634b07 +share/doc/libxslt-1.1.29/html/APIchunk4.html: 56f35b492dacfd056fb9aeb0d465d4d8 +share/doc/libxslt-1.1.29/html/EXSLT/docs.html: de04679a46246ab14183bfddfb9fe21e +include/libxslt/pattern.h: 1d928199f1adf63d79d9ec6aa7eb060f +include/libxslt/numbersInternals.h: 27c2c21ab1535f84710fe1c8c8829018 +share/doc/libxslt-1.1.29/html/APIchunk8.html: bcffc0a904c0e63029ea40434087e8a6 +share/doc/libxslt-1.1.29/html/html/left.png: f771308152ab24a69682daed70ce136d +lib/pkgconfig/libxslt.pc: 101abf476285d150fb6130679868fd2a +include/libxslt/extensions.h: 0396b6be07f707b0c6ee171a63b2e520 +share/doc/libxslt-1.1.29/html/tutorial/libxslttutorial.html: ee8ec694b4a88c4b6503f5301c998ecd +share/doc/libxslt-1.1.29/html/docs.html: 4291a6eb59ef115310843882330d25f1 +share/doc/libxslt-1.1.29/html/news.html: 7deecee24a4b90b4e4c88f0d299f090f +share/doc/libxslt-1.1.29/html/internals.html: 922c61987ad85ba31859d1fa36ca2fc2 +share/doc/libxslt-1.1.29/html/html/libxslt-preproc.html: 2e5b3d40d10b5d19f8d8981890fa60e6 +bin/xslt-config: 92edf713575aac5c5db15127af375842 +share/doc/libxslt-1.1.29/html/APIconstructors.html: d79268dc83d0336691469ee5e7de4ffa +share/doc/libxslt-1.1.29/html/html/libxslt-functions.html: 8f859868f4d61cc91fc3297f58cf467f +share/doc/libxslt-1.1.29/html/contribs.html: c3d4e7a850f0d5e373f857093b092fbc +share/doc/libxslt-1.1.29/html/tutorial2/libxslt_pipes.xml: 0c0faafe5595b19ebe09f6110fe3a7fd +share/doc/libxslt-1.1.29/html/tutorial/libxslttutorial.xml: 7f3bb19c2dcc54c5f76e953a65dbd339 +share/doc/libxslt-1.1.29/html/API.html: 99b964a0e24da7db2d479302fbde49ef +include/libexslt/exsltconfig.h: b3e4cceec1495ff23ba07518c4a8afcb +share/doc/libxslt-1.1.29/html/html/up.png: 2f07d9272deb4ae870ca6821117877fa +share/doc/libxslt-1.1.29/html/EXSLT/APIchunk0.html: be037131987b78b19b9e61ce54877bee +share/doc/libxslt-1.1.29/html/html/libxslt-keys.html: 595c6d8e3cbd5836d765a714cdaa8662 +share/doc/libxslt-1.1.29/html/APIchunk10.html: 990d5445086a566dff80c3c55e7fe777 +share/doc/libxslt-1.1.29/html/processing.gif: e6924e110962e92a04d6d3f1f1196b31 +include/libxslt/security.h: 1b24b61ea6afe01d18c647c94b1245c7 +share/doc/libxslt-1.1.29/html/intro.html: f7674ee30704647018c1cdd5ffa4b56f +share/doc/libxslt-1.1.29/html/html/libxslt-lib.html: 38e702d7abb51be701e9e4a132b7fbf3 +share/doc/libxslt-1.1.29/html/EXSLT/index.html: f10878530c0c370434e38f8669b87fb2 +include/libxslt/namespaces.h: c784b4b8e80274491fe023ce26d4847b +share/doc/libxslt-1.1.29/html/EXSLT/APIconstructors.html: 3da084171718dfe3cfc77c6d4350762f +share/doc/libxslt-1.1.29/html/html/libxslt-extensions.html: 48ba473ecaca35f0e9d118bfe569a4ce +lib/libexslt.la: 4e7f084a461a3ab245dce1836aaf4384 +include/libxslt/xsltutils.h: c190bd536ce0cffe1ccba74c68f7b0c9 +share/doc/libxslt-1.1.29/html/html/index.html: 38e702d7abb51be701e9e4a132b7fbf3 +bin/xsltproc.exe: c215ee880a249a87c6eab40d5a9660e3 +share/doc/libxslt-1.1.29/html/APIchunk1.html: e6bedc4a557c35709cfaadb3b3a2c78e +include/libxslt/preproc.h: 829de337aca8b15f699708e6b7340549 +include/libxslt/xsltconfig.h: 696ee4c678ac92cb4b17a955475698b0 +share/doc/libxslt-1.1.29/html/docbook.html: 776f814590907d566008cb194162da1a +share/doc/libxslt-1.1.29/html/Libxslt-Logo-90x34.gif: 6b3ac58ce6c3e622db3dbf83d127f1ac +share/doc/libxslt-1.1.29/html/APIchunk3.html: a67b4125d6d62adefd42a1f14d8e743e +share/doc/libxslt-1.1.29/html/html/libxslt-extra.html: b531cac2627f78c17bf7751d709d15e4 +include/libxslt/libxslt.h: 11c489a4083c7d341b70e8693676852f +lib/pkgconfig/libexslt.pc: 6ae3965889e819ace738967546160ede +share/aclocal/libxslt.m4: 7b0b8b6bd86eea30c617663c9e9439b3 +share/doc/libxslt-1.1.29/html/EXSLT/bugs.html: 7e22e19ae460ec6a27849b6bf2870eaf +share/doc/libxslt-1.1.29/html/APIchunk9.html: ed227fe1b81942da23d7e2aa7b743888 +share/doc/libxslt-1.1.29/html/APIchunk5.html: a0fd3189be50ea1bd6193387408f586c +share/doc/libxslt-1.1.29/html/html/home.png: f6192f4292d744423df690e785d60fdf +share/doc/libxslt-1.1.29/html/EXSLT/exslt.html: 9f53a9098c0ae4b86092ec453f9bf5e0 +share/doc/libxslt-1.1.29/html/help.html: ec0ba42602368c606bb282ae37d6e8ff +share/doc/libxslt-1.1.29/html/html/libxslt-xsltexports.html: 21afd523be589d91dac3cdd1692d434c +share/doc/libxslt-1.1.29/html/EXSLT/APIsymbols.html: 39928a27a9ada210627deef998899296 +share/man/man3/libxslt.3: e4962632ed2590adad3621054417bd2a +share/doc/libxslt-1.1.29/html/html/libxslt-templates.html: f795df05f5ada549196b3b0af2b51b6f +include/libxslt/triodef.h: e41149b088de4a04c067c85969f4db3c +include/libxslt/documents.h: 22a35bd1102fd1ac301e50cf650a8b8a +include/libexslt/exslt.h: f01af3bf058520059ba6d50f42133717 +share/doc/libxslt-1.1.29/html/APIchunk12.html: 3e91f14eb29aa1b149a6dc47adfe3f7e +lib/libxslt.la: 04ac200e9b2c56292ad91ffcb83ff676 \ No newline at end of file -- cgit v1.2.3 From f910b2bbf964571014ac4ce193eb8c995c48614d Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Sat, 12 Nov 2016 01:58:41 +0300 Subject: Added MinGW support to conan.ps1, and conanfile for MinGW on Win 7 Change-Id: I0442437b33afd0195745a03301440e5eea6d4897 Reviewed-by: Simon Hausmann --- coin/provisioning/common/conan.ps1 | 11 +- coin/provisioning/qtci-windows-7-x86/conan.ps1 | 9 + .../conanmanifest.txt | 456 ++++++++-------- .../conanmanifest.txt | 572 ++++++++++----------- .../conanmanifest.txt | 234 ++++----- .../qtci-windows-7-x86/conanfiles/qtwebkit.txt | 19 + 6 files changed, 667 insertions(+), 634 deletions(-) create mode 100644 coin/provisioning/qtci-windows-7-x86/conan.ps1 create mode 100644 coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.txt (limited to 'coin') diff --git a/coin/provisioning/common/conan.ps1 b/coin/provisioning/common/conan.ps1 index 21f67c73..086af1ec 100644 --- a/coin/provisioning/common/conan.ps1 +++ b/coin/provisioning/common/conan.ps1 @@ -22,11 +22,16 @@ function Run-Conan-Install [string]$Arch, [string]$Compiler, [string]$CompilerVersion, - [string]$CompilerRuntime + [string]$CompilerRuntime, + [string]$CompilerLibcxx ) if ($CompilerRuntime) { - $runtimeArg = "-s compiler.runtime=$($CompilerRuntime)" + $extraArgs = "-s compiler.runtime=$($CompilerRuntime)" + } + + if ($CompilerLibcxx) { + $extraArgs = "-s compiler.libcxx=$($CompilerLibcxx)" } Get-ChildItem -Path "$ConanfilesDir\*.txt" | @@ -39,7 +44,7 @@ function Run-Conan-Install -WorkingDirectory $outpwd ` -ArgumentList "install -f $($_.FullName) --verify $($manifestsDir)", ` '-s', ('compiler="' + $Compiler + '"'), ` - "-s os=Windows -s arch=$($Arch) -s compiler.version=$($CompilerVersion) $($runtimeArg)" ` + "-s os=Windows -s arch=$($Arch) -s compiler.version=$($CompilerVersion) $($extraArgs)" ` -NoNewWindow -Wait -Verbose } } diff --git a/coin/provisioning/qtci-windows-7-x86/conan.ps1 b/coin/provisioning/qtci-windows-7-x86/conan.ps1 new file mode 100644 index 00000000..7421b2da --- /dev/null +++ b/coin/provisioning/qtci-windows-7-x86/conan.ps1 @@ -0,0 +1,9 @@ +. "$PSScriptRoot\..\common\conan.ps1" + +Run-Conan-Install ` + -ConanfilesDir "$PSScriptRoot\conanfiles" ` + -BuildinfoDir Mingw53-x86 ` + -Arch x86 ` + -Compiler "gcc" ` + -CompilerVersion "5.3" ` + -CompilerLibcxx "libstdc++11" diff --git a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/icu/57.1/annulen/stable/package/df887949b128f2725c575258bd175fe4d30ba476/conanmanifest.txt b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/icu/57.1/annulen/stable/package/df887949b128f2725c575258bd175fe4d30ba476/conanmanifest.txt index 9b74c319..ada3d009 100644 --- a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/icu/57.1/annulen/stable/package/df887949b128f2725c575258bd175fe4d30ba476/conanmanifest.txt +++ b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/icu/57.1/annulen/stable/package/df887949b128f2725c575258bd175fe4d30ba476/conanmanifest.txt @@ -1,257 +1,257 @@ 1478728553 -include/layout/RunArrays.h: 3f617f033219e611639c272cb3aff784 -include/layout/loengine.h: f8b15a37f9c330dfa87c69c5501e80cd -include/unicode/utf.h: 0d1807bea996ca42bad86a938ba69453 -include/layout/LEFontInstance.h: 832355f57af5c308176c31b4b509ee66 -include/unicode/dbbi.h: 3435ff244bdf7d248fa81c8162f6da9c -include/unicode/vtzone.h: 90e065183436be0a94918465f66be863 -include/unicode/stsearch.h: 70a69561b21c1a8e14f7d1a4e0760392 -include/unicode/uchar.h: 6049da45cae06c38009809cd701e8fc8 -include/unicode/tmutamt.h: e67a0e5e8b642aee17578411d554bcc2 -include/unicode/umachine.h: 8946d5b383646c9de9fc8c84eb0456fd -lib/libicule.dll.a: b1fb12fb94759dd8a38d5abfa6f4ad21 -include/unicode/regex.h: 3ef7c102b12d3167fa019d203f524ec4 -include/unicode/calendar.h: e360220586bcd0c3ea93b610bf4fe202 -include/unicode/datefmt.h: 034fcd313ba7753923be9b30833ff13e -lib/icuin.dll: 2dad9816f0d70e640435604dea7a02ca -include/unicode/search.h: ddfee95357399f1840854929715a99f3 -include/unicode/format.h: 637778c5df6458f3f90d6f87e7d6a694 -include/unicode/gregocal.h: 165eb6c7ffe6d914240c4bc0a2d7e5e0 -include/layout/LELanguages.h: a067c055ed8b2463797e2219d5c4f584 -include/unicode/idna.h: b7885800ec0092f7b0411810ef0a0150 -include/unicode/umisc.h: 3f34c9d536fdd5d4fddca2cf952bcfaa -include/unicode/uformattable.h: 257f1dd17c788b7f5eab9ee3627f654c -include/unicode/curramt.h: efd2919661fe8dbc23f6b0f5bd33e685 -include/unicode/tmutfmt.h: 9d7e425317331c3ed890cefb0f654004 -include/unicode/utmscale.h: 267dcde091ed1b81f03b1fff49c05e69 -include/unicode/uregion.h: 0819c20dc8e0b5aebc5ec527828f565e +bin/derb.exe: 3ec3b316ff23272a1b3fd2b158bf8f0c +bin/genbrk.exe: d20b4453d8f27575aa99a922b1b73979 +bin/genccode.exe: fd6c6b4a19785fe79e64a5a7c42126f5 bin/gencfu.exe: b5eb4c1573c0a57177d9b07c3f550fe5 -bin/pkgdata.exe: cc98c16f44eee8bbbe395b440ea4ffdf -include/unicode/rbtz.h: 76eb867d186e64e6bd425561d9371d7d -lib/libicutu.dll.a: d3357b6836a2d24f1f9786efc195e3f1 -include/unicode/ubrk.h: 117eb54e39da5ce3dba2c9679707b0b7 -include/unicode/stringtriebuilder.h: 251396f1c130290458da7553cca598f6 -include/unicode/stringpiece.h: 707434771237dbc6467f49aebc26f7f7 -include/unicode/coleitr.h: 9a393483da6d9daae0bf18dd997abcfa -lib/icudt.dll: 008d9b3a7b34c3cfcf90b3314a998db9 -include/unicode/utf_old.h: fce92682d7539e0fde301c54ef9e8760 -include/unicode/ures.h: 6b374e2d473dfab51bcf7306c46f9eb6 -share/man/man1/genbrk.1: d582931cc6be22153312b877dfa10bda -include/unicode/msgfmt.h: de76868b18a099b367a685c31c0a14d8 -include/unicode/usetiter.h: 6baeb6276d80be18739355f9549b38e7 -include/unicode/ucurr.h: 4e010cfe5251e583c06597df3dbbd7c8 -include/unicode/platform.h: fceecfa20a56af2a62a310d3d9fd1b14 -include/layout/LEGlyphFilter.h: d9f85ffb6092f4d0a0f7d6d2b47af762 -include/unicode/ucharstrie.h: cdd315664d45ceeb931f740427eba956 bin/gencmn.exe: 67af9d71860826f5b2fc77f88f05dd57 -lib/pkgconfig/icu-uc.pc: 3c15a1901d200540ea9737e69473f721 -include/unicode/dcfmtsym.h: e4935f31b8f97b149fa686a9996f6758 -share/man/man1/makeconv.1: 454b0e32760b4ceb61c8b3d2ee16e989 -include/unicode/unum.h: 6e24b3d63e65f4d0a3076d33708a96d7 -include/unicode/choicfmt.h: e86083f42af655ca0806ce1ed3dc55a0 -include/unicode/utf16.h: b376232af20fa9f77c983c6cc91800cf -include/unicode/messagepattern.h: e3ae4457660d55835e42d88c3338a661 -include/unicode/ustream.h: 7d0c8f8409f683d2b1044537db4be8bf -lib/libicuio.dll.a: 2bdacffc519030a8d4188f83fdc81fd1 -include/unicode/basictz.h: 444077f7dd19bd6dbe24034360356e8a -share/man/man1/gencnval.1: 8e91c767edcfa124b530839d6773b186 -include/unicode/usprep.h: 4ea1ec6a6d4fcbf2c1a239f23873da98 -include/unicode/udateintervalformat.h: 6f55cc14a063de8c79b74a7316d93e6f -include/unicode/filteredbrk.h: 3d230ab55f28d50fbc5c7d391cd897d9 -include/unicode/ucnvsel.h: af61d762e6c51d92c6191a6234eba4c0 -include/unicode/urename.h: 73c3a4cd707c1549f27341c859b099bb -include/unicode/std_string.h: e019f8e200de712588502817a22e5049 -lib/icutu57.dll: 6f76dea90ce1d6e7651471dbb9c15e09 -include/unicode/upluralrules.h: d9a66886a7585743cc8abe54af8e5955 -include/unicode/parseerr.h: aa97d4d0cb5ef66baf1652c46223a81f -share/man/man8/icupkg.8: dc12cc909e8e17758fda0ce8d241eefa -include/unicode/usearch.h: 3e51b12fdf6a1adfc4696946ac0a4b6c -include/unicode/resbund.h: 8c9bf16c940d2fa6d27e92b4b9023b1c -include/unicode/utrans.h: cc28e262a704403f38c26becae727165 -bin/gennorm2.exe: 325e3fdd8e7136e76c11f9b906051cd4 -include/unicode/tzfmt.h: 31ad89c49cc59da450befd0a9c2cee84 -lib/iculx.dll: 8f9829ecc0917da35df6ac1b95867ea8 -include/unicode/unifunct.h: 3d37601bd3ae27b4e51431713d9f7533 -include/layout/LEGlyphStorage.h: f1223e9ee45c7b70bb5716523b110c53 -include/unicode/scientificnumberformatter.h: 0f0c586dcb3cb2d59c10f9a42490e81f -include/unicode/dtptngen.h: b7e58f01d5e588371e22e55a2d255208 -lib/icu/57.1/Makefile.inc: 51df1179cc12274af810405a09627a85 -include/unicode/ucoleitr.h: 2960fa61e49001636797afbc1cbd3e61 -share/man/man1/uconv.1: 80d9754f424b0468e719cc6616ba669d -include/unicode/ucnv_cb.h: 29d1534d54197074136641f9e73bca3a -share/man/man8/gencmn.8: 666145011f4bdf0bd47178a93c94b710 -include/unicode/ulistformatter.h: 56cc2f8025387fcb18422300373a6e47 -bin/derb.exe: 3ec3b316ff23272a1b3fd2b158bf8f0c bin/gencnval.exe: e249044782f01701e32e31479404b424 -include/unicode/sortkey.h: 323299d4a40734274de910e74e6b7714 -include/unicode/uidna.h: 851038bc78b135bf99c65dd0648e78f7 -lib/pkgconfig/icu-le.pc: aecca7de6d94cd8fcea30f61818c3436 -include/unicode/chariter.h: d6030b3dffd5355f9377318f76dd69de -include/unicode/uvernum.h: d878c9e384487c8668c122712134c0f1 -include/unicode/normalizer2.h: 0b96e4e3fe2db9df3ea140dbbe8ea140 -include/unicode/gender.h: 05bdc8c839f568e55c1d5d57c034dd36 -include/unicode/ucsdet.h: 77f79ed197997607ad82834cddcecee3 -bin/genccode.exe: fd6c6b4a19785fe79e64a5a7c42126f5 -bin/uconv.exe: d61219c6e2b6204bc6b763b19863ed36 -include/unicode/uversion.h: 140b36fa9bffd2cb2b1c7f02691923e6 -include/unicode/schriter.h: fcb1bcf67285e897acf621e937b13010 -include/unicode/ucasemap.h: 1f64f081f3d1ee03e17d9cebb4b39c34 -include/unicode/utf8.h: 0d3fb609e35e2c67dce1a4889973bebd -include/unicode/ucol.h: 5794231873c0168366cac78abd7b9ba8 -include/unicode/umsg.h: 8880b14654d63c6e78a50d8f569b2766 -include/unicode/uset.h: 62d5813111f8391b4f616da08802aa24 -include/unicode/uloc.h: b048d6c8e26ed8a65d0403d90ea4081c -include/layout/LESwaps.h: 75f4e8675dbe6af58e563834aedd7bc8 -include/unicode/compactdecimalformat.h: d1cca4ce6027a3d42a29b55e9ce0b82c -include/unicode/fmtable.h: fe37b4f3f1862172fcf708a8913b5d90 -include/unicode/ustring.h: 49c56a6248a7c92ee93a11331d2a6364 -include/unicode/uchriter.h: 26aecb73ed6c3b66d45920b6edc82e94 bin/gendict.exe: 8602eabdc50fa6155b625726864dba16 -include/unicode/ulocdata.h: 0803ed6ac97fbf4a10c3ca436f903fb2 -lib/libicutest.dll.a: 14cd311813f51ce75b0d0989372ed3d9 -include/unicode/plurrule.h: 19d8e5c3f59ac4a833883da7fc52279c -share/man/man1/icu-config.1: 669e5783bf5465d9828a8bee9af55257 -include/unicode/ubidi.h: 66179ab0b99a5d356dba19e14eb5ecd3 -include/unicode/selfmt.h: cf18d9ce0e01636d74c14aac25dea995 -include/unicode/ustdio.h: 0fd603db4b22ee783b7298e61be990b8 +bin/gennorm2.exe: 325e3fdd8e7136e76c11f9b906051cd4 +bin/genrb.exe: 239a4ff2f0b48080aacb71fc76be8d2f +bin/gensprep.exe: a1c66a70887166b100cc41a5e46345ce +bin/icu-config: 96b18a047b3d3f489e2960b45896f816 +bin/icuinfo.exe: edd6e3cae4a64effa44d0f0c6d9c49e3 +bin/icupkg.exe: 3d8237194aab07ae0b94df5a612d9809 bin/makeconv.exe: 99a4faca3677d2387af16a646a58ef8a -include/unicode/simpletz.h: 0c847bdd492d23c7d78993e03d8364b8 -include/unicode/simpleformatter.h: aa8128e6a7368689e974552143be3c55 +bin/pkgdata.exe: cc98c16f44eee8bbbe395b440ea4ffdf +bin/uconv.exe: d61219c6e2b6204bc6b763b19863ed36 conaninfo.txt: fd101264bb948df865b27622957a2f15 -include/unicode/decimfmt.h: e4fcfcfcb4bb45e7935cec1ec41ba359 +include/layout/LEFontInstance.h: 832355f57af5c308176c31b4b509ee66 +include/layout/LEGlyphFilter.h: d9f85ffb6092f4d0a0f7d6d2b47af762 +include/layout/LEGlyphStorage.h: f1223e9ee45c7b70bb5716523b110c53 +include/layout/LEInsertionList.h: dee4db6d6404cdb502188ef0f7271cf7 +include/layout/LELanguages.h: a067c055ed8b2463797e2219d5c4f584 +include/layout/LEScripts.h: 54a3a278a6e40180944ae915b816f4eb +include/layout/LESwaps.h: 75f4e8675dbe6af58e563834aedd7bc8 include/layout/LETableReference.h: 5a398e838e744826c08b2c3246bb6c85 -lib/icutest.dll: c58029e6799efbd6dd809665bc243661 -lib/icu/57.1/pkgdata.inc: ea5b004208a38d31072631debf2820c5 -share/icu/57.1/install-sh: 5afe8eb5573965dfb58378e4e46f3813 -include/unicode/smpdtfmt.h: 19192d367d28f9812c71588222331218 -include/unicode/plurfmt.h: 06a5b724a0cdc04673d2467002605b50 -lib/icu/current/Makefile.inc: 51df1179cc12274af810405a09627a85 +include/layout/LETypes.h: e6b0751d998bf62a0f5c547ea385e01b include/layout/LayoutEngine.h: 316ad98ce1ec2fbcff405706827efbc4 -include/unicode/appendable.h: 5c2d97a96252e2c959d4c226a554575b -include/unicode/unumsys.h: d239b6c2f97f51c221fcd66865adbaf9 -include/unicode/ustringtrie.h: 08470063002ce9a8df978481b0d5588d -include/unicode/utf32.h: ed15f0927cec48cab1922d08e1fdcce1 -include/unicode/tztrans.h: 223b5af929e494c1894c6a24e8685f44 -include/unicode/fieldpos.h: ae206bb308885c2dae6bd15792512e6f -lib/icu/current/pkgdata.inc: ea5b004208a38d31072631debf2820c5 -lib/icule57.dll: 7711d0ed1ab71d54a13d6146a44100a0 -lib/libicuuc.dll.a: 09afc25669dd4526dfe794a8cf9428a3 -include/unicode/unimatch.h: e1a18096e0c7c7220c5c9149cd2d184c -bin/genrb.exe: 239a4ff2f0b48080aacb71fc76be8d2f +include/layout/ParagraphLayout.h: 50ea2c0f4d5f43f8c889c9634628407a +include/layout/RunArrays.h: 3f617f033219e611639c272cb3aff784 +include/layout/loengine.h: f8b15a37f9c330dfa87c69c5501e80cd include/layout/playout.h: e86c74c388011a1af118c1d4a53dde54 -include/unicode/dtintrv.h: 9d0929775a3d4599f90020ffb304d66c +include/layout/plruns.h: 84d32229ac7a487f0f9d34426fa3ea8a +include/unicode/alphaindex.h: e74fcba85b76577d32b90bc0056ee5d9 +include/unicode/appendable.h: 5c2d97a96252e2c959d4c226a554575b +include/unicode/basictz.h: 444077f7dd19bd6dbe24034360356e8a +include/unicode/brkiter.h: 0a5796a84c272600a360dc5918899492 +include/unicode/bytestream.h: f828cc9f542c232d2aadb09b9099c559 +include/unicode/bytestrie.h: 765c037e45325e1970e839349df7c28c +include/unicode/bytestriebuilder.h: 634c9203ef678ee0d8fd9baffa8e3e46 +include/unicode/calendar.h: e360220586bcd0c3ea93b610bf4fe202 include/unicode/caniter.h: f6de1e31cdc53563f35b093f8f8a07d8 -lib/libicudt.dll.a: 2a9bd71e462b4b914efc91907d7928f1 -include/unicode/uscript.h: baaefbb5a6c5e251da2bb1800626d9e4 +include/unicode/chariter.h: d6030b3dffd5355f9377318f76dd69de +include/unicode/choicfmt.h: e86083f42af655ca0806ce1ed3dc55a0 +include/unicode/coleitr.h: 9a393483da6d9daae0bf18dd997abcfa +include/unicode/coll.h: 06d3855e97984cd27579ec69b1985cc1 +include/unicode/compactdecimalformat.h: d1cca4ce6027a3d42a29b55e9ce0b82c +include/unicode/curramt.h: efd2919661fe8dbc23f6b0f5bd33e685 +include/unicode/currpinf.h: b3cf75cd234ec080a7fee08e20906be6 +include/unicode/currunit.h: f8b67c06aa5547b9911378f39e70bc5d +include/unicode/datefmt.h: 034fcd313ba7753923be9b30833ff13e +include/unicode/dbbi.h: 3435ff244bdf7d248fa81c8162f6da9c +include/unicode/dcfmtsym.h: e4935f31b8f97b149fa686a9996f6758 +include/unicode/decimfmt.h: e4fcfcfcb4bb45e7935cec1ec41ba359 +include/unicode/docmain.h: 81c20148681a5d7598d33fe1e49f3c5b +include/unicode/dtfmtsym.h: 4a7ee444945513d0939376634f42d0ec +include/unicode/dtintrv.h: 9d0929775a3d4599f90020ffb304d66c +include/unicode/dtitvfmt.h: d42ce527e4a5eb3138782d92acd97b88 include/unicode/dtitvinf.h: c7cedf40b871f6d3c77cc013d06983f7 +include/unicode/dtptngen.h: b7e58f01d5e588371e22e55a2d255208 +include/unicode/dtrule.h: 9b687ce82b426bfd8b67f2a743f9114c +include/unicode/enumset.h: 9b15421cfac73c8845562dc2eba0f2e9 include/unicode/errorcode.h: 28c37140645dfa2f430cf531131a2cbb -share/man/man1/genrb.1: 0334a4504849157d50d1dfc088857b90 -include/unicode/utypes.h: 21e5e8cc7dc66bdb83f70971bed1a5e4 -share/icu/57.1/config/mh-mingw: fba135252f1f3bf3c41d9601239b91d6 -include/unicode/putil.h: 12979acdf705cac063a0f7862a20907b -include/unicode/measure.h: 3a03dc0bc233874de9b869a64a057835 -include/unicode/dtitvfmt.h: d42ce527e4a5eb3138782d92acd97b88 -include/layout/LEInsertionList.h: dee4db6d6404cdb502188ef0f7271cf7 -lib/icu/pkgdata.inc: ea5b004208a38d31072631debf2820c5 -include/unicode/measunit.h: 54bcc9c8bd45f4d61baad1ecfda8874d -include/unicode/uregex.h: 6eb3c76e7d6fa2fed34b77f7fcc5cc85 -include/unicode/udisplaycontext.h: cdd37d6941337b96a75801e0716ca045 -include/unicode/uclean.h: 220a7ed9637f6d08844892406ee12fd7 -share/man/man1/gencfu.1: 122f19c9001531b553d26d0df3daf5ff -bin/icu-config: 96b18a047b3d3f489e2960b45896f816 -include/unicode/unorm2.h: 5ab66d75a9251a8df00f2075128ab010 +include/unicode/fieldpos.h: ae206bb308885c2dae6bd15792512e6f +include/unicode/filteredbrk.h: 3d230ab55f28d50fbc5c7d391cd897d9 +include/unicode/fmtable.h: fe37b4f3f1862172fcf708a8913b5d90 +include/unicode/format.h: 637778c5df6458f3f90d6f87e7d6a694 +include/unicode/fpositer.h: 276908f795beea88cd9d3f6f43ff82b2 +include/unicode/gender.h: 05bdc8c839f568e55c1d5d57c034dd36 +include/unicode/gregocal.h: 165eb6c7ffe6d914240c4bc0a2d7e5e0 +include/unicode/icudataver.h: 6b463f7d991d4cf4b0278bda90d4419f +include/unicode/icuplug.h: 2688326bbc6184edbfb04a9e398a363a +include/unicode/idna.h: b7885800ec0092f7b0411810ef0a0150 include/unicode/listformatter.h: 8e460de80d6cb5701b3fcc2a3e704c14 -lib/icutu.dll: 6f76dea90ce1d6e7651471dbb9c15e09 -include/unicode/uiter.h: 8e6b6197795cb2d42f8c80922d28ccf2 -include/unicode/uspoof.h: a6510014653e0576fcf39c9dfd74f955 -lib/icuin57.dll: 2dad9816f0d70e640435604dea7a02ca -bin/gensprep.exe: a1c66a70887166b100cc41a5e46345ce -include/unicode/ugender.h: be7155c7b25e2a7b7ea4d22ffc939557 -include/unicode/uobject.h: 07ebe875a9d304f71f525d2a71b20ddc -include/layout/ParagraphLayout.h: 50ea2c0f4d5f43f8c889c9634628407a -include/unicode/ucharstriebuilder.h: 08b57db9db7ec6c83a727b4e7e93a84c -lib/icuuc.dll: 6d770a12bdeee63da045a1030abdbaa1 -lib/pkgconfig/icu-i18n.pc: 92c5e21b66b1c1103f95f3f24aba8407 -lib/pkgconfig/icu-lx.pc: e3b92f49261a56c6fa42999929e0b614 -include/unicode/tmunit.h: b946f43e7c8bec8aa50ddd6120671446 -include/unicode/bytestriebuilder.h: 634c9203ef678ee0d8fd9baffa8e3e46 -include/unicode/utrace.h: 25f64a4cd8fc8a13bdfadd59bb287d49 -include/unicode/uenum.h: 0f39322455d626debaf0bbe476a77c54 -include/unicode/brkiter.h: 0a5796a84c272600a360dc5918899492 +include/unicode/localpointer.h: ef6f8ec1d09bcfd660632f2df08c8d30 +include/unicode/locdspnm.h: df688f9f85fa7927b037811db0a5a934 +include/unicode/locid.h: 7d2c34577acdb5d7372ab35b02068581 +include/unicode/measfmt.h: fdd0cbd2a7f3af228f25560a3f63c4ad +include/unicode/measunit.h: 54bcc9c8bd45f4d61baad1ecfda8874d +include/unicode/measure.h: 3a03dc0bc233874de9b869a64a057835 +include/unicode/messagepattern.h: e3ae4457660d55835e42d88c3338a661 +include/unicode/msgfmt.h: de76868b18a099b367a685c31c0a14d8 +include/unicode/normalizer2.h: 0b96e4e3fe2db9df3ea140dbbe8ea140 +include/unicode/normlzr.h: 850f123dce4120db36601bcd4a77e925 +include/unicode/numfmt.h: c45e7b584738ae545937b3431a7e97b7 include/unicode/numsys.h: 3b40734e737a0328f7c63124f07727e4 -share/man/man1/derb.1: dd6ef195449ac6d5b737f593da48c645 -lib/pkgconfig/icu-io.pc: 7202507898b19d39e47af89913d2e48b +include/unicode/parseerr.h: aa97d4d0cb5ef66baf1652c46223a81f +include/unicode/parsepos.h: 408632c4f4a0ec42811b50295be88ec9 +include/unicode/platform.h: fceecfa20a56af2a62a310d3d9fd1b14 +include/unicode/plurfmt.h: 06a5b724a0cdc04673d2467002605b50 +include/unicode/plurrule.h: 19d8e5c3f59ac4a833883da7fc52279c include/unicode/ptypes.h: 93226b56866b0001f58f0319e430da08 -include/unicode/udata.h: ca1f4a55a240ea9586f2cca1ea4764c8 -include/unicode/ucnv.h: 90e6635683216cf04e9e51c7793cce02 -share/man/man1/pkgdata.1: 715020d492a3550929754c1a0df2e39c -include/unicode/dtrule.h: 9b687ce82b426bfd8b67f2a743f9114c -include/unicode/alphaindex.h: e74fcba85b76577d32b90bc0056ee5d9 -share/man/man1/gendict.1: c5bf41dd6f865bc6efec54e308ed3e2b -include/unicode/uniset.h: fa3cfc8b4883a69120bf35e65f5d75ec -include/unicode/ucat.h: 7420c409443c281d0396a824f7ce954c +include/unicode/putil.h: 12979acdf705cac063a0f7862a20907b +include/unicode/rbbi.h: f0fe0af5306ea31bcb128a57dad17785 include/unicode/rbnf.h: fa3ee91ae518f46628171c5eda544702 +include/unicode/rbtz.h: 76eb867d186e64e6bd425561d9371d7d +include/unicode/regex.h: 3ef7c102b12d3167fa019d203f524ec4 include/unicode/region.h: 149a3b19b81a6e9093cb40f63a688fe7 -include/unicode/bytestrie.h: 765c037e45325e1970e839349df7c28c -lib/icu/Makefile.inc: 51df1179cc12274af810405a09627a85 -include/unicode/unorm.h: a04a23023daa99571ef2b7edca9dc6d2 +include/unicode/reldatefmt.h: 0f38d6b83c8a59898e4b546bd00bb459 +include/unicode/rep.h: 5fa4336c1302e276e81d2716a9789511 +include/unicode/resbund.h: 8c9bf16c940d2fa6d27e92b4b9023b1c +include/unicode/schriter.h: fcb1bcf67285e897acf621e937b13010 +include/unicode/scientificnumberformatter.h: 0f0c586dcb3cb2d59c10f9a42490e81f +include/unicode/search.h: ddfee95357399f1840854929715a99f3 +include/unicode/selfmt.h: cf18d9ce0e01636d74c14aac25dea995 +include/unicode/simpleformatter.h: aa8128e6a7368689e974552143be3c55 +include/unicode/simpletz.h: 0c847bdd492d23c7d78993e03d8364b8 +include/unicode/smpdtfmt.h: 19192d367d28f9812c71588222331218 +include/unicode/sortkey.h: 323299d4a40734274de910e74e6b7714 +include/unicode/std_string.h: e019f8e200de712588502817a22e5049 +include/unicode/strenum.h: cece8736aaa78de5edb80b2d8bcf2339 +include/unicode/stringpiece.h: 707434771237dbc6467f49aebc26f7f7 +include/unicode/stringtriebuilder.h: 251396f1c130290458da7553cca598f6 +include/unicode/stsearch.h: 70a69561b21c1a8e14f7d1a4e0760392 include/unicode/symtable.h: dd632a7e27832b5992d4a54205c599c4 -include/layout/LETypes.h: e6b0751d998bf62a0f5c547ea385e01b +include/unicode/tblcoll.h: 95b69fba4fd024406b9e4d991f1ad7c7 +include/unicode/timezone.h: 3e88d71098f36369b9892baff81c603c +include/unicode/tmunit.h: b946f43e7c8bec8aa50ddd6120671446 +include/unicode/tmutamt.h: e67a0e5e8b642aee17578411d554bcc2 +include/unicode/tmutfmt.h: 9d7e425317331c3ed890cefb0f654004 include/unicode/translit.h: 9eb1419219ba781ff4653b4983a4e33c -include/unicode/measfmt.h: fdd0cbd2a7f3af228f25560a3f63c4ad -include/layout/LEScripts.h: 54a3a278a6e40180944ae915b816f4eb +include/unicode/tzfmt.h: 31ad89c49cc59da450befd0a9c2cee84 include/unicode/tznames.h: 72003f95cbf6b2bb6acc12d3b4b3f41a -include/unicode/enumset.h: 9b15421cfac73c8845562dc2eba0f2e9 -include/unicode/coll.h: 06d3855e97984cd27579ec69b1985cc1 -bin/icuinfo.exe: edd6e3cae4a64effa44d0f0c6d9c49e3 +include/unicode/tzrule.h: 6416905b7247c15c939cc0e2d32a6510 +include/unicode/tztrans.h: 223b5af929e494c1894c6a24e8685f44 +include/unicode/ubidi.h: 66179ab0b99a5d356dba19e14eb5ecd3 +include/unicode/ubrk.h: 117eb54e39da5ce3dba2c9679707b0b7 +include/unicode/ucal.h: 70b7c32899132549a87577d2e96d8b75 +include/unicode/ucasemap.h: 1f64f081f3d1ee03e17d9cebb4b39c34 +include/unicode/ucat.h: 7420c409443c281d0396a824f7ce954c +include/unicode/uchar.h: 6049da45cae06c38009809cd701e8fc8 +include/unicode/ucharstrie.h: cdd315664d45ceeb931f740427eba956 +include/unicode/ucharstriebuilder.h: 08b57db9db7ec6c83a727b4e7e93a84c +include/unicode/uchriter.h: 26aecb73ed6c3b66d45920b6edc82e94 +include/unicode/uclean.h: 220a7ed9637f6d08844892406ee12fd7 +include/unicode/ucnv.h: 90e6635683216cf04e9e51c7793cce02 +include/unicode/ucnv_cb.h: 29d1534d54197074136641f9e73bca3a +include/unicode/ucnv_err.h: 0b8f3b01f733daf5fa2bab7d0c77a83f +include/unicode/ucnvsel.h: af61d762e6c51d92c6191a6234eba4c0 +include/unicode/ucol.h: 5794231873c0168366cac78abd7b9ba8 +include/unicode/ucoleitr.h: 2960fa61e49001636797afbc1cbd3e61 +include/unicode/uconfig.h: 2bc6d6073763aa34555775d5868dec4e +include/unicode/ucsdet.h: 77f79ed197997607ad82834cddcecee3 +include/unicode/ucurr.h: 4e010cfe5251e583c06597df3dbbd7c8 +include/unicode/udat.h: 03876d47a6da7ae776311f580635c003 +include/unicode/udata.h: ca1f4a55a240ea9586f2cca1ea4764c8 +include/unicode/udateintervalformat.h: 6f55cc14a063de8c79b74a7316d93e6f +include/unicode/udatpg.h: fd44f3f982452c68cdf6b1f3b159f068 +include/unicode/udisplaycontext.h: cdd37d6941337b96a75801e0716ca045 +include/unicode/uenum.h: 0f39322455d626debaf0bbe476a77c54 +include/unicode/ufieldpositer.h: 68ae4017d10f71b84083c24b2e09b536 +include/unicode/uformattable.h: 257f1dd17c788b7f5eab9ee3627f654c +include/unicode/ugender.h: be7155c7b25e2a7b7ea4d22ffc939557 +include/unicode/uidna.h: 851038bc78b135bf99c65dd0648e78f7 +include/unicode/uiter.h: 8e6b6197795cb2d42f8c80922d28ccf2 include/unicode/uldnames.h: 8545429414195c42ee9a05694540bd8d -include/unicode/localpointer.h: ef6f8ec1d09bcfd660632f2df08c8d30 -include/unicode/docmain.h: 81c20148681a5d7598d33fe1e49f3c5b +include/unicode/ulistformatter.h: 56cc2f8025387fcb18422300373a6e47 +include/unicode/uloc.h: b048d6c8e26ed8a65d0403d90ea4081c +include/unicode/ulocdata.h: 0803ed6ac97fbf4a10c3ca436f903fb2 +include/unicode/umachine.h: 8946d5b383646c9de9fc8c84eb0456fd +include/unicode/umisc.h: 3f34c9d536fdd5d4fddca2cf952bcfaa +include/unicode/umsg.h: 8880b14654d63c6e78a50d8f569b2766 +include/unicode/unifilt.h: 3b0368ea2da9a503aa47803e395b513e +include/unicode/unifunct.h: 3d37601bd3ae27b4e51431713d9f7533 +include/unicode/unimatch.h: e1a18096e0c7c7220c5c9149cd2d184c +include/unicode/unirepl.h: 7f1973a960a652ff74fa63e21969bab9 +include/unicode/uniset.h: fa3cfc8b4883a69120bf35e65f5d75ec +include/unicode/unistr.h: 975e37994ae2d3197a86284f1bdacdf3 +include/unicode/unorm.h: a04a23023daa99571ef2b7edca9dc6d2 +include/unicode/unorm2.h: 5ab66d75a9251a8df00f2075128ab010 +include/unicode/unum.h: 6e24b3d63e65f4d0a3076d33708a96d7 +include/unicode/unumsys.h: d239b6c2f97f51c221fcd66865adbaf9 +include/unicode/uobject.h: 07ebe875a9d304f71f525d2a71b20ddc +include/unicode/upluralrules.h: d9a66886a7585743cc8abe54af8e5955 +include/unicode/uregex.h: 6eb3c76e7d6fa2fed34b77f7fcc5cc85 +include/unicode/uregion.h: 0819c20dc8e0b5aebc5ec527828f565e include/unicode/ureldatefmt.h: 057a6220b33c1c81e0cebc9a5da40929 -include/layout/plruns.h: 84d32229ac7a487f0f9d34426fa3ea8a -lib/icuio57.dll: 5d8d3f8556adf2c4c1508dc7fd30c9d5 -include/unicode/parsepos.h: 408632c4f4a0ec42811b50295be88ec9 -lib/icutest57.dll: c58029e6799efbd6dd809665bc243661 -include/unicode/bytestream.h: f828cc9f542c232d2aadb09b9099c559 -include/unicode/numfmt.h: c45e7b584738ae545937b3431a7e97b7 -share/man/man8/gensprep.8: 1362b0c31dfa738c82a50fe8b7bec4d1 -include/unicode/strenum.h: cece8736aaa78de5edb80b2d8bcf2339 -include/unicode/dtfmtsym.h: 4a7ee444945513d0939376634f42d0ec -include/unicode/icudataver.h: 6b463f7d991d4cf4b0278bda90d4419f -include/unicode/uconfig.h: 2bc6d6073763aa34555775d5868dec4e -include/unicode/reldatefmt.h: 0f38d6b83c8a59898e4b546bd00bb459 -include/unicode/normlzr.h: 850f123dce4120db36601bcd4a77e925 -include/unicode/rbbi.h: f0fe0af5306ea31bcb128a57dad17785 -include/unicode/timezone.h: 3e88d71098f36369b9892baff81c603c -bin/genbrk.exe: d20b4453d8f27575aa99a922b1b73979 +include/unicode/urename.h: 73c3a4cd707c1549f27341c859b099bb include/unicode/urep.h: dc3eaf59ed5c198facce9f4a97a79ecf -share/icu/57.1/LICENSE: 787d3b37867445c1cdd6f6167bd0e347 +include/unicode/ures.h: 6b374e2d473dfab51bcf7306c46f9eb6 +include/unicode/uscript.h: baaefbb5a6c5e251da2bb1800626d9e4 +include/unicode/usearch.h: 3e51b12fdf6a1adfc4696946ac0a4b6c +include/unicode/uset.h: 62d5813111f8391b4f616da08802aa24 +include/unicode/usetiter.h: 6baeb6276d80be18739355f9549b38e7 include/unicode/ushape.h: f87732f736df2bbb90d46a10779876e7 -include/unicode/fpositer.h: 276908f795beea88cd9d3f6f43ff82b2 -include/unicode/tblcoll.h: 95b69fba4fd024406b9e4d991f1ad7c7 -share/man/man8/genccode.8: 47e0d56719f899919197ed154699910b -lib/libicuin.dll.a: 5cfe05e08eca003163f3e5765e5b4c58 -include/unicode/locid.h: 7d2c34577acdb5d7372ab35b02068581 -include/unicode/unistr.h: 975e37994ae2d3197a86284f1bdacdf3 -include/unicode/unirepl.h: 7f1973a960a652ff74fa63e21969bab9 +include/unicode/uspoof.h: a6510014653e0576fcf39c9dfd74f955 +include/unicode/usprep.h: 4ea1ec6a6d4fcbf2c1a239f23873da98 +include/unicode/ustdio.h: 0fd603db4b22ee783b7298e61be990b8 +include/unicode/ustream.h: 7d0c8f8409f683d2b1044537db4be8bf +include/unicode/ustring.h: 49c56a6248a7c92ee93a11331d2a6364 +include/unicode/ustringtrie.h: 08470063002ce9a8df978481b0d5588d +include/unicode/utext.h: c83e4d6390b463b28168cf90a734966e +include/unicode/utf.h: 0d1807bea996ca42bad86a938ba69453 +include/unicode/utf16.h: b376232af20fa9f77c983c6cc91800cf +include/unicode/utf32.h: ed15f0927cec48cab1922d08e1fdcce1 +include/unicode/utf8.h: 0d3fb609e35e2c67dce1a4889973bebd +include/unicode/utf_old.h: fce92682d7539e0fde301c54ef9e8760 +include/unicode/utmscale.h: 267dcde091ed1b81f03b1fff49c05e69 +include/unicode/utrace.h: 25f64a4cd8fc8a13bdfadd59bb287d49 +include/unicode/utrans.h: cc28e262a704403f38c26becae727165 +include/unicode/utypes.h: 21e5e8cc7dc66bdb83f70971bed1a5e4 +include/unicode/uvernum.h: d878c9e384487c8668c122712134c0f1 +include/unicode/uversion.h: 140b36fa9bffd2cb2b1c7f02691923e6 +include/unicode/vtzone.h: 90e065183436be0a94918465f66be863 +lib/icu/57.1/Makefile.inc: 51df1179cc12274af810405a09627a85 +lib/icu/57.1/pkgdata.inc: ea5b004208a38d31072631debf2820c5 +lib/icu/Makefile.inc: 51df1179cc12274af810405a09627a85 +lib/icu/current/Makefile.inc: 51df1179cc12274af810405a09627a85 +lib/icu/current/pkgdata.inc: ea5b004208a38d31072631debf2820c5 +lib/icu/pkgdata.inc: ea5b004208a38d31072631debf2820c5 +lib/icudt.dll: 008d9b3a7b34c3cfcf90b3314a998db9 +lib/icudt57.dll: 008d9b3a7b34c3cfcf90b3314a998db9 +lib/icuin.dll: 2dad9816f0d70e640435604dea7a02ca +lib/icuin57.dll: 2dad9816f0d70e640435604dea7a02ca +lib/icuio.dll: 5d8d3f8556adf2c4c1508dc7fd30c9d5 +lib/icuio57.dll: 5d8d3f8556adf2c4c1508dc7fd30c9d5 +lib/icule.dll: 7711d0ed1ab71d54a13d6146a44100a0 +lib/icule57.dll: 7711d0ed1ab71d54a13d6146a44100a0 +lib/iculx.dll: 8f9829ecc0917da35df6ac1b95867ea8 lib/iculx57.dll: 8f9829ecc0917da35df6ac1b95867ea8 -include/unicode/icuplug.h: 2688326bbc6184edbfb04a9e398a363a +lib/icutest.dll: c58029e6799efbd6dd809665bc243661 +lib/icutest57.dll: c58029e6799efbd6dd809665bc243661 +lib/icutu.dll: 6f76dea90ce1d6e7651471dbb9c15e09 +lib/icutu57.dll: 6f76dea90ce1d6e7651471dbb9c15e09 +lib/icuuc.dll: 6d770a12bdeee63da045a1030abdbaa1 lib/icuuc57.dll: 6d770a12bdeee63da045a1030abdbaa1 -include/unicode/currpinf.h: b3cf75cd234ec080a7fee08e20906be6 -bin/icupkg.exe: 3d8237194aab07ae0b94df5a612d9809 -include/unicode/utext.h: c83e4d6390b463b28168cf90a734966e +lib/libicudt.dll.a: 2a9bd71e462b4b914efc91907d7928f1 +lib/libicuin.dll.a: 5cfe05e08eca003163f3e5765e5b4c58 +lib/libicuio.dll.a: 2bdacffc519030a8d4188f83fdc81fd1 +lib/libicule.dll.a: b1fb12fb94759dd8a38d5abfa6f4ad21 lib/libiculx.dll.a: c15e32fd0a5f9239be1370e557e1050b -include/unicode/ucal.h: 70b7c32899132549a87577d2e96d8b75 -include/unicode/udatpg.h: fd44f3f982452c68cdf6b1f3b159f068 -lib/icudt57.dll: 008d9b3a7b34c3cfcf90b3314a998db9 -include/unicode/currunit.h: f8b67c06aa5547b9911378f39e70bc5d -include/unicode/udat.h: 03876d47a6da7ae776311f580635c003 -include/unicode/rep.h: 5fa4336c1302e276e81d2716a9789511 +lib/libicutest.dll.a: 14cd311813f51ce75b0d0989372ed3d9 +lib/libicutu.dll.a: d3357b6836a2d24f1f9786efc195e3f1 +lib/libicuuc.dll.a: 09afc25669dd4526dfe794a8cf9428a3 +lib/pkgconfig/icu-i18n.pc: 92c5e21b66b1c1103f95f3f24aba8407 +lib/pkgconfig/icu-io.pc: 7202507898b19d39e47af89913d2e48b +lib/pkgconfig/icu-le.pc: aecca7de6d94cd8fcea30f61818c3436 +lib/pkgconfig/icu-lx.pc: e3b92f49261a56c6fa42999929e0b614 +lib/pkgconfig/icu-uc.pc: 3c15a1901d200540ea9737e69473f721 +share/icu/57.1/LICENSE: 787d3b37867445c1cdd6f6167bd0e347 +share/icu/57.1/config/mh-mingw: fba135252f1f3bf3c41d9601239b91d6 +share/icu/57.1/install-sh: 5afe8eb5573965dfb58378e4e46f3813 share/icu/57.1/mkinstalldirs: 7484dc240ad83e9908bed6d968fda871 -include/unicode/tzrule.h: 6416905b7247c15c939cc0e2d32a6510 -include/unicode/locdspnm.h: df688f9f85fa7927b037811db0a5a934 -include/unicode/ufieldpositer.h: 68ae4017d10f71b84083c24b2e09b536 -include/unicode/unifilt.h: 3b0368ea2da9a503aa47803e395b513e -lib/icule.dll: 7711d0ed1ab71d54a13d6146a44100a0 -lib/icuio.dll: 5d8d3f8556adf2c4c1508dc7fd30c9d5 -include/unicode/ucnv_err.h: 0b8f3b01f733daf5fa2bab7d0c77a83f \ No newline at end of file +share/man/man1/derb.1: dd6ef195449ac6d5b737f593da48c645 +share/man/man1/genbrk.1: d582931cc6be22153312b877dfa10bda +share/man/man1/gencfu.1: 122f19c9001531b553d26d0df3daf5ff +share/man/man1/gencnval.1: 8e91c767edcfa124b530839d6773b186 +share/man/man1/gendict.1: c5bf41dd6f865bc6efec54e308ed3e2b +share/man/man1/genrb.1: 0334a4504849157d50d1dfc088857b90 +share/man/man1/icu-config.1: 669e5783bf5465d9828a8bee9af55257 +share/man/man1/makeconv.1: 454b0e32760b4ceb61c8b3d2ee16e989 +share/man/man1/pkgdata.1: 715020d492a3550929754c1a0df2e39c +share/man/man1/uconv.1: 80d9754f424b0468e719cc6616ba669d +share/man/man8/genccode.8: 47e0d56719f899919197ed154699910b +share/man/man8/gencmn.8: 666145011f4bdf0bd47178a93c94b710 +share/man/man8/gensprep.8: 1362b0c31dfa738c82a50fe8b7bec4d1 +share/man/man8/icupkg.8: dc12cc909e8e17758fda0ce8d241eefa \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/annulen/stable/package/357fb491ae867cbbfe369d54132f4f21c3f13f7d/conanmanifest.txt b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/annulen/stable/package/357fb491ae867cbbfe369d54132f4f21c3f13f7d/conanmanifest.txt index 2e674e06..b68bca2b 100644 --- a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/annulen/stable/package/357fb491ae867cbbfe369d54132f4f21c3f13f7d/conanmanifest.txt +++ b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/annulen/stable/package/357fb491ae867cbbfe369d54132f4f21c3f13f7d/conanmanifest.txt @@ -1,320 +1,320 @@ 1478728779 -share/gtk-doc/html/libxml2/libxml2-xmlversion.html: 11a6e7c28ccbdbc1ca91213139decfa9 -share/doc/libxml2-2.9.4/html/tutorial/index.html: c3df2af08328cd4cbf697d55ca9cd419 -share/doc/libxml2-2.9.4/html/w3c.png: ba69544b9cfa7659a0bb1b81410680a9 -share/doc/libxml2-2.9.4/html/html/book1.html: 461321024ef78221594067503eb0eba0 -include/libxml/xmlschemastypes.h: 160197e01dfa56cd9ad09d201d5bdeb4 -share/doc/libxml2-2.9.4/examples/testHTML.c: 6b181ebf4001bb62b07c7be7d79a2f01 -share/gtk-doc/html/libxml2/libxml2-globals.html: 08b752bd53e687bf8ac51400c62ded68 +bin/libxml2-2.dll: 6393dbaab96c3c733b8c78dbf0adba46 +bin/xml2-config: d50d6a18c0f68d0b3ef5939ee20d59f8 +bin/xmlcatalog.exe: a2762f091400139b67e01c54de582896 +bin/xmllint.exe: 6582dafc121c69b8727bed62b9fbc74f +conaninfo.txt: a2d34e82b2ec55a9a2ffcafb7e6451f7 +include/libxml/DOCBparser.h: 21e6523a86338325c527e1e8847adc1d +include/libxml/HTMLparser.h: 083a413aedc738e1903735b7f1678087 +include/libxml/HTMLtree.h: 46cf4cefb419e18c40b8d5b6ac982f3f +include/libxml/SAX.h: bf46553ceac47b24126d4a1abb7b26fa +include/libxml/SAX2.h: 226675de48e46a282141b438b0895db4 +include/libxml/c14n.h: 083bf52bbdd0563ff61605cb2bc9316f +include/libxml/catalog.h: 1d5e464fe629dde9758d6c33ea7a3d8e +include/libxml/chvalid.h: 4e1ca6554b98687e75d03662cd92d14e +include/libxml/debugXML.h: 73816937df233c77ebfa261f3ca00dd8 +include/libxml/dict.h: 93b78165ce896cbda4417bd278259714 +include/libxml/encoding.h: e07b28c25a85356f585dd6891e0c7778 +include/libxml/entities.h: 16467595fdaff28420d1657b1658f267 +include/libxml/globals.h: 7dc017984a2a506caaeb45db0e895357 include/libxml/hash.h: 747ad49c1a665e2eafaf052cbd9d165b -include/libxml2/libxml/xmlautomata.h: 3c3c0a7d353bacfbede7c2decf27e62a -share/doc/libxml2-2.9.4/html/tutorial/images/callouts/1.png: 0f67842b8cc059137a88288e95115a18 -share/doc/libxml2-2.9.4/html/html/libxml-debugXML.html: b1b29857fbff5d68b7bdf982f8b9f6c7 +include/libxml/list.h: a81670013af01c8003fa9fdbd9a8cad7 +include/libxml/nanoftp.h: a4aad060f2cedb04dacbe4c58969817a +include/libxml/nanohttp.h: d31b62933eab6d58a46eb075b49b7715 include/libxml/parser.h: 3ef7bece85150ab2319aed3fd0d36034 -share/doc/libxml2-2.9.4/html/tutorial/ar01s02.html: d2b5e466f1613a0a281969296efe652e -include/libxml2/libxml/parserInternals.h: c55ce5832dae535ce6d59b6aa10f6133 -share/doc/libxml2-2.9.4/html/html/libxml-list.html: 086afdd20e6be957346251d3ea8552f0 -include/libxml2/libxml/c14n.h: 083bf52bbdd0563ff61605cb2bc9316f -share/gtk-doc/html/libxml2/libxml2-hash.html: 11b6563618a2b99b9831857a5e81cfd2 -share/doc/libxml2-2.9.4/html/tree1.c: 8e3b9f050ff7e6ecd2912940cbb2394f -share/gtk-doc/html/libxml2/libxml2-debugXML.html: efd04207438816e0ce69c47bc93e525b -share/doc/libxml2-2.9.4/html/html/libxml-SAX2.html: 2d8812144ee7796aa073b748ba560d34 -share/doc/libxml2-2.9.4/html/tutorial/images/callouts/7.png: 0def94f52c5e45256232320aaffeb1ce -share/doc/libxml2-2.9.4/html/html/libxml-xmlerror.html: 13b79642aa3895e095f83dc5ebddc7d9 -share/gtk-doc/html/libxml2/libxml2-xpathInternals.html: 7e1cd39d27fb760f721fb1f5e276dcf9 -include/libxml2/libxml/encoding.h: e07b28c25a85356f585dd6891e0c7778 -share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html: aa49b7bc4fe1493b926c035484fd77af -share/gtk-doc/html/libxml2/libxml2-parser.html: c3f66200ba47bd8198ec81aa3c8ce608 -include/libxml2/libxml/xmlsave.h: eed2463cad941f74f99b8b9bc03aa74d -share/doc/libxml2-2.9.4/html/xpath2.res: c32344efbb7334a5f2563420e0d1723c -share/gtk-doc/html/libxml2/libxml2-xmlschemas.html: 55b5ed0793dd7f64e9c25cfe4be40287 -share/doc/libxml2-2.9.4/html/html/libxml-schematron.html: f0ddff7bae5bba25b1c98abd75038c36 -share/doc/libxml2-2.9.4/html/io2.c: 064a8c92267a391f5cbc41dbf49b14ad -share/doc/libxml2-2.9.4/html/tutorial/images/draft.png: 1b1da3ec69df05af5f2a5475e8a8a24b -lib/cmake/libxml2/libxml2-config.cmake: 905864882fbb75196d4618cdf923ef78 -include/libxml/xmlregexp.h: fea3110c96e8cd9013900e1c8e5b6c0b -share/doc/libxml2-2.9.4/html/tutorial/images/important.png: ca20b7b781cf82d1aeb36ce63590ccd0 -share/doc/libxml2-2.9.4/html/io2.res: c6a030758261e4b23c18fe8fa9b9f1cb -include/libxml2/libxml/globals.h: 7dc017984a2a506caaeb45db0e895357 -share/doc/libxml2-2.9.4/html/test3.xml: 0ba76ca9c89e995bbaf258ab154e5205 -share/aclocal/libxml.m4: a07f9db1c83755505dbf961c953efdf8 -include/libxml2/libxml/xmlwriter.h: 8694436144b1fb0aab2e2d6b725035e3 -share/doc/libxml2-2.9.4/html/html/libxml-relaxng.html: da69ff4b925629ce5667c63895aecf3f -include/libxml/DOCBparser.h: 21e6523a86338325c527e1e8847adc1d -include/libxml2/libxml/tree.h: f2a9a61c9a96a73c293f57bff2913ffb -include/libxml/xmlsave.h: eed2463cad941f74f99b8b9bc03aa74d include/libxml/parserInternals.h: c55ce5832dae535ce6d59b6aa10f6133 -include/libxml2/libxml/threads.h: 2c630b6409352bcd1e10d94177215265 -share/doc/libxml2-2.9.4/html/tutorial/ar01s04.html: 08161b16d07d12969e2ff0db52c0006d -share/doc/libxml2-2.9.4/html/html/libxml-tree.html: dd8a9d64d5cd75bcecfcfa530a298cf1 -share/doc/libxml2-2.9.4/html/html/libxml-xmlexports.html: 76a89eb95c8256a4277f65250245ef9a -lib/libxml2.la: 82844cbca6a62f0052bb403866940c5c -share/man/man3/libxml.3: 1bc9e496f1d34157a9e0d1b65704819a -include/libxml2/libxml/xmlexports.h: c7982540f18e547b3ca70c7259c59e4c -share/doc/libxml2-2.9.4/html/tutorial/apc.html: c263a905499b8177ee93b6ab39b26266 -share/doc/libxml2-2.9.4/html/DOM.gif: b3d91cf23f7c9199b395356ea98cd097 +include/libxml/pattern.h: db123ed3ecc27ab31b3f808e96edb492 +include/libxml/relaxng.h: 348c151f5b45a3543862c0e280f9fbba +include/libxml/schemasInternals.h: 28ed78fdce3dbad508a6381dd580d1e7 +include/libxml/schematron.h: 96d9e0c083c4949e246ce02cf31de483 +include/libxml/threads.h: 2c630b6409352bcd1e10d94177215265 +include/libxml/tree.h: f2a9a61c9a96a73c293f57bff2913ffb +include/libxml/uri.h: 032d430e35153af35f2fe17a9e9c37bf include/libxml/valid.h: 3c082c0a5b81e1bc9fd9a21b69014584 +include/libxml/xinclude.h: 1f8b2beb8f49da4bf3a658d31dccb2ef +include/libxml/xlink.h: 8b82b67e61ebffc721bd23af66724f49 +include/libxml/xmlIO.h: 31c8dfbaee25e20cd0d6eb2549929f5d +include/libxml/xmlautomata.h: 3c3c0a7d353bacfbede7c2decf27e62a include/libxml/xmlerror.h: 9f03d7b7788f158e68a75132e9249975 +include/libxml/xmlexports.h: c7982540f18e547b3ca70c7259c59e4c +include/libxml/xmlmemory.h: c0167c625ecaf670d76480506425b472 +include/libxml/xmlmodule.h: de174bf853776e7e653c66c059d19e61 +include/libxml/xmlreader.h: dbd5ae99042659a13427209a2bc0041f +include/libxml/xmlregexp.h: fea3110c96e8cd9013900e1c8e5b6c0b +include/libxml/xmlsave.h: eed2463cad941f74f99b8b9bc03aa74d include/libxml/xmlschemas.h: 44ee98f77e997b8843fe6e5c45aa4ab0 -share/doc/libxml2-2.9.4/html/tutorial/images/callouts/2.png: 782f998bab59d0221977c1c0eaa676c8 -include/libxml/chvalid.h: 4e1ca6554b98687e75d03662cd92d14e -share/gtk-doc/html/libxml2/libxml2-schematron.html: b3700a489202f309f02c6309f9d86984 -share/doc/libxml2-2.9.4/html/html/libxml-parserInternals.html: dc212b49555db1f4d3473021415990f5 -share/doc/libxml2-2.9.4/html/index.html: 854eae61c805261731f38a873415144f -share/doc/libxml2-2.9.4/html/tutorial/images/next.png: c4ec8d7f81407ce09d175d7366c25ba0 +include/libxml/xmlschemastypes.h: 160197e01dfa56cd9ad09d201d5bdeb4 +include/libxml/xmlstring.h: 82efb8a055d5fc8eb7d815ed471eca53 +include/libxml/xmlunicode.h: b9f0b8acddfee9b620ea822978a51d29 +include/libxml/xmlversion.h: 22579da9671c7d2d7662135fe8523088 +include/libxml/xmlwriter.h: 8694436144b1fb0aab2e2d6b725035e3 +include/libxml/xpath.h: 2e60b359a61db15d05409ebef1b140b1 include/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd -share/doc/libxml2-2.9.4/html/reader4.res: 2f8c9c74667d1434104e5610a77f824f -share/man/man1/xmllint.1: c2da2d5425849f19b8b0d355f5215973 -share/gtk-doc/html/libxml2/libxml2-xmlexports.html: 62aebfe3442aedae77f8ff0514a8160c +include/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388 +include/libxml2/libxml/DOCBparser.h: 21e6523a86338325c527e1e8847adc1d +include/libxml2/libxml/HTMLparser.h: 083a413aedc738e1903735b7f1678087 +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: e07b28c25a85356f585dd6891e0c7778 +include/libxml2/libxml/entities.h: 16467595fdaff28420d1657b1658f267 +include/libxml2/libxml/globals.h: 7dc017984a2a506caaeb45db0e895357 include/libxml2/libxml/hash.h: 747ad49c1a665e2eafaf052cbd9d165b -share/gtk-doc/html/libxml2/libxml2-valid.html: b4165290c6751ed9b2074eb915f0601f -share/doc/libxml2-2.9.4/html/tutorial/ar01s03.html: af7d8b5f8bf6e7c6949c5f1b260289ef -share/gtk-doc/html/libxml2/libxml2-xmlmodule.html: 215331b3567ef3b2e79cf35b1998a357 -share/doc/libxml2-2.9.4/html/html/libxml-xmlsave.html: 8e4208e2908bd9a021c31ee1338755d2 -share/doc/libxml2-2.9.4/html/html/libxml-c14n.html: af407530b72ad6d8342eab7e3d90207b -share/gtk-doc/html/libxml2/general.html: df2b20bc526b927eefa3f401349d1287 -share/gtk-doc/html/libxml2/libxml2-HTMLtree.html: e53dcd12a0e8e51413ca1de4986d7898 -share/doc/libxml2-2.9.4/html/tutorial/ix01.html: 2f9c98d5610fc9a8f02c7312c3c49691 -share/gtk-doc/html/libxml2/up.png: 2f07d9272deb4ae870ca6821117877fa -share/doc/libxml2-2.9.4/html/html/libxml-xzlib.html: 8d55e7cdc5a0363d945c8a672841bd6f -share/gtk-doc/html/libxml2/libxml2-nanoftp.html: 79f4eb67e7eb955c19bd5337a8cc5177 -share/gtk-doc/html/libxml2/libxml2-encoding.html: eac9c8c39be246af865c4ad51bf94d32 -include/libxml2/libxml/xmlmemory.h: c0167c625ecaf670d76480506425b472 -include/libxml/uri.h: 032d430e35153af35f2fe17a9e9c37bf -share/doc/libxml2-2.9.4/html/html/libxml-chvalid.html: 4bec2549c1505b9048041b722cb052c6 -share/doc/libxml2-2.9.4/html/html/libxml-nanohttp.html: a4457c15280d27457677a436286c344e -share/doc/libxml2-2.9.4/html/tutorial/ar01s07.html: c3d0264c72c908e119c22c7787892db9 -share/doc/libxml2-2.9.4/html/tutorial/api.html: 0433fb6f377e50662e0f89b1e2f8e49a -share/doc/libxml2-2.9.4/html/tutorial/images/up.png: ddf37bee4d12f626b42004e26bdd4e13 -share/doc/libxml2-2.9.4/html/tutorial/images/home.png: 700644702db92b31d7488edfb3adfe7e -share/doc/libxml2-2.9.4/html/html/index.html: 461321024ef78221594067503eb0eba0 +include/libxml2/libxml/list.h: a81670013af01c8003fa9fdbd9a8cad7 +include/libxml2/libxml/nanoftp.h: a4aad060f2cedb04dacbe4c58969817a +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: 28ed78fdce3dbad508a6381dd580d1e7 +include/libxml2/libxml/schematron.h: 96d9e0c083c4949e246ce02cf31de483 +include/libxml2/libxml/threads.h: 2c630b6409352bcd1e10d94177215265 +include/libxml2/libxml/tree.h: f2a9a61c9a96a73c293f57bff2913ffb +include/libxml2/libxml/uri.h: 032d430e35153af35f2fe17a9e9c37bf include/libxml2/libxml/valid.h: 3c082c0a5b81e1bc9fd9a21b69014584 -share/doc/libxml2-2.9.4/html/tutorial/images/warning.png: 59c28f6840b1f20094af4ffc16ce3189 -share/doc/libxml2-2.9.4/html/tutorial/ar01s09.html: 066052f4864add31dffd8fc4bb1b9b7f -share/gtk-doc/html/libxml2/style.css: a7b180ebf583ed0c315d70d6a4890f79 -share/doc/libxml2-2.9.4/html/html/libxml-xmlschemas.html: 455628ea9eca007ecaa224305df3b0c8 -include/libxml2/libxml/chvalid.h: 4e1ca6554b98687e75d03662cd92d14e +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: c7982540f18e547b3ca70c7259c59e4c +include/libxml2/libxml/xmlmemory.h: c0167c625ecaf670d76480506425b472 +include/libxml2/libxml/xmlmodule.h: de174bf853776e7e653c66c059d19e61 +include/libxml2/libxml/xmlreader.h: dbd5ae99042659a13427209a2bc0041f +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: 90bea4a276022638ecb073eea7c849e4 -share/doc/libxml2-2.9.4/html/html/libxml-entities.html: d4ae454060415d31a5eec7a09d6c05a3 -include/libxml/xmlversion.h: 22579da9671c7d2d7662135fe8523088 -share/doc/libxml2-2.9.4/html/tutorial/images/callouts/5.png: 489005941fbb522369466ca850189c59 -share/doc/libxml2-2.9.4/html/html/libxml-HTMLparser.html: b20a43ee13f4a8020b84830aa83cefb0 -share/doc/libxml2-2.9.4/html/html/libxml-valid.html: 51b24ec90bd3c5591130fa219172dca8 -share/gtk-doc/html/libxml2/libxml2-c14n.html: 57a9ef60a8af4df6586ab78061a75fd6 -include/libxml2/libxml/catalog.h: 1d5e464fe629dde9758d6c33ea7a3d8e -share/doc/libxml2-2.9.4/html/writer.xml: 1e16356328b8e3fa703a18858a11f3bb -share/doc/libxml2-2.9.4/html/tutorial/apg.html: a84665f786e99169afa8e9dceb5003ca -share/doc/libxml2-2.9.4/html/tutorial/images/blank.png: 6f7573d4bb6bf0f55ed9ebd79f3f786f -share/gtk-doc/html/libxml2/libxml2-xmlregexp.html: 1a42a4508373992c4471d360bf1cdf4f -include/libxml/catalog.h: 1d5e464fe629dde9758d6c33ea7a3d8e -include/libxml/c14n.h: 083bf52bbdd0563ff61605cb2bc9316f -share/doc/libxml2-2.9.4/html/reader3.c: 2874d5506c9f0b9f4a1dead26d58e559 -share/gtk-doc/html/libxml2/libxml2-xmlsave.html: ee31535906cba2ee6455e430f48eb236 -include/libxml/threads.h: 2c630b6409352bcd1e10d94177215265 -bin/libxml2-2.dll: 6393dbaab96c3c733b8c78dbf0adba46 -share/doc/libxml2-2.9.4/html/html/libxml-xpath.html: 9e3290a0c3f1704b066d736cdadaa93f -include/libxml/debugXML.h: 73816937df233c77ebfa261f3ca00dd8 -share/doc/libxml2-2.9.4/html/tutorial/images/callouts/6.png: f64cfcfac0c4219edebc96d6d043c84c +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/win32config.h: 410df263529fb9ec616b22f590dbdd1d -share/doc/libxml2-2.9.4/html/tutorial/images/callouts/8.png: 2f899cf0909049b0472654d7357eaeb3 -include/libxml/SAX2.h: 226675de48e46a282141b438b0895db4 -include/libxml2/libxml/xmlunicode.h: b9f0b8acddfee9b620ea822978a51d29 -share/gtk-doc/html/libxml2/libxml2-schemasInternals.html: f69402825563b84f449e76963e654c55 +include/wsockcompat.h: f975f4dc926c27ab755f05a79296bd72 +lib/cmake/libxml2/libxml2-config.cmake: 905864882fbb75196d4618cdf923ef78 +lib/libxml2.dll.a: 6944466ef81a685127a88f1ec6c528a2 +lib/libxml2.la: 82844cbca6a62f0052bb403866940c5c +lib/pkgconfig/libxml-2.0.pc: 85b1b86303c386209ad29dd2d909dfd3 +lib/xml2Conf.sh: 1ae0e5bede910b47b1cb3adc34cf7acf +share/aclocal/libxml.m4: a07f9db1c83755505dbf961c953efdf8 +share/doc/libxml2-2.9.4/Copyright: 2044417e2e5006b65a8b9067b683fcf1 +share/doc/libxml2-2.9.4/examples/testHTML.c: 6b181ebf4001bb62b07c7be7d79a2f01 +share/doc/libxml2-2.9.4/examples/testSAX.c: 34e3e9b268e1915652c15c4be11216a8 share/doc/libxml2-2.9.4/examples/testXPath.c: 1db9d6ae0438d72387bcfd0ff1ae5ce4 +share/doc/libxml2-2.9.4/examples/xmllint.c: fc1fb77452cd8975c74b5f2664330feb +share/doc/libxml2-2.9.4/html/DOM.gif: b3d91cf23f7c9199b395356ea98cd097 +share/doc/libxml2-2.9.4/html/FAQ.html: 46b6bf6536bf9b2652891363aafb0b58 +share/doc/libxml2-2.9.4/html/Libxml2-Logo-180x168.gif: 6704060ba0272a9624e0a732455439ba +share/doc/libxml2-2.9.4/html/Libxml2-Logo-90x34.gif: 29dfd4b3dec5fee179d3dc7e3d65be8a +share/doc/libxml2-2.9.4/html/encoding.html: 3be0aba75968021dc9be873c020b93a9 +share/doc/libxml2-2.9.4/html/examples.xml: e6fad87730c6957a238a06ad3e33a4e9 +share/doc/libxml2-2.9.4/html/examples.xsl: 821de9e855568781f8c87ad0fe9afcba +share/doc/libxml2-2.9.4/html/html/book1.html: 461321024ef78221594067503eb0eba0 +share/doc/libxml2-2.9.4/html/html/home.png: f6192f4292d744423df690e785d60fdf +share/doc/libxml2-2.9.4/html/html/index.html: 461321024ef78221594067503eb0eba0 +share/doc/libxml2-2.9.4/html/html/left.png: f771308152ab24a69682daed70ce136d +share/doc/libxml2-2.9.4/html/html/libxml-DOCBparser.html: a9c425e3ab0c095b85759a321c294a72 +share/doc/libxml2-2.9.4/html/html/libxml-HTMLparser.html: b20a43ee13f4a8020b84830aa83cefb0 +share/doc/libxml2-2.9.4/html/html/libxml-HTMLtree.html: b639bc91545a89e12d9c0a34a23bd6de +share/doc/libxml2-2.9.4/html/html/libxml-SAX.html: a1dddf7f62888196c45c587a216cbe8a +share/doc/libxml2-2.9.4/html/html/libxml-SAX2.html: 2d8812144ee7796aa073b748ba560d34 +share/doc/libxml2-2.9.4/html/html/libxml-c14n.html: af407530b72ad6d8342eab7e3d90207b +share/doc/libxml2-2.9.4/html/html/libxml-catalog.html: 6ccaf618b222577f8b1c9ed8278ea357 +share/doc/libxml2-2.9.4/html/html/libxml-chvalid.html: 4bec2549c1505b9048041b722cb052c6 +share/doc/libxml2-2.9.4/html/html/libxml-debugXML.html: b1b29857fbff5d68b7bdf982f8b9f6c7 +share/doc/libxml2-2.9.4/html/html/libxml-dict.html: 390df4fbbac8f9ba0a1338bc448b6ad4 share/doc/libxml2-2.9.4/html/html/libxml-encoding.html: 812d49f58d6f7721ccf9289c0813a473 -share/doc/libxml2-2.9.4/html/smallfootonly.gif: e92b022a99a76d6fceeb35576bb7718f -share/doc/libxml2-2.9.4/html/html/up.png: 2f07d9272deb4ae870ca6821117877fa +share/doc/libxml2-2.9.4/html/html/libxml-entities.html: d4ae454060415d31a5eec7a09d6c05a3 +share/doc/libxml2-2.9.4/html/html/libxml-globals.html: 7487fd3b2740f53f259016b9032caf19 +share/doc/libxml2-2.9.4/html/html/libxml-hash.html: 53ff0d00bc6b42b1f6981a58a4bc5ff8 share/doc/libxml2-2.9.4/html/html/libxml-lib.html: 461321024ef78221594067503eb0eba0 +share/doc/libxml2-2.9.4/html/html/libxml-list.html: 086afdd20e6be957346251d3ea8552f0 +share/doc/libxml2-2.9.4/html/html/libxml-nanoftp.html: c07d479ce51894e6181be84cd7afc8f6 +share/doc/libxml2-2.9.4/html/html/libxml-nanohttp.html: a4457c15280d27457677a436286c344e +share/doc/libxml2-2.9.4/html/html/libxml-parser.html: d9abc1e3b231427736e24bb53d310edf +share/doc/libxml2-2.9.4/html/html/libxml-parserInternals.html: dc212b49555db1f4d3473021415990f5 share/doc/libxml2-2.9.4/html/html/libxml-pattern.html: bff29ccd97d10d65cd40201985ba2501 -include/libxml2/libxml/xmlmodule.h: de174bf853776e7e653c66c059d19e61 -include/libxml2/libxml/list.h: a81670013af01c8003fa9fdbd9a8cad7 -share/doc/libxml2-2.9.4/html/tutorial/ar01s05.html: a39259d226409f45e234b8e4f0ae1e9f -include/libxml/xmlexports.h: c7982540f18e547b3ca70c7259c59e4c -share/gtk-doc/html/libxml2/libxml2-parserInternals.html: b2757ce5c41539e70df72da43af67825 -share/gtk-doc/html/libxml2/home.png: f6192f4292d744423df690e785d60fdf -include/libxml2/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd -include/libxml2/libxml/relaxng.h: 348c151f5b45a3543862c0e280f9fbba -include/libxml2/libxml/DOCBparser.h: 21e6523a86338325c527e1e8847adc1d -share/doc/libxml2-2.9.4/html/html/home.png: f6192f4292d744423df690e785d60fdf -share/doc/libxml2-2.9.4/html/tutorial/xmltutorial.pdf: 12df01000d92ab495235de65abcd4e46 -include/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388 -bin/xmllint.exe: 6582dafc121c69b8727bed62b9fbc74f -include/libxml2/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388 -share/man/man1/xml2-config.1: f9ea1b8ede868111a96fc3dbd9db79e6 -include/libxml2/libxml/nanohttp.h: d31b62933eab6d58a46eb075b49b7715 -share/doc/libxml2-2.9.4/html/io1.c: 8861af9d5ae163e2679d14cccd7c50a8 -share/doc/libxml2-2.9.4/html/tutorial/images/tip.png: dbb88aaf05b4a6a7df59c72cc5c947b4 -share/doc/libxml2-2.9.4/html/tutorial/ar01s08.html: 47bfaa87452e5e5d3436b232d96b1cf7 -share/gtk-doc/html/libxml2/libxml2-dict.html: 3d220f5057f1d2f86c2d900763855a53 -share/doc/libxml2-2.9.4/html/tutorial/includekeyword.c: 5508972bd6f704cddb4b4faeaa5397b0 -conaninfo.txt: a2d34e82b2ec55a9a2ffcafb7e6451f7 -include/libxml/xinclude.h: 1f8b2beb8f49da4bf3a658d31dccb2ef -include/libxml/SAX.h: bf46553ceac47b24126d4a1abb7b26fa -share/doc/libxml2-2.9.4/html/html/libxml-xmlschemastypes.html: f698db4a289728d46199ad42160da1d3 +share/doc/libxml2-2.9.4/html/html/libxml-relaxng.html: da69ff4b925629ce5667c63895aecf3f +share/doc/libxml2-2.9.4/html/html/libxml-schemasInternals.html: 9fe427f9b1b272d687e6ed524df9ac77 +share/doc/libxml2-2.9.4/html/html/libxml-schematron.html: f0ddff7bae5bba25b1c98abd75038c36 +share/doc/libxml2-2.9.4/html/html/libxml-threads.html: 8bfd4253309b18e5b94f01228f3c6887 +share/doc/libxml2-2.9.4/html/html/libxml-tree.html: dd8a9d64d5cd75bcecfcfa530a298cf1 +share/doc/libxml2-2.9.4/html/html/libxml-uri.html: 9b4186c1502963221da42717dfcf2789 +share/doc/libxml2-2.9.4/html/html/libxml-valid.html: 51b24ec90bd3c5591130fa219172dca8 +share/doc/libxml2-2.9.4/html/html/libxml-xinclude.html: 2639d942d8a7bb71201ef35d8dd0a5d1 share/doc/libxml2-2.9.4/html/html/libxml-xlink.html: 1de0d3b14ab220eb6b51bfa254b03769 -share/doc/libxml2-2.9.4/html/tutorial/images/caution.png: 2245032ab69fc481e2eefd246aa96e07 -include/libxml/dict.h: 93b78165ce896cbda4417bd278259714 -include/libxml2/libxml/entities.h: 16467595fdaff28420d1657b1658f267 -include/libxml/entities.h: 16467595fdaff28420d1657b1658f267 -share/doc/libxml2-2.9.4/html/tutorial/ar01s06.html: 4d622cd5afe28d58e8808651c896ff1e -include/libxml2/libxml/SAX2.h: 226675de48e46a282141b438b0895db4 -share/doc/libxml2-2.9.4/html/redhat.gif: dd0216f442bf6845c103aba1b4bcb869 -share/doc/libxml2-2.9.4/html/tree2.res: 8e5cc417bcb23115c4f802404e09657e -share/doc/libxml2-2.9.4/html/tutorial/images/callouts/3.png: 35dcf1dd29a802080c984e52d76e5b1f +share/doc/libxml2-2.9.4/html/html/libxml-xmlIO.html: e9d7b75133b68febff966553614ca1e3 +share/doc/libxml2-2.9.4/html/html/libxml-xmlautomata.html: 28a6fdabf1bcc027c5723ef484551a3b +share/doc/libxml2-2.9.4/html/html/libxml-xmlerror.html: 13b79642aa3895e095f83dc5ebddc7d9 +share/doc/libxml2-2.9.4/html/html/libxml-xmlexports.html: 76a89eb95c8256a4277f65250245ef9a +share/doc/libxml2-2.9.4/html/html/libxml-xmlmemory.html: ea097805488added49ebb2f1373c212a +share/doc/libxml2-2.9.4/html/html/libxml-xmlmodule.html: dad4c35e0c0a8fb9bc1db2d42ae5f664 +share/doc/libxml2-2.9.4/html/html/libxml-xmlreader.html: 61db95ee91a1056009c76ad04c7aad47 +share/doc/libxml2-2.9.4/html/html/libxml-xmlregexp.html: fc8289c2885a2e9adae8ce5f3f784f4d +share/doc/libxml2-2.9.4/html/html/libxml-xmlsave.html: 8e4208e2908bd9a021c31ee1338755d2 +share/doc/libxml2-2.9.4/html/html/libxml-xmlschemas.html: 455628ea9eca007ecaa224305df3b0c8 +share/doc/libxml2-2.9.4/html/html/libxml-xmlschemastypes.html: f698db4a289728d46199ad42160da1d3 +share/doc/libxml2-2.9.4/html/html/libxml-xmlstring.html: 708539f930210582860e0374d501b801 +share/doc/libxml2-2.9.4/html/html/libxml-xmlunicode.html: 7b282351048157db2233f4a8c9ed305c +share/doc/libxml2-2.9.4/html/html/libxml-xmlversion.html: d9e2cd59ac2a1aa5319d09f7ad726a63 +share/doc/libxml2-2.9.4/html/html/libxml-xmlwriter.html: f7345386e22ec21cf60d91371eeaed57 +share/doc/libxml2-2.9.4/html/html/libxml-xpath.html: 9e3290a0c3f1704b066d736cdadaa93f +share/doc/libxml2-2.9.4/html/html/libxml-xpathInternals.html: 463d1f6b154041eaed041a32ffd5a8c5 +share/doc/libxml2-2.9.4/html/html/libxml-xpointer.html: 578d2d95c3a254fdd208d5eb5d8bc063 +share/doc/libxml2-2.9.4/html/html/libxml-xzlib.html: 8d55e7cdc5a0363d945c8a672841bd6f +share/doc/libxml2-2.9.4/html/html/right.png: ebd7e6d206d73850d77d305ab548f957 +share/doc/libxml2-2.9.4/html/html/up.png: 2f07d9272deb4ae870ca6821117877fa +share/doc/libxml2-2.9.4/html/index.html: 854eae61c805261731f38a873415144f +share/doc/libxml2-2.9.4/html/io1.c: 8861af9d5ae163e2679d14cccd7c50a8 +share/doc/libxml2-2.9.4/html/io1.res: c1063365cedce05c3c75361d8b21eda0 +share/doc/libxml2-2.9.4/html/io2.c: 064a8c92267a391f5cbc41dbf49b14ad +share/doc/libxml2-2.9.4/html/io2.res: c6a030758261e4b23c18fe8fa9b9f1cb +share/doc/libxml2-2.9.4/html/libxml.gif: 7b77627ea524c095934962f5dee442cb +share/doc/libxml2-2.9.4/html/parse1.c: 35924de5d0e047f4e2732e8ef4d31fea +share/doc/libxml2-2.9.4/html/parse2.c: 1533aa6faa9efa078a56d2d37b4e318c +share/doc/libxml2-2.9.4/html/parse3.c: 745ea8e70138377b1fb1d0e3116dba63 +share/doc/libxml2-2.9.4/html/parse4.c: 1ebc80d9df8a1b0568f9cf7a2cc70a3e +share/doc/libxml2-2.9.4/html/reader1.c: b30f26d62bb3c37fc9cba51fff13924e +share/doc/libxml2-2.9.4/html/reader1.res: c7e547f58d4407d091d189a1ebfeab77 +share/doc/libxml2-2.9.4/html/reader2.c: 8b66731b71444ec57b99acc9d41a5f1d +share/doc/libxml2-2.9.4/html/reader3.c: 2874d5506c9f0b9f4a1dead26d58e559 share/doc/libxml2-2.9.4/html/reader3.res: ce152220e5a24918935d6f0c8bbcf587 share/doc/libxml2-2.9.4/html/reader4.c: c7d0e7908cfc12c1102a58f4e530bbfd -share/doc/libxml2-2.9.4/html/html/libxml-xmlregexp.html: fc8289c2885a2e9adae8ce5f3f784f4d -include/libxml2/libxml/schematron.h: 96d9e0c083c4949e246ce02cf31de483 -share/man/man1/xmlcatalog.1: c01059c82575fe971688706702d175e7 -include/libxml2/libxml/debugXML.h: 73816937df233c77ebfa261f3ca00dd8 -share/doc/libxml2-2.9.4/html/io1.res: c1063365cedce05c3c75361d8b21eda0 -include/libxml2/libxml/xmlschemastypes.h: 160197e01dfa56cd9ad09d201d5bdeb4 -share/doc/libxml2-2.9.4/html/html/libxml-xmlIO.html: e9d7b75133b68febff966553614ca1e3 -include/libxml/globals.h: 7dc017984a2a506caaeb45db0e895357 -share/doc/libxml2-2.9.4/html/html/libxml-nanoftp.html: c07d479ce51894e6181be84cd7afc8f6 -share/gtk-doc/html/libxml2/libxml2.devhelp: dec063a88e7aa03c218f1a7a93cfb912 -share/gtk-doc/html/libxml2/left.png: f771308152ab24a69682daed70ce136d -share/gtk-doc/html/libxml2/libxml2-xmlunicode.html: 9ac652a74d46f8c3e1caa26c19732b2a -share/doc/libxml2-2.9.4/html/html/libxml-xmlstring.html: 708539f930210582860e0374d501b801 -share/doc/libxml2-2.9.4/html/html/libxml-xmlwriter.html: f7345386e22ec21cf60d91371eeaed57 +share/doc/libxml2-2.9.4/html/reader4.res: 2f8c9c74667d1434104e5610a77f824f +share/doc/libxml2-2.9.4/html/redhat.gif: dd0216f442bf6845c103aba1b4bcb869 +share/doc/libxml2-2.9.4/html/smallfootonly.gif: e92b022a99a76d6fceeb35576bb7718f share/doc/libxml2-2.9.4/html/structure.gif: f10610a92f24c3f0fc35078f5764867e -share/doc/libxml2-2.9.4/html/html/libxml-xmlreader.html: 61db95ee91a1056009c76ad04c7aad47 -lib/xml2Conf.sh: 1ae0e5bede910b47b1cb3adc34cf7acf +share/doc/libxml2-2.9.4/html/test1.xml: 5ffe018a2890cdd13b4d08d674cf8dd4 +share/doc/libxml2-2.9.4/html/test2.xml: 4084cf4871ee86fef27f5e5ee91ea455 +share/doc/libxml2-2.9.4/html/test3.xml: 0ba76ca9c89e995bbaf258ab154e5205 +share/doc/libxml2-2.9.4/html/testWriter.c: f76b29aaee2bb1f0323ed8b28a45a794 +share/doc/libxml2-2.9.4/html/tree1.c: 8e3b9f050ff7e6ecd2912940cbb2394f +share/doc/libxml2-2.9.4/html/tree1.res: 4d4d5f3e8297d35e59d9f92c876b42ac +share/doc/libxml2-2.9.4/html/tree2.c: 58c5720b77f06428c3824c66003c6b73 +share/doc/libxml2-2.9.4/html/tree2.res: 8e5cc417bcb23115c4f802404e09657e +share/doc/libxml2-2.9.4/html/tst.xml: 6d10ac1b8fb04bc8fb73f9964589a223 +share/doc/libxml2-2.9.4/html/tutorial/apa.html: 51b23839855ffbb232c8ba2211a4d9ca +share/doc/libxml2-2.9.4/html/tutorial/apb.html: 6fa0d1a793a7d794967c497dc9112077 +share/doc/libxml2-2.9.4/html/tutorial/apc.html: c263a905499b8177ee93b6ab39b26266 +share/doc/libxml2-2.9.4/html/tutorial/apd.html: 9f3342db337c1a28df32d4b85eba94be +share/doc/libxml2-2.9.4/html/tutorial/ape.html: 69164a2345a37ac0b1001f2084ee5abc share/doc/libxml2-2.9.4/html/tutorial/apf.html: 4b58ea573ee05ceb46cac6c3eeef8211 +share/doc/libxml2-2.9.4/html/tutorial/apg.html: a84665f786e99169afa8e9dceb5003ca +share/doc/libxml2-2.9.4/html/tutorial/aph.html: d49dfaba969e5b9161748d98b6f8eb0b +share/doc/libxml2-2.9.4/html/tutorial/api.html: 0433fb6f377e50662e0f89b1e2f8e49a +share/doc/libxml2-2.9.4/html/tutorial/ar01s02.html: d2b5e466f1613a0a281969296efe652e +share/doc/libxml2-2.9.4/html/tutorial/ar01s03.html: af7d8b5f8bf6e7c6949c5f1b260289ef +share/doc/libxml2-2.9.4/html/tutorial/ar01s04.html: 08161b16d07d12969e2ff0db52c0006d +share/doc/libxml2-2.9.4/html/tutorial/ar01s05.html: a39259d226409f45e234b8e4f0ae1e9f +share/doc/libxml2-2.9.4/html/tutorial/ar01s06.html: 4d622cd5afe28d58e8808651c896ff1e +share/doc/libxml2-2.9.4/html/tutorial/ar01s07.html: c3d0264c72c908e119c22c7787892db9 +share/doc/libxml2-2.9.4/html/tutorial/ar01s08.html: 47bfaa87452e5e5d3436b232d96b1cf7 +share/doc/libxml2-2.9.4/html/tutorial/ar01s09.html: 066052f4864add31dffd8fc4bb1b9b7f +share/doc/libxml2-2.9.4/html/tutorial/images/blank.png: 6f7573d4bb6bf0f55ed9ebd79f3f786f +share/doc/libxml2-2.9.4/html/tutorial/images/callouts/1.png: 0f67842b8cc059137a88288e95115a18 +share/doc/libxml2-2.9.4/html/tutorial/images/callouts/10.png: 29fd9e419eee2efa4ef6ce493ca51a9c +share/doc/libxml2-2.9.4/html/tutorial/images/callouts/2.png: 782f998bab59d0221977c1c0eaa676c8 +share/doc/libxml2-2.9.4/html/tutorial/images/callouts/3.png: 35dcf1dd29a802080c984e52d76e5b1f share/doc/libxml2-2.9.4/html/tutorial/images/callouts/4.png: 3d412b47729eb73afc7aa430feeb7da0 -share/doc/libxml2-2.9.4/examples/xmllint.c: fc1fb77452cd8975c74b5f2664330feb -share/doc/libxml2-2.9.4/html/reader1.res: c7e547f58d4407d091d189a1ebfeab77 -lib/libxml2.dll.a: 6944466ef81a685127a88f1ec6c528a2 -share/gtk-doc/html/libxml2/libxml2-xlink.html: fe35c6e86ba9419aea9f628ed45bc57a -share/gtk-doc/html/libxml2/libxml2-xmlreader.html: 576384e2dd8965ab77e6f459022d827f -share/doc/libxml2-2.9.4/html/examples.xml: e6fad87730c6957a238a06ad3e33a4e9 -share/doc/libxml2-2.9.4/html/parse3.c: 745ea8e70138377b1fb1d0e3116dba63 -share/gtk-doc/html/libxml2/libxml2-nanohttp.html: 0eac4dace4fda9fcd0bb2ebb6c16aaf0 -share/doc/libxml2-2.9.4/html/tutorial/ape.html: 69164a2345a37ac0b1001f2084ee5abc -share/gtk-doc/html/libxml2/libxml2-list.html: e26c2e29812e0dd9b790a38f447f6aba -include/libxml2/libxml/dict.h: 93b78165ce896cbda4417bd278259714 -share/doc/libxml2-2.9.4/html/html/libxml-xmlversion.html: d9e2cd59ac2a1aa5319d09f7ad726a63 +share/doc/libxml2-2.9.4/html/tutorial/images/callouts/5.png: 489005941fbb522369466ca850189c59 +share/doc/libxml2-2.9.4/html/tutorial/images/callouts/6.png: f64cfcfac0c4219edebc96d6d043c84c +share/doc/libxml2-2.9.4/html/tutorial/images/callouts/7.png: 0def94f52c5e45256232320aaffeb1ce +share/doc/libxml2-2.9.4/html/tutorial/images/callouts/8.png: 2f899cf0909049b0472654d7357eaeb3 +share/doc/libxml2-2.9.4/html/tutorial/images/callouts/9.png: 5ba16a0731d050493bd7e0b95244aafc +share/doc/libxml2-2.9.4/html/tutorial/images/caution.png: 2245032ab69fc481e2eefd246aa96e07 +share/doc/libxml2-2.9.4/html/tutorial/images/draft.png: 1b1da3ec69df05af5f2a5475e8a8a24b +share/doc/libxml2-2.9.4/html/tutorial/images/home.png: 700644702db92b31d7488edfb3adfe7e +share/doc/libxml2-2.9.4/html/tutorial/images/important.png: ca20b7b781cf82d1aeb36ce63590ccd0 +share/doc/libxml2-2.9.4/html/tutorial/images/next.png: c4ec8d7f81407ce09d175d7366c25ba0 share/doc/libxml2-2.9.4/html/tutorial/images/note.png: 109e4af9c43357a74c6de01db819f36f -share/doc/libxml2-2.9.4/html/reader2.c: 8b66731b71444ec57b99acc9d41a5f1d -include/libxml2/libxml/parser.h: 3ef7bece85150ab2319aed3fd0d36034 -include/libxml2/libxml/xmlerror.h: 9f03d7b7788f158e68a75132e9249975 -include/libxml/xmlwriter.h: 8694436144b1fb0aab2e2d6b725035e3 -include/libxml2/libxml/xmlreader.h: dbd5ae99042659a13427209a2bc0041f -include/libxml/tree.h: f2a9a61c9a96a73c293f57bff2913ffb -share/doc/libxml2-2.9.4/html/tutorial/images/callouts/10.png: 29fd9e419eee2efa4ef6ce493ca51a9c -include/libxml/schemasInternals.h: 28ed78fdce3dbad508a6381dd580d1e7 -include/libxml/xmlmemory.h: c0167c625ecaf670d76480506425b472 -share/gtk-doc/html/libxml2/libxml2-uri.html: c46c9dfea580890ac48b70346c987bf0 -share/doc/libxml2-2.9.4/html/tst.xml: 6d10ac1b8fb04bc8fb73f9964589a223 -share/doc/libxml2-2.9.4/html/reader1.c: b30f26d62bb3c37fc9cba51fff13924e -share/gtk-doc/html/libxml2/libxml2-tree.html: 18d8636860bdf93d9a33d4780c84db61 -share/doc/libxml2-2.9.4/html/html/libxml-HTMLtree.html: b639bc91545a89e12d9c0a34a23bd6de -share/gtk-doc/html/libxml2/libxml2-SAX.html: 5ba9dd3cf89972a337869e55024aeb0e -include/libxml/relaxng.h: 348c151f5b45a3543862c0e280f9fbba -share/doc/libxml2-2.9.4/html/tree1.res: 4d4d5f3e8297d35e59d9f92c876b42ac -include/libxml2/libxml/nanoftp.h: a4aad060f2cedb04dacbe4c58969817a -share/gtk-doc/html/libxml2/libxml2-SAX2.html: 9a8574da93ad762a54194f690db4dbee -share/doc/libxml2-2.9.4/html/html/right.png: ebd7e6d206d73850d77d305ab548f957 -share/doc/libxml2-2.9.4/html/parse1.c: 35924de5d0e047f4e2732e8ef4d31fea -share/doc/libxml2-2.9.4/html/tutorial/includeconvert.c: b91e86a449cb257dd92ada947c2b2320 -include/libxml/xmlstring.h: 82efb8a055d5fc8eb7d815ed471eca53 -include/libxml2/libxml/xmlregexp.h: fea3110c96e8cd9013900e1c8e5b6c0b -include/libxml2/libxml/xpath.h: 2e60b359a61db15d05409ebef1b140b1 -include/libxml2/libxml/pattern.h: db123ed3ecc27ab31b3f808e96edb492 +share/doc/libxml2-2.9.4/html/tutorial/images/prev.png: 2188e42454c65ed8a37126d0f5f5830a +share/doc/libxml2-2.9.4/html/tutorial/images/tip.png: dbb88aaf05b4a6a7df59c72cc5c947b4 share/doc/libxml2-2.9.4/html/tutorial/images/toc-blank.png: a9dfccc01739501bbc01d561da12c944 -include/libxml/xlink.h: 8b82b67e61ebffc721bd23af66724f49 -share/doc/libxml2-2.9.4/html/tutorial/includexpath.c: a9718d128b1abbf9710cb7ea315cffec -include/libxml/HTMLparser.h: 083a413aedc738e1903735b7f1678087 -share/doc/libxml2-2.9.4/html/tutorial/includegetattribute.c: af83032a68f54f420f04430efd7629c8 -share/doc/libxml2-2.9.4/html/encoding.html: 3be0aba75968021dc9be873c020b93a9 -share/gtk-doc/html/libxml2/libxml2-xmlautomata.html: 9cd301cf92ecca4ff9e896663f6d6570 share/doc/libxml2-2.9.4/html/tutorial/images/toc-minus.png: 72baddf4a76d4d74f634edf1e71134b3 -include/libxml2/libxml/HTMLtree.h: 46cf4cefb419e18c40b8d5b6ac982f3f -share/doc/libxml2-2.9.4/html/html/libxml-xmlmodule.html: dad4c35e0c0a8fb9bc1db2d42ae5f664 -include/libxml2/libxml/uri.h: 032d430e35153af35f2fe17a9e9c37bf -include/libxml/nanoftp.h: a4aad060f2cedb04dacbe4c58969817a -include/libxml2/libxml/xmlschemas.h: 44ee98f77e997b8843fe6e5c45aa4ab0 -share/doc/libxml2-2.9.4/html/xml.html: 238ceba29df713265480f81bf31c1f1a -share/doc/libxml2-2.9.4/html/html/libxml-threads.html: 8bfd4253309b18e5b94f01228f3c6887 -share/doc/libxml2-2.9.4/html/parse4.c: 1ebc80d9df8a1b0568f9cf7a2cc70a3e -lib/pkgconfig/libxml-2.0.pc: 85b1b86303c386209ad29dd2d909dfd3 -include/libxml/xmlautomata.h: 3c3c0a7d353bacfbede7c2decf27e62a -include/libxml/xmlmodule.h: de174bf853776e7e653c66c059d19e61 -include/libxml/xpath.h: 2e60b359a61db15d05409ebef1b140b1 +share/doc/libxml2-2.9.4/html/tutorial/images/toc-plus.png: ee8d311bafbc474875730d7644e86047 +share/doc/libxml2-2.9.4/html/tutorial/images/up.png: ddf37bee4d12f626b42004e26bdd4e13 +share/doc/libxml2-2.9.4/html/tutorial/images/warning.png: 59c28f6840b1f20094af4ffc16ce3189 share/doc/libxml2-2.9.4/html/tutorial/includeaddattribute.c: ba57721ff902105ef3c79eb199f4da5e -share/gtk-doc/html/libxml2/libxml2-threads.html: bb12a300c2c86bc49f586858a1ef6cd0 -include/libxml2/libxml/xmlIO.h: 31c8dfbaee25e20cd0d6eb2549929f5d -include/libxml2/libxml/xinclude.h: 1f8b2beb8f49da4bf3a658d31dccb2ef +share/doc/libxml2-2.9.4/html/tutorial/includeaddkeyword.c: 268f90fc598ccf5a5bd1de7d1f57c873 +share/doc/libxml2-2.9.4/html/tutorial/includeconvert.c: b91e86a449cb257dd92ada947c2b2320 +share/doc/libxml2-2.9.4/html/tutorial/includegetattribute.c: af83032a68f54f420f04430efd7629c8 +share/doc/libxml2-2.9.4/html/tutorial/includekeyword.c: 5508972bd6f704cddb4b4faeaa5397b0 +share/doc/libxml2-2.9.4/html/tutorial/includexpath.c: a9718d128b1abbf9710cb7ea315cffec +share/doc/libxml2-2.9.4/html/tutorial/index.html: c3df2af08328cd4cbf697d55ca9cd419 +share/doc/libxml2-2.9.4/html/tutorial/ix01.html: 2f9c98d5610fc9a8f02c7312c3c49691 +share/doc/libxml2-2.9.4/html/tutorial/xmltutorial.pdf: 12df01000d92ab495235de65abcd4e46 +share/doc/libxml2-2.9.4/html/w3c.png: ba69544b9cfa7659a0bb1b81410680a9 +share/doc/libxml2-2.9.4/html/writer.xml: 1e16356328b8e3fa703a18858a11f3bb +share/doc/libxml2-2.9.4/html/xml.html: 238ceba29df713265480f81bf31c1f1a +share/doc/libxml2-2.9.4/html/xpath1.c: 87445983c77091ef0441ff775fb8edc6 +share/doc/libxml2-2.9.4/html/xpath1.res: cf508aadb27c5c145ac58d256326e8eb +share/doc/libxml2-2.9.4/html/xpath2.c: 413d481a75246b5af3d8e7f489e3408f +share/doc/libxml2-2.9.4/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/doc/libxml2-2.9.4/html/tree2.c: 58c5720b77f06428c3824c66003c6b73 -share/doc/libxml2-2.9.4/html/html/libxml-catalog.html: 6ccaf618b222577f8b1c9ed8278ea357 +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: 448bf8a3ac020486b4b50ac3cdd52c16 -share/doc/libxml2-2.9.4/html/html/libxml-uri.html: 9b4186c1502963221da42717dfcf2789 -include/libxml2/libxml/schemasInternals.h: 28ed78fdce3dbad508a6381dd580d1e7 -share/doc/libxml2-2.9.4/html/tutorial/includeaddkeyword.c: 268f90fc598ccf5a5bd1de7d1f57c873 -share/doc/libxml2-2.9.4/html/html/libxml-hash.html: 53ff0d00bc6b42b1f6981a58a4bc5ff8 -share/doc/libxml2-2.9.4/html/html/libxml-parser.html: d9abc1e3b231427736e24bb53d310edf -share/doc/libxml2-2.9.4/html/html/libxml-schemasInternals.html: 9fe427f9b1b272d687e6ed524df9ac77 -share/doc/libxml2-2.9.4/html/html/libxml-DOCBparser.html: a9c425e3ab0c095b85759a321c294a72 +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: 3d220f5057f1d2f86c2d900763855a53 +share/gtk-doc/html/libxml2/libxml2-encoding.html: eac9c8c39be246af865c4ad51bf94d32 +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: 11b6563618a2b99b9831857a5e81cfd2 +share/gtk-doc/html/libxml2/libxml2-list.html: e26c2e29812e0dd9b790a38f447f6aba +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: f69402825563b84f449e76963e654c55 +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: 18d8636860bdf93d9a33d4780c84db61 +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/doc/libxml2-2.9.4/html/html/left.png: f771308152ab24a69682daed70ce136d -share/doc/libxml2-2.9.4/html/html/libxml-xmlunicode.html: 7b282351048157db2233f4a8c9ed305c -share/gtk-doc/html/libxml2/libxml2-xpointer.html: eb4ef1b1665e08fd1c43e44f311367bb -include/libxml2/libxml/SAX.h: bf46553ceac47b24126d4a1abb7b26fa -share/doc/libxml2-2.9.4/html/html/libxml-xmlautomata.html: 28a6fdabf1bcc027c5723ef484551a3b -share/doc/libxml2-2.9.4/html/tutorial/apd.html: 9f3342db337c1a28df32d4b85eba94be -share/doc/libxml2-2.9.4/html/libxml.gif: 7b77627ea524c095934962f5dee442cb -include/libxml/pattern.h: db123ed3ecc27ab31b3f808e96edb492 -share/doc/libxml2-2.9.4/html/html/libxml-xpointer.html: 578d2d95c3a254fdd208d5eb5d8bc063 -share/doc/libxml2-2.9.4/html/tutorial/images/toc-plus.png: ee8d311bafbc474875730d7644e86047 +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: 00e0588cbbeed28f03ca5665d6ff27ec -share/doc/libxml2-2.9.4/Copyright: 2044417e2e5006b65a8b9067b683fcf1 -include/libxml2/libxml/xmlstring.h: 82efb8a055d5fc8eb7d815ed471eca53 +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: 576384e2dd8965ab77e6f459022d827f +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: 92b3946891a43aaa8d983f599b9aadf0 -share/doc/libxml2-2.9.4/html/examples.xsl: 821de9e855568781f8c87ad0fe9afcba -include/libxml/xmlIO.h: 31c8dfbaee25e20cd0d6eb2549929f5d -share/doc/libxml2-2.9.4/html/parse2.c: 1533aa6faa9efa078a56d2d37b4e318c -share/doc/libxml2-2.9.4/html/html/libxml-xinclude.html: 2639d942d8a7bb71201ef35d8dd0a5d1 -share/doc/libxml2-2.9.4/html/test2.xml: 4084cf4871ee86fef27f5e5ee91ea455 -share/doc/libxml2-2.9.4/html/tutorial/images/prev.png: 2188e42454c65ed8a37126d0f5f5830a -share/doc/libxml2-2.9.4/html/xpath1.res: cf508aadb27c5c145ac58d256326e8eb -share/doc/libxml2-2.9.4/html/html/libxml-xmlmemory.html: ea097805488added49ebb2f1373c212a +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 -include/libxml2/libxml/xlink.h: 8b82b67e61ebffc721bd23af66724f49 -share/doc/libxml2-2.9.4/html/Libxml2-Logo-90x34.gif: 29dfd4b3dec5fee179d3dc7e3d65be8a -include/libxml/list.h: a81670013af01c8003fa9fdbd9a8cad7 -share/doc/libxml2-2.9.4/html/tutorial/apb.html: 6fa0d1a793a7d794967c497dc9112077 -bin/xml2-config: d50d6a18c0f68d0b3ef5939ee20d59f8 -share/doc/libxml2-2.9.4/html/tutorial/images/callouts/9.png: 5ba16a0731d050493bd7e0b95244aafc -share/gtk-doc/html/libxml2/libxml2-entities.html: 3afcaf72917d0f9dda002baf4445e936 -include/libxml/HTMLtree.h: 46cf4cefb419e18c40b8d5b6ac982f3f -share/doc/libxml2-2.9.4/html/tutorial/apa.html: 51b23839855ffbb232c8ba2211a4d9ca -share/gtk-doc/html/libxml2/libxml2-chvalid.html: dca486d382dbf88f4d9155e3f7a826cf -share/doc/libxml2-2.9.4/html/testWriter.c: f76b29aaee2bb1f0323ed8b28a45a794 -share/doc/libxml2-2.9.4/html/test1.xml: 5ffe018a2890cdd13b4d08d674cf8dd4 -include/libxml/schematron.h: 96d9e0c083c4949e246ce02cf31de483 -share/gtk-doc/html/libxml2/right.png: ebd7e6d206d73850d77d305ab548f957 -share/gtk-doc/html/libxml2/libxml2-DOCBparser.html: bde929bed90adf39144b561ad443c278 -share/doc/libxml2-2.9.4/html/html/libxml-dict.html: 390df4fbbac8f9ba0a1338bc448b6ad4 -share/gtk-doc/html/libxml2/libxml2-relaxng.html: f98fee61d7e051dff9719e13b768b26c -share/doc/libxml2-2.9.4/html/xpath1.c: 87445983c77091ef0441ff775fb8edc6 -share/doc/libxml2-2.9.4/html/xpath2.c: 413d481a75246b5af3d8e7f489e3408f -share/gtk-doc/html/libxml2/libxml2-xmlIO.html: 1dd2f72b5a9014978f94155981fa6486 -include/libxml/encoding.h: e07b28c25a85356f585dd6891e0c7778 -share/doc/libxml2-2.9.4/html/html/libxml-SAX.html: a1dddf7f62888196c45c587a216cbe8a share/gtk-doc/html/libxml2/libxml2-xpath.html: 09af6c8f3ce2aec4abfc523bc197bda6 -share/doc/libxml2-2.9.4/html/html/libxml-globals.html: 7487fd3b2740f53f259016b9032caf19 -include/libxml/xmlunicode.h: b9f0b8acddfee9b620ea822978a51d29 -include/libxml/xmlreader.h: dbd5ae99042659a13427209a2bc0041f -share/doc/libxml2-2.9.4/html/Libxml2-Logo-180x168.gif: 6704060ba0272a9624e0a732455439ba -share/doc/libxml2-2.9.4/examples/testSAX.c: 34e3e9b268e1915652c15c4be11216a8 -include/wsockcompat.h: f975f4dc926c27ab755f05a79296bd72 -share/doc/libxml2-2.9.4/html/html/libxml-xpathInternals.html: 463d1f6b154041eaed041a32ffd5a8c5 -bin/xmlcatalog.exe: a2762f091400139b67e01c54de582896 -include/libxml/nanohttp.h: d31b62933eab6d58a46eb075b49b7715 -share/gtk-doc/html/libxml2/libxml2-catalog.html: bcd705392f52867a1afadc1166739d17 -share/gtk-doc/html/libxml2/libxml2-xmlmemory.html: 8c22f5ea8ddd2ed6795726d714b4ab9f -share/doc/libxml2-2.9.4/html/tutorial/aph.html: d49dfaba969e5b9161748d98b6f8eb0b -include/libxml2/libxml/HTMLparser.h: 083a413aedc738e1903735b7f1678087 -share/doc/libxml2-2.9.4/html/FAQ.html: 46b6bf6536bf9b2652891363aafb0b58 \ No newline at end of file +share/gtk-doc/html/libxml2/libxml2-xpathInternals.html: 7e1cd39d27fb760f721fb1f5e276dcf9 +share/gtk-doc/html/libxml2/libxml2-xpointer.html: eb4ef1b1665e08fd1c43e44f311367bb +share/gtk-doc/html/libxml2/libxml2.devhelp: dec063a88e7aa03c218f1a7a93cfb912 +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: c01059c82575fe971688706702d175e7 +share/man/man1/xmllint.1: c2da2d5425849f19b8b0d355f5215973 +share/man/man3/libxml.3: 1bc9e496f1d34157a9e0d1b65704819a \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/annulen/stable/package/30620cba1eaf28add40f441a20f7d1be9a5c636c/conanmanifest.txt b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/annulen/stable/package/30620cba1eaf28add40f441a20f7d1be9a5c636c/conanmanifest.txt index fb79b2f1..ead7f1ca 100644 --- a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/annulen/stable/package/30620cba1eaf28add40f441a20f7d1be9a5c636c/conanmanifest.txt +++ b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/annulen/stable/package/30620cba1eaf28add40f441a20f7d1be9a5c636c/conanmanifest.txt @@ -1,136 +1,136 @@ 1478799864 +bin/libexslt-0.dll: 7675292df50bf7e337e6fe7641612f2b +bin/libxslt-1.dll: a1c6847bea36a592e198604f930974d2 +bin/xslt-config: 92edf713575aac5c5db15127af375842 +bin/xsltproc.exe: c215ee880a249a87c6eab40d5a9660e3 +conaninfo.txt: d4dddabb56f9b9605df4d8fa2f367028 +include/libexslt/exslt.h: f01af3bf058520059ba6d50f42133717 +include/libexslt/exsltconfig.h: b3e4cceec1495ff23ba07518c4a8afcb +include/libexslt/exsltexports.h: 079c35b6fa14302aad0764c1dee57809 +include/libexslt/libexslt.h: 2a281322663dba16ccf7b4ed1eb5858f +include/libxslt/attributes.h: 32e43c08f66b85266c391301d322a21f +include/libxslt/documents.h: 22a35bd1102fd1ac301e50cf650a8b8a +include/libxslt/extensions.h: 0396b6be07f707b0c6ee171a63b2e520 +include/libxslt/extra.h: 6d41618d5d9708628ec9b33a587f06c3 +include/libxslt/functions.h: b5ad00884390fb9b86c55a2628e9f6a0 +include/libxslt/imports.h: 66e26ad969e3c37fdeedcbc2716d7cf3 +include/libxslt/keys.h: 77a11ee3de841d02d3461b829cfcc11e +include/libxslt/libxslt.h: 11c489a4083c7d341b70e8693676852f +include/libxslt/namespaces.h: c784b4b8e80274491fe023ce26d4847b +include/libxslt/numbersInternals.h: 27c2c21ab1535f84710fe1c8c8829018 +include/libxslt/pattern.h: 1d928199f1adf63d79d9ec6aa7eb060f +include/libxslt/preproc.h: 829de337aca8b15f699708e6b7340549 +include/libxslt/security.h: 1b24b61ea6afe01d18c647c94b1245c7 +include/libxslt/templates.h: 6901f4c8fad239b588b9f6d4cdfef5ac +include/libxslt/transform.h: 060c2e753adea589569d2835a006075e +include/libxslt/trio.h: 7da7b1fcf378330699c7ecdd96908641 +include/libxslt/triodef.h: e41149b088de4a04c067c85969f4db3c +include/libxslt/variables.h: ee9c8174c5a42ab6821d2e28f0a15661 +include/libxslt/win32config.h: c64153b1a2c8bba1a8aa600741f04690 include/libxslt/xslt.h: 0c08b8e7223b72f822a58457520b6387 -share/doc/libxslt-1.1.29/html/EXSLT/intro.html: 08c5743544fa11d3e47794d2bddf58c5 -share/doc/libxslt-1.1.29/html/html/libxslt-xslt.html: e94fba7be3d50049b723a80d3b0a1b40 +include/libxslt/xsltInternals.h: 4b93c6b8abdb8f67a5718ed98a2b2e6e +include/libxslt/xsltconfig.h: 696ee4c678ac92cb4b17a955475698b0 +include/libxslt/xsltexports.h: 207ffe4e458a8c24635b3eb24bdd8000 +include/libxslt/xsltlocale.h: b934279cc2a6556075638425e5634b07 +include/libxslt/xsltutils.h: c190bd536ce0cffe1ccba74c68f7b0c9 +lib/libexslt.dll.a: c03cb36bcefbeaf9f2529dcae7d38db5 +lib/libexslt.la: 4e7f084a461a3ab245dce1836aaf4384 +lib/libxslt.dll.a: 3dca0c97875f4f44cf46039657d5f5eb +lib/libxslt.la: 04ac200e9b2c56292ad91ffcb83ff676 +lib/pkgconfig/libexslt.pc: 6ae3965889e819ace738967546160ede +lib/pkgconfig/libxslt.pc: 101abf476285d150fb6130679868fd2a lib/xsltConf.sh: 387130017807ac4132eccf4db20b3be8 +share/aclocal/libxslt.m4: 7b0b8b6bd86eea30c617663c9e9439b3 +share/doc/libxslt-1.1.29/html/API.html: 99b964a0e24da7db2d479302fbde49ef +share/doc/libxslt-1.1.29/html/APIchunk0.html: 379e5dd4f4ae9cdbaea4428322524d23 +share/doc/libxslt-1.1.29/html/APIchunk1.html: e6bedc4a557c35709cfaadb3b3a2c78e +share/doc/libxslt-1.1.29/html/APIchunk10.html: 990d5445086a566dff80c3c55e7fe777 share/doc/libxslt-1.1.29/html/APIchunk11.html: d2c1db9800e2fefec12d29d1d4935787 -lib/libxslt.dll.a: 3dca0c97875f4f44cf46039657d5f5eb +share/doc/libxslt-1.1.29/html/APIchunk12.html: 3e91f14eb29aa1b149a6dc47adfe3f7e share/doc/libxslt-1.1.29/html/APIchunk13.html: f81829102703ab031d34501e86c38de6 -share/doc/libxslt-1.1.29/html/APIfiles.html: 490ec3f50d79908176cd61723381ebdf -include/libxslt/trio.h: 7da7b1fcf378330699c7ecdd96908641 -share/doc/libxslt-1.1.29/html/html/libxslt-pattern.html: 68a6e5041985bd90b062f225d3e4a4ea -share/doc/libxslt-1.1.29/html/html/libxslt-imports.html: b190003ede5181d38069a360e9e54696 -include/libxslt/functions.h: b5ad00884390fb9b86c55a2628e9f6a0 -share/doc/libxslt-1.1.29/html/xslt.html: 739e6a1bf660969174feb4db301f3e80 share/doc/libxslt-1.1.29/html/APIchunk2.html: 8de13f862400c55f79640149263ecdf2 -share/doc/libxslt-1.1.29/html/templates.gif: e1ac04018d8f602adbd28a72153f9956 -include/libxslt/xsltexports.h: 207ffe4e458a8c24635b3eb24bdd8000 -include/libxslt/variables.h: ee9c8174c5a42ab6821d2e28f0a15661 -share/doc/libxslt-1.1.29/html/html/libxslt-documents.html: 04b4f566bc179282ba31e4086733d392 -share/doc/libxslt-1.1.29/html/EXSLT/APIfunctions.html: 6b0b4b814785deca06fb32b27d1421db +share/doc/libxslt-1.1.29/html/APIchunk3.html: a67b4125d6d62adefd42a1f14d8e743e +share/doc/libxslt-1.1.29/html/APIchunk4.html: 56f35b492dacfd056fb9aeb0d465d4d8 +share/doc/libxslt-1.1.29/html/APIchunk5.html: a0fd3189be50ea1bd6193387408f586c +share/doc/libxslt-1.1.29/html/APIchunk6.html: 9bbcf809a505e114d6639124cf4ea61c +share/doc/libxslt-1.1.29/html/APIchunk7.html: a13a001cbc5772a5f078dcb6b6933ed7 +share/doc/libxslt-1.1.29/html/APIchunk8.html: bcffc0a904c0e63029ea40434087e8a6 +share/doc/libxslt-1.1.29/html/APIchunk9.html: ed227fe1b81942da23d7e2aa7b743888 +share/doc/libxslt-1.1.29/html/APIconstructors.html: d79268dc83d0336691469ee5e7de4ffa +share/doc/libxslt-1.1.29/html/APIfiles.html: 490ec3f50d79908176cd61723381ebdf share/doc/libxslt-1.1.29/html/APIfunctions.html: 78ba3e4807646ecedb871570caecf6d2 -share/doc/libxslt-1.1.29/html/redhat.gif: dd0216f442bf6845c103aba1b4bcb869 +share/doc/libxslt-1.1.29/html/APIsymbols.html: 3e7d7df3374823ed4a8b9e00de152f5e +share/doc/libxslt-1.1.29/html/EXSLT/APIchunk0.html: be037131987b78b19b9e61ce54877bee +share/doc/libxslt-1.1.29/html/EXSLT/APIconstructors.html: 3da084171718dfe3cfc77c6d4350762f share/doc/libxslt-1.1.29/html/EXSLT/APIfiles.html: d67a66297a2fd601bc1553874765a315 -share/man/man1/xsltproc.1: be3aaba050a613d185ab69a1547eeee1 -share/doc/libxslt-1.1.29/html/html/libxslt-xsltInternals.html: 4fc3053cfdc99227025f82dd83b99059 +share/doc/libxslt-1.1.29/html/EXSLT/APIfunctions.html: 6b0b4b814785deca06fb32b27d1421db +share/doc/libxslt-1.1.29/html/EXSLT/APIsymbols.html: 39928a27a9ada210627deef998899296 +share/doc/libxslt-1.1.29/html/EXSLT/bugs.html: 7e22e19ae460ec6a27849b6bf2870eaf +share/doc/libxslt-1.1.29/html/EXSLT/docs.html: de04679a46246ab14183bfddfb9fe21e +share/doc/libxslt-1.1.29/html/EXSLT/downloads.html: 775d1c9006018e2a6afbd46aabac94cc +share/doc/libxslt-1.1.29/html/EXSLT/exslt.html: 9f53a9098c0ae4b86092ec453f9bf5e0 +share/doc/libxslt-1.1.29/html/EXSLT/help.html: 6a3ae7a677b508299d6843ec2aa06919 +share/doc/libxslt-1.1.29/html/EXSLT/index.html: f10878530c0c370434e38f8669b87fb2 +share/doc/libxslt-1.1.29/html/EXSLT/intro.html: 08c5743544fa11d3e47794d2bddf58c5 +share/doc/libxslt-1.1.29/html/FAQ.html: d50bcf8a29a1593dd5e0a3821071274f +share/doc/libxslt-1.1.29/html/Libxslt-Logo-180x168.gif: e6f8bb7e4a5a426380d387adaedadad9 +share/doc/libxslt-1.1.29/html/Libxslt-Logo-90x34.gif: 6b3ac58ce6c3e622db3dbf83d127f1ac +share/doc/libxslt-1.1.29/html/bugs.html: f724ff1f191cd6d6006ff81f85b84987 +share/doc/libxslt-1.1.29/html/contexts.gif: 8d882ee509aaba54abf791a312fdb617 +share/doc/libxslt-1.1.29/html/contribs.html: c3d4e7a850f0d5e373f857093b092fbc +share/doc/libxslt-1.1.29/html/docbook.html: 776f814590907d566008cb194162da1a +share/doc/libxslt-1.1.29/html/docs.html: 4291a6eb59ef115310843882330d25f1 share/doc/libxslt-1.1.29/html/downloads.html: a34b24da9c37d11b160a51375b2d8e26 -share/doc/libxslt-1.1.29/html/html/libxslt-attributes.html: 01e3dad54911c715af8eb4edd03680d7 +share/doc/libxslt-1.1.29/html/extensions.html: d9dc8d45c36e77af9b229d9de2fa184c +share/doc/libxslt-1.1.29/html/help.html: ec0ba42602368c606bb282ae37d6e8ff share/doc/libxslt-1.1.29/html/html/book1.html: 38e702d7abb51be701e9e4a132b7fbf3 -share/doc/libxslt-1.1.29/html/EXSLT/help.html: 6a3ae7a677b508299d6843ec2aa06919 -share/doc/libxslt-1.1.29/html/APIchunk0.html: 379e5dd4f4ae9cdbaea4428322524d23 -share/doc/libxslt-1.1.29/html/EXSLT/downloads.html: 775d1c9006018e2a6afbd46aabac94cc -share/doc/libxslt-1.1.29/html/index.html: 05e32435399ac231b17cd820de78ac70 +share/doc/libxslt-1.1.29/html/html/home.png: f6192f4292d744423df690e785d60fdf +share/doc/libxslt-1.1.29/html/html/index.html: 38e702d7abb51be701e9e4a132b7fbf3 +share/doc/libxslt-1.1.29/html/html/left.png: f771308152ab24a69682daed70ce136d +share/doc/libxslt-1.1.29/html/html/libxslt-attributes.html: 01e3dad54911c715af8eb4edd03680d7 +share/doc/libxslt-1.1.29/html/html/libxslt-documents.html: 04b4f566bc179282ba31e4086733d392 +share/doc/libxslt-1.1.29/html/html/libxslt-extensions.html: 48ba473ecaca35f0e9d118bfe569a4ce +share/doc/libxslt-1.1.29/html/html/libxslt-extra.html: b531cac2627f78c17bf7751d709d15e4 +share/doc/libxslt-1.1.29/html/html/libxslt-functions.html: 8f859868f4d61cc91fc3297f58cf467f +share/doc/libxslt-1.1.29/html/html/libxslt-imports.html: b190003ede5181d38069a360e9e54696 +share/doc/libxslt-1.1.29/html/html/libxslt-keys.html: 595c6d8e3cbd5836d765a714cdaa8662 +share/doc/libxslt-1.1.29/html/html/libxslt-lib.html: 38e702d7abb51be701e9e4a132b7fbf3 share/doc/libxslt-1.1.29/html/html/libxslt-namespaces.html: f1957f303bf803b546fea20c3210e66c -share/doc/libxslt-1.1.29/html/object.gif: 879905dbfdc584f7a8543b7804cc3ff4 -share/doc/libxslt-1.1.29/html/html/libxslt-xsltlocale.html: 8a6973315db00ad07f270a50fb864ff1 +share/doc/libxslt-1.1.29/html/html/libxslt-numbersInternals.html: 8270d01773d6827cef5eb0e5fbc06cbe +share/doc/libxslt-1.1.29/html/html/libxslt-pattern.html: 68a6e5041985bd90b062f225d3e4a4ea +share/doc/libxslt-1.1.29/html/html/libxslt-preproc.html: 2e5b3d40d10b5d19f8d8981890fa60e6 share/doc/libxslt-1.1.29/html/html/libxslt-security.html: 0fc54dbb04c31db7273540c6aa15b789 -share/doc/libxslt-1.1.29/html/tutorial2/libxslt_pipes.c: 01a91d21b5e9a1e2259752d5325feaf0 -include/libxslt/win32config.h: c64153b1a2c8bba1a8aa600741f04690 -include/libxslt/imports.h: 66e26ad969e3c37fdeedcbc2716d7cf3 -share/doc/libxslt-1.1.29/html/APIchunk6.html: 9bbcf809a505e114d6639124cf4ea61c -share/man/man3/libexslt.3: c7089bab11720e9c9c17962a68c528ff -share/doc/libxslt-1.1.29/html/Libxslt-Logo-180x168.gif: e6f8bb7e4a5a426380d387adaedadad9 -share/doc/libxslt-1.1.29/html/tutorial2/libxslt_pipes.html: ac0dc678b3ab0da56681555c51e6fa64 -include/libexslt/exsltexports.h: 079c35b6fa14302aad0764c1dee57809 -include/libxslt/extra.h: 6d41618d5d9708628ec9b33a587f06c3 -bin/libxslt-1.dll: a1c6847bea36a592e198604f930974d2 -share/doc/libxslt-1.1.29/html/xsltproc2.html: 52997d42ce172e9b1cace319bb5aaa0b -include/libxslt/attributes.h: 32e43c08f66b85266c391301d322a21f -share/doc/libxslt-1.1.29/html/APIchunk7.html: a13a001cbc5772a5f078dcb6b6933ed7 -share/doc/libxslt-1.1.29/html/python.html: c8c7fafbda61cd06c188c4cceb78184e +share/doc/libxslt-1.1.29/html/html/libxslt-templates.html: f795df05f5ada549196b3b0af2b51b6f +share/doc/libxslt-1.1.29/html/html/libxslt-transform.html: 10347ce214f564ed64480e3a29629bce +share/doc/libxslt-1.1.29/html/html/libxslt-variables.html: 78a0a52b6df345ecda47c06da8ac8d58 +share/doc/libxslt-1.1.29/html/html/libxslt-xslt.html: e94fba7be3d50049b723a80d3b0a1b40 +share/doc/libxslt-1.1.29/html/html/libxslt-xsltInternals.html: 4fc3053cfdc99227025f82dd83b99059 +share/doc/libxslt-1.1.29/html/html/libxslt-xsltexports.html: 21afd523be589d91dac3cdd1692d434c +share/doc/libxslt-1.1.29/html/html/libxslt-xsltlocale.html: 8a6973315db00ad07f270a50fb864ff1 share/doc/libxslt-1.1.29/html/html/libxslt-xsltutils.html: 25ce5faa616e42268d54a34cb5983e5c -share/doc/libxslt-1.1.29/html/html/libxslt-numbersInternals.html: 8270d01773d6827cef5eb0e5fbc06cbe -share/doc/libxslt-1.1.29/html/FAQ.html: d50bcf8a29a1593dd5e0a3821071274f -share/doc/libxslt-1.1.29/html/xsltproc.html: fa713b8a3fd6b30a19319a821d7bb238 -share/doc/libxslt-1.1.29/html/stylesheet.gif: 15a7ac6844ef2b2a7f601ed6cb6cb277 -include/libxslt/xsltInternals.h: 4b93c6b8abdb8f67a5718ed98a2b2e6e -lib/libexslt.dll.a: c03cb36bcefbeaf9f2529dcae7d38db5 share/doc/libxslt-1.1.29/html/html/right.png: ebd7e6d206d73850d77d305ab548f957 -include/libxslt/keys.h: 77a11ee3de841d02d3461b829cfcc11e -share/doc/libxslt-1.1.29/html/contexts.gif: 8d882ee509aaba54abf791a312fdb617 -include/libxslt/templates.h: 6901f4c8fad239b588b9f6d4cdfef5ac -include/libexslt/libexslt.h: 2a281322663dba16ccf7b4ed1eb5858f -share/doc/libxslt-1.1.29/html/bugs.html: f724ff1f191cd6d6006ff81f85b84987 -share/doc/libxslt-1.1.29/html/html/libxslt-variables.html: 78a0a52b6df345ecda47c06da8ac8d58 -include/libxslt/transform.h: 060c2e753adea589569d2835a006075e -share/doc/libxslt-1.1.29/html/extensions.html: d9dc8d45c36e77af9b229d9de2fa184c -share/doc/libxslt-1.1.29/html/html/libxslt-transform.html: 10347ce214f564ed64480e3a29629bce +share/doc/libxslt-1.1.29/html/html/up.png: 2f07d9272deb4ae870ca6821117877fa +share/doc/libxslt-1.1.29/html/index.html: 05e32435399ac231b17cd820de78ac70 +share/doc/libxslt-1.1.29/html/internals.html: 922c61987ad85ba31859d1fa36ca2fc2 +share/doc/libxslt-1.1.29/html/intro.html: f7674ee30704647018c1cdd5ffa4b56f +share/doc/libxslt-1.1.29/html/news.html: 7deecee24a4b90b4e4c88f0d299f090f share/doc/libxslt-1.1.29/html/node.gif: e0b48d09fa64e4a64831c42c4f9e6331 +share/doc/libxslt-1.1.29/html/object.gif: 879905dbfdc584f7a8543b7804cc3ff4 +share/doc/libxslt-1.1.29/html/processing.gif: e6924e110962e92a04d6d3f1f1196b31 +share/doc/libxslt-1.1.29/html/python.html: c8c7fafbda61cd06c188c4cceb78184e +share/doc/libxslt-1.1.29/html/redhat.gif: dd0216f442bf6845c103aba1b4bcb869 share/doc/libxslt-1.1.29/html/smallfootonly.gif: e92b022a99a76d6fceeb35576bb7718f +share/doc/libxslt-1.1.29/html/stylesheet.gif: 15a7ac6844ef2b2a7f601ed6cb6cb277 +share/doc/libxslt-1.1.29/html/templates.gif: e1ac04018d8f602adbd28a72153f9956 share/doc/libxslt-1.1.29/html/tutorial/libxslt_tutorial.c: 0c3d2acbfb0be23b984c695600170d16 -bin/libexslt-0.dll: 7675292df50bf7e337e6fe7641612f2b -conaninfo.txt: d4dddabb56f9b9605df4d8fa2f367028 -share/doc/libxslt-1.1.29/html/APIsymbols.html: 3e7d7df3374823ed4a8b9e00de152f5e -include/libxslt/xsltlocale.h: b934279cc2a6556075638425e5634b07 -share/doc/libxslt-1.1.29/html/APIchunk4.html: 56f35b492dacfd056fb9aeb0d465d4d8 -share/doc/libxslt-1.1.29/html/EXSLT/docs.html: de04679a46246ab14183bfddfb9fe21e -include/libxslt/pattern.h: 1d928199f1adf63d79d9ec6aa7eb060f -include/libxslt/numbersInternals.h: 27c2c21ab1535f84710fe1c8c8829018 -share/doc/libxslt-1.1.29/html/APIchunk8.html: bcffc0a904c0e63029ea40434087e8a6 -share/doc/libxslt-1.1.29/html/html/left.png: f771308152ab24a69682daed70ce136d -lib/pkgconfig/libxslt.pc: 101abf476285d150fb6130679868fd2a -include/libxslt/extensions.h: 0396b6be07f707b0c6ee171a63b2e520 share/doc/libxslt-1.1.29/html/tutorial/libxslttutorial.html: ee8ec694b4a88c4b6503f5301c998ecd -share/doc/libxslt-1.1.29/html/docs.html: 4291a6eb59ef115310843882330d25f1 -share/doc/libxslt-1.1.29/html/news.html: 7deecee24a4b90b4e4c88f0d299f090f -share/doc/libxslt-1.1.29/html/internals.html: 922c61987ad85ba31859d1fa36ca2fc2 -share/doc/libxslt-1.1.29/html/html/libxslt-preproc.html: 2e5b3d40d10b5d19f8d8981890fa60e6 -bin/xslt-config: 92edf713575aac5c5db15127af375842 -share/doc/libxslt-1.1.29/html/APIconstructors.html: d79268dc83d0336691469ee5e7de4ffa -share/doc/libxslt-1.1.29/html/html/libxslt-functions.html: 8f859868f4d61cc91fc3297f58cf467f -share/doc/libxslt-1.1.29/html/contribs.html: c3d4e7a850f0d5e373f857093b092fbc -share/doc/libxslt-1.1.29/html/tutorial2/libxslt_pipes.xml: 0c0faafe5595b19ebe09f6110fe3a7fd share/doc/libxslt-1.1.29/html/tutorial/libxslttutorial.xml: 7f3bb19c2dcc54c5f76e953a65dbd339 -share/doc/libxslt-1.1.29/html/API.html: 99b964a0e24da7db2d479302fbde49ef -include/libexslt/exsltconfig.h: b3e4cceec1495ff23ba07518c4a8afcb -share/doc/libxslt-1.1.29/html/html/up.png: 2f07d9272deb4ae870ca6821117877fa -share/doc/libxslt-1.1.29/html/EXSLT/APIchunk0.html: be037131987b78b19b9e61ce54877bee -share/doc/libxslt-1.1.29/html/html/libxslt-keys.html: 595c6d8e3cbd5836d765a714cdaa8662 -share/doc/libxslt-1.1.29/html/APIchunk10.html: 990d5445086a566dff80c3c55e7fe777 -share/doc/libxslt-1.1.29/html/processing.gif: e6924e110962e92a04d6d3f1f1196b31 -include/libxslt/security.h: 1b24b61ea6afe01d18c647c94b1245c7 -share/doc/libxslt-1.1.29/html/intro.html: f7674ee30704647018c1cdd5ffa4b56f -share/doc/libxslt-1.1.29/html/html/libxslt-lib.html: 38e702d7abb51be701e9e4a132b7fbf3 -share/doc/libxslt-1.1.29/html/EXSLT/index.html: f10878530c0c370434e38f8669b87fb2 -include/libxslt/namespaces.h: c784b4b8e80274491fe023ce26d4847b -share/doc/libxslt-1.1.29/html/EXSLT/APIconstructors.html: 3da084171718dfe3cfc77c6d4350762f -share/doc/libxslt-1.1.29/html/html/libxslt-extensions.html: 48ba473ecaca35f0e9d118bfe569a4ce -lib/libexslt.la: 4e7f084a461a3ab245dce1836aaf4384 -include/libxslt/xsltutils.h: c190bd536ce0cffe1ccba74c68f7b0c9 -share/doc/libxslt-1.1.29/html/html/index.html: 38e702d7abb51be701e9e4a132b7fbf3 -bin/xsltproc.exe: c215ee880a249a87c6eab40d5a9660e3 -share/doc/libxslt-1.1.29/html/APIchunk1.html: e6bedc4a557c35709cfaadb3b3a2c78e -include/libxslt/preproc.h: 829de337aca8b15f699708e6b7340549 -include/libxslt/xsltconfig.h: 696ee4c678ac92cb4b17a955475698b0 -share/doc/libxslt-1.1.29/html/docbook.html: 776f814590907d566008cb194162da1a -share/doc/libxslt-1.1.29/html/Libxslt-Logo-90x34.gif: 6b3ac58ce6c3e622db3dbf83d127f1ac -share/doc/libxslt-1.1.29/html/APIchunk3.html: a67b4125d6d62adefd42a1f14d8e743e -share/doc/libxslt-1.1.29/html/html/libxslt-extra.html: b531cac2627f78c17bf7751d709d15e4 -include/libxslt/libxslt.h: 11c489a4083c7d341b70e8693676852f -lib/pkgconfig/libexslt.pc: 6ae3965889e819ace738967546160ede -share/aclocal/libxslt.m4: 7b0b8b6bd86eea30c617663c9e9439b3 -share/doc/libxslt-1.1.29/html/EXSLT/bugs.html: 7e22e19ae460ec6a27849b6bf2870eaf -share/doc/libxslt-1.1.29/html/APIchunk9.html: ed227fe1b81942da23d7e2aa7b743888 -share/doc/libxslt-1.1.29/html/APIchunk5.html: a0fd3189be50ea1bd6193387408f586c -share/doc/libxslt-1.1.29/html/html/home.png: f6192f4292d744423df690e785d60fdf -share/doc/libxslt-1.1.29/html/EXSLT/exslt.html: 9f53a9098c0ae4b86092ec453f9bf5e0 -share/doc/libxslt-1.1.29/html/help.html: ec0ba42602368c606bb282ae37d6e8ff -share/doc/libxslt-1.1.29/html/html/libxslt-xsltexports.html: 21afd523be589d91dac3cdd1692d434c -share/doc/libxslt-1.1.29/html/EXSLT/APIsymbols.html: 39928a27a9ada210627deef998899296 -share/man/man3/libxslt.3: e4962632ed2590adad3621054417bd2a -share/doc/libxslt-1.1.29/html/html/libxslt-templates.html: f795df05f5ada549196b3b0af2b51b6f -include/libxslt/triodef.h: e41149b088de4a04c067c85969f4db3c -include/libxslt/documents.h: 22a35bd1102fd1ac301e50cf650a8b8a -include/libexslt/exslt.h: f01af3bf058520059ba6d50f42133717 -share/doc/libxslt-1.1.29/html/APIchunk12.html: 3e91f14eb29aa1b149a6dc47adfe3f7e -lib/libxslt.la: 04ac200e9b2c56292ad91ffcb83ff676 \ No newline at end of file +share/doc/libxslt-1.1.29/html/tutorial2/libxslt_pipes.c: 01a91d21b5e9a1e2259752d5325feaf0 +share/doc/libxslt-1.1.29/html/tutorial2/libxslt_pipes.html: ac0dc678b3ab0da56681555c51e6fa64 +share/doc/libxslt-1.1.29/html/tutorial2/libxslt_pipes.xml: 0c0faafe5595b19ebe09f6110fe3a7fd +share/doc/libxslt-1.1.29/html/xslt.html: 739e6a1bf660969174feb4db301f3e80 +share/doc/libxslt-1.1.29/html/xsltproc.html: fa713b8a3fd6b30a19319a821d7bb238 +share/doc/libxslt-1.1.29/html/xsltproc2.html: 52997d42ce172e9b1cace319bb5aaa0b +share/man/man1/xsltproc.1: be3aaba050a613d185ab69a1547eeee1 +share/man/man3/libexslt.3: c7089bab11720e9c9c17962a68c528ff +share/man/man3/libxslt.3: e4962632ed2590adad3621054417bd2a \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.txt b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.txt new file mode 100644 index 00000000..694258bd --- /dev/null +++ b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.txt @@ -0,0 +1,19 @@ +[requires] +icu/57.1@annulen/stable +libxml2/2.9.4@annulen/stable +libxslt/1.1.29@annulen/stable + +[generators] +cmake + +[options] +icu:shared=True +libxml2:shared=True +libxslt:shared=True + +[imports] +lib, icudt57.dll -> ./bin +lib, icuin57.dll -> ./bin +lib, icuuc57.dll -> ./bin +bin, libxml2-2.dll -> ./bin +bin, libxslt-1.dll -> ./bin -- cgit v1.2.3 From f8e075a67932714c35764b098045c276c26c0c2e Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Wed, 16 Nov 2016 16:32:17 +0300 Subject: Install conan from pip instead of exe This allows us to get it working on 32-bit Windows. Also renamed conan.ps1 and python.ps1 to get proper provisioning order. Change-Id: I2f21db7dd0edbacb4e44024d1c70b315fba55801 Reviewed-by: Simon Hausmann --- coin/provisioning/common/02-python.ps1 | 64 ++++++++++++++++++++++ coin/provisioning/common/03-conan.ps1 | 46 ++++++++++++++++ coin/provisioning/common/conan.ps1 | 50 ----------------- coin/provisioning/common/python.ps1 | 64 ---------------------- coin/provisioning/qtci-windows-10-x86/conan.ps1 | 2 +- coin/provisioning/qtci-windows-10-x86/python.ps1 | 2 +- coin/provisioning/qtci-windows-10-x86_64/conan.ps1 | 2 +- .../provisioning/qtci-windows-10-x86_64/python.ps1 | 2 +- coin/provisioning/qtci-windows-7-x86/conan.ps1 | 2 +- coin/provisioning/qtci-windows-7-x86/python.ps1 | 2 +- coin/provisioning/qtci-windows-8-x86/python.ps1 | 2 +- coin/provisioning/qtci-windows-8-x86_64/python.ps1 | 2 +- 12 files changed, 118 insertions(+), 122 deletions(-) create mode 100644 coin/provisioning/common/02-python.ps1 create mode 100644 coin/provisioning/common/03-conan.ps1 delete mode 100644 coin/provisioning/common/conan.ps1 delete mode 100644 coin/provisioning/common/python.ps1 (limited to 'coin') diff --git a/coin/provisioning/common/02-python.ps1 b/coin/provisioning/common/02-python.ps1 new file mode 100644 index 00000000..39d8146d --- /dev/null +++ b/coin/provisioning/common/02-python.ps1 @@ -0,0 +1,64 @@ +############################################################################# +## +## Copyright (C) 2016 The Qt Company Ltd. +## Contact: http://www.qt.io/licensing/ +## +## This file is part of the test suite of the Qt Toolkit. +## +## $QT_BEGIN_LICENSE:LGPL21$ +## Commercial License Usage +## Licensees holding valid commercial Qt licenses may use this file in +## accordance with the commercial license agreement provided with the +## Software or, alternatively, in accordance with the terms contained in +## a written agreement between you and The Qt Company. For licensing terms +## and conditions see http://www.qt.io/terms-conditions. For further +## information use the contact form at http://www.qt.io/contact-us. +## +## GNU Lesser General Public License Usage +## Alternatively, this file may be used under the terms of the GNU Lesser +## General Public License version 2.1 or version 3 as published by the Free +## Software Foundation and appearing in the file LICENSE.LGPLv21 and +## LICENSE.LGPLv3 included in the packaging of this file. Please review the +## following information to ensure the GNU Lesser General Public License +## requirements will be met: https://www.gnu.org/licenses/lgpl.html and +## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +## +## As a special exception, The Qt Company gives you certain additional +## rights. These rights are described in The Qt Company LGPL Exception +## version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +## +## $QT_END_LICENSE$ +## +############################################################################# + +. "$PSScriptRoot\helpers.ps1" + +# This script installs Python $version. +# Python is required for building Qt 5 from source. + +$version = "2.7.10" +$package = "C:\Windows\temp\python-$version.msi" + +# check bit version +if ([System.Environment]::Is64BitProcess -eq $TRUE) { + $externalUrl = "https://www.python.org/ftp/python/$version/python-$version.amd64.msi" + $internalUrl = "http://ci-files01-hki.ci.local/input/windows/python-$version.amd64.msi" + $sha1 = "f3a474f6ab191f9b43034c0fb5c98301553775d4" +} +else { + $externalUrl = "https://www.python.org/ftp/python/$version/python-$version.msi" + $internalUrl = "http://ci-files01-hki.ci.local/input/windows/python-$version.msi" + $sha1 = "9e62f37407e6964ee0374b32869b7b4ab050d12a" +} + +echo "Fetching from URL..." +Download $externalUrl $internalUrl $package +Verify-Checksum $package $sha1 +echo "Installing $package..." +cmd /c "$package /q" +# We need to change allowZip64 from 'False' to 'True' to be able to create ZIP files that use the ZIP64 extensions when the zipfile is larger than 2 GB +echo "Chancing allowZip64 value to 'True'..." +(Get-Content C:\Python27\lib\zipfile.py) | ForEach-Object { $_ -replace "allowZip64=False", "allowZip64=True" } | Set-Content C:\Python27\lib\zipfile.py +echo "Remove $package..." +del $package +Add-Path $path diff --git a/coin/provisioning/common/03-conan.ps1 b/coin/provisioning/common/03-conan.ps1 new file mode 100644 index 00000000..3c1dbbcf --- /dev/null +++ b/coin/provisioning/common/03-conan.ps1 @@ -0,0 +1,46 @@ +. "$PSScriptRoot\helpers.ps1" + +& pip install --upgrade conan==0.15.0 + +[Environment]::SetEnvironmentVariable("CI_CONAN_BUILDINFO_DIR", "C:\Utils\conanbuildinfos", "Machine") + +function Start-Process-Logged +{ + Write-Host "Start-Process", $args + Start-Process @args +} + +function Run-Conan-Install +{ + Param ( + [string]$ConanfilesDir, + [string]$BuildinfoDir, + [string]$Arch, + [string]$Compiler, + [string]$CompilerVersion, + [string]$CompilerRuntime, + [string]$CompilerLibcxx + ) + + if ($CompilerRuntime) { + $extraArgs = "-s compiler.runtime=$($CompilerRuntime)" + } + + if ($CompilerLibcxx) { + $extraArgs = "-s compiler.libcxx=$($CompilerLibcxx)" + } + + Get-ChildItem -Path "$ConanfilesDir\*.txt" | + ForEach-Object { + $outpwd = "C:\Utils\conanbuildinfos\$($BuildinfoDir)\$($_.BaseName)" + $manifestsDir = "$($_.DirectoryName)\$($_.BaseName).manifests" + New-Item $outpwd -Type directory -Force + Start-Process-Logged ` + conan ` + -WorkingDirectory $outpwd ` + -ArgumentList "install -f $($_.FullName) --verify $($manifestsDir)", ` + '-s', ('compiler="' + $Compiler + '"'), ` + "-s os=Windows -s arch=$($Arch) -s compiler.version=$($CompilerVersion) $($extraArgs)" ` + -NoNewWindow -Wait -Verbose + } +} diff --git a/coin/provisioning/common/conan.ps1 b/coin/provisioning/common/conan.ps1 deleted file mode 100644 index 086af1ec..00000000 --- a/coin/provisioning/common/conan.ps1 +++ /dev/null @@ -1,50 +0,0 @@ -. "$PSScriptRoot\helpers.ps1" - -$installer = "c:\users\qt\downloads\conan-win_0_15_0.exe" - -Download https://github.com/conan-io/conan/releases/download/0.15.0/conan-win_0_15_0.exe http://ci-files01-hki.ci.local/input/windows/conan/conan-win_0_15_0.exe $installer -Verify-Checksum $installer "AE8DB31B34A9B88EA227F0FE283FC0F003D2BFDD" -& $installer /DIR=C:\Utils\Conan /VERYSILENT | Out-Null - -[Environment]::SetEnvironmentVariable("CI_CONAN_BUILDINFO_DIR", "C:\Utils\conanbuildinfos", "Machine") - -function Start-Process-Logged -{ - Write-Host "Start-Process", $args - Start-Process @args -} - -function Run-Conan-Install -{ - Param ( - [string]$ConanfilesDir, - [string]$BuildinfoDir, - [string]$Arch, - [string]$Compiler, - [string]$CompilerVersion, - [string]$CompilerRuntime, - [string]$CompilerLibcxx - ) - - if ($CompilerRuntime) { - $extraArgs = "-s compiler.runtime=$($CompilerRuntime)" - } - - if ($CompilerLibcxx) { - $extraArgs = "-s compiler.libcxx=$($CompilerLibcxx)" - } - - Get-ChildItem -Path "$ConanfilesDir\*.txt" | - ForEach-Object { - $outpwd = "C:\Utils\conanbuildinfos\$($BuildinfoDir)\$($_.BaseName)" - $manifestsDir = "$($_.DirectoryName)\$($_.BaseName).manifests" - New-Item $outpwd -Type directory -Force - Start-Process-Logged ` - "C:\Utils\Conan\conan\conan.exe" ` - -WorkingDirectory $outpwd ` - -ArgumentList "install -f $($_.FullName) --verify $($manifestsDir)", ` - '-s', ('compiler="' + $Compiler + '"'), ` - "-s os=Windows -s arch=$($Arch) -s compiler.version=$($CompilerVersion) $($extraArgs)" ` - -NoNewWindow -Wait -Verbose - } -} diff --git a/coin/provisioning/common/python.ps1 b/coin/provisioning/common/python.ps1 deleted file mode 100644 index 39d8146d..00000000 --- a/coin/provisioning/common/python.ps1 +++ /dev/null @@ -1,64 +0,0 @@ -############################################################################# -## -## Copyright (C) 2016 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ -## -## This file is part of the test suite of the Qt Toolkit. -## -## $QT_BEGIN_LICENSE:LGPL21$ -## Commercial License Usage -## Licensees holding valid commercial Qt licenses may use this file in -## accordance with the commercial license agreement provided with the -## Software or, alternatively, in accordance with the terms contained in -## a written agreement between you and The Qt Company. For licensing terms -## and conditions see http://www.qt.io/terms-conditions. For further -## information use the contact form at http://www.qt.io/contact-us. -## -## GNU Lesser General Public License Usage -## Alternatively, this file may be used under the terms of the GNU Lesser -## General Public License version 2.1 or version 3 as published by the Free -## Software Foundation and appearing in the file LICENSE.LGPLv21 and -## LICENSE.LGPLv3 included in the packaging of this file. Please review the -## following information to ensure the GNU Lesser General Public License -## requirements will be met: https://www.gnu.org/licenses/lgpl.html and -## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -## -## As a special exception, The Qt Company gives you certain additional -## rights. These rights are described in The Qt Company LGPL Exception -## version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -## -## $QT_END_LICENSE$ -## -############################################################################# - -. "$PSScriptRoot\helpers.ps1" - -# This script installs Python $version. -# Python is required for building Qt 5 from source. - -$version = "2.7.10" -$package = "C:\Windows\temp\python-$version.msi" - -# check bit version -if ([System.Environment]::Is64BitProcess -eq $TRUE) { - $externalUrl = "https://www.python.org/ftp/python/$version/python-$version.amd64.msi" - $internalUrl = "http://ci-files01-hki.ci.local/input/windows/python-$version.amd64.msi" - $sha1 = "f3a474f6ab191f9b43034c0fb5c98301553775d4" -} -else { - $externalUrl = "https://www.python.org/ftp/python/$version/python-$version.msi" - $internalUrl = "http://ci-files01-hki.ci.local/input/windows/python-$version.msi" - $sha1 = "9e62f37407e6964ee0374b32869b7b4ab050d12a" -} - -echo "Fetching from URL..." -Download $externalUrl $internalUrl $package -Verify-Checksum $package $sha1 -echo "Installing $package..." -cmd /c "$package /q" -# We need to change allowZip64 from 'False' to 'True' to be able to create ZIP files that use the ZIP64 extensions when the zipfile is larger than 2 GB -echo "Chancing allowZip64 value to 'True'..." -(Get-Content C:\Python27\lib\zipfile.py) | ForEach-Object { $_ -replace "allowZip64=False", "allowZip64=True" } | Set-Content C:\Python27\lib\zipfile.py -echo "Remove $package..." -del $package -Add-Path $path diff --git a/coin/provisioning/qtci-windows-10-x86/conan.ps1 b/coin/provisioning/qtci-windows-10-x86/conan.ps1 index d5f5f9e2..4ba6c70c 100644 --- a/coin/provisioning/qtci-windows-10-x86/conan.ps1 +++ b/coin/provisioning/qtci-windows-10-x86/conan.ps1 @@ -1,4 +1,4 @@ -. "$PSScriptRoot\..\common\conan.ps1" +. "$PSScriptRoot\..\common\03-conan.ps1" Run-Conan-Install ` -ConanfilesDir "$PSScriptRoot\conanfiles" ` diff --git a/coin/provisioning/qtci-windows-10-x86/python.ps1 b/coin/provisioning/qtci-windows-10-x86/python.ps1 index 5f8aa2f8..0e401c02 100644 --- a/coin/provisioning/qtci-windows-10-x86/python.ps1 +++ b/coin/provisioning/qtci-windows-10-x86/python.ps1 @@ -1 +1 @@ -. "$PSScriptRoot\..\common\python.ps1" +. "$PSScriptRoot\..\common\02-python.ps1" diff --git a/coin/provisioning/qtci-windows-10-x86_64/conan.ps1 b/coin/provisioning/qtci-windows-10-x86_64/conan.ps1 index 9cf4fbf1..78de7043 100644 --- a/coin/provisioning/qtci-windows-10-x86_64/conan.ps1 +++ b/coin/provisioning/qtci-windows-10-x86_64/conan.ps1 @@ -1,4 +1,4 @@ -. "$PSScriptRoot\..\common\conan.ps1" +. "$PSScriptRoot\..\common\03-conan.ps1" Run-Conan-Install ` -ConanfilesDir "$PSScriptRoot\conanfiles" ` diff --git a/coin/provisioning/qtci-windows-10-x86_64/python.ps1 b/coin/provisioning/qtci-windows-10-x86_64/python.ps1 index 5f8aa2f8..0e401c02 100644 --- a/coin/provisioning/qtci-windows-10-x86_64/python.ps1 +++ b/coin/provisioning/qtci-windows-10-x86_64/python.ps1 @@ -1 +1 @@ -. "$PSScriptRoot\..\common\python.ps1" +. "$PSScriptRoot\..\common\02-python.ps1" diff --git a/coin/provisioning/qtci-windows-7-x86/conan.ps1 b/coin/provisioning/qtci-windows-7-x86/conan.ps1 index 7421b2da..163739fa 100644 --- a/coin/provisioning/qtci-windows-7-x86/conan.ps1 +++ b/coin/provisioning/qtci-windows-7-x86/conan.ps1 @@ -1,4 +1,4 @@ -. "$PSScriptRoot\..\common\conan.ps1" +. "$PSScriptRoot\..\common\03-conan.ps1" Run-Conan-Install ` -ConanfilesDir "$PSScriptRoot\conanfiles" ` diff --git a/coin/provisioning/qtci-windows-7-x86/python.ps1 b/coin/provisioning/qtci-windows-7-x86/python.ps1 index 5f8aa2f8..0e401c02 100644 --- a/coin/provisioning/qtci-windows-7-x86/python.ps1 +++ b/coin/provisioning/qtci-windows-7-x86/python.ps1 @@ -1 +1 @@ -. "$PSScriptRoot\..\common\python.ps1" +. "$PSScriptRoot\..\common\02-python.ps1" diff --git a/coin/provisioning/qtci-windows-8-x86/python.ps1 b/coin/provisioning/qtci-windows-8-x86/python.ps1 index 5f8aa2f8..0e401c02 100644 --- a/coin/provisioning/qtci-windows-8-x86/python.ps1 +++ b/coin/provisioning/qtci-windows-8-x86/python.ps1 @@ -1 +1 @@ -. "$PSScriptRoot\..\common\python.ps1" +. "$PSScriptRoot\..\common\02-python.ps1" diff --git a/coin/provisioning/qtci-windows-8-x86_64/python.ps1 b/coin/provisioning/qtci-windows-8-x86_64/python.ps1 index 5f8aa2f8..0e401c02 100644 --- a/coin/provisioning/qtci-windows-8-x86_64/python.ps1 +++ b/coin/provisioning/qtci-windows-8-x86_64/python.ps1 @@ -1 +1 @@ -. "$PSScriptRoot\..\common\python.ps1" +. "$PSScriptRoot\..\common\02-python.ps1" -- cgit v1.2.3 From 1bf242603ceeee4a667da69a0f1bc41773cf3842 Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Thu, 17 Nov 2016 15:07:49 +0300 Subject: Rename conan.ps1 and python.ps1 file in configuration dirs too Order of files really matters in configuration directories, but I renamed only main implementations in previous commit. Fixed that. Change-Id: Ia541fa8fd36b3d52580ba9814e9f4c38aadce460 Reviewed-by: Simon Hausmann --- coin/provisioning/qtci-windows-10-x86/02-python.ps1 | 1 + coin/provisioning/qtci-windows-10-x86/03-conan.ps1 | 9 +++++++++ coin/provisioning/qtci-windows-10-x86/conan.ps1 | 9 --------- coin/provisioning/qtci-windows-10-x86/python.ps1 | 1 - coin/provisioning/qtci-windows-10-x86_64/02-python.ps1 | 1 + coin/provisioning/qtci-windows-10-x86_64/03-conan.ps1 | 9 +++++++++ coin/provisioning/qtci-windows-10-x86_64/conan.ps1 | 9 --------- coin/provisioning/qtci-windows-10-x86_64/python.ps1 | 1 - coin/provisioning/qtci-windows-7-x86/02-python.ps1 | 1 + coin/provisioning/qtci-windows-7-x86/03-conan.ps1 | 9 +++++++++ coin/provisioning/qtci-windows-7-x86/conan.ps1 | 9 --------- coin/provisioning/qtci-windows-7-x86/python.ps1 | 1 - coin/provisioning/qtci-windows-8-x86/02-python.ps1 | 1 + coin/provisioning/qtci-windows-8-x86/python.ps1 | 1 - coin/provisioning/qtci-windows-8-x86_64/02-python.ps1 | 1 + coin/provisioning/qtci-windows-8-x86_64/python.ps1 | 1 - 16 files changed, 32 insertions(+), 32 deletions(-) create mode 100644 coin/provisioning/qtci-windows-10-x86/02-python.ps1 create mode 100644 coin/provisioning/qtci-windows-10-x86/03-conan.ps1 delete mode 100644 coin/provisioning/qtci-windows-10-x86/conan.ps1 delete mode 100644 coin/provisioning/qtci-windows-10-x86/python.ps1 create mode 100644 coin/provisioning/qtci-windows-10-x86_64/02-python.ps1 create mode 100644 coin/provisioning/qtci-windows-10-x86_64/03-conan.ps1 delete mode 100644 coin/provisioning/qtci-windows-10-x86_64/conan.ps1 delete mode 100644 coin/provisioning/qtci-windows-10-x86_64/python.ps1 create mode 100644 coin/provisioning/qtci-windows-7-x86/02-python.ps1 create mode 100644 coin/provisioning/qtci-windows-7-x86/03-conan.ps1 delete mode 100644 coin/provisioning/qtci-windows-7-x86/conan.ps1 delete mode 100644 coin/provisioning/qtci-windows-7-x86/python.ps1 create mode 100644 coin/provisioning/qtci-windows-8-x86/02-python.ps1 delete mode 100644 coin/provisioning/qtci-windows-8-x86/python.ps1 create mode 100644 coin/provisioning/qtci-windows-8-x86_64/02-python.ps1 delete mode 100644 coin/provisioning/qtci-windows-8-x86_64/python.ps1 (limited to 'coin') diff --git a/coin/provisioning/qtci-windows-10-x86/02-python.ps1 b/coin/provisioning/qtci-windows-10-x86/02-python.ps1 new file mode 100644 index 00000000..0e401c02 --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86/02-python.ps1 @@ -0,0 +1 @@ +. "$PSScriptRoot\..\common\02-python.ps1" diff --git a/coin/provisioning/qtci-windows-10-x86/03-conan.ps1 b/coin/provisioning/qtci-windows-10-x86/03-conan.ps1 new file mode 100644 index 00000000..4ba6c70c --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86/03-conan.ps1 @@ -0,0 +1,9 @@ +. "$PSScriptRoot\..\common\03-conan.ps1" + +Run-Conan-Install ` + -ConanfilesDir "$PSScriptRoot\conanfiles" ` + -BuildinfoDir MSVC2015-x86 ` + -Arch x86 ` + -Compiler "Visual Studio" ` + -CompilerVersion 14 ` + -CompilerRuntime MD diff --git a/coin/provisioning/qtci-windows-10-x86/conan.ps1 b/coin/provisioning/qtci-windows-10-x86/conan.ps1 deleted file mode 100644 index 4ba6c70c..00000000 --- a/coin/provisioning/qtci-windows-10-x86/conan.ps1 +++ /dev/null @@ -1,9 +0,0 @@ -. "$PSScriptRoot\..\common\03-conan.ps1" - -Run-Conan-Install ` - -ConanfilesDir "$PSScriptRoot\conanfiles" ` - -BuildinfoDir MSVC2015-x86 ` - -Arch x86 ` - -Compiler "Visual Studio" ` - -CompilerVersion 14 ` - -CompilerRuntime MD diff --git a/coin/provisioning/qtci-windows-10-x86/python.ps1 b/coin/provisioning/qtci-windows-10-x86/python.ps1 deleted file mode 100644 index 0e401c02..00000000 --- a/coin/provisioning/qtci-windows-10-x86/python.ps1 +++ /dev/null @@ -1 +0,0 @@ -. "$PSScriptRoot\..\common\02-python.ps1" diff --git a/coin/provisioning/qtci-windows-10-x86_64/02-python.ps1 b/coin/provisioning/qtci-windows-10-x86_64/02-python.ps1 new file mode 100644 index 00000000..0e401c02 --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86_64/02-python.ps1 @@ -0,0 +1 @@ +. "$PSScriptRoot\..\common\02-python.ps1" diff --git a/coin/provisioning/qtci-windows-10-x86_64/03-conan.ps1 b/coin/provisioning/qtci-windows-10-x86_64/03-conan.ps1 new file mode 100644 index 00000000..78de7043 --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86_64/03-conan.ps1 @@ -0,0 +1,9 @@ +. "$PSScriptRoot\..\common\03-conan.ps1" + +Run-Conan-Install ` + -ConanfilesDir "$PSScriptRoot\conanfiles" ` + -BuildinfoDir MSVC2015-x86_64 ` + -Arch x86_64 ` + -Compiler "Visual Studio" ` + -CompilerVersion 14 ` + -CompilerRuntime MD diff --git a/coin/provisioning/qtci-windows-10-x86_64/conan.ps1 b/coin/provisioning/qtci-windows-10-x86_64/conan.ps1 deleted file mode 100644 index 78de7043..00000000 --- a/coin/provisioning/qtci-windows-10-x86_64/conan.ps1 +++ /dev/null @@ -1,9 +0,0 @@ -. "$PSScriptRoot\..\common\03-conan.ps1" - -Run-Conan-Install ` - -ConanfilesDir "$PSScriptRoot\conanfiles" ` - -BuildinfoDir MSVC2015-x86_64 ` - -Arch x86_64 ` - -Compiler "Visual Studio" ` - -CompilerVersion 14 ` - -CompilerRuntime MD diff --git a/coin/provisioning/qtci-windows-10-x86_64/python.ps1 b/coin/provisioning/qtci-windows-10-x86_64/python.ps1 deleted file mode 100644 index 0e401c02..00000000 --- a/coin/provisioning/qtci-windows-10-x86_64/python.ps1 +++ /dev/null @@ -1 +0,0 @@ -. "$PSScriptRoot\..\common\02-python.ps1" diff --git a/coin/provisioning/qtci-windows-7-x86/02-python.ps1 b/coin/provisioning/qtci-windows-7-x86/02-python.ps1 new file mode 100644 index 00000000..0e401c02 --- /dev/null +++ b/coin/provisioning/qtci-windows-7-x86/02-python.ps1 @@ -0,0 +1 @@ +. "$PSScriptRoot\..\common\02-python.ps1" diff --git a/coin/provisioning/qtci-windows-7-x86/03-conan.ps1 b/coin/provisioning/qtci-windows-7-x86/03-conan.ps1 new file mode 100644 index 00000000..163739fa --- /dev/null +++ b/coin/provisioning/qtci-windows-7-x86/03-conan.ps1 @@ -0,0 +1,9 @@ +. "$PSScriptRoot\..\common\03-conan.ps1" + +Run-Conan-Install ` + -ConanfilesDir "$PSScriptRoot\conanfiles" ` + -BuildinfoDir Mingw53-x86 ` + -Arch x86 ` + -Compiler "gcc" ` + -CompilerVersion "5.3" ` + -CompilerLibcxx "libstdc++11" diff --git a/coin/provisioning/qtci-windows-7-x86/conan.ps1 b/coin/provisioning/qtci-windows-7-x86/conan.ps1 deleted file mode 100644 index 163739fa..00000000 --- a/coin/provisioning/qtci-windows-7-x86/conan.ps1 +++ /dev/null @@ -1,9 +0,0 @@ -. "$PSScriptRoot\..\common\03-conan.ps1" - -Run-Conan-Install ` - -ConanfilesDir "$PSScriptRoot\conanfiles" ` - -BuildinfoDir Mingw53-x86 ` - -Arch x86 ` - -Compiler "gcc" ` - -CompilerVersion "5.3" ` - -CompilerLibcxx "libstdc++11" diff --git a/coin/provisioning/qtci-windows-7-x86/python.ps1 b/coin/provisioning/qtci-windows-7-x86/python.ps1 deleted file mode 100644 index 0e401c02..00000000 --- a/coin/provisioning/qtci-windows-7-x86/python.ps1 +++ /dev/null @@ -1 +0,0 @@ -. "$PSScriptRoot\..\common\02-python.ps1" diff --git a/coin/provisioning/qtci-windows-8-x86/02-python.ps1 b/coin/provisioning/qtci-windows-8-x86/02-python.ps1 new file mode 100644 index 00000000..0e401c02 --- /dev/null +++ b/coin/provisioning/qtci-windows-8-x86/02-python.ps1 @@ -0,0 +1 @@ +. "$PSScriptRoot\..\common\02-python.ps1" diff --git a/coin/provisioning/qtci-windows-8-x86/python.ps1 b/coin/provisioning/qtci-windows-8-x86/python.ps1 deleted file mode 100644 index 0e401c02..00000000 --- a/coin/provisioning/qtci-windows-8-x86/python.ps1 +++ /dev/null @@ -1 +0,0 @@ -. "$PSScriptRoot\..\common\02-python.ps1" diff --git a/coin/provisioning/qtci-windows-8-x86_64/02-python.ps1 b/coin/provisioning/qtci-windows-8-x86_64/02-python.ps1 new file mode 100644 index 00000000..0e401c02 --- /dev/null +++ b/coin/provisioning/qtci-windows-8-x86_64/02-python.ps1 @@ -0,0 +1 @@ +. "$PSScriptRoot\..\common\02-python.ps1" diff --git a/coin/provisioning/qtci-windows-8-x86_64/python.ps1 b/coin/provisioning/qtci-windows-8-x86_64/python.ps1 deleted file mode 100644 index 0e401c02..00000000 --- a/coin/provisioning/qtci-windows-8-x86_64/python.ps1 +++ /dev/null @@ -1 +0,0 @@ -. "$PSScriptRoot\..\common\02-python.ps1" -- cgit v1.2.3 From 48507e9e3c803aaa356d71f257e9e4847e830270 Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Thu, 17 Nov 2016 15:33:01 +0300 Subject: Provisioning should fail in case of conan errors Change-Id: I54ee86f5cf0f39cd7bafe71682b93a2a3c8fce5c Reviewed-by: Simon Hausmann --- coin/provisioning/common/03-conan.ps1 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'coin') diff --git a/coin/provisioning/common/03-conan.ps1 b/coin/provisioning/common/03-conan.ps1 index 3c1dbbcf..56242d34 100644 --- a/coin/provisioning/common/03-conan.ps1 +++ b/coin/provisioning/common/03-conan.ps1 @@ -35,12 +35,19 @@ function Run-Conan-Install $outpwd = "C:\Utils\conanbuildinfos\$($BuildinfoDir)\$($_.BaseName)" $manifestsDir = "$($_.DirectoryName)\$($_.BaseName).manifests" New-Item $outpwd -Type directory -Force - Start-Process-Logged ` + + $process = Start-Process-Logged ` conan ` -WorkingDirectory $outpwd ` -ArgumentList "install -f $($_.FullName) --verify $($manifestsDir)", ` '-s', ('compiler="' + $Compiler + '"'), ` "-s os=Windows -s arch=$($Arch) -s compiler.version=$($CompilerVersion) $($extraArgs)" ` - -NoNewWindow -Wait -Verbose + -NoNewWindow -Wait -Verbose ` + -PassThru # Return process object + + if ($process.ExitCode -ne 0) { + Write-Host "conan exited with code $($process.ExitCode)" + Exit(1) + } } } -- cgit v1.2.3 From a561a58bb6833598843f0ae8c2c8c78b3825c017 Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Thu, 17 Nov 2016 19:15:37 +0300 Subject: Fixed broken conan manifest in qtci-windows-7-x86 Change-Id: I5c88b0d6e8ee6d8599b800a713d65111fbb4ad2a Reviewed-by: Simon Hausmann --- .../icu/57.1/annulen/stable/export/conanmanifest.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coin') diff --git a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/icu/57.1/annulen/stable/export/conanmanifest.txt b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/icu/57.1/annulen/stable/export/conanmanifest.txt index 6dffb283..c61454b9 100644 --- a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/icu/57.1/annulen/stable/export/conanmanifest.txt +++ b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/icu/57.1/annulen/stable/export/conanmanifest.txt @@ -1,2 +1,2 @@ -1478029925 -conanfile.py: b94ef785fe948bfd26e1c639ca435dd9 \ No newline at end of file +1478728220 +conanfile.py: 966eefe972ce7b809cf46722ed4acc8f \ No newline at end of file -- cgit v1.2.3 From aafc3f86449d4a38d41af852f143425828d71843 Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Fri, 18 Nov 2016 19:25:12 +0300 Subject: Use full paths for invoking stuff from Python27\Scripts Change-Id: I52094cc4b27b9e3a6fe3dd12c504777b8bb7bc75 Reviewed-by: Simon Hausmann --- coin/provisioning/common/03-conan.ps1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'coin') diff --git a/coin/provisioning/common/03-conan.ps1 b/coin/provisioning/common/03-conan.ps1 index 56242d34..37b34626 100644 --- a/coin/provisioning/common/03-conan.ps1 +++ b/coin/provisioning/common/03-conan.ps1 @@ -1,6 +1,8 @@ . "$PSScriptRoot\helpers.ps1" -& pip install --upgrade conan==0.15.0 +$scriptsPath = "C:\Python27\Scripts" + +& "$scriptsPath\pip.exe" install --upgrade conan==0.15.0 [Environment]::SetEnvironmentVariable("CI_CONAN_BUILDINFO_DIR", "C:\Utils\conanbuildinfos", "Machine") @@ -37,7 +39,7 @@ function Run-Conan-Install New-Item $outpwd -Type directory -Force $process = Start-Process-Logged ` - conan ` + "$scriptsPath\conan.exe" ` -WorkingDirectory $outpwd ` -ArgumentList "install -f $($_.FullName) --verify $($manifestsDir)", ` '-s', ('compiler="' + $Compiler + '"'), ` -- cgit v1.2.3 From fa00780be3aa6f814fbe2a50d77e790485d4db16 Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Fri, 18 Nov 2016 21:27:18 +0300 Subject: When installing Python ensure that pip is installed too If Python is not deinstalled cleanly (01-windows_removethemall.ps1 just erases installation directory) pip is not bootstrapped by new installation. Fix it by running ensurepip module. Change-Id: I3a7ed87eed30118876d7022eed94b8a571677529 Reviewed-by: Simon Hausmann --- coin/provisioning/common/02-python.ps1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'coin') diff --git a/coin/provisioning/common/02-python.ps1 b/coin/provisioning/common/02-python.ps1 index 39d8146d..c3e5fcdb 100644 --- a/coin/provisioning/common/02-python.ps1 +++ b/coin/provisioning/common/02-python.ps1 @@ -62,3 +62,5 @@ echo "Chancing allowZip64 value to 'True'..." echo "Remove $package..." del $package Add-Path $path + +& python -m ensurepip -- cgit v1.2.3 From e0912a9ceabad043f78f867675afd9baa37f200f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tony=20Saraj=C3=A4rvi?= Date: Mon, 21 Nov 2016 13:10:52 +0200 Subject: Provision OPENSSL env variable for openSUSE 13.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix building on OpenSuse after openssl update. Every linux distro seems to patch openssl in a different way to deal with broken/outdated SSL issues. We seem unable to detect what suse did when running configure, so this is a stop-gap measure. Change-Id: I5e375e9c5c1615358dbce0b8dd91476cb4f4e45b Reviewed-by: Tony Sarajärvi Reviewed-by: Aapo Keskimolo Reviewed-by: Simon Hausmann --- .../openssl_allow_ssl2.sh | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 coin/provisioning/qtci-linux-OpenSuSE-13.01-x86_64/openssl_allow_ssl2.sh (limited to 'coin') diff --git a/coin/provisioning/qtci-linux-OpenSuSE-13.01-x86_64/openssl_allow_ssl2.sh b/coin/provisioning/qtci-linux-OpenSuSE-13.01-x86_64/openssl_allow_ssl2.sh new file mode 100755 index 00000000..e958ea87 --- /dev/null +++ b/coin/provisioning/qtci-linux-OpenSuSE-13.01-x86_64/openssl_allow_ssl2.sh @@ -0,0 +1,38 @@ +#!/bin/bash + +############################################################################# +## +## Copyright (C) 2016 The Qt Company Ltd. +## Contact: http://www.qt.io/licensing/ +## +## This file is part of the test suite 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$ +## +############################################################################# + +# hack: it seems that opensuse patched their openssl in a way that +# disables ssl 2 without allowing configure's compile detection to work +echo "export OPENSSL_ALLOW_SSL2=1" >>~/.bashrc -- cgit v1.2.3 From 8114c71554f825c14abe0e578ca06e1598f9e305 Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Wed, 23 Nov 2016 11:14:15 +0300 Subject: Added conan zlib package for MinGW on Windows 7 Change-Id: I48d904e95fce905b15b0099fee956c06773c4a75 Reviewed-by: Simon Hausmann --- .../1.2.8/annulen/stable/export/conanmanifest.txt | 4 ++ .../conanmanifest.txt | 56 ++++++++++++++++++++++ .../qtci-windows-7-x86/conanfiles/qtwebkit.txt | 2 + 3 files changed, 62 insertions(+) create mode 100644 coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/zlib/1.2.8/annulen/stable/export/conanmanifest.txt create mode 100644 coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/zlib/1.2.8/annulen/stable/package/a990f14748d35a55b067140a0973ea7204f67350/conanmanifest.txt (limited to 'coin') diff --git a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/zlib/1.2.8/annulen/stable/export/conanmanifest.txt b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/zlib/1.2.8/annulen/stable/export/conanmanifest.txt new file mode 100644 index 00000000..d7806e94 --- /dev/null +++ b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/zlib/1.2.8/annulen/stable/export/conanmanifest.txt @@ -0,0 +1,4 @@ +1479836260 +CMakeLists.txt: 6ce169fb0b2f6eaa5d054d1dc007fc81 +FindZLIB.cmake: 4b85e65d40b77da736416f28e5931e56 +conanfile.py: e8de244463aa84c51238f1fd22a1ae00 \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/zlib/1.2.8/annulen/stable/package/a990f14748d35a55b067140a0973ea7204f67350/conanmanifest.txt b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/zlib/1.2.8/annulen/stable/package/a990f14748d35a55b067140a0973ea7204f67350/conanmanifest.txt new file mode 100644 index 00000000..88b5c152 --- /dev/null +++ b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.manifests/zlib/1.2.8/annulen/stable/package/a990f14748d35a55b067140a0973ea7204f67350/conanmanifest.txt @@ -0,0 +1,56 @@ +1479836298 +FindZLIB.cmake: 4b85e65d40b77da736416f28e5931e56 +conaninfo.txt: e2f8774ada0606cca4800e6f6987394e +include/blast.h: fa67f1dd7e681b188546423884fe25ec +include/crc32.h: f28d16b67efecdfafa0d816a7d982124 +include/crypt.h: 6e72c46776f0db175ec8f15144a3c250 +include/deflate.h: 7ceae74a13201f14c91623116af169c3 +include/gzguts.h: b337a2af7b4c7af157b1b2a9dd64c0f8 +include/gzlog.h: 7d497747a90370d3b13320bbf97e65dc +include/infback9.h: 52b1ed99960d3ed7ed60cd20295e64a8 +include/inffast.h: f3669099d3f571dbc0426401ed5f50e3 +include/inffix9.h: 1558f49aeca6376b7aa331add59e0e06 +include/inffixed.h: 7fa3e91804601b6618c915b76a8dc332 +include/inflate.h: 8f1b05cdf36a269882a955071b140162 +include/inflate9.h: 8a4de1bca6c4182d025ea55062d125d9 +include/inftree9.h: be5cf855a19b76feb28468e5b46145b7 +include/inftrees.h: ec87be89b9bcca8ced80a70f857e823b +include/ioapi.h: 7d6c0585719ba47fd356795801befc6d +include/iowin32.h: 818e2950cc00d787eaa9b710007dc53f +include/mztools.h: 7caac7503f8f002d61e0f0e5b7f33bc6 +include/puff.h: 7ecbeeb67e09a843961187673974f86d +include/trees.h: 51fdcb3e2ccf60ca13c06920c89296a3 +include/unzip.h: 11ae6a9d654c95c47da55fe16772a1e5 +include/zconf.h: 371f055f4b9c75a473da59dfb9268f21 +include/zfstream.h: 938f58c179fabf6ff9ffb85395ada81f +include/zip.h: e1495f151b00503a64aae7b375cc3b80 +include/zlib.h: 64d8a5180bd54ff5452886e4cbb21e14 +include/zstream.h: a980b61c1e8be68d5cdb1236ba6b43e7 +include/zutil.h: 04fcfbb961591c9452c4d0fd1525ffdf +lib/C.includecache: 2a275573d6bdd65a8b8ef59f629c18ba +lib/DependInfo.cmake: ae32810aa874699287b057a57bb4ebe3 +lib/adler32.obj: 628307ada6c4f583837f98a86f0cdc7a +lib/build.make: d22b7b24b231da06fed02e9c19860d8c +lib/cmake_clean.cmake: 02e9e0e203fb9e96f49a4136f66ae6d9 +lib/cmake_clean_target.cmake: 0d82d9dfb4e94fa1d2c8201023c801ab +lib/compress.obj: fd3ee3b189db238906e6d8c3bc7f3785 +lib/crc32.obj: 4a4ea589d4cb9c892a9690446bded090 +lib/deflate.obj: 5c08287751273abb2649a39abd33b57c +lib/depend.internal: 9f57661ca5d24b63b07e4b17717dbf31 +lib/depend.make: 3565852809d7357179f74379be7af651 +lib/flags.make: 15b3124297b5ec74b2f7ba7876adca3e +lib/gzclose.obj: fa130c24a884e3db58195315eb2002e9 +lib/gzlib.obj: 100b5cdf0edf3cf759446d8a836a9e63 +lib/gzread.obj: e44720562c175dd122e99a158a87272a +lib/gzwrite.obj: 2943d7662bee2a9367c62d5a5a84e122 +lib/includes_C.rsp: 459fa74070615e1040d5c8dfd9bd5177 +lib/infback.obj: e19339854ee788b1ac54cd97e03fde0b +lib/inffast.obj: 067b8b689801213f6740e05405053a84 +lib/inflate.obj: a429f8ec8a73d923911f50f0153b5e42 +lib/inftrees.obj: 8a7349abf3599a7d2d5b88578fa44ac4 +lib/libzlibstatic.a: 91f1ddd318e256ffb4c526e111ed063f +lib/link.txt: f94b96609f51147e6e09cd3143aaac07 +lib/progress.make: 20799cec453b892ad5a11033508bce80 +lib/trees.obj: a9f9d07743b1742ed4e466469581c54f +lib/uncompr.obj: d46edd5a818878e69c138a5bde688b22 +lib/zutil.obj: d59a363a9262423a29179499e1479c45 \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.txt b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.txt index 694258bd..4253ef09 100644 --- a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.txt +++ b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.txt @@ -2,6 +2,7 @@ icu/57.1@annulen/stable libxml2/2.9.4@annulen/stable libxslt/1.1.29@annulen/stable +zlib/1.2.8@annulen/stable [generators] cmake @@ -10,6 +11,7 @@ cmake icu:shared=True libxml2:shared=True libxslt:shared=True +zlib:shared=False [imports] lib, icudt57.dll -> ./bin -- cgit v1.2.3 From 7a1f4adf317fcf9e5286b24654dc9b5b48c5d1de Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Tue, 13 Sep 2016 19:30:02 +0300 Subject: Update Ruby on Win7 QtWebKit requires newer Ruby than version installed on Windows 7 builders. Install the same version as is installed on Windows 10 builders. Task-number: QTQAINFRA-997 Change-Id: Id8e5d47028ef8403bb28daf1446d95dc8f2ab564 Reviewed-by: Simon Hausmann --- coin/provisioning/qtci-windows-7-x86/ruby.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 coin/provisioning/qtci-windows-7-x86/ruby.ps1 (limited to 'coin') diff --git a/coin/provisioning/qtci-windows-7-x86/ruby.ps1 b/coin/provisioning/qtci-windows-7-x86/ruby.ps1 new file mode 100644 index 00000000..587a4c10 --- /dev/null +++ b/coin/provisioning/qtci-windows-7-x86/ruby.ps1 @@ -0,0 +1 @@ +. "$PSScriptRoot\..\common\ruby.ps1" -- cgit v1.2.3 From a7c6550fffaeeca0b9de8bafe7d8aba8a7ab1488 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 17 Nov 2016 14:41:33 +0100 Subject: Add basic Ubuntu 16.04 provisioning Change-Id: Iaae5bb295bfd48cc5bc036baef9b0fa899d393ef Reviewed-by: Simon Hausmann --- .../001-apt-update.sh | 2 + .../006-qt-build-dependencies.sh | 46 ++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/001-apt-update.sh create mode 100644 coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/006-qt-build-dependencies.sh (limited to 'coin') diff --git a/coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/001-apt-update.sh b/coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/001-apt-update.sh new file mode 100644 index 00000000..2f7e2e47 --- /dev/null +++ b/coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/001-apt-update.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +sudo apt-get update diff --git a/coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/006-qt-build-dependencies.sh b/coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/006-qt-build-dependencies.sh new file mode 100644 index 00000000..30a6caad --- /dev/null +++ b/coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/006-qt-build-dependencies.sh @@ -0,0 +1,46 @@ +#!/usr/bin/env bash + +############################################################################# +## +## Copyright (C) 2016 The Qt Company Ltd. +## Contact: http://www.qt.io/licensing/ +## +## This file is part of the test suite 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$ +## +############################################################################# + +sudo apt-get -y build-dep qt5-default + +# qtbase +sudo apt-get -y install "^libxcb.*" libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev +sudo apt-get -y install libxcb-xinerama0-dev libdbus-1-dev libatspi2.0-dev + +# qtmultimedia +sudo apt-get -y install libasound2-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev + +# qtwebengine +sudo apt-get -y install libssl-dev libxcursor-dev libxcomposite-dev libxdamage-dev libxrandr-dev libfontconfig1-dev libcap-dev libxtst-dev libpulse-dev libudev-dev libpci-dev libnss3-dev libasound2-dev libxss-dev libegl1-mesa-dev gperf bison -- cgit v1.2.3 From 7dc66c95289a2b34e88b4e93daa8fff38d918175 Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Tue, 29 Nov 2016 15:34:40 +0300 Subject: Updated conan to 0.16.0 * Use --no-imports when installing packages, imports will be performed on "make install" step with new "conan imports" command. * Add txt generator to all conanfiles because it will be needed for "conan imports". Change-Id: Ie5e7ac6bfbf14dfa32ce82136b6be5e39476e393 Reviewed-by: Simon Hausmann --- coin/provisioning/common/03-conan.ps1 | 4 ++-- coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.txt | 1 + coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.txt | 1 + coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.txt | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) (limited to 'coin') diff --git a/coin/provisioning/common/03-conan.ps1 b/coin/provisioning/common/03-conan.ps1 index 37b34626..0e0e26bb 100644 --- a/coin/provisioning/common/03-conan.ps1 +++ b/coin/provisioning/common/03-conan.ps1 @@ -2,7 +2,7 @@ $scriptsPath = "C:\Python27\Scripts" -& "$scriptsPath\pip.exe" install --upgrade conan==0.15.0 +& "$scriptsPath\pip.exe" install --upgrade conan==0.16.0 [Environment]::SetEnvironmentVariable("CI_CONAN_BUILDINFO_DIR", "C:\Utils\conanbuildinfos", "Machine") @@ -41,7 +41,7 @@ function Run-Conan-Install $process = Start-Process-Logged ` "$scriptsPath\conan.exe" ` -WorkingDirectory $outpwd ` - -ArgumentList "install -f $($_.FullName) --verify $($manifestsDir)", ` + -ArgumentList "install -f $($_.FullName) --no-imports --verify $($manifestsDir)", ` '-s', ('compiler="' + $Compiler + '"'), ` "-s os=Windows -s arch=$($Arch) -s compiler.version=$($CompilerVersion) $($extraArgs)" ` -NoNewWindow -Wait -Verbose ` diff --git a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.txt b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.txt index 94ca498a..fe3c3e96 100644 --- a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.txt +++ b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.txt @@ -5,6 +5,7 @@ libxslt/1.1.29@vitallium/stable [generators] cmake +txt [options] icu:shared=True diff --git a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.txt b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.txt index 94ca498a..fe3c3e96 100644 --- a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.txt +++ b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.txt @@ -5,6 +5,7 @@ libxslt/1.1.29@vitallium/stable [generators] cmake +txt [options] icu:shared=True diff --git a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.txt b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.txt index 4253ef09..4a5bc05d 100644 --- a/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.txt +++ b/coin/provisioning/qtci-windows-7-x86/conanfiles/qtwebkit.txt @@ -6,6 +6,7 @@ zlib/1.2.8@annulen/stable [generators] cmake +txt [options] icu:shared=True -- cgit v1.2.3 From 860b38110bdd2aaf9cacaeb778098a4d12b912d3 Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Wed, 30 Nov 2016 13:48:31 +0300 Subject: Copy conanfile to conanbuildinfos directory Conanfile is required for running "conan imports" as a part of "make install" procedure, however its original location is unknown to build system of module. Conanfile is copied with its conventional name "conanfile.txt" to avoid tying module build system to more qt5.git layout peculiarities. In future we may want to have several conanfiles in one provisioning dir, like qtwebkit-mingw.txt and qtwebkit-msvc.txt. Also simplified syntax of PowerShell variables interpolation, $() is needed only for interpolating expressions. Task-number: QTQAINFRA-998 Change-Id: I6904e80f4f85bb5269b0830272c6eaa2c8100789 Reviewed-by: Simon Hausmann --- coin/provisioning/common/03-conan.ps1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'coin') diff --git a/coin/provisioning/common/03-conan.ps1 b/coin/provisioning/common/03-conan.ps1 index 0e0e26bb..04be729d 100644 --- a/coin/provisioning/common/03-conan.ps1 +++ b/coin/provisioning/common/03-conan.ps1 @@ -34,6 +34,7 @@ function Run-Conan-Install Get-ChildItem -Path "$ConanfilesDir\*.txt" | ForEach-Object { + $conanfile = $_.FullName $outpwd = "C:\Utils\conanbuildinfos\$($BuildinfoDir)\$($_.BaseName)" $manifestsDir = "$($_.DirectoryName)\$($_.BaseName).manifests" New-Item $outpwd -Type directory -Force @@ -41,9 +42,9 @@ function Run-Conan-Install $process = Start-Process-Logged ` "$scriptsPath\conan.exe" ` -WorkingDirectory $outpwd ` - -ArgumentList "install -f $($_.FullName) --no-imports --verify $($manifestsDir)", ` + -ArgumentList "install -f $conanfile --no-imports --verify $manifestsDir", ` '-s', ('compiler="' + $Compiler + '"'), ` - "-s os=Windows -s arch=$($Arch) -s compiler.version=$($CompilerVersion) $($extraArgs)" ` + "-s os=Windows -s arch=$Arch -s compiler.version=$CompilerVersion $extraArgs" ` -NoNewWindow -Wait -Verbose ` -PassThru # Return process object @@ -51,5 +52,7 @@ function Run-Conan-Install Write-Host "conan exited with code $($process.ExitCode)" Exit(1) } + + Copy-Item -Path $conanfile -Destination "$outpwd\conanfile.txt" } } -- cgit v1.2.3 From d0552ebf2d401944d3e263000e23ca41a060d00c Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Tue, 6 Dec 2016 18:59:10 +0100 Subject: Fix macOS provisioning not shutting down cleanly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After provisioning we want the machine to be sensibly shut down since we will use the disk image later. VSphere doesn't manage to shut down 10.8 VMs. Help out by calling shutdown. For the other OS X/macOS versions, this is also desirable since controlling the power state of these machines is hard with different virtualization solutions (we're looking at OpenNebula/KVM). Change-Id: Ieabc14f9c8c1af9421a0ef91dd670f4790a84461 Reviewed-by: Simon Hausmann Reviewed-by: Jędrzej Nowacki --- coin/provisioning/qtci-osx-10.10-x86_64/999-shutdown.sh | 8 ++++++++ coin/provisioning/qtci-osx-10.11-x86_64/999-shutdown.sh | 8 ++++++++ coin/provisioning/qtci-osx-10.8-x86_64/999-shutdown.sh | 10 ++++++++++ coin/provisioning/qtci-osx-10.9-x86_64/999-shutdown.sh | 8 ++++++++ 4 files changed, 34 insertions(+) create mode 100644 coin/provisioning/qtci-osx-10.10-x86_64/999-shutdown.sh create mode 100644 coin/provisioning/qtci-osx-10.11-x86_64/999-shutdown.sh create mode 100644 coin/provisioning/qtci-osx-10.8-x86_64/999-shutdown.sh create mode 100644 coin/provisioning/qtci-osx-10.9-x86_64/999-shutdown.sh (limited to 'coin') diff --git a/coin/provisioning/qtci-osx-10.10-x86_64/999-shutdown.sh b/coin/provisioning/qtci-osx-10.10-x86_64/999-shutdown.sh new file mode 100644 index 00000000..1f17b545 --- /dev/null +++ b/coin/provisioning/qtci-osx-10.10-x86_64/999-shutdown.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +# Make sure to shut down the machine cleanly when provisioning is done. + +# +1 minute delay to make sure that the setup finishes +# and can clean up before being interrupted by the shutdown + +sudo shutdown -h +1 diff --git a/coin/provisioning/qtci-osx-10.11-x86_64/999-shutdown.sh b/coin/provisioning/qtci-osx-10.11-x86_64/999-shutdown.sh new file mode 100644 index 00000000..1f17b545 --- /dev/null +++ b/coin/provisioning/qtci-osx-10.11-x86_64/999-shutdown.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +# Make sure to shut down the machine cleanly when provisioning is done. + +# +1 minute delay to make sure that the setup finishes +# and can clean up before being interrupted by the shutdown + +sudo shutdown -h +1 diff --git a/coin/provisioning/qtci-osx-10.8-x86_64/999-shutdown.sh b/coin/provisioning/qtci-osx-10.8-x86_64/999-shutdown.sh new file mode 100644 index 00000000..73e5efa7 --- /dev/null +++ b/coin/provisioning/qtci-osx-10.8-x86_64/999-shutdown.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +# OS X 10.8 and VMWare tools don't play well together. +# The shutdown command fails, so just shut down the machine +# manually when provisioning is done. + +# +1 minute delay to make sure that the setup finishes +# and can clean up before being interrupted by the shutdown + +sudo shutdown -h +1 diff --git a/coin/provisioning/qtci-osx-10.9-x86_64/999-shutdown.sh b/coin/provisioning/qtci-osx-10.9-x86_64/999-shutdown.sh new file mode 100644 index 00000000..1f17b545 --- /dev/null +++ b/coin/provisioning/qtci-osx-10.9-x86_64/999-shutdown.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +# Make sure to shut down the machine cleanly when provisioning is done. + +# +1 minute delay to make sure that the setup finishes +# and can clean up before being interrupted by the shutdown + +sudo shutdown -h +1 -- cgit v1.2.3 From 3718450891310a2186c0328415d14f0deaf34649 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 5 Dec 2016 16:21:46 +0100 Subject: Fix paths for provisioning on macOS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The directory names were missing the architecture, otherwise the content was unused. Change-Id: I0316da5c4b1352012f27ce330c3319a8aedf01ea Reviewed-by: Frederik Gladhorn Reviewed-by: Jędrzej Nowacki --- coin/provisioning/qtci-osx-10.10-x86_64/001-crashreporter.sh | 2 ++ coin/provisioning/qtci-osx-10.10/crashreporter.sh | 2 -- coin/provisioning/qtci-osx-10.11-x86_64/001-crashreporter.sh | 2 ++ coin/provisioning/qtci-osx-10.11/crashreporter.sh | 2 -- coin/provisioning/qtci-osx-10.8-x86_64/001-crashreporter.sh | 2 ++ coin/provisioning/qtci-osx-10.8/crashreporter.sh | 2 -- coin/provisioning/qtci-osx-10.9-x86_64/001-crashreporter.sh | 2 ++ coin/provisioning/qtci-osx-10.9/crashreporter.sh | 2 -- 8 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 coin/provisioning/qtci-osx-10.10-x86_64/001-crashreporter.sh delete mode 100644 coin/provisioning/qtci-osx-10.10/crashreporter.sh create mode 100644 coin/provisioning/qtci-osx-10.11-x86_64/001-crashreporter.sh delete mode 100644 coin/provisioning/qtci-osx-10.11/crashreporter.sh create mode 100644 coin/provisioning/qtci-osx-10.8-x86_64/001-crashreporter.sh delete mode 100644 coin/provisioning/qtci-osx-10.8/crashreporter.sh create mode 100644 coin/provisioning/qtci-osx-10.9-x86_64/001-crashreporter.sh delete mode 100644 coin/provisioning/qtci-osx-10.9/crashreporter.sh (limited to 'coin') diff --git a/coin/provisioning/qtci-osx-10.10-x86_64/001-crashreporter.sh b/coin/provisioning/qtci-osx-10.10-x86_64/001-crashreporter.sh new file mode 100644 index 00000000..ba8dbdd3 --- /dev/null +++ b/coin/provisioning/qtci-osx-10.10-x86_64/001-crashreporter.sh @@ -0,0 +1,2 @@ +#!/bin/sh +defaults write com.apple.CrashReporter DialogType server diff --git a/coin/provisioning/qtci-osx-10.10/crashreporter.sh b/coin/provisioning/qtci-osx-10.10/crashreporter.sh deleted file mode 100644 index ba8dbdd3..00000000 --- a/coin/provisioning/qtci-osx-10.10/crashreporter.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -defaults write com.apple.CrashReporter DialogType server diff --git a/coin/provisioning/qtci-osx-10.11-x86_64/001-crashreporter.sh b/coin/provisioning/qtci-osx-10.11-x86_64/001-crashreporter.sh new file mode 100644 index 00000000..ba8dbdd3 --- /dev/null +++ b/coin/provisioning/qtci-osx-10.11-x86_64/001-crashreporter.sh @@ -0,0 +1,2 @@ +#!/bin/sh +defaults write com.apple.CrashReporter DialogType server diff --git a/coin/provisioning/qtci-osx-10.11/crashreporter.sh b/coin/provisioning/qtci-osx-10.11/crashreporter.sh deleted file mode 100644 index ba8dbdd3..00000000 --- a/coin/provisioning/qtci-osx-10.11/crashreporter.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -defaults write com.apple.CrashReporter DialogType server diff --git a/coin/provisioning/qtci-osx-10.8-x86_64/001-crashreporter.sh b/coin/provisioning/qtci-osx-10.8-x86_64/001-crashreporter.sh new file mode 100644 index 00000000..ba8dbdd3 --- /dev/null +++ b/coin/provisioning/qtci-osx-10.8-x86_64/001-crashreporter.sh @@ -0,0 +1,2 @@ +#!/bin/sh +defaults write com.apple.CrashReporter DialogType server diff --git a/coin/provisioning/qtci-osx-10.8/crashreporter.sh b/coin/provisioning/qtci-osx-10.8/crashreporter.sh deleted file mode 100644 index ba8dbdd3..00000000 --- a/coin/provisioning/qtci-osx-10.8/crashreporter.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -defaults write com.apple.CrashReporter DialogType server diff --git a/coin/provisioning/qtci-osx-10.9-x86_64/001-crashreporter.sh b/coin/provisioning/qtci-osx-10.9-x86_64/001-crashreporter.sh new file mode 100644 index 00000000..ba8dbdd3 --- /dev/null +++ b/coin/provisioning/qtci-osx-10.9-x86_64/001-crashreporter.sh @@ -0,0 +1,2 @@ +#!/bin/sh +defaults write com.apple.CrashReporter DialogType server diff --git a/coin/provisioning/qtci-osx-10.9/crashreporter.sh b/coin/provisioning/qtci-osx-10.9/crashreporter.sh deleted file mode 100644 index ba8dbdd3..00000000 --- a/coin/provisioning/qtci-osx-10.9/crashreporter.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -defaults write com.apple.CrashReporter DialogType server -- cgit v1.2.3 From be37958406f92ac78b5d3d5d00b0844c80cbd9bf Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 7 Dec 2016 14:09:25 +0100 Subject: Disable the screensaver on macOS definitely and permanently MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8856eebfe91b9e1cc2cc318a1e7ea80348f1486e Reviewed-by: Frederik Gladhorn Reviewed-by: Jędrzej Nowacki --- coin/provisioning/qtci-osx-10.10-x86_64/002-disable-screensaver.sh | 3 +++ coin/provisioning/qtci-osx-10.11-x86_64/002-disable-screensaver.sh | 3 +++ coin/provisioning/qtci-osx-10.8-x86_64/002-disable-screensaver.sh | 3 +++ coin/provisioning/qtci-osx-10.9-x86_64/002-disable-screensaver.sh | 3 +++ 4 files changed, 12 insertions(+) create mode 100644 coin/provisioning/qtci-osx-10.10-x86_64/002-disable-screensaver.sh create mode 100644 coin/provisioning/qtci-osx-10.11-x86_64/002-disable-screensaver.sh create mode 100644 coin/provisioning/qtci-osx-10.8-x86_64/002-disable-screensaver.sh create mode 100644 coin/provisioning/qtci-osx-10.9-x86_64/002-disable-screensaver.sh (limited to 'coin') diff --git a/coin/provisioning/qtci-osx-10.10-x86_64/002-disable-screensaver.sh b/coin/provisioning/qtci-osx-10.10-x86_64/002-disable-screensaver.sh new file mode 100644 index 00000000..6f4de5f2 --- /dev/null +++ b/coin/provisioning/qtci-osx-10.10-x86_64/002-disable-screensaver.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +defaults -currentHost write com.apple.screensaver idleTime 0 diff --git a/coin/provisioning/qtci-osx-10.11-x86_64/002-disable-screensaver.sh b/coin/provisioning/qtci-osx-10.11-x86_64/002-disable-screensaver.sh new file mode 100644 index 00000000..6f4de5f2 --- /dev/null +++ b/coin/provisioning/qtci-osx-10.11-x86_64/002-disable-screensaver.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +defaults -currentHost write com.apple.screensaver idleTime 0 diff --git a/coin/provisioning/qtci-osx-10.8-x86_64/002-disable-screensaver.sh b/coin/provisioning/qtci-osx-10.8-x86_64/002-disable-screensaver.sh new file mode 100644 index 00000000..6f4de5f2 --- /dev/null +++ b/coin/provisioning/qtci-osx-10.8-x86_64/002-disable-screensaver.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +defaults -currentHost write com.apple.screensaver idleTime 0 diff --git a/coin/provisioning/qtci-osx-10.9-x86_64/002-disable-screensaver.sh b/coin/provisioning/qtci-osx-10.9-x86_64/002-disable-screensaver.sh new file mode 100644 index 00000000..6f4de5f2 --- /dev/null +++ b/coin/provisioning/qtci-osx-10.9-x86_64/002-disable-screensaver.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +defaults -currentHost write com.apple.screensaver idleTime 0 -- cgit v1.2.3 From 0ce4f02c5f40eb8a3323db69683d04f9bb3df88b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowacki?= Date: Mon, 5 Dec 2016 14:03:56 +0100 Subject: Suppress shutdown indicator in Ubuntu We want to quit machines without being asked, if we are really sure. Change-Id: Ic7156f5b0fe236c0270d8c2e4fcc322a82776caf Reviewed-by: Simon Hausmann Reviewed-by: Frederik Gladhorn --- .../qtci-linux-Ubuntu-14.04-x86_64/001-suppress-shutdown-indicator.sh | 4 ++++ .../qtci-linux-Ubuntu-15.04-x86_64/001-suppress-shutdown-indicator.sh | 4 ++++ coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/001-apt-update.sh | 2 -- .../qtci-linux-Ubuntu-16.04-x86_64/001-suppress-shutdown-indicator.sh | 4 ++++ coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/003-apt-update.sh | 2 ++ 5 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 coin/provisioning/qtci-linux-Ubuntu-14.04-x86_64/001-suppress-shutdown-indicator.sh create mode 100644 coin/provisioning/qtci-linux-Ubuntu-15.04-x86_64/001-suppress-shutdown-indicator.sh delete mode 100644 coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/001-apt-update.sh create mode 100644 coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/001-suppress-shutdown-indicator.sh create mode 100644 coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/003-apt-update.sh (limited to 'coin') diff --git a/coin/provisioning/qtci-linux-Ubuntu-14.04-x86_64/001-suppress-shutdown-indicator.sh b/coin/provisioning/qtci-linux-Ubuntu-14.04-x86_64/001-suppress-shutdown-indicator.sh new file mode 100644 index 00000000..f11263b7 --- /dev/null +++ b/coin/provisioning/qtci-linux-Ubuntu-14.04-x86_64/001-suppress-shutdown-indicator.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env sh + +# Disable questions on shutdown. +gsettings set com.canonical.indicator.session suppress-logout-restart-shutdown true diff --git a/coin/provisioning/qtci-linux-Ubuntu-15.04-x86_64/001-suppress-shutdown-indicator.sh b/coin/provisioning/qtci-linux-Ubuntu-15.04-x86_64/001-suppress-shutdown-indicator.sh new file mode 100644 index 00000000..f11263b7 --- /dev/null +++ b/coin/provisioning/qtci-linux-Ubuntu-15.04-x86_64/001-suppress-shutdown-indicator.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env sh + +# Disable questions on shutdown. +gsettings set com.canonical.indicator.session suppress-logout-restart-shutdown true diff --git a/coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/001-apt-update.sh b/coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/001-apt-update.sh deleted file mode 100644 index 2f7e2e47..00000000 --- a/coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/001-apt-update.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env bash -sudo apt-get update diff --git a/coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/001-suppress-shutdown-indicator.sh b/coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/001-suppress-shutdown-indicator.sh new file mode 100644 index 00000000..f11263b7 --- /dev/null +++ b/coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/001-suppress-shutdown-indicator.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env sh + +# Disable questions on shutdown. +gsettings set com.canonical.indicator.session suppress-logout-restart-shutdown true diff --git a/coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/003-apt-update.sh b/coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/003-apt-update.sh new file mode 100644 index 00000000..2f7e2e47 --- /dev/null +++ b/coin/provisioning/qtci-linux-Ubuntu-16.04-x86_64/003-apt-update.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +sudo apt-get update -- cgit v1.2.3 From 16d05b088e054ed4442d8acd3884dde741ead56d Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 8 Dec 2016 08:18:50 +0100 Subject: Improve disabling of screensaver on macOS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Setting the idleTime on currentHost works well, until the hardware UUID changes and thus the host ID for the setting. With kvm that happens quite frequently, with vmware less but also occasionally (deep clone for example). By disabling the screensaver on start-up we can cover all cases quite easily. Change-Id: Ibdcf404430656f9caa47386ca3c732366ddfc8c7 Reviewed-by: Jędrzej Nowacki --- .../002-disable-screensaver.sh | 25 +++++++++++++++++++++- .../002-disable-screensaver.sh | 25 +++++++++++++++++++++- .../002-disable-screensaver.sh | 25 +++++++++++++++++++++- .../002-disable-screensaver.sh | 25 +++++++++++++++++++++- 4 files changed, 96 insertions(+), 4 deletions(-) (limited to 'coin') diff --git a/coin/provisioning/qtci-osx-10.10-x86_64/002-disable-screensaver.sh b/coin/provisioning/qtci-osx-10.10-x86_64/002-disable-screensaver.sh index 6f4de5f2..44df94e7 100644 --- a/coin/provisioning/qtci-osx-10.10-x86_64/002-disable-screensaver.sh +++ b/coin/provisioning/qtci-osx-10.10-x86_64/002-disable-screensaver.sh @@ -1,3 +1,26 @@ #!/bin/sh -defaults -currentHost write com.apple.screensaver idleTime 0 +mkdir -p $HOME/Library/LaunchAgents +cat >$HOME/Library/LaunchAgents/no-screensaver.plist < + + + + Label + org.qt.io.screensaver_disable + ProgramArguments + + defaults + -currentHost + write + com.apple.screensaver + idleTime + 0 + + RunAtLoad + + KeepAlive + + + +EOT diff --git a/coin/provisioning/qtci-osx-10.11-x86_64/002-disable-screensaver.sh b/coin/provisioning/qtci-osx-10.11-x86_64/002-disable-screensaver.sh index 6f4de5f2..44df94e7 100644 --- a/coin/provisioning/qtci-osx-10.11-x86_64/002-disable-screensaver.sh +++ b/coin/provisioning/qtci-osx-10.11-x86_64/002-disable-screensaver.sh @@ -1,3 +1,26 @@ #!/bin/sh -defaults -currentHost write com.apple.screensaver idleTime 0 +mkdir -p $HOME/Library/LaunchAgents +cat >$HOME/Library/LaunchAgents/no-screensaver.plist < + + + + Label + org.qt.io.screensaver_disable + ProgramArguments + + defaults + -currentHost + write + com.apple.screensaver + idleTime + 0 + + RunAtLoad + + KeepAlive + + + +EOT diff --git a/coin/provisioning/qtci-osx-10.8-x86_64/002-disable-screensaver.sh b/coin/provisioning/qtci-osx-10.8-x86_64/002-disable-screensaver.sh index 6f4de5f2..44df94e7 100644 --- a/coin/provisioning/qtci-osx-10.8-x86_64/002-disable-screensaver.sh +++ b/coin/provisioning/qtci-osx-10.8-x86_64/002-disable-screensaver.sh @@ -1,3 +1,26 @@ #!/bin/sh -defaults -currentHost write com.apple.screensaver idleTime 0 +mkdir -p $HOME/Library/LaunchAgents +cat >$HOME/Library/LaunchAgents/no-screensaver.plist < + + + + Label + org.qt.io.screensaver_disable + ProgramArguments + + defaults + -currentHost + write + com.apple.screensaver + idleTime + 0 + + RunAtLoad + + KeepAlive + + + +EOT diff --git a/coin/provisioning/qtci-osx-10.9-x86_64/002-disable-screensaver.sh b/coin/provisioning/qtci-osx-10.9-x86_64/002-disable-screensaver.sh index 6f4de5f2..44df94e7 100644 --- a/coin/provisioning/qtci-osx-10.9-x86_64/002-disable-screensaver.sh +++ b/coin/provisioning/qtci-osx-10.9-x86_64/002-disable-screensaver.sh @@ -1,3 +1,26 @@ #!/bin/sh -defaults -currentHost write com.apple.screensaver idleTime 0 +mkdir -p $HOME/Library/LaunchAgents +cat >$HOME/Library/LaunchAgents/no-screensaver.plist < + + + + Label + org.qt.io.screensaver_disable + ProgramArguments + + defaults + -currentHost + write + com.apple.screensaver + idleTime + 0 + + RunAtLoad + + KeepAlive + + + +EOT -- cgit v1.2.3 From e86ba9e1f70be1e28c681a3cf7f685a4d93612cf Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Fri, 16 Dec 2016 14:17:04 +0200 Subject: Provision: Android openssl 1.0.2j for Windows 7 We are currently using too old openssl for Android builds in Windows 7. Openssl version need to be at least 1.0.1. This script will configure openssl 1.0.2j for Android using tools from msys. Change-Id: I9ab9a3b4f9f3953cf99bf15fee631f5a7961b42d Reviewed-by: Simon Hausmann --- coin/provisioning/qtci-windows-7-x86/04-msys.ps1 | 14 ++++++++++ .../qtci-windows-7-x86/android_openssl.ps1 | 32 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 coin/provisioning/qtci-windows-7-x86/04-msys.ps1 create mode 100644 coin/provisioning/qtci-windows-7-x86/android_openssl.ps1 (limited to 'coin') diff --git a/coin/provisioning/qtci-windows-7-x86/04-msys.ps1 b/coin/provisioning/qtci-windows-7-x86/04-msys.ps1 new file mode 100644 index 00000000..b75fd2a6 --- /dev/null +++ b/coin/provisioning/qtci-windows-7-x86/04-msys.ps1 @@ -0,0 +1,14 @@ +. "$PSScriptRoot\..\common\helpers.ps1" + +# This script will install msys which is needed for configuring openssl for Android + +$version = "1.0.11" +$url = "http://ci-files01-hki.ci.local/input/windows/msys-$version.7z" + +$zip = "c:\users\qt\downloads\msys-$version.7z" +$sha1 = "22cd76f1263db8c72727a9537228c481ff33c285" +$destination = "C:\msys" + +Download $url $url $zip +Verify-Checksum $zip $sha1 +C:\Utils\sevenzip\7z.exe x $zip -oC:\ diff --git a/coin/provisioning/qtci-windows-7-x86/android_openssl.ps1 b/coin/provisioning/qtci-windows-7-x86/android_openssl.ps1 new file mode 100644 index 00000000..a1b656c6 --- /dev/null +++ b/coin/provisioning/qtci-windows-7-x86/android_openssl.ps1 @@ -0,0 +1,32 @@ +. "$PSScriptRoot\..\common\helpers.ps1" + +# OpenSSL need to be configured from sources for Android build in windows 7 +# Msys need to be installed to target machine +# More info and building instructions can be found from http://doc.qt.io/qt-5/opensslsupport.html + +$version = "1.0.2j" +$zip = "c:\users\qt\downloads\openssl-$version.tar.gz" +$sha1 = "bdfbdb416942f666865fa48fe13c2d0e588df54f" +$destination = "C:\Utils\openssl-android-master" + +Download https://www.openssl.org/source/openssl-$version.tar.gz http://ci-files01-hki.ci.local/input/openssl/openssl-$version.tar.gz $zip +Verify-Checksum $zip $sha1 + +C:\Utils\sevenzip\7z.exe x $zip -oC:\Utils +C:\Utils\sevenzip\7z.exe x C:\Utils\openssl-$version.tar -oC:\Utils +Remove-Item $destination -Force -Recurse +Rename-Item C:\Utils\openssl-$version $destination +Remove-Item $zip +Remove-Item C:\Utils\openssl-$version.tar + +set CC=C:\utils\android-ndk-r10e\toolchains\arm-linux-androideabi-4.9\prebuilt\windows\bin\arm-linux-androideabi-gcc +set AR=C:\utils\android-ndk-r10e\toolchains\arm-linux-androideabi-4.9\prebuilt\windows\bin\arm-linux-androideabi-ar +set ANDROID_DEV=C:\utils\android-ndk-r10e\platforms\android-18\arch-arm\usr +$env:Path = $env:Path + ";C:\msys\1.0\bin" + +echo "Configuring OpenSSL $version for Android..." +cd $destination +C:\msys\1.0\bin\bash.exe -c "perl Configure shared android" + +# Following command is needed when using version 1.1.0. With version 1.1.0 msys is not needed. +# C:\mingw530\bin\mingw32-make.exe include\openssl\opensslconf.h -- cgit v1.2.3 From fc6717cf23f0d0cff04000ac5a69a736d68b9c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Tue, 13 Dec 2016 08:51:24 +0200 Subject: Provision: Install pyside python dependencies to Linux To test successfully pyside dependencies with Coin, we need python-dev packages and virtual env. Change-Id: I29a5eed769798da4e4799eb5ccdff1cd032070d5 Reviewed-by: Simon Hausmann --- coin/provisioning/qtci-linux-RHEL-6.6-x86_64/08-pythondev.sh | 4 ++++ coin/provisioning/qtci-linux-RHEL-7.2-x86_64/08-pythondev.sh | 5 +++++ coin/provisioning/qtci-linux-Ubuntu-14.04-x86_64/08-pythondev.sh | 6 ++++++ 3 files changed, 15 insertions(+) create mode 100644 coin/provisioning/qtci-linux-RHEL-6.6-x86_64/08-pythondev.sh create mode 100644 coin/provisioning/qtci-linux-RHEL-7.2-x86_64/08-pythondev.sh create mode 100644 coin/provisioning/qtci-linux-Ubuntu-14.04-x86_64/08-pythondev.sh (limited to 'coin') diff --git a/coin/provisioning/qtci-linux-RHEL-6.6-x86_64/08-pythondev.sh b/coin/provisioning/qtci-linux-RHEL-6.6-x86_64/08-pythondev.sh new file mode 100644 index 00000000..b419f217 --- /dev/null +++ b/coin/provisioning/qtci-linux-RHEL-6.6-x86_64/08-pythondev.sh @@ -0,0 +1,4 @@ +# provides: python development libraries +# version: provided by default Linux distribution repository +# needed to build pyside +sudo yum install -y python-devel python-virtualenv diff --git a/coin/provisioning/qtci-linux-RHEL-7.2-x86_64/08-pythondev.sh b/coin/provisioning/qtci-linux-RHEL-7.2-x86_64/08-pythondev.sh new file mode 100644 index 00000000..ad1bf18f --- /dev/null +++ b/coin/provisioning/qtci-linux-RHEL-7.2-x86_64/08-pythondev.sh @@ -0,0 +1,5 @@ +# provides: python development libraries +# version: provided by default Linux distribution repository +# needed to build pyside +sudo subscription-manager refresh +sudo yum install -y python-devel python-virtualenv diff --git a/coin/provisioning/qtci-linux-Ubuntu-14.04-x86_64/08-pythondev.sh b/coin/provisioning/qtci-linux-Ubuntu-14.04-x86_64/08-pythondev.sh new file mode 100644 index 00000000..205f598b --- /dev/null +++ b/coin/provisioning/qtci-linux-Ubuntu-14.04-x86_64/08-pythondev.sh @@ -0,0 +1,6 @@ +# provides: python development libraries +# version: provided by default Linux distribution repository +# needed to build pyside + +sudo apt-get update +sudo apt-get install -y python-dev -- cgit v1.2.3 From ff1ad70a197069ea455cc8c2daaa870e8ec528e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Tue, 13 Dec 2016 09:00:12 +0200 Subject: Provision: Install pyside python dependencies to Windows To test successfully pyside dependencies with Coin, we need python virtual env. Change-Id: I59c620b7da9c78d2b5c55e233d75597b747a8e84 Reviewed-by: Simon Hausmann --- coin/provisioning/common/python.ps1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'coin') diff --git a/coin/provisioning/common/python.ps1 b/coin/provisioning/common/python.ps1 index 39d8146d..32972830 100644 --- a/coin/provisioning/common/python.ps1 +++ b/coin/provisioning/common/python.ps1 @@ -62,3 +62,7 @@ echo "Chancing allowZip64 value to 'True'..." echo "Remove $package..." del $package Add-Path $path + +& python -m ensurepip +# Install python virtual env +pip.exe install virtualenv -- cgit v1.2.3 From 8a60455e61d6a7cd11eb7da02bdf1cae8ff97b8b Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 15 Dec 2016 10:31:03 +0100 Subject: Remove shutdown "helpers" for macOS It turns out that they don't quite work the way we expected them to, and instead we Coin is going to shut down the VMs directly at the right time. Change-Id: I9f7a6f2f898002a25544fc513a0c2414fcd5c263 Reviewed-by: Simon Hausmann --- coin/provisioning/qtci-osx-10.10-x86_64/999-shutdown.sh | 8 -------- coin/provisioning/qtci-osx-10.11-x86_64/999-shutdown.sh | 8 -------- coin/provisioning/qtci-osx-10.8-x86_64/999-shutdown.sh | 10 ---------- coin/provisioning/qtci-osx-10.9-x86_64/999-shutdown.sh | 8 -------- 4 files changed, 34 deletions(-) delete mode 100644 coin/provisioning/qtci-osx-10.10-x86_64/999-shutdown.sh delete mode 100644 coin/provisioning/qtci-osx-10.11-x86_64/999-shutdown.sh delete mode 100644 coin/provisioning/qtci-osx-10.8-x86_64/999-shutdown.sh delete mode 100644 coin/provisioning/qtci-osx-10.9-x86_64/999-shutdown.sh (limited to 'coin') diff --git a/coin/provisioning/qtci-osx-10.10-x86_64/999-shutdown.sh b/coin/provisioning/qtci-osx-10.10-x86_64/999-shutdown.sh deleted file mode 100644 index 1f17b545..00000000 --- a/coin/provisioning/qtci-osx-10.10-x86_64/999-shutdown.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# Make sure to shut down the machine cleanly when provisioning is done. - -# +1 minute delay to make sure that the setup finishes -# and can clean up before being interrupted by the shutdown - -sudo shutdown -h +1 diff --git a/coin/provisioning/qtci-osx-10.11-x86_64/999-shutdown.sh b/coin/provisioning/qtci-osx-10.11-x86_64/999-shutdown.sh deleted file mode 100644 index 1f17b545..00000000 --- a/coin/provisioning/qtci-osx-10.11-x86_64/999-shutdown.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# Make sure to shut down the machine cleanly when provisioning is done. - -# +1 minute delay to make sure that the setup finishes -# and can clean up before being interrupted by the shutdown - -sudo shutdown -h +1 diff --git a/coin/provisioning/qtci-osx-10.8-x86_64/999-shutdown.sh b/coin/provisioning/qtci-osx-10.8-x86_64/999-shutdown.sh deleted file mode 100644 index 73e5efa7..00000000 --- a/coin/provisioning/qtci-osx-10.8-x86_64/999-shutdown.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# OS X 10.8 and VMWare tools don't play well together. -# The shutdown command fails, so just shut down the machine -# manually when provisioning is done. - -# +1 minute delay to make sure that the setup finishes -# and can clean up before being interrupted by the shutdown - -sudo shutdown -h +1 diff --git a/coin/provisioning/qtci-osx-10.9-x86_64/999-shutdown.sh b/coin/provisioning/qtci-osx-10.9-x86_64/999-shutdown.sh deleted file mode 100644 index 1f17b545..00000000 --- a/coin/provisioning/qtci-osx-10.9-x86_64/999-shutdown.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# Make sure to shut down the machine cleanly when provisioning is done. - -# +1 minute delay to make sure that the setup finishes -# and can clean up before being interrupted by the shutdown - -sudo shutdown -h +1 -- cgit v1.2.3 From 678fcb4e66763a4352e1fe0a1a423d09e38d7a8c Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Fri, 23 Dec 2016 21:57:49 +0300 Subject: Updated conan manifests after modification of packages Change-Id: I60eee501254d41b438085b7b687af6aa2c085dba Reviewed-by: Vitaliy Slobodin Reviewed-by: Simon Hausmann --- .../57.1/vitallium/stable/export/conanmanifest.txt | 4 +- .../conanmanifest.txt | 180 +++++++++++++++++++++ .../conanmanifest.txt | 176 -------------------- .../vitallium/stable/export/conanmanifest.txt | 4 +- .../conanmanifest.txt | 13 +- .../vitallium/stable/export/conanmanifest.txt | 2 +- .../conanmanifest.txt | 16 +- .../57.1/vitallium/stable/export/conanmanifest.txt | 4 +- .../conanmanifest.txt | 180 +++++++++++++++++++++ .../conanmanifest.txt | 176 -------------------- .../vitallium/stable/export/conanmanifest.txt | 4 +- .../conanmanifest.txt | 13 +- .../vitallium/stable/export/conanmanifest.txt | 2 +- .../conanmanifest.txt | 16 +- 14 files changed, 398 insertions(+), 392 deletions(-) create mode 100644 coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/08d619707be406a9063a13de35af19767e64a982/conanmanifest.txt delete mode 100644 coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/ca0c09cfa678fd91b04c82824988c42e9ac40ddf/conanmanifest.txt create mode 100644 coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/c4195ae4643996fbb226d1e0265076354ac622bb/conanmanifest.txt delete mode 100644 coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/c85f9b402dd4d46acdf074e1c63b768a41181d7a/conanmanifest.txt (limited to 'coin') diff --git a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/export/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/export/conanmanifest.txt index 685e4549..392eb24f 100644 --- a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/export/conanmanifest.txt +++ b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/export/conanmanifest.txt @@ -1,2 +1,2 @@ -1478098249 -conanfile.py: f66225cf233d8eee6c6c6b4832d81b79 \ No newline at end of file +1482492127 +conanfile.py: 7edc28cf26a4c3acd9b1c9f08ea8cba3 diff --git a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/08d619707be406a9063a13de35af19767e64a982/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/08d619707be406a9063a13de35af19767e64a982/conanmanifest.txt new file mode 100644 index 00000000..ab1bd501 --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/08d619707be406a9063a13de35af19767e64a982/conanmanifest.txt @@ -0,0 +1,180 @@ +1482491156 +bin/icudt57.dll: 31229bc6cadb43b991620f7d9e9baa06 +bin/icuin57.dll: 3f0eb9f4e2b0e4012afa16f83e9ff0dc +bin/icutest57.dll: ff878466aa02fa1bddfb94ba17b246a8 +bin/icutu57.dll: fef065fefce5fc67ef4a43b666d147d0 +bin/icuuc57.dll: cc8db4d8a1ee20f4e8a46041ef06862f +conaninfo.txt: 13f4fa914f5920b05e5b228be8679454 +include/unicode/alphaindex.h: e74fcba85b76577d32b90bc0056ee5d9 +include/unicode/appendable.h: 5c2d97a96252e2c959d4c226a554575b +include/unicode/basictz.h: 444077f7dd19bd6dbe24034360356e8a +include/unicode/brkiter.h: 0a5796a84c272600a360dc5918899492 +include/unicode/bytestream.h: f828cc9f542c232d2aadb09b9099c559 +include/unicode/bytestrie.h: 765c037e45325e1970e839349df7c28c +include/unicode/bytestriebuilder.h: 634c9203ef678ee0d8fd9baffa8e3e46 +include/unicode/calendar.h: e360220586bcd0c3ea93b610bf4fe202 +include/unicode/caniter.h: f6de1e31cdc53563f35b093f8f8a07d8 +include/unicode/chariter.h: d6030b3dffd5355f9377318f76dd69de +include/unicode/choicfmt.h: e86083f42af655ca0806ce1ed3dc55a0 +include/unicode/coleitr.h: 9a393483da6d9daae0bf18dd997abcfa +include/unicode/coll.h: 06d3855e97984cd27579ec69b1985cc1 +include/unicode/compactdecimalformat.h: d1cca4ce6027a3d42a29b55e9ce0b82c +include/unicode/curramt.h: efd2919661fe8dbc23f6b0f5bd33e685 +include/unicode/currpinf.h: b3cf75cd234ec080a7fee08e20906be6 +include/unicode/currunit.h: f8b67c06aa5547b9911378f39e70bc5d +include/unicode/datefmt.h: 034fcd313ba7753923be9b30833ff13e +include/unicode/dbbi.h: 3435ff244bdf7d248fa81c8162f6da9c +include/unicode/dcfmtsym.h: e4935f31b8f97b149fa686a9996f6758 +include/unicode/decimfmt.h: e4fcfcfcb4bb45e7935cec1ec41ba359 +include/unicode/docmain.h: 81c20148681a5d7598d33fe1e49f3c5b +include/unicode/dtfmtsym.h: 4a7ee444945513d0939376634f42d0ec +include/unicode/dtintrv.h: 9d0929775a3d4599f90020ffb304d66c +include/unicode/dtitvfmt.h: d42ce527e4a5eb3138782d92acd97b88 +include/unicode/dtitvinf.h: c7cedf40b871f6d3c77cc013d06983f7 +include/unicode/dtptngen.h: b7e58f01d5e588371e22e55a2d255208 +include/unicode/dtrule.h: 9b687ce82b426bfd8b67f2a743f9114c +include/unicode/enumset.h: 9b15421cfac73c8845562dc2eba0f2e9 +include/unicode/errorcode.h: 28c37140645dfa2f430cf531131a2cbb +include/unicode/fieldpos.h: ae206bb308885c2dae6bd15792512e6f +include/unicode/fmtable.h: fe37b4f3f1862172fcf708a8913b5d90 +include/unicode/format.h: 637778c5df6458f3f90d6f87e7d6a694 +include/unicode/fpositer.h: 276908f795beea88cd9d3f6f43ff82b2 +include/unicode/gender.h: 05bdc8c839f568e55c1d5d57c034dd36 +include/unicode/gregocal.h: 165eb6c7ffe6d914240c4bc0a2d7e5e0 +include/unicode/icudataver.h: 6b463f7d991d4cf4b0278bda90d4419f +include/unicode/icuplug.h: 2688326bbc6184edbfb04a9e398a363a +include/unicode/idna.h: b7885800ec0092f7b0411810ef0a0150 +include/unicode/listformatter.h: 8e460de80d6cb5701b3fcc2a3e704c14 +include/unicode/localpointer.h: ef6f8ec1d09bcfd660632f2df08c8d30 +include/unicode/locdspnm.h: df688f9f85fa7927b037811db0a5a934 +include/unicode/locid.h: 7d2c34577acdb5d7372ab35b02068581 +include/unicode/measfmt.h: fdd0cbd2a7f3af228f25560a3f63c4ad +include/unicode/measunit.h: 54bcc9c8bd45f4d61baad1ecfda8874d +include/unicode/measure.h: 3a03dc0bc233874de9b869a64a057835 +include/unicode/messagepattern.h: e3ae4457660d55835e42d88c3338a661 +include/unicode/msgfmt.h: de76868b18a099b367a685c31c0a14d8 +include/unicode/normalizer2.h: 0b96e4e3fe2db9df3ea140dbbe8ea140 +include/unicode/normlzr.h: 850f123dce4120db36601bcd4a77e925 +include/unicode/numfmt.h: c45e7b584738ae545937b3431a7e97b7 +include/unicode/numsys.h: 3b40734e737a0328f7c63124f07727e4 +include/unicode/parseerr.h: aa97d4d0cb5ef66baf1652c46223a81f +include/unicode/parsepos.h: 408632c4f4a0ec42811b50295be88ec9 +include/unicode/platform.h: fceecfa20a56af2a62a310d3d9fd1b14 +include/unicode/plurfmt.h: 06a5b724a0cdc04673d2467002605b50 +include/unicode/plurrule.h: 19d8e5c3f59ac4a833883da7fc52279c +include/unicode/ptypes.h: 93226b56866b0001f58f0319e430da08 +include/unicode/putil.h: 12979acdf705cac063a0f7862a20907b +include/unicode/rbbi.h: f0fe0af5306ea31bcb128a57dad17785 +include/unicode/rbnf.h: fa3ee91ae518f46628171c5eda544702 +include/unicode/rbtz.h: 76eb867d186e64e6bd425561d9371d7d +include/unicode/regex.h: 3ef7c102b12d3167fa019d203f524ec4 +include/unicode/region.h: 149a3b19b81a6e9093cb40f63a688fe7 +include/unicode/reldatefmt.h: 0f38d6b83c8a59898e4b546bd00bb459 +include/unicode/rep.h: 5fa4336c1302e276e81d2716a9789511 +include/unicode/resbund.h: 8c9bf16c940d2fa6d27e92b4b9023b1c +include/unicode/schriter.h: fcb1bcf67285e897acf621e937b13010 +include/unicode/scientificnumberformatter.h: 0f0c586dcb3cb2d59c10f9a42490e81f +include/unicode/search.h: ddfee95357399f1840854929715a99f3 +include/unicode/selfmt.h: cf18d9ce0e01636d74c14aac25dea995 +include/unicode/simpleformatter.h: aa8128e6a7368689e974552143be3c55 +include/unicode/simpletz.h: 0c847bdd492d23c7d78993e03d8364b8 +include/unicode/smpdtfmt.h: 19192d367d28f9812c71588222331218 +include/unicode/sortkey.h: 323299d4a40734274de910e74e6b7714 +include/unicode/std_string.h: e019f8e200de712588502817a22e5049 +include/unicode/strenum.h: cece8736aaa78de5edb80b2d8bcf2339 +include/unicode/stringpiece.h: 707434771237dbc6467f49aebc26f7f7 +include/unicode/stringtriebuilder.h: 251396f1c130290458da7553cca598f6 +include/unicode/stsearch.h: 70a69561b21c1a8e14f7d1a4e0760392 +include/unicode/symtable.h: dd632a7e27832b5992d4a54205c599c4 +include/unicode/tblcoll.h: 95b69fba4fd024406b9e4d991f1ad7c7 +include/unicode/timezone.h: 3e88d71098f36369b9892baff81c603c +include/unicode/tmunit.h: b946f43e7c8bec8aa50ddd6120671446 +include/unicode/tmutamt.h: e67a0e5e8b642aee17578411d554bcc2 +include/unicode/tmutfmt.h: 9d7e425317331c3ed890cefb0f654004 +include/unicode/translit.h: 9eb1419219ba781ff4653b4983a4e33c +include/unicode/tzfmt.h: 31ad89c49cc59da450befd0a9c2cee84 +include/unicode/tznames.h: 72003f95cbf6b2bb6acc12d3b4b3f41a +include/unicode/tzrule.h: 6416905b7247c15c939cc0e2d32a6510 +include/unicode/tztrans.h: 223b5af929e494c1894c6a24e8685f44 +include/unicode/ubidi.h: 66179ab0b99a5d356dba19e14eb5ecd3 +include/unicode/ubrk.h: 117eb54e39da5ce3dba2c9679707b0b7 +include/unicode/ucal.h: 70b7c32899132549a87577d2e96d8b75 +include/unicode/ucasemap.h: 1f64f081f3d1ee03e17d9cebb4b39c34 +include/unicode/ucat.h: 7420c409443c281d0396a824f7ce954c +include/unicode/uchar.h: 6049da45cae06c38009809cd701e8fc8 +include/unicode/ucharstrie.h: cdd315664d45ceeb931f740427eba956 +include/unicode/ucharstriebuilder.h: 08b57db9db7ec6c83a727b4e7e93a84c +include/unicode/uchriter.h: 26aecb73ed6c3b66d45920b6edc82e94 +include/unicode/uclean.h: 220a7ed9637f6d08844892406ee12fd7 +include/unicode/ucnv.h: 90e6635683216cf04e9e51c7793cce02 +include/unicode/ucnv_cb.h: 29d1534d54197074136641f9e73bca3a +include/unicode/ucnv_err.h: 0b8f3b01f733daf5fa2bab7d0c77a83f +include/unicode/ucnvsel.h: af61d762e6c51d92c6191a6234eba4c0 +include/unicode/ucol.h: 5794231873c0168366cac78abd7b9ba8 +include/unicode/ucoleitr.h: 2960fa61e49001636797afbc1cbd3e61 +include/unicode/uconfig.h: 2bc6d6073763aa34555775d5868dec4e +include/unicode/ucsdet.h: 77f79ed197997607ad82834cddcecee3 +include/unicode/ucurr.h: 4e010cfe5251e583c06597df3dbbd7c8 +include/unicode/udat.h: 03876d47a6da7ae776311f580635c003 +include/unicode/udata.h: ca1f4a55a240ea9586f2cca1ea4764c8 +include/unicode/udateintervalformat.h: 6f55cc14a063de8c79b74a7316d93e6f +include/unicode/udatpg.h: fd44f3f982452c68cdf6b1f3b159f068 +include/unicode/udisplaycontext.h: cdd37d6941337b96a75801e0716ca045 +include/unicode/uenum.h: 0f39322455d626debaf0bbe476a77c54 +include/unicode/ufieldpositer.h: 68ae4017d10f71b84083c24b2e09b536 +include/unicode/uformattable.h: 257f1dd17c788b7f5eab9ee3627f654c +include/unicode/ugender.h: be7155c7b25e2a7b7ea4d22ffc939557 +include/unicode/uidna.h: 851038bc78b135bf99c65dd0648e78f7 +include/unicode/uiter.h: 8e6b6197795cb2d42f8c80922d28ccf2 +include/unicode/uldnames.h: 8545429414195c42ee9a05694540bd8d +include/unicode/ulistformatter.h: 56cc2f8025387fcb18422300373a6e47 +include/unicode/uloc.h: b048d6c8e26ed8a65d0403d90ea4081c +include/unicode/ulocdata.h: 0803ed6ac97fbf4a10c3ca436f903fb2 +include/unicode/umachine.h: 8946d5b383646c9de9fc8c84eb0456fd +include/unicode/umisc.h: 3f34c9d536fdd5d4fddca2cf952bcfaa +include/unicode/umsg.h: 8880b14654d63c6e78a50d8f569b2766 +include/unicode/unifilt.h: 3b0368ea2da9a503aa47803e395b513e +include/unicode/unifunct.h: 3d37601bd3ae27b4e51431713d9f7533 +include/unicode/unimatch.h: e1a18096e0c7c7220c5c9149cd2d184c +include/unicode/unirepl.h: 7f1973a960a652ff74fa63e21969bab9 +include/unicode/uniset.h: fa3cfc8b4883a69120bf35e65f5d75ec +include/unicode/unistr.h: 975e37994ae2d3197a86284f1bdacdf3 +include/unicode/unorm.h: a04a23023daa99571ef2b7edca9dc6d2 +include/unicode/unorm2.h: 5ab66d75a9251a8df00f2075128ab010 +include/unicode/unum.h: 6e24b3d63e65f4d0a3076d33708a96d7 +include/unicode/unumsys.h: d239b6c2f97f51c221fcd66865adbaf9 +include/unicode/uobject.h: 07ebe875a9d304f71f525d2a71b20ddc +include/unicode/upluralrules.h: d9a66886a7585743cc8abe54af8e5955 +include/unicode/uregex.h: 6eb3c76e7d6fa2fed34b77f7fcc5cc85 +include/unicode/uregion.h: 0819c20dc8e0b5aebc5ec527828f565e +include/unicode/ureldatefmt.h: 057a6220b33c1c81e0cebc9a5da40929 +include/unicode/urename.h: 73c3a4cd707c1549f27341c859b099bb +include/unicode/urep.h: dc3eaf59ed5c198facce9f4a97a79ecf +include/unicode/ures.h: 6b374e2d473dfab51bcf7306c46f9eb6 +include/unicode/uscript.h: baaefbb5a6c5e251da2bb1800626d9e4 +include/unicode/usearch.h: 3e51b12fdf6a1adfc4696946ac0a4b6c +include/unicode/uset.h: 62d5813111f8391b4f616da08802aa24 +include/unicode/usetiter.h: 6baeb6276d80be18739355f9549b38e7 +include/unicode/ushape.h: f87732f736df2bbb90d46a10779876e7 +include/unicode/uspoof.h: a6510014653e0576fcf39c9dfd74f955 +include/unicode/usprep.h: 4ea1ec6a6d4fcbf2c1a239f23873da98 +include/unicode/ustring.h: 49c56a6248a7c92ee93a11331d2a6364 +include/unicode/ustringtrie.h: 08470063002ce9a8df978481b0d5588d +include/unicode/utext.h: c83e4d6390b463b28168cf90a734966e +include/unicode/utf.h: 0d1807bea996ca42bad86a938ba69453 +include/unicode/utf16.h: b376232af20fa9f77c983c6cc91800cf +include/unicode/utf32.h: ed15f0927cec48cab1922d08e1fdcce1 +include/unicode/utf8.h: 0d3fb609e35e2c67dce1a4889973bebd +include/unicode/utf_old.h: fce92682d7539e0fde301c54ef9e8760 +include/unicode/utmscale.h: 267dcde091ed1b81f03b1fff49c05e69 +include/unicode/utrace.h: 25f64a4cd8fc8a13bdfadd59bb287d49 +include/unicode/utrans.h: cc28e262a704403f38c26becae727165 +include/unicode/utypes.h: 21e5e8cc7dc66bdb83f70971bed1a5e4 +include/unicode/uvernum.h: d878c9e384487c8668c122712134c0f1 +include/unicode/uversion.h: 140b36fa9bffd2cb2b1c7f02691923e6 +include/unicode/vtzone.h: 90e065183436be0a94918465f66be863 +lib/icudt.lib: 6ca31dc410effd400636e14cbc616324 +lib/icuin.lib: d3a00a713d384bd66094e2270d98ad2d +lib/icutest.lib: 4ee3e48e551b0f14c992cafd5f5565ba +lib/icutu.lib: d3b931010519ec185efa3b41837f6a72 +lib/icuuc.lib: 209fc74475de9d7244b0780771a4d8ed diff --git a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/ca0c09cfa678fd91b04c82824988c42e9ac40ddf/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/ca0c09cfa678fd91b04c82824988c42e9ac40ddf/conanmanifest.txt deleted file mode 100644 index 97af4669..00000000 --- a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/ca0c09cfa678fd91b04c82824988c42e9ac40ddf/conanmanifest.txt +++ /dev/null @@ -1,176 +0,0 @@ -1478097969 -bin/icudt57.dll: 87bbc24187330408f9d7cb056060e0ad -bin/icuin57.dll: 10bcbdf7ce17871d7ac0fe560a58493e -bin/icuuc57.dll: 2f252173e83d958205d83e168af27bd1 -conaninfo.txt: 93a147af5e69ef5fc1628b5f401d2e72 -include/unicode/alphaindex.h: e74fcba85b76577d32b90bc0056ee5d9 -include/unicode/appendable.h: 5c2d97a96252e2c959d4c226a554575b -include/unicode/basictz.h: 444077f7dd19bd6dbe24034360356e8a -include/unicode/brkiter.h: 0a5796a84c272600a360dc5918899492 -include/unicode/bytestream.h: f828cc9f542c232d2aadb09b9099c559 -include/unicode/bytestrie.h: 765c037e45325e1970e839349df7c28c -include/unicode/bytestriebuilder.h: 634c9203ef678ee0d8fd9baffa8e3e46 -include/unicode/calendar.h: e360220586bcd0c3ea93b610bf4fe202 -include/unicode/caniter.h: f6de1e31cdc53563f35b093f8f8a07d8 -include/unicode/chariter.h: d6030b3dffd5355f9377318f76dd69de -include/unicode/choicfmt.h: e86083f42af655ca0806ce1ed3dc55a0 -include/unicode/coleitr.h: 9a393483da6d9daae0bf18dd997abcfa -include/unicode/coll.h: 06d3855e97984cd27579ec69b1985cc1 -include/unicode/compactdecimalformat.h: d1cca4ce6027a3d42a29b55e9ce0b82c -include/unicode/curramt.h: efd2919661fe8dbc23f6b0f5bd33e685 -include/unicode/currpinf.h: b3cf75cd234ec080a7fee08e20906be6 -include/unicode/currunit.h: f8b67c06aa5547b9911378f39e70bc5d -include/unicode/datefmt.h: 034fcd313ba7753923be9b30833ff13e -include/unicode/dbbi.h: 3435ff244bdf7d248fa81c8162f6da9c -include/unicode/dcfmtsym.h: e4935f31b8f97b149fa686a9996f6758 -include/unicode/decimfmt.h: e4fcfcfcb4bb45e7935cec1ec41ba359 -include/unicode/docmain.h: 81c20148681a5d7598d33fe1e49f3c5b -include/unicode/dtfmtsym.h: 4a7ee444945513d0939376634f42d0ec -include/unicode/dtintrv.h: 9d0929775a3d4599f90020ffb304d66c -include/unicode/dtitvfmt.h: d42ce527e4a5eb3138782d92acd97b88 -include/unicode/dtitvinf.h: c7cedf40b871f6d3c77cc013d06983f7 -include/unicode/dtptngen.h: b7e58f01d5e588371e22e55a2d255208 -include/unicode/dtrule.h: 9b687ce82b426bfd8b67f2a743f9114c -include/unicode/enumset.h: 9b15421cfac73c8845562dc2eba0f2e9 -include/unicode/errorcode.h: 28c37140645dfa2f430cf531131a2cbb -include/unicode/fieldpos.h: ae206bb308885c2dae6bd15792512e6f -include/unicode/fmtable.h: fe37b4f3f1862172fcf708a8913b5d90 -include/unicode/format.h: 637778c5df6458f3f90d6f87e7d6a694 -include/unicode/fpositer.h: 276908f795beea88cd9d3f6f43ff82b2 -include/unicode/gender.h: 05bdc8c839f568e55c1d5d57c034dd36 -include/unicode/gregocal.h: 165eb6c7ffe6d914240c4bc0a2d7e5e0 -include/unicode/icudataver.h: 6b463f7d991d4cf4b0278bda90d4419f -include/unicode/icuplug.h: 2688326bbc6184edbfb04a9e398a363a -include/unicode/idna.h: b7885800ec0092f7b0411810ef0a0150 -include/unicode/listformatter.h: 8e460de80d6cb5701b3fcc2a3e704c14 -include/unicode/localpointer.h: ef6f8ec1d09bcfd660632f2df08c8d30 -include/unicode/locdspnm.h: df688f9f85fa7927b037811db0a5a934 -include/unicode/locid.h: 7d2c34577acdb5d7372ab35b02068581 -include/unicode/measfmt.h: fdd0cbd2a7f3af228f25560a3f63c4ad -include/unicode/measunit.h: 54bcc9c8bd45f4d61baad1ecfda8874d -include/unicode/measure.h: 3a03dc0bc233874de9b869a64a057835 -include/unicode/messagepattern.h: e3ae4457660d55835e42d88c3338a661 -include/unicode/msgfmt.h: de76868b18a099b367a685c31c0a14d8 -include/unicode/normalizer2.h: 0b96e4e3fe2db9df3ea140dbbe8ea140 -include/unicode/normlzr.h: 850f123dce4120db36601bcd4a77e925 -include/unicode/numfmt.h: c45e7b584738ae545937b3431a7e97b7 -include/unicode/numsys.h: 3b40734e737a0328f7c63124f07727e4 -include/unicode/parseerr.h: aa97d4d0cb5ef66baf1652c46223a81f -include/unicode/parsepos.h: 408632c4f4a0ec42811b50295be88ec9 -include/unicode/platform.h: fceecfa20a56af2a62a310d3d9fd1b14 -include/unicode/plurfmt.h: 06a5b724a0cdc04673d2467002605b50 -include/unicode/plurrule.h: 19d8e5c3f59ac4a833883da7fc52279c -include/unicode/ptypes.h: 93226b56866b0001f58f0319e430da08 -include/unicode/putil.h: 12979acdf705cac063a0f7862a20907b -include/unicode/rbbi.h: f0fe0af5306ea31bcb128a57dad17785 -include/unicode/rbnf.h: fa3ee91ae518f46628171c5eda544702 -include/unicode/rbtz.h: 76eb867d186e64e6bd425561d9371d7d -include/unicode/regex.h: 3ef7c102b12d3167fa019d203f524ec4 -include/unicode/region.h: 149a3b19b81a6e9093cb40f63a688fe7 -include/unicode/reldatefmt.h: 0f38d6b83c8a59898e4b546bd00bb459 -include/unicode/rep.h: 5fa4336c1302e276e81d2716a9789511 -include/unicode/resbund.h: 8c9bf16c940d2fa6d27e92b4b9023b1c -include/unicode/schriter.h: fcb1bcf67285e897acf621e937b13010 -include/unicode/scientificnumberformatter.h: 0f0c586dcb3cb2d59c10f9a42490e81f -include/unicode/search.h: ddfee95357399f1840854929715a99f3 -include/unicode/selfmt.h: cf18d9ce0e01636d74c14aac25dea995 -include/unicode/simpleformatter.h: aa8128e6a7368689e974552143be3c55 -include/unicode/simpletz.h: 0c847bdd492d23c7d78993e03d8364b8 -include/unicode/smpdtfmt.h: 19192d367d28f9812c71588222331218 -include/unicode/sortkey.h: 323299d4a40734274de910e74e6b7714 -include/unicode/std_string.h: e019f8e200de712588502817a22e5049 -include/unicode/strenum.h: cece8736aaa78de5edb80b2d8bcf2339 -include/unicode/stringpiece.h: 707434771237dbc6467f49aebc26f7f7 -include/unicode/stringtriebuilder.h: 251396f1c130290458da7553cca598f6 -include/unicode/stsearch.h: 70a69561b21c1a8e14f7d1a4e0760392 -include/unicode/symtable.h: dd632a7e27832b5992d4a54205c599c4 -include/unicode/tblcoll.h: 95b69fba4fd024406b9e4d991f1ad7c7 -include/unicode/timezone.h: 3e88d71098f36369b9892baff81c603c -include/unicode/tmunit.h: b946f43e7c8bec8aa50ddd6120671446 -include/unicode/tmutamt.h: e67a0e5e8b642aee17578411d554bcc2 -include/unicode/tmutfmt.h: 9d7e425317331c3ed890cefb0f654004 -include/unicode/translit.h: 9eb1419219ba781ff4653b4983a4e33c -include/unicode/tzfmt.h: 31ad89c49cc59da450befd0a9c2cee84 -include/unicode/tznames.h: 72003f95cbf6b2bb6acc12d3b4b3f41a -include/unicode/tzrule.h: 6416905b7247c15c939cc0e2d32a6510 -include/unicode/tztrans.h: 223b5af929e494c1894c6a24e8685f44 -include/unicode/ubidi.h: 66179ab0b99a5d356dba19e14eb5ecd3 -include/unicode/ubrk.h: 117eb54e39da5ce3dba2c9679707b0b7 -include/unicode/ucal.h: 70b7c32899132549a87577d2e96d8b75 -include/unicode/ucasemap.h: 1f64f081f3d1ee03e17d9cebb4b39c34 -include/unicode/ucat.h: 7420c409443c281d0396a824f7ce954c -include/unicode/uchar.h: 6049da45cae06c38009809cd701e8fc8 -include/unicode/ucharstrie.h: cdd315664d45ceeb931f740427eba956 -include/unicode/ucharstriebuilder.h: 08b57db9db7ec6c83a727b4e7e93a84c -include/unicode/uchriter.h: 26aecb73ed6c3b66d45920b6edc82e94 -include/unicode/uclean.h: 220a7ed9637f6d08844892406ee12fd7 -include/unicode/ucnv.h: 90e6635683216cf04e9e51c7793cce02 -include/unicode/ucnv_cb.h: 29d1534d54197074136641f9e73bca3a -include/unicode/ucnv_err.h: 0b8f3b01f733daf5fa2bab7d0c77a83f -include/unicode/ucnvsel.h: af61d762e6c51d92c6191a6234eba4c0 -include/unicode/ucol.h: 5794231873c0168366cac78abd7b9ba8 -include/unicode/ucoleitr.h: 2960fa61e49001636797afbc1cbd3e61 -include/unicode/uconfig.h: 2bc6d6073763aa34555775d5868dec4e -include/unicode/ucsdet.h: 77f79ed197997607ad82834cddcecee3 -include/unicode/ucurr.h: 4e010cfe5251e583c06597df3dbbd7c8 -include/unicode/udat.h: 03876d47a6da7ae776311f580635c003 -include/unicode/udata.h: ca1f4a55a240ea9586f2cca1ea4764c8 -include/unicode/udateintervalformat.h: 6f55cc14a063de8c79b74a7316d93e6f -include/unicode/udatpg.h: fd44f3f982452c68cdf6b1f3b159f068 -include/unicode/udisplaycontext.h: cdd37d6941337b96a75801e0716ca045 -include/unicode/uenum.h: 0f39322455d626debaf0bbe476a77c54 -include/unicode/ufieldpositer.h: 68ae4017d10f71b84083c24b2e09b536 -include/unicode/uformattable.h: 257f1dd17c788b7f5eab9ee3627f654c -include/unicode/ugender.h: be7155c7b25e2a7b7ea4d22ffc939557 -include/unicode/uidna.h: 851038bc78b135bf99c65dd0648e78f7 -include/unicode/uiter.h: 8e6b6197795cb2d42f8c80922d28ccf2 -include/unicode/uldnames.h: 8545429414195c42ee9a05694540bd8d -include/unicode/ulistformatter.h: 56cc2f8025387fcb18422300373a6e47 -include/unicode/uloc.h: b048d6c8e26ed8a65d0403d90ea4081c -include/unicode/ulocdata.h: 0803ed6ac97fbf4a10c3ca436f903fb2 -include/unicode/umachine.h: 8946d5b383646c9de9fc8c84eb0456fd -include/unicode/umisc.h: 3f34c9d536fdd5d4fddca2cf952bcfaa -include/unicode/umsg.h: 8880b14654d63c6e78a50d8f569b2766 -include/unicode/unifilt.h: 3b0368ea2da9a503aa47803e395b513e -include/unicode/unifunct.h: 3d37601bd3ae27b4e51431713d9f7533 -include/unicode/unimatch.h: e1a18096e0c7c7220c5c9149cd2d184c -include/unicode/unirepl.h: 7f1973a960a652ff74fa63e21969bab9 -include/unicode/uniset.h: fa3cfc8b4883a69120bf35e65f5d75ec -include/unicode/unistr.h: 975e37994ae2d3197a86284f1bdacdf3 -include/unicode/unorm.h: a04a23023daa99571ef2b7edca9dc6d2 -include/unicode/unorm2.h: 5ab66d75a9251a8df00f2075128ab010 -include/unicode/unum.h: 6e24b3d63e65f4d0a3076d33708a96d7 -include/unicode/unumsys.h: d239b6c2f97f51c221fcd66865adbaf9 -include/unicode/uobject.h: 07ebe875a9d304f71f525d2a71b20ddc -include/unicode/upluralrules.h: d9a66886a7585743cc8abe54af8e5955 -include/unicode/uregex.h: 6eb3c76e7d6fa2fed34b77f7fcc5cc85 -include/unicode/uregion.h: 0819c20dc8e0b5aebc5ec527828f565e -include/unicode/ureldatefmt.h: 057a6220b33c1c81e0cebc9a5da40929 -include/unicode/urename.h: 73c3a4cd707c1549f27341c859b099bb -include/unicode/urep.h: dc3eaf59ed5c198facce9f4a97a79ecf -include/unicode/ures.h: 6b374e2d473dfab51bcf7306c46f9eb6 -include/unicode/uscript.h: baaefbb5a6c5e251da2bb1800626d9e4 -include/unicode/usearch.h: 3e51b12fdf6a1adfc4696946ac0a4b6c -include/unicode/uset.h: 62d5813111f8391b4f616da08802aa24 -include/unicode/usetiter.h: 6baeb6276d80be18739355f9549b38e7 -include/unicode/ushape.h: f87732f736df2bbb90d46a10779876e7 -include/unicode/uspoof.h: a6510014653e0576fcf39c9dfd74f955 -include/unicode/usprep.h: 4ea1ec6a6d4fcbf2c1a239f23873da98 -include/unicode/ustring.h: 49c56a6248a7c92ee93a11331d2a6364 -include/unicode/ustringtrie.h: 08470063002ce9a8df978481b0d5588d -include/unicode/utext.h: c83e4d6390b463b28168cf90a734966e -include/unicode/utf.h: 0d1807bea996ca42bad86a938ba69453 -include/unicode/utf16.h: b376232af20fa9f77c983c6cc91800cf -include/unicode/utf32.h: ed15f0927cec48cab1922d08e1fdcce1 -include/unicode/utf8.h: 0d3fb609e35e2c67dce1a4889973bebd -include/unicode/utf_old.h: fce92682d7539e0fde301c54ef9e8760 -include/unicode/utmscale.h: 267dcde091ed1b81f03b1fff49c05e69 -include/unicode/utrace.h: 25f64a4cd8fc8a13bdfadd59bb287d49 -include/unicode/utrans.h: cc28e262a704403f38c26becae727165 -include/unicode/utypes.h: 21e5e8cc7dc66bdb83f70971bed1a5e4 -include/unicode/uvernum.h: d878c9e384487c8668c122712134c0f1 -include/unicode/uversion.h: 140b36fa9bffd2cb2b1c7f02691923e6 -include/unicode/vtzone.h: 90e065183436be0a94918465f66be863 -lib/icudt.lib: 375f9aff64352ed211a704156f40b206 -lib/icuin.lib: 752c472eb6f90acde3372894a68e2291 -lib/icuuc.lib: 1f493156171786bf782d85ca6ae017bf \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/export/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/export/conanmanifest.txt index c80be750..c958bb87 100644 --- a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/export/conanmanifest.txt +++ b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/export/conanmanifest.txt @@ -1,2 +1,2 @@ -1478189855 -conanfile.py: 2d514c8a822e7432b8d2e030c3d17693 \ No newline at end of file +1482493404 +conanfile.py: 4c879159bebcecec85173f085cd4c3c7 diff --git a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/package/0de2434f61f19881f1d4cfe60c583be521a65d08/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/package/0de2434f61f19881f1d4cfe60c583be521a65d08/conanmanifest.txt index 8d769861..e16c2976 100644 --- a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/package/0de2434f61f19881f1d4cfe60c583be521a65d08/conanmanifest.txt +++ b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/package/0de2434f61f19881f1d4cfe60c583be521a65d08/conanmanifest.txt @@ -1,6 +1,6 @@ -1478189644 -bin/libxml2.dll: 622bde2aec1d514bbf4ffcdcd734dbb7 -conaninfo.txt: a27084d89e21b40687c65926b75cf057 +1482493099 +bin/libxml2.dll: f43264365ba9d2681455ff106303a4e9 +conaninfo.txt: b51d149c110dea2bef2ab37017308696 include/libxml/DOCBparser.h: 21e6523a86338325c527e1e8847adc1d include/libxml/HTMLparser.h: 083a413aedc738e1903735b7f1678087 include/libxml/HTMLtree.h: 46cf4cefb419e18c40b8d5b6ac982f3f @@ -44,13 +44,12 @@ include/libxml/xmlschemastypes.h: 160197e01dfa56cd9ad09d201d5bdeb4 include/libxml/xmlstring.h: 82efb8a055d5fc8eb7d815ed471eca53 include/libxml/xmlunicode.h: b9f0b8acddfee9b620ea822978a51d29 include/libxml/xmlversion.h: 0c268947477509833b9edc4ae096da41 -include/libxml/xmlwin32version.h: 0c672b45ad0bbc3285870375ac5e62c9 include/libxml/xmlwriter.h: 8694436144b1fb0aab2e2d6b725035e3 include/libxml/xpath.h: 2e60b359a61db15d05409ebef1b140b1 include/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd include/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388 include/win32config.h: 410df263529fb9ec616b22f590dbdd1d include/wsockcompat.h: f975f4dc926c27ab755f05a79296bd72 -lib/libxml2.lib: 61e2849cbb7376a17665994d68f7c9b4 -lib/libxml2_a.lib: c4bae1030473a5473ecc77cdf5af397d -lib/libxml2_a_dll.lib: 98c11a0804ff364feb161bfa1214bc63 \ No newline at end of file +lib/libxml2.lib: ec17f6714da6647f63d2cdc54d005e43 +lib/libxml2_a.lib: abae79bdfded67d5017604b7b7c8dd03 +lib/libxml2_a_dll.lib: f68e18d65520175beb3a8de99cbb7e9b diff --git a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/export/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/export/conanmanifest.txt index 439e0dbf..be77d721 100644 --- a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/export/conanmanifest.txt +++ b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/export/conanmanifest.txt @@ -1,2 +1,2 @@ 1478438034 -conanfile.py: 2472a82109b2d59062d3e50a54d08a4a \ No newline at end of file +conanfile.py: 2472a82109b2d59062d3e50a54d08a4a diff --git a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/package/466fc39fa8b7a19ee2095aa945fff98630acdd12/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/package/466fc39fa8b7a19ee2095aa945fff98630acdd12/conanmanifest.txt index d0ded34a..22a7c428 100644 --- a/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/package/466fc39fa8b7a19ee2095aa945fff98630acdd12/conanmanifest.txt +++ b/coin/provisioning/qtci-windows-10-x86/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/package/466fc39fa8b7a19ee2095aa945fff98630acdd12/conanmanifest.txt @@ -1,7 +1,7 @@ -1478437844 -bin/libexslt.dll: f57633ce0800d9041ba0040d8fbc9734 -bin/libxslt.dll: 20016a1ea3bc1625cb28e807787d8c93 -conaninfo.txt: 49fd643454ba3c15665b78805623c650 +1482494566 +bin/libexslt.dll: 656ebfef4dcd7d299bff8f5123bfd4b9 +bin/libxslt.dll: cdca16a3183ddcbdf3d0087c3f1e62e9 +conaninfo.txt: 73548fb3ff61aade734c0ce2071a2d05 include/libexslt/exslt.h: f01af3bf058520059ba6d50f42133717 include/libexslt/exsltconfig.h: a36134fd73a90b0c39ba3eb4fa8833b9 include/libexslt/exsltexports.h: 079c35b6fa14302aad0764c1dee57809 @@ -32,7 +32,7 @@ include/libxslt/xsltexports.h: 207ffe4e458a8c24635b3eb24bdd8000 include/libxslt/xsltlocale.h: b934279cc2a6556075638425e5634b07 include/libxslt/xsltutils.h: c190bd536ce0cffe1ccba74c68f7b0c9 include/libxslt/xsltwin32config.h: 8a3a4b0359659042a66603eb59cc4001 -lib/libexslt.lib: 424b0512b9a5c474e0f67bc6620b778a -lib/libexslt_a.lib: ae779d86d57ce47bd3f088525126c98a -lib/libxslt.lib: ca7513e26e38cb34f826eee424bafe8f -lib/libxslt_a.lib: 5fcc830c7af32b7b328335b81ef81999 \ No newline at end of file +lib/libexslt.lib: a84716fa57d325856a55cf5ba8a816c6 +lib/libexslt_a.lib: c428937c93542c6386534b61239e8119 +lib/libxslt.lib: 43b2e966367546ff110762f24f4c919d +lib/libxslt_a.lib: a802233763886894a7a89e4f8e634e6a diff --git a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/export/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/export/conanmanifest.txt index 685e4549..392eb24f 100644 --- a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/export/conanmanifest.txt +++ b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/export/conanmanifest.txt @@ -1,2 +1,2 @@ -1478098249 -conanfile.py: f66225cf233d8eee6c6c6b4832d81b79 \ No newline at end of file +1482492127 +conanfile.py: 7edc28cf26a4c3acd9b1c9f08ea8cba3 diff --git a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/c4195ae4643996fbb226d1e0265076354ac622bb/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/c4195ae4643996fbb226d1e0265076354ac622bb/conanmanifest.txt new file mode 100644 index 00000000..d2d84a21 --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/c4195ae4643996fbb226d1e0265076354ac622bb/conanmanifest.txt @@ -0,0 +1,180 @@ +1482492365 +bin/icudt57.dll: 9424922f2422576e81509aad8911629d +bin/icuin57.dll: 731ea41a670e4913d4dbeb9cf2fb300d +bin/icutest57.dll: 0103d75f36194e398d8b89c12a6fb6f3 +bin/icutu57.dll: a94d3824640e025353d025a3f50caf10 +bin/icuuc57.dll: 96ecbd9165898f291b3920609ade6096 +conaninfo.txt: 05bf80d930c44b525645a86d8fd1084d +include/unicode/alphaindex.h: e74fcba85b76577d32b90bc0056ee5d9 +include/unicode/appendable.h: 5c2d97a96252e2c959d4c226a554575b +include/unicode/basictz.h: 444077f7dd19bd6dbe24034360356e8a +include/unicode/brkiter.h: 0a5796a84c272600a360dc5918899492 +include/unicode/bytestream.h: f828cc9f542c232d2aadb09b9099c559 +include/unicode/bytestrie.h: 765c037e45325e1970e839349df7c28c +include/unicode/bytestriebuilder.h: 634c9203ef678ee0d8fd9baffa8e3e46 +include/unicode/calendar.h: e360220586bcd0c3ea93b610bf4fe202 +include/unicode/caniter.h: f6de1e31cdc53563f35b093f8f8a07d8 +include/unicode/chariter.h: d6030b3dffd5355f9377318f76dd69de +include/unicode/choicfmt.h: e86083f42af655ca0806ce1ed3dc55a0 +include/unicode/coleitr.h: 9a393483da6d9daae0bf18dd997abcfa +include/unicode/coll.h: 06d3855e97984cd27579ec69b1985cc1 +include/unicode/compactdecimalformat.h: d1cca4ce6027a3d42a29b55e9ce0b82c +include/unicode/curramt.h: efd2919661fe8dbc23f6b0f5bd33e685 +include/unicode/currpinf.h: b3cf75cd234ec080a7fee08e20906be6 +include/unicode/currunit.h: f8b67c06aa5547b9911378f39e70bc5d +include/unicode/datefmt.h: 034fcd313ba7753923be9b30833ff13e +include/unicode/dbbi.h: 3435ff244bdf7d248fa81c8162f6da9c +include/unicode/dcfmtsym.h: e4935f31b8f97b149fa686a9996f6758 +include/unicode/decimfmt.h: e4fcfcfcb4bb45e7935cec1ec41ba359 +include/unicode/docmain.h: 81c20148681a5d7598d33fe1e49f3c5b +include/unicode/dtfmtsym.h: 4a7ee444945513d0939376634f42d0ec +include/unicode/dtintrv.h: 9d0929775a3d4599f90020ffb304d66c +include/unicode/dtitvfmt.h: d42ce527e4a5eb3138782d92acd97b88 +include/unicode/dtitvinf.h: c7cedf40b871f6d3c77cc013d06983f7 +include/unicode/dtptngen.h: b7e58f01d5e588371e22e55a2d255208 +include/unicode/dtrule.h: 9b687ce82b426bfd8b67f2a743f9114c +include/unicode/enumset.h: 9b15421cfac73c8845562dc2eba0f2e9 +include/unicode/errorcode.h: 28c37140645dfa2f430cf531131a2cbb +include/unicode/fieldpos.h: ae206bb308885c2dae6bd15792512e6f +include/unicode/fmtable.h: fe37b4f3f1862172fcf708a8913b5d90 +include/unicode/format.h: 637778c5df6458f3f90d6f87e7d6a694 +include/unicode/fpositer.h: 276908f795beea88cd9d3f6f43ff82b2 +include/unicode/gender.h: 05bdc8c839f568e55c1d5d57c034dd36 +include/unicode/gregocal.h: 165eb6c7ffe6d914240c4bc0a2d7e5e0 +include/unicode/icudataver.h: 6b463f7d991d4cf4b0278bda90d4419f +include/unicode/icuplug.h: 2688326bbc6184edbfb04a9e398a363a +include/unicode/idna.h: b7885800ec0092f7b0411810ef0a0150 +include/unicode/listformatter.h: 8e460de80d6cb5701b3fcc2a3e704c14 +include/unicode/localpointer.h: ef6f8ec1d09bcfd660632f2df08c8d30 +include/unicode/locdspnm.h: df688f9f85fa7927b037811db0a5a934 +include/unicode/locid.h: 7d2c34577acdb5d7372ab35b02068581 +include/unicode/measfmt.h: fdd0cbd2a7f3af228f25560a3f63c4ad +include/unicode/measunit.h: 54bcc9c8bd45f4d61baad1ecfda8874d +include/unicode/measure.h: 3a03dc0bc233874de9b869a64a057835 +include/unicode/messagepattern.h: e3ae4457660d55835e42d88c3338a661 +include/unicode/msgfmt.h: de76868b18a099b367a685c31c0a14d8 +include/unicode/normalizer2.h: 0b96e4e3fe2db9df3ea140dbbe8ea140 +include/unicode/normlzr.h: 850f123dce4120db36601bcd4a77e925 +include/unicode/numfmt.h: c45e7b584738ae545937b3431a7e97b7 +include/unicode/numsys.h: 3b40734e737a0328f7c63124f07727e4 +include/unicode/parseerr.h: aa97d4d0cb5ef66baf1652c46223a81f +include/unicode/parsepos.h: 408632c4f4a0ec42811b50295be88ec9 +include/unicode/platform.h: fceecfa20a56af2a62a310d3d9fd1b14 +include/unicode/plurfmt.h: 06a5b724a0cdc04673d2467002605b50 +include/unicode/plurrule.h: 19d8e5c3f59ac4a833883da7fc52279c +include/unicode/ptypes.h: 93226b56866b0001f58f0319e430da08 +include/unicode/putil.h: 12979acdf705cac063a0f7862a20907b +include/unicode/rbbi.h: f0fe0af5306ea31bcb128a57dad17785 +include/unicode/rbnf.h: fa3ee91ae518f46628171c5eda544702 +include/unicode/rbtz.h: 76eb867d186e64e6bd425561d9371d7d +include/unicode/regex.h: 3ef7c102b12d3167fa019d203f524ec4 +include/unicode/region.h: 149a3b19b81a6e9093cb40f63a688fe7 +include/unicode/reldatefmt.h: 0f38d6b83c8a59898e4b546bd00bb459 +include/unicode/rep.h: 5fa4336c1302e276e81d2716a9789511 +include/unicode/resbund.h: 8c9bf16c940d2fa6d27e92b4b9023b1c +include/unicode/schriter.h: fcb1bcf67285e897acf621e937b13010 +include/unicode/scientificnumberformatter.h: 0f0c586dcb3cb2d59c10f9a42490e81f +include/unicode/search.h: ddfee95357399f1840854929715a99f3 +include/unicode/selfmt.h: cf18d9ce0e01636d74c14aac25dea995 +include/unicode/simpleformatter.h: aa8128e6a7368689e974552143be3c55 +include/unicode/simpletz.h: 0c847bdd492d23c7d78993e03d8364b8 +include/unicode/smpdtfmt.h: 19192d367d28f9812c71588222331218 +include/unicode/sortkey.h: 323299d4a40734274de910e74e6b7714 +include/unicode/std_string.h: e019f8e200de712588502817a22e5049 +include/unicode/strenum.h: cece8736aaa78de5edb80b2d8bcf2339 +include/unicode/stringpiece.h: 707434771237dbc6467f49aebc26f7f7 +include/unicode/stringtriebuilder.h: 251396f1c130290458da7553cca598f6 +include/unicode/stsearch.h: 70a69561b21c1a8e14f7d1a4e0760392 +include/unicode/symtable.h: dd632a7e27832b5992d4a54205c599c4 +include/unicode/tblcoll.h: 95b69fba4fd024406b9e4d991f1ad7c7 +include/unicode/timezone.h: 3e88d71098f36369b9892baff81c603c +include/unicode/tmunit.h: b946f43e7c8bec8aa50ddd6120671446 +include/unicode/tmutamt.h: e67a0e5e8b642aee17578411d554bcc2 +include/unicode/tmutfmt.h: 9d7e425317331c3ed890cefb0f654004 +include/unicode/translit.h: 9eb1419219ba781ff4653b4983a4e33c +include/unicode/tzfmt.h: 31ad89c49cc59da450befd0a9c2cee84 +include/unicode/tznames.h: 72003f95cbf6b2bb6acc12d3b4b3f41a +include/unicode/tzrule.h: 6416905b7247c15c939cc0e2d32a6510 +include/unicode/tztrans.h: 223b5af929e494c1894c6a24e8685f44 +include/unicode/ubidi.h: 66179ab0b99a5d356dba19e14eb5ecd3 +include/unicode/ubrk.h: 117eb54e39da5ce3dba2c9679707b0b7 +include/unicode/ucal.h: 70b7c32899132549a87577d2e96d8b75 +include/unicode/ucasemap.h: 1f64f081f3d1ee03e17d9cebb4b39c34 +include/unicode/ucat.h: 7420c409443c281d0396a824f7ce954c +include/unicode/uchar.h: 6049da45cae06c38009809cd701e8fc8 +include/unicode/ucharstrie.h: cdd315664d45ceeb931f740427eba956 +include/unicode/ucharstriebuilder.h: 08b57db9db7ec6c83a727b4e7e93a84c +include/unicode/uchriter.h: 26aecb73ed6c3b66d45920b6edc82e94 +include/unicode/uclean.h: 220a7ed9637f6d08844892406ee12fd7 +include/unicode/ucnv.h: 90e6635683216cf04e9e51c7793cce02 +include/unicode/ucnv_cb.h: 29d1534d54197074136641f9e73bca3a +include/unicode/ucnv_err.h: 0b8f3b01f733daf5fa2bab7d0c77a83f +include/unicode/ucnvsel.h: af61d762e6c51d92c6191a6234eba4c0 +include/unicode/ucol.h: 5794231873c0168366cac78abd7b9ba8 +include/unicode/ucoleitr.h: 2960fa61e49001636797afbc1cbd3e61 +include/unicode/uconfig.h: 2bc6d6073763aa34555775d5868dec4e +include/unicode/ucsdet.h: 77f79ed197997607ad82834cddcecee3 +include/unicode/ucurr.h: 4e010cfe5251e583c06597df3dbbd7c8 +include/unicode/udat.h: 03876d47a6da7ae776311f580635c003 +include/unicode/udata.h: ca1f4a55a240ea9586f2cca1ea4764c8 +include/unicode/udateintervalformat.h: 6f55cc14a063de8c79b74a7316d93e6f +include/unicode/udatpg.h: fd44f3f982452c68cdf6b1f3b159f068 +include/unicode/udisplaycontext.h: cdd37d6941337b96a75801e0716ca045 +include/unicode/uenum.h: 0f39322455d626debaf0bbe476a77c54 +include/unicode/ufieldpositer.h: 68ae4017d10f71b84083c24b2e09b536 +include/unicode/uformattable.h: 257f1dd17c788b7f5eab9ee3627f654c +include/unicode/ugender.h: be7155c7b25e2a7b7ea4d22ffc939557 +include/unicode/uidna.h: 851038bc78b135bf99c65dd0648e78f7 +include/unicode/uiter.h: 8e6b6197795cb2d42f8c80922d28ccf2 +include/unicode/uldnames.h: 8545429414195c42ee9a05694540bd8d +include/unicode/ulistformatter.h: 56cc2f8025387fcb18422300373a6e47 +include/unicode/uloc.h: b048d6c8e26ed8a65d0403d90ea4081c +include/unicode/ulocdata.h: 0803ed6ac97fbf4a10c3ca436f903fb2 +include/unicode/umachine.h: 8946d5b383646c9de9fc8c84eb0456fd +include/unicode/umisc.h: 3f34c9d536fdd5d4fddca2cf952bcfaa +include/unicode/umsg.h: 8880b14654d63c6e78a50d8f569b2766 +include/unicode/unifilt.h: 3b0368ea2da9a503aa47803e395b513e +include/unicode/unifunct.h: 3d37601bd3ae27b4e51431713d9f7533 +include/unicode/unimatch.h: e1a18096e0c7c7220c5c9149cd2d184c +include/unicode/unirepl.h: 7f1973a960a652ff74fa63e21969bab9 +include/unicode/uniset.h: fa3cfc8b4883a69120bf35e65f5d75ec +include/unicode/unistr.h: 975e37994ae2d3197a86284f1bdacdf3 +include/unicode/unorm.h: a04a23023daa99571ef2b7edca9dc6d2 +include/unicode/unorm2.h: 5ab66d75a9251a8df00f2075128ab010 +include/unicode/unum.h: 6e24b3d63e65f4d0a3076d33708a96d7 +include/unicode/unumsys.h: d239b6c2f97f51c221fcd66865adbaf9 +include/unicode/uobject.h: 07ebe875a9d304f71f525d2a71b20ddc +include/unicode/upluralrules.h: d9a66886a7585743cc8abe54af8e5955 +include/unicode/uregex.h: 6eb3c76e7d6fa2fed34b77f7fcc5cc85 +include/unicode/uregion.h: 0819c20dc8e0b5aebc5ec527828f565e +include/unicode/ureldatefmt.h: 057a6220b33c1c81e0cebc9a5da40929 +include/unicode/urename.h: 73c3a4cd707c1549f27341c859b099bb +include/unicode/urep.h: dc3eaf59ed5c198facce9f4a97a79ecf +include/unicode/ures.h: 6b374e2d473dfab51bcf7306c46f9eb6 +include/unicode/uscript.h: baaefbb5a6c5e251da2bb1800626d9e4 +include/unicode/usearch.h: 3e51b12fdf6a1adfc4696946ac0a4b6c +include/unicode/uset.h: 62d5813111f8391b4f616da08802aa24 +include/unicode/usetiter.h: 6baeb6276d80be18739355f9549b38e7 +include/unicode/ushape.h: f87732f736df2bbb90d46a10779876e7 +include/unicode/uspoof.h: a6510014653e0576fcf39c9dfd74f955 +include/unicode/usprep.h: 4ea1ec6a6d4fcbf2c1a239f23873da98 +include/unicode/ustring.h: 49c56a6248a7c92ee93a11331d2a6364 +include/unicode/ustringtrie.h: 08470063002ce9a8df978481b0d5588d +include/unicode/utext.h: c83e4d6390b463b28168cf90a734966e +include/unicode/utf.h: 0d1807bea996ca42bad86a938ba69453 +include/unicode/utf16.h: b376232af20fa9f77c983c6cc91800cf +include/unicode/utf32.h: ed15f0927cec48cab1922d08e1fdcce1 +include/unicode/utf8.h: 0d3fb609e35e2c67dce1a4889973bebd +include/unicode/utf_old.h: fce92682d7539e0fde301c54ef9e8760 +include/unicode/utmscale.h: 267dcde091ed1b81f03b1fff49c05e69 +include/unicode/utrace.h: 25f64a4cd8fc8a13bdfadd59bb287d49 +include/unicode/utrans.h: cc28e262a704403f38c26becae727165 +include/unicode/utypes.h: 21e5e8cc7dc66bdb83f70971bed1a5e4 +include/unicode/uvernum.h: d878c9e384487c8668c122712134c0f1 +include/unicode/uversion.h: 140b36fa9bffd2cb2b1c7f02691923e6 +include/unicode/vtzone.h: 90e065183436be0a94918465f66be863 +lib/icudt.lib: cf92bb1d1fc1ffea58e7058134fd0f71 +lib/icuin.lib: eca7f889859a2078dba5ae0c228bb45f +lib/icutest.lib: daf163f500ea14d3eafcb2e7885b5f2f +lib/icutu.lib: 6236376ec549a1daba31f7b34cdbb957 +lib/icuuc.lib: f3cfefda92e691c3f81cae2ac3fdff14 diff --git a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/c85f9b402dd4d46acdf074e1c63b768a41181d7a/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/c85f9b402dd4d46acdf074e1c63b768a41181d7a/conanmanifest.txt deleted file mode 100644 index e4212811..00000000 --- a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/icu/57.1/vitallium/stable/package/c85f9b402dd4d46acdf074e1c63b768a41181d7a/conanmanifest.txt +++ /dev/null @@ -1,176 +0,0 @@ -1478098455 -bin/icudt57.dll: 672be38b9176350208e62915e3d22bd7 -bin/icuin57.dll: e14d1d399efb686d4680073ae0452d59 -bin/icuuc57.dll: 9d47b44bd2a382509ffe67c52085467f -conaninfo.txt: 58d139c57d36025b13c7691cc6fe02d6 -include/unicode/alphaindex.h: e74fcba85b76577d32b90bc0056ee5d9 -include/unicode/appendable.h: 5c2d97a96252e2c959d4c226a554575b -include/unicode/basictz.h: 444077f7dd19bd6dbe24034360356e8a -include/unicode/brkiter.h: 0a5796a84c272600a360dc5918899492 -include/unicode/bytestream.h: f828cc9f542c232d2aadb09b9099c559 -include/unicode/bytestrie.h: 765c037e45325e1970e839349df7c28c -include/unicode/bytestriebuilder.h: 634c9203ef678ee0d8fd9baffa8e3e46 -include/unicode/calendar.h: e360220586bcd0c3ea93b610bf4fe202 -include/unicode/caniter.h: f6de1e31cdc53563f35b093f8f8a07d8 -include/unicode/chariter.h: d6030b3dffd5355f9377318f76dd69de -include/unicode/choicfmt.h: e86083f42af655ca0806ce1ed3dc55a0 -include/unicode/coleitr.h: 9a393483da6d9daae0bf18dd997abcfa -include/unicode/coll.h: 06d3855e97984cd27579ec69b1985cc1 -include/unicode/compactdecimalformat.h: d1cca4ce6027a3d42a29b55e9ce0b82c -include/unicode/curramt.h: efd2919661fe8dbc23f6b0f5bd33e685 -include/unicode/currpinf.h: b3cf75cd234ec080a7fee08e20906be6 -include/unicode/currunit.h: f8b67c06aa5547b9911378f39e70bc5d -include/unicode/datefmt.h: 034fcd313ba7753923be9b30833ff13e -include/unicode/dbbi.h: 3435ff244bdf7d248fa81c8162f6da9c -include/unicode/dcfmtsym.h: e4935f31b8f97b149fa686a9996f6758 -include/unicode/decimfmt.h: e4fcfcfcb4bb45e7935cec1ec41ba359 -include/unicode/docmain.h: 81c20148681a5d7598d33fe1e49f3c5b -include/unicode/dtfmtsym.h: 4a7ee444945513d0939376634f42d0ec -include/unicode/dtintrv.h: 9d0929775a3d4599f90020ffb304d66c -include/unicode/dtitvfmt.h: d42ce527e4a5eb3138782d92acd97b88 -include/unicode/dtitvinf.h: c7cedf40b871f6d3c77cc013d06983f7 -include/unicode/dtptngen.h: b7e58f01d5e588371e22e55a2d255208 -include/unicode/dtrule.h: 9b687ce82b426bfd8b67f2a743f9114c -include/unicode/enumset.h: 9b15421cfac73c8845562dc2eba0f2e9 -include/unicode/errorcode.h: 28c37140645dfa2f430cf531131a2cbb -include/unicode/fieldpos.h: ae206bb308885c2dae6bd15792512e6f -include/unicode/fmtable.h: fe37b4f3f1862172fcf708a8913b5d90 -include/unicode/format.h: 637778c5df6458f3f90d6f87e7d6a694 -include/unicode/fpositer.h: 276908f795beea88cd9d3f6f43ff82b2 -include/unicode/gender.h: 05bdc8c839f568e55c1d5d57c034dd36 -include/unicode/gregocal.h: 165eb6c7ffe6d914240c4bc0a2d7e5e0 -include/unicode/icudataver.h: 6b463f7d991d4cf4b0278bda90d4419f -include/unicode/icuplug.h: 2688326bbc6184edbfb04a9e398a363a -include/unicode/idna.h: b7885800ec0092f7b0411810ef0a0150 -include/unicode/listformatter.h: 8e460de80d6cb5701b3fcc2a3e704c14 -include/unicode/localpointer.h: ef6f8ec1d09bcfd660632f2df08c8d30 -include/unicode/locdspnm.h: df688f9f85fa7927b037811db0a5a934 -include/unicode/locid.h: 7d2c34577acdb5d7372ab35b02068581 -include/unicode/measfmt.h: fdd0cbd2a7f3af228f25560a3f63c4ad -include/unicode/measunit.h: 54bcc9c8bd45f4d61baad1ecfda8874d -include/unicode/measure.h: 3a03dc0bc233874de9b869a64a057835 -include/unicode/messagepattern.h: e3ae4457660d55835e42d88c3338a661 -include/unicode/msgfmt.h: de76868b18a099b367a685c31c0a14d8 -include/unicode/normalizer2.h: 0b96e4e3fe2db9df3ea140dbbe8ea140 -include/unicode/normlzr.h: 850f123dce4120db36601bcd4a77e925 -include/unicode/numfmt.h: c45e7b584738ae545937b3431a7e97b7 -include/unicode/numsys.h: 3b40734e737a0328f7c63124f07727e4 -include/unicode/parseerr.h: aa97d4d0cb5ef66baf1652c46223a81f -include/unicode/parsepos.h: 408632c4f4a0ec42811b50295be88ec9 -include/unicode/platform.h: fceecfa20a56af2a62a310d3d9fd1b14 -include/unicode/plurfmt.h: 06a5b724a0cdc04673d2467002605b50 -include/unicode/plurrule.h: 19d8e5c3f59ac4a833883da7fc52279c -include/unicode/ptypes.h: 93226b56866b0001f58f0319e430da08 -include/unicode/putil.h: 12979acdf705cac063a0f7862a20907b -include/unicode/rbbi.h: f0fe0af5306ea31bcb128a57dad17785 -include/unicode/rbnf.h: fa3ee91ae518f46628171c5eda544702 -include/unicode/rbtz.h: 76eb867d186e64e6bd425561d9371d7d -include/unicode/regex.h: 3ef7c102b12d3167fa019d203f524ec4 -include/unicode/region.h: 149a3b19b81a6e9093cb40f63a688fe7 -include/unicode/reldatefmt.h: 0f38d6b83c8a59898e4b546bd00bb459 -include/unicode/rep.h: 5fa4336c1302e276e81d2716a9789511 -include/unicode/resbund.h: 8c9bf16c940d2fa6d27e92b4b9023b1c -include/unicode/schriter.h: fcb1bcf67285e897acf621e937b13010 -include/unicode/scientificnumberformatter.h: 0f0c586dcb3cb2d59c10f9a42490e81f -include/unicode/search.h: ddfee95357399f1840854929715a99f3 -include/unicode/selfmt.h: cf18d9ce0e01636d74c14aac25dea995 -include/unicode/simpleformatter.h: aa8128e6a7368689e974552143be3c55 -include/unicode/simpletz.h: 0c847bdd492d23c7d78993e03d8364b8 -include/unicode/smpdtfmt.h: 19192d367d28f9812c71588222331218 -include/unicode/sortkey.h: 323299d4a40734274de910e74e6b7714 -include/unicode/std_string.h: e019f8e200de712588502817a22e5049 -include/unicode/strenum.h: cece8736aaa78de5edb80b2d8bcf2339 -include/unicode/stringpiece.h: 707434771237dbc6467f49aebc26f7f7 -include/unicode/stringtriebuilder.h: 251396f1c130290458da7553cca598f6 -include/unicode/stsearch.h: 70a69561b21c1a8e14f7d1a4e0760392 -include/unicode/symtable.h: dd632a7e27832b5992d4a54205c599c4 -include/unicode/tblcoll.h: 95b69fba4fd024406b9e4d991f1ad7c7 -include/unicode/timezone.h: 3e88d71098f36369b9892baff81c603c -include/unicode/tmunit.h: b946f43e7c8bec8aa50ddd6120671446 -include/unicode/tmutamt.h: e67a0e5e8b642aee17578411d554bcc2 -include/unicode/tmutfmt.h: 9d7e425317331c3ed890cefb0f654004 -include/unicode/translit.h: 9eb1419219ba781ff4653b4983a4e33c -include/unicode/tzfmt.h: 31ad89c49cc59da450befd0a9c2cee84 -include/unicode/tznames.h: 72003f95cbf6b2bb6acc12d3b4b3f41a -include/unicode/tzrule.h: 6416905b7247c15c939cc0e2d32a6510 -include/unicode/tztrans.h: 223b5af929e494c1894c6a24e8685f44 -include/unicode/ubidi.h: 66179ab0b99a5d356dba19e14eb5ecd3 -include/unicode/ubrk.h: 117eb54e39da5ce3dba2c9679707b0b7 -include/unicode/ucal.h: 70b7c32899132549a87577d2e96d8b75 -include/unicode/ucasemap.h: 1f64f081f3d1ee03e17d9cebb4b39c34 -include/unicode/ucat.h: 7420c409443c281d0396a824f7ce954c -include/unicode/uchar.h: 6049da45cae06c38009809cd701e8fc8 -include/unicode/ucharstrie.h: cdd315664d45ceeb931f740427eba956 -include/unicode/ucharstriebuilder.h: 08b57db9db7ec6c83a727b4e7e93a84c -include/unicode/uchriter.h: 26aecb73ed6c3b66d45920b6edc82e94 -include/unicode/uclean.h: 220a7ed9637f6d08844892406ee12fd7 -include/unicode/ucnv.h: 90e6635683216cf04e9e51c7793cce02 -include/unicode/ucnv_cb.h: 29d1534d54197074136641f9e73bca3a -include/unicode/ucnv_err.h: 0b8f3b01f733daf5fa2bab7d0c77a83f -include/unicode/ucnvsel.h: af61d762e6c51d92c6191a6234eba4c0 -include/unicode/ucol.h: 5794231873c0168366cac78abd7b9ba8 -include/unicode/ucoleitr.h: 2960fa61e49001636797afbc1cbd3e61 -include/unicode/uconfig.h: 2bc6d6073763aa34555775d5868dec4e -include/unicode/ucsdet.h: 77f79ed197997607ad82834cddcecee3 -include/unicode/ucurr.h: 4e010cfe5251e583c06597df3dbbd7c8 -include/unicode/udat.h: 03876d47a6da7ae776311f580635c003 -include/unicode/udata.h: ca1f4a55a240ea9586f2cca1ea4764c8 -include/unicode/udateintervalformat.h: 6f55cc14a063de8c79b74a7316d93e6f -include/unicode/udatpg.h: fd44f3f982452c68cdf6b1f3b159f068 -include/unicode/udisplaycontext.h: cdd37d6941337b96a75801e0716ca045 -include/unicode/uenum.h: 0f39322455d626debaf0bbe476a77c54 -include/unicode/ufieldpositer.h: 68ae4017d10f71b84083c24b2e09b536 -include/unicode/uformattable.h: 257f1dd17c788b7f5eab9ee3627f654c -include/unicode/ugender.h: be7155c7b25e2a7b7ea4d22ffc939557 -include/unicode/uidna.h: 851038bc78b135bf99c65dd0648e78f7 -include/unicode/uiter.h: 8e6b6197795cb2d42f8c80922d28ccf2 -include/unicode/uldnames.h: 8545429414195c42ee9a05694540bd8d -include/unicode/ulistformatter.h: 56cc2f8025387fcb18422300373a6e47 -include/unicode/uloc.h: b048d6c8e26ed8a65d0403d90ea4081c -include/unicode/ulocdata.h: 0803ed6ac97fbf4a10c3ca436f903fb2 -include/unicode/umachine.h: 8946d5b383646c9de9fc8c84eb0456fd -include/unicode/umisc.h: 3f34c9d536fdd5d4fddca2cf952bcfaa -include/unicode/umsg.h: 8880b14654d63c6e78a50d8f569b2766 -include/unicode/unifilt.h: 3b0368ea2da9a503aa47803e395b513e -include/unicode/unifunct.h: 3d37601bd3ae27b4e51431713d9f7533 -include/unicode/unimatch.h: e1a18096e0c7c7220c5c9149cd2d184c -include/unicode/unirepl.h: 7f1973a960a652ff74fa63e21969bab9 -include/unicode/uniset.h: fa3cfc8b4883a69120bf35e65f5d75ec -include/unicode/unistr.h: 975e37994ae2d3197a86284f1bdacdf3 -include/unicode/unorm.h: a04a23023daa99571ef2b7edca9dc6d2 -include/unicode/unorm2.h: 5ab66d75a9251a8df00f2075128ab010 -include/unicode/unum.h: 6e24b3d63e65f4d0a3076d33708a96d7 -include/unicode/unumsys.h: d239b6c2f97f51c221fcd66865adbaf9 -include/unicode/uobject.h: 07ebe875a9d304f71f525d2a71b20ddc -include/unicode/upluralrules.h: d9a66886a7585743cc8abe54af8e5955 -include/unicode/uregex.h: 6eb3c76e7d6fa2fed34b77f7fcc5cc85 -include/unicode/uregion.h: 0819c20dc8e0b5aebc5ec527828f565e -include/unicode/ureldatefmt.h: 057a6220b33c1c81e0cebc9a5da40929 -include/unicode/urename.h: 73c3a4cd707c1549f27341c859b099bb -include/unicode/urep.h: dc3eaf59ed5c198facce9f4a97a79ecf -include/unicode/ures.h: 6b374e2d473dfab51bcf7306c46f9eb6 -include/unicode/uscript.h: baaefbb5a6c5e251da2bb1800626d9e4 -include/unicode/usearch.h: 3e51b12fdf6a1adfc4696946ac0a4b6c -include/unicode/uset.h: 62d5813111f8391b4f616da08802aa24 -include/unicode/usetiter.h: 6baeb6276d80be18739355f9549b38e7 -include/unicode/ushape.h: f87732f736df2bbb90d46a10779876e7 -include/unicode/uspoof.h: a6510014653e0576fcf39c9dfd74f955 -include/unicode/usprep.h: 4ea1ec6a6d4fcbf2c1a239f23873da98 -include/unicode/ustring.h: 49c56a6248a7c92ee93a11331d2a6364 -include/unicode/ustringtrie.h: 08470063002ce9a8df978481b0d5588d -include/unicode/utext.h: c83e4d6390b463b28168cf90a734966e -include/unicode/utf.h: 0d1807bea996ca42bad86a938ba69453 -include/unicode/utf16.h: b376232af20fa9f77c983c6cc91800cf -include/unicode/utf32.h: ed15f0927cec48cab1922d08e1fdcce1 -include/unicode/utf8.h: 0d3fb609e35e2c67dce1a4889973bebd -include/unicode/utf_old.h: fce92682d7539e0fde301c54ef9e8760 -include/unicode/utmscale.h: 267dcde091ed1b81f03b1fff49c05e69 -include/unicode/utrace.h: 25f64a4cd8fc8a13bdfadd59bb287d49 -include/unicode/utrans.h: cc28e262a704403f38c26becae727165 -include/unicode/utypes.h: 21e5e8cc7dc66bdb83f70971bed1a5e4 -include/unicode/uvernum.h: d878c9e384487c8668c122712134c0f1 -include/unicode/uversion.h: 140b36fa9bffd2cb2b1c7f02691923e6 -include/unicode/vtzone.h: 90e065183436be0a94918465f66be863 -lib/icudt.lib: 8feb46831d7f9ff4f851ddb4a3b86287 -lib/icuin.lib: 27e6dd91a18fb61c4e92c5155efec652 -lib/icuuc.lib: cf6f30f41e57d2d7094b450d766a390a \ No newline at end of file diff --git a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/export/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/export/conanmanifest.txt index c80be750..c958bb87 100644 --- a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/export/conanmanifest.txt +++ b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/export/conanmanifest.txt @@ -1,2 +1,2 @@ -1478189855 -conanfile.py: 2d514c8a822e7432b8d2e030c3d17693 \ No newline at end of file +1482493404 +conanfile.py: 4c879159bebcecec85173f085cd4c3c7 diff --git a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/package/95a4a855074d4607ef02a5a86bf5ef1666dd773e/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/package/95a4a855074d4607ef02a5a86bf5ef1666dd773e/conanmanifest.txt index 8df25ad7..4b9ecc61 100644 --- a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/package/95a4a855074d4607ef02a5a86bf5ef1666dd773e/conanmanifest.txt +++ b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxml2/2.9.4/vitallium/stable/package/95a4a855074d4607ef02a5a86bf5ef1666dd773e/conanmanifest.txt @@ -1,6 +1,6 @@ -1478189807 -bin/libxml2.dll: b86b5aa939f258befbaca3cda811b371 -conaninfo.txt: 1542aee37a2d33374417a5a745c77d0f +1482493354 +bin/libxml2.dll: 0b02196ac933431b150fb73a5bed7518 +conaninfo.txt: 29ccd6acef148fd29fc8ebee20216618 include/libxml/DOCBparser.h: 21e6523a86338325c527e1e8847adc1d include/libxml/HTMLparser.h: 083a413aedc738e1903735b7f1678087 include/libxml/HTMLtree.h: 46cf4cefb419e18c40b8d5b6ac982f3f @@ -44,13 +44,12 @@ include/libxml/xmlschemastypes.h: 160197e01dfa56cd9ad09d201d5bdeb4 include/libxml/xmlstring.h: 82efb8a055d5fc8eb7d815ed471eca53 include/libxml/xmlunicode.h: b9f0b8acddfee9b620ea822978a51d29 include/libxml/xmlversion.h: 0c268947477509833b9edc4ae096da41 -include/libxml/xmlwin32version.h: 0c672b45ad0bbc3285870375ac5e62c9 include/libxml/xmlwriter.h: 8694436144b1fb0aab2e2d6b725035e3 include/libxml/xpath.h: 2e60b359a61db15d05409ebef1b140b1 include/libxml/xpathInternals.h: c18fad3cce22369a75166afed6343bcd include/libxml/xpointer.h: 5b8025430888d5b99d03d159ddc78388 include/win32config.h: 410df263529fb9ec616b22f590dbdd1d include/wsockcompat.h: f975f4dc926c27ab755f05a79296bd72 -lib/libxml2.lib: 814daf6ff042d2110b047da877b075d7 -lib/libxml2_a.lib: c85b4ef8c9e404369a140134a450f98c -lib/libxml2_a_dll.lib: 2cac7d585f12fef63dfbe20f470f2d5e \ No newline at end of file +lib/libxml2.lib: 7ab0a2cf0511ea7eb2593a24e5a31750 +lib/libxml2_a.lib: a4d10046b1cf6910811687a04ef38d6f +lib/libxml2_a_dll.lib: f785611927ed7f3a9514a1ccac31fd10 diff --git a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/export/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/export/conanmanifest.txt index 439e0dbf..be77d721 100644 --- a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/export/conanmanifest.txt +++ b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/export/conanmanifest.txt @@ -1,2 +1,2 @@ 1478438034 -conanfile.py: 2472a82109b2d59062d3e50a54d08a4a \ No newline at end of file +conanfile.py: 2472a82109b2d59062d3e50a54d08a4a diff --git a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/package/19663639a14063d996b277c7fac0e00264689c20/conanmanifest.txt b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/package/19663639a14063d996b277c7fac0e00264689c20/conanmanifest.txt index f0bffa50..0820b583 100644 --- a/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/package/19663639a14063d996b277c7fac0e00264689c20/conanmanifest.txt +++ b/coin/provisioning/qtci-windows-10-x86_64/conanfiles/qtwebkit.manifests/libxslt/1.1.29/vitallium/stable/package/19663639a14063d996b277c7fac0e00264689c20/conanmanifest.txt @@ -1,7 +1,7 @@ -1478437988 -bin/libexslt.dll: bace70c121c29fd8b9e29ce7ea924367 -bin/libxslt.dll: 00022b72c0cacd3c3ca7bc48a0ec4632 -conaninfo.txt: cba36a71cb20255ea805a39e62e79070 +1482494796 +bin/libexslt.dll: acf1f58607eb1a10534cc30ca2bf2c9f +bin/libxslt.dll: 9edc15648704934221ec3afcedb25451 +conaninfo.txt: 224814c47f7d14968c401d2180974e77 include/libexslt/exslt.h: f01af3bf058520059ba6d50f42133717 include/libexslt/exsltconfig.h: a36134fd73a90b0c39ba3eb4fa8833b9 include/libexslt/exsltexports.h: 079c35b6fa14302aad0764c1dee57809 @@ -32,7 +32,7 @@ include/libxslt/xsltexports.h: 207ffe4e458a8c24635b3eb24bdd8000 include/libxslt/xsltlocale.h: b934279cc2a6556075638425e5634b07 include/libxslt/xsltutils.h: c190bd536ce0cffe1ccba74c68f7b0c9 include/libxslt/xsltwin32config.h: 8a3a4b0359659042a66603eb59cc4001 -lib/libexslt.lib: c78e77d2bc7ce733a9d45f23176f2803 -lib/libexslt_a.lib: 29b31bece1e69641372cadce020326ad -lib/libxslt.lib: b7d9260d0f7ada29f5d3649820a8e1cb -lib/libxslt_a.lib: e24f546f9b757fd152de506c2d3af1bf \ No newline at end of file +lib/libexslt.lib: 0c9f94aeea183a48ec62d6e1a3ac42af +lib/libexslt_a.lib: 026a42ff0b36660c1bd4890b656c80ee +lib/libxslt.lib: 084d078777bf34d52af7fc93a425d6b0 +lib/libxslt_a.lib: a07434cb5a40a32a17be58f71fe24976 -- cgit v1.2.3 From 167e4fc36fb1866933241239d8261f72280b58fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Thu, 5 Jan 2017 17:17:56 +0200 Subject: Provisioning: Disable Windows Defender This will reduct the timeouts coin has had recently with win machines. Change-Id: I32118f226194a3ea5e3c85d24103ec8341925d3c Reviewed-by: Simon Hausmann --- coin/provisioning/qtci-windows-10-x86/04-disable-windefender.ps1 | 5 +++++ coin/provisioning/qtci-windows-10-x86_64/04-disable-windefender.ps1 | 5 +++++ coin/provisioning/qtci-windows-7-x86/04-disable-windefender.ps1 | 5 +++++ coin/provisioning/qtci-windows-8-x86/04-disable-windefender.ps1 | 5 +++++ coin/provisioning/qtci-windows-8-x86_64/04-disable-windefender.ps1 | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 coin/provisioning/qtci-windows-10-x86/04-disable-windefender.ps1 create mode 100644 coin/provisioning/qtci-windows-10-x86_64/04-disable-windefender.ps1 create mode 100644 coin/provisioning/qtci-windows-7-x86/04-disable-windefender.ps1 create mode 100644 coin/provisioning/qtci-windows-8-x86/04-disable-windefender.ps1 create mode 100644 coin/provisioning/qtci-windows-8-x86_64/04-disable-windefender.ps1 (limited to 'coin') diff --git a/coin/provisioning/qtci-windows-10-x86/04-disable-windefender.ps1 b/coin/provisioning/qtci-windows-10-x86/04-disable-windefender.ps1 new file mode 100644 index 00000000..2d1f0783 --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86/04-disable-windefender.ps1 @@ -0,0 +1,5 @@ +# Turning off win defender. +# +# If disabled manually, windows will automatically enable it after +# some period of time. Disabling it speeds up the builds. +REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /V DisableAntiSpyware /T REG_dWORD /D 1 /F diff --git a/coin/provisioning/qtci-windows-10-x86_64/04-disable-windefender.ps1 b/coin/provisioning/qtci-windows-10-x86_64/04-disable-windefender.ps1 new file mode 100644 index 00000000..2d1f0783 --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86_64/04-disable-windefender.ps1 @@ -0,0 +1,5 @@ +# Turning off win defender. +# +# If disabled manually, windows will automatically enable it after +# some period of time. Disabling it speeds up the builds. +REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /V DisableAntiSpyware /T REG_dWORD /D 1 /F diff --git a/coin/provisioning/qtci-windows-7-x86/04-disable-windefender.ps1 b/coin/provisioning/qtci-windows-7-x86/04-disable-windefender.ps1 new file mode 100644 index 00000000..2d1f0783 --- /dev/null +++ b/coin/provisioning/qtci-windows-7-x86/04-disable-windefender.ps1 @@ -0,0 +1,5 @@ +# Turning off win defender. +# +# If disabled manually, windows will automatically enable it after +# some period of time. Disabling it speeds up the builds. +REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /V DisableAntiSpyware /T REG_dWORD /D 1 /F diff --git a/coin/provisioning/qtci-windows-8-x86/04-disable-windefender.ps1 b/coin/provisioning/qtci-windows-8-x86/04-disable-windefender.ps1 new file mode 100644 index 00000000..2d1f0783 --- /dev/null +++ b/coin/provisioning/qtci-windows-8-x86/04-disable-windefender.ps1 @@ -0,0 +1,5 @@ +# Turning off win defender. +# +# If disabled manually, windows will automatically enable it after +# some period of time. Disabling it speeds up the builds. +REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /V DisableAntiSpyware /T REG_dWORD /D 1 /F diff --git a/coin/provisioning/qtci-windows-8-x86_64/04-disable-windefender.ps1 b/coin/provisioning/qtci-windows-8-x86_64/04-disable-windefender.ps1 new file mode 100644 index 00000000..2d1f0783 --- /dev/null +++ b/coin/provisioning/qtci-windows-8-x86_64/04-disable-windefender.ps1 @@ -0,0 +1,5 @@ +# Turning off win defender. +# +# If disabled manually, windows will automatically enable it after +# some period of time. Disabling it speeds up the builds. +REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" /V DisableAntiSpyware /T REG_dWORD /D 1 /F -- cgit v1.2.3 From c5e6abcafa40507a99c4f6e0083d4da5b3425e5a Mon Sep 17 00:00:00 2001 From: Tony Sarajarvi Date: Fri, 7 Oct 2016 12:12:59 +0300 Subject: Add provisioning try-catch helper script for bash Change-Id: Ia61e503ed5315546421fdeb2f4b8b1be37dab3e9 Reviewed-by: Heikki Halmet --- coin/provisioning/common/try_catch.sh | 64 +++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 coin/provisioning/common/try_catch.sh (limited to 'coin') diff --git a/coin/provisioning/common/try_catch.sh b/coin/provisioning/common/try_catch.sh new file mode 100644 index 00000000..b21861e3 --- /dev/null +++ b/coin/provisioning/common/try_catch.sh @@ -0,0 +1,64 @@ +#!/bin/bash + +############################################################################# +## +## Copyright (C) 2017 The Qt Company Ltd. +## Contact: http://www.qt.io/licensing/ +## +## This file is part of the test suite 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$ +## +############################################################################# + +echo "Sourcing try_catch.sh" + +function try() +{ + [[ $- = *e* ]]; SAVED_OPT_E=$? + set +e +} + +function throw() +{ + exit "$1" +} + +function catch() +{ + export ex_code=$? + (( SAVED_OPT_E )) && set +e + return $ex_code +} + +function throwErrors() +{ + set -e +} + +function ignoreErrors() +{ + set +e +} -- cgit v1.2.3 From 2b2188cc77d093df137d5e3e635ea06b433696a6 Mon Sep 17 00:00:00 2001 From: Tony Sarajarvi Date: Mon, 10 Oct 2016 11:55:31 +0300 Subject: Add DownloadURL.sh provisioning helper script Change-Id: I64bef8470555e33772b72847aa76e0e9b4720696 Reviewed-by: Heikki Halmet --- coin/provisioning/common/DownloadURL.sh | 85 +++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 coin/provisioning/common/DownloadURL.sh (limited to 'coin') diff --git a/coin/provisioning/common/DownloadURL.sh b/coin/provisioning/common/DownloadURL.sh new file mode 100644 index 00000000..9bf7fdb7 --- /dev/null +++ b/coin/provisioning/common/DownloadURL.sh @@ -0,0 +1,85 @@ +#!/bin/bash + +############################################################################# +## +## Copyright (C) 2017 The Qt Company Ltd. +## Contact: http://www.qt.io/licensing/ +## +## This file is part of the test suite 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$ +## +############################################################################# + +# 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. + +# shellcheck source=try_catch.sh +source "${BASH_SOURCE%/*}/try_catch.sh" + +ExceptionDownloadPrimaryUrl=100 +ExceptionDownloadAltUrl=101 +ExceptionSHA1=102 + +function DownloadURL { + url=$1 + url_alt=$2 + expectedSha1=$3 + targetFile=$4 + + try + ( + try + ( + echo "Downloading from primary URL '$url'" + curl --fail -L --retry 5 --retry-delay 5 -o "$targetFile" "$url" || throw $ExceptionDownloadPrimaryUrl + ) + catch || { + case $ex_code in + $ExceptionDownloadPrimaryUrl) + echo "Failed to download '$url' multiple times" + echo "Downloading tar.gz from alternative URL '$url_alt'" + curl --fail -L --retry 5 --retry-delay 5 -o "$targetFile" "$url_alt" || throw $ExceptionDownloadAltUrl + ;; + esac + } + echo "Checking SHA1 on PKG '$targetFile'" + echo "$expectedSha1 *$targetFile" | shasum --check || throw $ExceptionSHA1 + ) + + catch || { + case $ex_code in + $ExceptionDownloadAltUrl) + echo "Failed downloading PKG from primary and alternative URLs" + exit 1; + ;; + esac + } +} + -- cgit v1.2.3 From 17c97ea79ae578c6c062a6a7b72aef010f214cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tony=20Saraj=C3=A4rvi?= Date: Thu, 24 Nov 2016 13:21:33 +0200 Subject: Add provision helper file to install compressed packages Change-Id: I6a7e1af7c91bd11a0cc6379f8bb7762acf42eae5 Reviewed-by: Heikki Halmet --- .../common/InstallFromCompressedFileFromURL.sh | 120 +++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 coin/provisioning/common/InstallFromCompressedFileFromURL.sh (limited to 'coin') diff --git a/coin/provisioning/common/InstallFromCompressedFileFromURL.sh b/coin/provisioning/common/InstallFromCompressedFileFromURL.sh new file mode 100644 index 00000000..1f097d32 --- /dev/null +++ b/coin/provisioning/common/InstallFromCompressedFileFromURL.sh @@ -0,0 +1,120 @@ +#!/bin/bash + +############################################################################# +## +## Copyright (C) 2017 The Qt Company Ltd. +## Contact: http://www.qt.io/licensing/ +## +## This file is part of the test suite 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$ +## +############################################################################# + +# shellcheck source=try_catch.sh +source "${BASH_SOURCE%/*}/try_catch.sh" +# shellcheck source=DownloadURL.sh +source "${BASH_SOURCE%/*}/DownloadURL.sh" + +ExceptionCreateTmpFile=100 +ExceptionCreateTmpDirectory=101 +ExceptionUncompress=102 +ExceptionMoveApp=103 +ExceptionDeleteTmpFile=104 +ExceptionRemoveTmpDirectory=105 +ExceptionUnknownFormat=106 + + +function InstallFromCompressedFileFromURL { + url=$1 + url_alt=$2 + expectedSha1=$3 + installDirectory=$4 + appPrefix=$5 + + try + ( + basefilename=${url##*/} + extension=${basefilename##*.} + filename=${basefilename%.*} + if [ "$extension" == "gz" ] && [ "${filename##*.}" == "tar" ]; then + extension="tar.gz" + fi + echo "Extension for file: $extension" + echo "Creating temporary file and directory" + targetFile=$(mktemp "$TMPDIR$(uuidgen)XXXXX.$extension") || throw $ExceptionCreateTmpFile + targetDirectory=$(mktemp -d) || throw $ExceptionCreateTmpDirectory + DownloadURL "$url" "$url_alt" "$expectedSha1" "$targetFile" + echo "Uncompress $targetFile" + case $extension in + "tar.gz") + tar -xzf "$targetFile" --directory "$targetDirectory" || throw $ExceptionUncompress + ;; + "zip") + unzip "$targetFile" -d "$targetDirectory" || throw $ExceptionUncompress + ;; + *) + throw $ExceptionUnknownFormat + ;; + esac + echo "Moving app to $installDirectory" + sudo mkdir "$installDirectory" + sudo mv "$targetDirectory/$appPrefix/"* "$installDirectory" || throw $ExceptionMoveApp + echo "Removing file '$targetFile'" + rm "$targetFile" || throw $ExceptionDeleteTmpFile + echo "Removing directory '$targetDirectory'" + rm -rf "$targetDirectory" || throw $ExceptionRemoveTmpDirectory + ) + + catch || { + case $ex_code in + $ExceptionCreateTmpFile) + echo "Failed to create temporary file" + exit 1; + ;; + $ExceptionUncompress) + echo "Failed extracting compressed file." + exit 1; + ;; + $ExceptionMoveApp) + echo "Failed moving app to target location." + exit 1; + ;; + $ExceptionDeleteTmpFile) + echo "Failed deleting temporary file." + exit 1; + ;; + $ExceptionRemoveTmpDirectory) + echo "Failed deleting temporary file." + exit 1; + ;; + $ExceptionUnknownFormat) + echo "Unknown file format." + exit 1; + ;; + esac + } +} + -- cgit v1.2.3 From 5f40fd649e5f3a4402125a7a26035396a2e72397 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 29 Dec 2016 19:47:22 +0100 Subject: Improve build performance on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Disable the windows search indexing service, which has a tendency to start indexing source code archives that we've just extracted. We are not interested in this service. Change-Id: I1d3f5178a035bc951499d993641a9315db9712ca Reviewed-by: Jędrzej Nowacki --- coin/provisioning/qtci-windows-10-x86/05-wsearch-off.ps1 | 3 +++ coin/provisioning/qtci-windows-10-x86_64/05-wsearch-off.ps1 | 3 +++ coin/provisioning/qtci-windows-7-x86/05-wsearch-off.ps1 | 3 +++ coin/provisioning/qtci-windows-8-x86/05-wsearch-off.ps1 | 3 +++ coin/provisioning/qtci-windows-8-x86_64/05-wsearch-off.ps1 | 3 +++ 5 files changed, 15 insertions(+) create mode 100644 coin/provisioning/qtci-windows-10-x86/05-wsearch-off.ps1 create mode 100644 coin/provisioning/qtci-windows-10-x86_64/05-wsearch-off.ps1 create mode 100644 coin/provisioning/qtci-windows-7-x86/05-wsearch-off.ps1 create mode 100644 coin/provisioning/qtci-windows-8-x86/05-wsearch-off.ps1 create mode 100644 coin/provisioning/qtci-windows-8-x86_64/05-wsearch-off.ps1 (limited to 'coin') diff --git a/coin/provisioning/qtci-windows-10-x86/05-wsearch-off.ps1 b/coin/provisioning/qtci-windows-10-x86/05-wsearch-off.ps1 new file mode 100644 index 00000000..09c45bbd --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86/05-wsearch-off.ps1 @@ -0,0 +1,3 @@ + +# Disable the windows search indexing service +sc.exe config WSearch start= disabled diff --git a/coin/provisioning/qtci-windows-10-x86_64/05-wsearch-off.ps1 b/coin/provisioning/qtci-windows-10-x86_64/05-wsearch-off.ps1 new file mode 100644 index 00000000..09c45bbd --- /dev/null +++ b/coin/provisioning/qtci-windows-10-x86_64/05-wsearch-off.ps1 @@ -0,0 +1,3 @@ + +# Disable the windows search indexing service +sc.exe config WSearch start= disabled diff --git a/coin/provisioning/qtci-windows-7-x86/05-wsearch-off.ps1 b/coin/provisioning/qtci-windows-7-x86/05-wsearch-off.ps1 new file mode 100644 index 00000000..09c45bbd --- /dev/null +++ b/coin/provisioning/qtci-windows-7-x86/05-wsearch-off.ps1 @@ -0,0 +1,3 @@ + +# Disable the windows search indexing service +sc.exe config WSearch start= disabled diff --git a/coin/provisioning/qtci-windows-8-x86/05-wsearch-off.ps1 b/coin/provisioning/qtci-windows-8-x86/05-wsearch-off.ps1 new file mode 100644 index 00000000..09c45bbd --- /dev/null +++ b/coin/provisioning/qtci-windows-8-x86/05-wsearch-off.ps1 @@ -0,0 +1,3 @@ + +# Disable the windows search indexing service +sc.exe config WSearch start= disabled diff --git a/coin/provisioning/qtci-windows-8-x86_64/05-wsearch-off.ps1 b/coin/provisioning/qtci-windows-8-x86_64/05-wsearch-off.ps1 new file mode 100644 index 00000000..09c45bbd --- /dev/null +++ b/coin/provisioning/qtci-windows-8-x86_64/05-wsearch-off.ps1 @@ -0,0 +1,3 @@ + +# Disable the windows search indexing service +sc.exe config WSearch start= disabled -- cgit v1.2.3 From da48107b0852561c2daad9465c80408d4392baf1 Mon Sep 17 00:00:00 2001 From: Tony Sarajarvi Date: Fri, 7 Oct 2016 12:12:59 +0300 Subject: Add provisioning try-catch helper script for bash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia61e503ed5315546421fdeb2f4b8b1be37dab3e9 Reviewed-by: Tony Sarajärvi --- coin/provisioning/common/try_catch.sh | 64 +++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 coin/provisioning/common/try_catch.sh (limited to 'coin') diff --git a/coin/provisioning/common/try_catch.sh b/coin/provisioning/common/try_catch.sh new file mode 100644 index 00000000..b21861e3 --- /dev/null +++ b/coin/provisioning/common/try_catch.sh @@ -0,0 +1,64 @@ +#!/bin/bash + +############################################################################# +## +## Copyright (C) 2017 The Qt Company Ltd. +## Contact: http://www.qt.io/licensing/ +## +## This file is part of the test suite 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$ +## +############################################################################# + +echo "Sourcing try_catch.sh" + +function try() +{ + [[ $- = *e* ]]; SAVED_OPT_E=$? + set +e +} + +function throw() +{ + exit "$1" +} + +function catch() +{ + export ex_code=$? + (( SAVED_OPT_E )) && set +e + return $ex_code +} + +function throwErrors() +{ + set -e +} + +function ignoreErrors() +{ + set +e +} -- cgit v1.2.3 From 2059ce3d2d11c515b0b932d9c511d1a6793b63f2 Mon Sep 17 00:00:00 2001 From: Tony Sarajarvi Date: Mon, 10 Oct 2016 11:55:31 +0300 Subject: Add DownloadURL.sh provisioning helper script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I64bef8470555e33772b72847aa76e0e9b4720696 Reviewed-by: Tony Sarajärvi --- coin/provisioning/common/DownloadURL.sh | 85 +++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 coin/provisioning/common/DownloadURL.sh (limited to 'coin') diff --git a/coin/provisioning/common/DownloadURL.sh b/coin/provisioning/common/DownloadURL.sh new file mode 100644 index 00000000..9bf7fdb7 --- /dev/null +++ b/coin/provisioning/common/DownloadURL.sh @@ -0,0 +1,85 @@ +#!/bin/bash + +############################################################################# +## +## Copyright (C) 2017 The Qt Company Ltd. +## Contact: http://www.qt.io/licensing/ +## +## This file is part of the test suite 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$ +## +############################################################################# + +# 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. + +# shellcheck source=try_catch.sh +source "${BASH_SOURCE%/*}/try_catch.sh" + +ExceptionDownloadPrimaryUrl=100 +ExceptionDownloadAltUrl=101 +ExceptionSHA1=102 + +function DownloadURL { + url=$1 + url_alt=$2 + expectedSha1=$3 + targetFile=$4 + + try + ( + try + ( + echo "Downloading from primary URL '$url'" + curl --fail -L --retry 5 --retry-delay 5 -o "$targetFile" "$url" || throw $ExceptionDownloadPrimaryUrl + ) + catch || { + case $ex_code in + $ExceptionDownloadPrimaryUrl) + echo "Failed to download '$url' multiple times" + echo "Downloading tar.gz from alternative URL '$url_alt'" + curl --fail -L --retry 5 --retry-delay 5 -o "$targetFile" "$url_alt" || throw $ExceptionDownloadAltUrl + ;; + esac + } + echo "Checking SHA1 on PKG '$targetFile'" + echo "$expectedSha1 *$targetFile" | shasum --check || throw $ExceptionSHA1 + ) + + catch || { + case $ex_code in + $ExceptionDownloadAltUrl) + echo "Failed downloading PKG from primary and alternative URLs" + exit 1; + ;; + esac + } +} + -- cgit v1.2.3 From 8266919b6e61ee859ba9469da0cb6309cb7b3b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tony=20Saraj=C3=A4rvi?= Date: Thu, 24 Nov 2016 13:21:33 +0200 Subject: Add provision helper file to install compressed packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6a7e1af7c91bd11a0cc6379f8bb7762acf42eae5 Reviewed-by: Tony Sarajärvi --- .../common/InstallFromCompressedFileFromURL.sh | 120 +++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 coin/provisioning/common/InstallFromCompressedFileFromURL.sh (limited to 'coin') diff --git a/coin/provisioning/common/InstallFromCompressedFileFromURL.sh b/coin/provisioning/common/InstallFromCompressedFileFromURL.sh new file mode 100644 index 00000000..1f097d32 --- /dev/null +++ b/coin/provisioning/common/InstallFromCompressedFileFromURL.sh @@ -0,0 +1,120 @@ +#!/bin/bash + +############################################################################# +## +## Copyright (C) 2017 The Qt Company Ltd. +## Contact: http://www.qt.io/licensing/ +## +## This file is part of the test suite 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$ +## +############################################################################# + +# shellcheck source=try_catch.sh +source "${BASH_SOURCE%/*}/try_catch.sh" +# shellcheck source=DownloadURL.sh +source "${BASH_SOURCE%/*}/DownloadURL.sh" + +ExceptionCreateTmpFile=100 +ExceptionCreateTmpDirectory=101 +ExceptionUncompress=102 +ExceptionMoveApp=103 +ExceptionDeleteTmpFile=104 +ExceptionRemoveTmpDirectory=105 +ExceptionUnknownFormat=106 + + +function InstallFromCompressedFileFromURL { + url=$1 + url_alt=$2 + expectedSha1=$3 + installDirectory=$4 + appPrefix=$5 + + try + ( + basefilename=${url##*/} + extension=${basefilename##*.} + filename=${basefilename%.*} + if [ "$extension" == "gz" ] && [ "${filename##*.}" == "tar" ]; then + extension="tar.gz" + fi + echo "Extension for file: $extension" + echo "Creating temporary file and directory" + targetFile=$(mktemp "$TMPDIR$(uuidgen)XXXXX.$extension") || throw $ExceptionCreateTmpFile + targetDirectory=$(mktemp -d) || throw $ExceptionCreateTmpDirectory + DownloadURL "$url" "$url_alt" "$expectedSha1" "$targetFile" + echo "Uncompress $targetFile" + case $extension in + "tar.gz") + tar -xzf "$targetFile" --directory "$targetDirectory" || throw $ExceptionUncompress + ;; + "zip") + unzip "$targetFile" -d "$targetDirectory" || throw $ExceptionUncompress + ;; + *) + throw $ExceptionUnknownFormat + ;; + esac + echo "Moving app to $installDirectory" + sudo mkdir "$installDirectory" + sudo mv "$targetDirectory/$appPrefix/"* "$installDirectory" || throw $ExceptionMoveApp + echo "Removing file '$targetFile'" + rm "$targetFile" || throw $ExceptionDeleteTmpFile + echo "Removing directory '$targetDirectory'" + rm -rf "$targetDirectory" || throw $ExceptionRemoveTmpDirectory + ) + + catch || { + case $ex_code in + $ExceptionCreateTmpFile) + echo "Failed to create temporary file" + exit 1; + ;; + $ExceptionUncompress) + echo "Failed extracting compressed file." + exit 1; + ;; + $ExceptionMoveApp) + echo "Failed moving app to target location." + exit 1; + ;; + $ExceptionDeleteTmpFile) + echo "Failed deleting temporary file." + exit 1; + ;; + $ExceptionRemoveTmpDirectory) + echo "Failed deleting temporary file." + exit 1; + ;; + $ExceptionUnknownFormat) + echo "Unknown file format." + exit 1; + ;; + esac + } +} + -- cgit v1.2.3 From 2cf8327999056995e1221ee07e99532e5436b37c Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Mon, 7 Nov 2016 10:13:22 +0200 Subject: Provision: Cmake 3.6.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Red Hat 6.6 needs cmake for GammaRay OpenSUSE 42.1 and Ubuntu 14.04 needs cmake for pyside Change-Id: I64b25be70057b86be7bfc96fb07446f7727bbefe Reviewed-by: Tony Sarajärvi --- .../qtci-linux-RHEL-6.6-x86_64/09-cmake.sh | 53 ++++++++++++++++++++++ .../qtci-linux-RHEL-7.2-x86_64/09-cmake.sh | 53 ++++++++++++++++++++++ .../qtci-linux-Ubuntu-14.04-x86_64/09-cmake.sh | 53 ++++++++++++++++++++++ .../qtci-linux-openSUSE-42.1-x86_64/09-cmake.sh | 53 ++++++++++++++++++++++ 4 files changed, 212 insertions(+) create mode 100644 coin/provisioning/qtci-linux-RHEL-6.6-x86_64/09-cmake.sh create mode 100644 coin/provisioning/qtci-linux-RHEL-7.2-x86_64/09-cmake.sh create mode 100644 coin/provisioning/qtci-linux-Ubuntu-14.04-x86_64/09-cmake.sh create mode 100644 coin/provisioning/qtci-linux-openSUSE-42.1-x86_64/09-cmake.sh (limited to 'coin') diff --git a/coin/provisioning/qtci-linux-RHEL-6.6-x86_64/09-cmake.sh b/coin/provisioning/qtci-linux-RHEL-6.6-x86_64/09-cmake.sh new file mode 100644 index 00000000..dd35e01d --- /dev/null +++ b/coin/provisioning/qtci-linux-RHEL-6.6-x86_64/09-cmake.sh @@ -0,0 +1,53 @@ +#!/bin/bash + +############################################################################# +## +## Copyright (C) 2016 The Qt Company Ltd. +## Contact: http://www.qt.io/licensing/ +## +## This file is part of the test suite of the Qt Toolkit. +## +## $QT_BEGIN_LICENSE:LGPL21$ +## Commercial License Usage +## Licensees holding valid commercial Qt licenses may use this file in +## accordance with the commercial license agreement provided with the +## Software or, alternatively, in accordance with the terms contained in +## a written agreement between you and The Qt Company. For licensing terms +## and conditions see http://www.qt.io/terms-conditions. For further +## information use the contact form at http://www.qt.io/contact-us. +## +## GNU Lesser General Public License Usage +## Alternatively, this file may be used under the terms of the GNU Lesser +## General Public License version 2.1 or version 3 as published by the Free +## Software Foundation and appearing in the file LICENSE.LGPLv21 and +## LICENSE.LGPLv3 included in the packaging of this file. Please review the +## following information to ensure the GNU Lesser General Public License +## requirements will be met: https://www.gnu.org/licenses/lgpl.html and +## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +## +## As a special exception, The Qt Company gives you certain additional +## rights. These rights are described in The Qt Company LGPL Exception +## version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +## +## $QT_END_LICENSE$ +## +############################################################################# + +# This script installs CMake 3.6.2 + +# CMake is needed for autotests that verify that Qt can be built with CMake + +# shellcheck source=../common/InstallFromCompressedFileFromURL.sh +source "${BASH_SOURCE%/*}/../common/InstallFromCompressedFileFromURL.sh" + +version="3.6.2" +PrimaryUrl="http://ci-files01-hki.ci.local/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" +targetFolder="/opt/cmake-$version" +appPrefix="cmake-$version-Linux-x86_64" + +InstallFromCompressedFileFromURL "$PrimaryUrl" "$AltUrl" "$SHA1" "$targetFolder" "$appPrefix" + +echo "Adding $targetFolder/bin to PATH" +echo "export PATH=$targetFolder/bin:$PATH" >> ~/.bashrc diff --git a/coin/provisioning/qtci-linux-RHEL-7.2-x86_64/09-cmake.sh b/coin/provisioning/qtci-linux-RHEL-7.2-x86_64/09-cmake.sh new file mode 100644 index 00000000..dd35e01d --- /dev/null +++ b/coin/provisioning/qtci-linux-RHEL-7.2-x86_64/09-cmake.sh @@ -0,0 +1,53 @@ +#!/bin/bash + +############################################################################# +## +## Copyright (C) 2016 The Qt Company Ltd. +## Contact: http://www.qt.io/licensing/ +## +## This file is part of the test suite of the Qt Toolkit. +## +## $QT_BEGIN_LICENSE:LGPL21$ +## Commercial License Usage +## Licensees holding valid commercial Qt licenses may use this file in +## accordance with the commercial license agreement provided with the +## Software or, alternatively, in accordance with the terms contained in +## a written agreement between you and The Qt Company. For licensing terms +## and conditions see http://www.qt.io/terms-conditions. For further +## information use the contact form at http://www.qt.io/contact-us. +## +## GNU Lesser General Public License Usage +## Alternatively, this file may be used under the terms of the GNU Lesser +## General Public License version 2.1 or version 3 as published by the Free +## Software Foundation and appearing in the file LICENSE.LGPLv21 and +## LICENSE.LGPLv3 included in the packaging of this file. Please review the +## following information to ensure the GNU Lesser General Public License +## requirements will be met: https://www.gnu.org/licenses/lgpl.html and +## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +## +## As a special exception, The Qt Company gives you certain additional +## rights. These rights are described in The Qt Company LGPL Exception +## version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +## +## $QT_END_LICENSE$ +## +############################################################################# + +# This script installs CMake 3.6.2 + +# CMake is needed for autotests that verify that Qt can be built with CMake + +# shellcheck source=../common/InstallFromCompressedFileFromURL.sh +source "${BASH_SOURCE%/*}/../common/InstallFromCompressedFileFromURL.sh" + +version="3.6.2" +PrimaryUrl="http://ci-files01-hki.ci.local/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" +targetFolder="/opt/cmake-$version" +appPrefix="cmake-$version-Linux-x86_64" + +InstallFromCompressedFileFromURL "$PrimaryUrl" "$AltUrl" "$SHA1" "$targetFolder" "$appPrefix" + +echo "Adding $targetFolder/bin to PATH" +echo "export PATH=$targetFolder/bin:$PATH" >> ~/.bashrc diff --git a/coin/provisioning/qtci-linux-Ubuntu-14.04-x86_64/09-cmake.sh b/coin/provisioning/qtci-linux-Ubuntu-14.04-x86_64/09-cmake.sh new file mode 100644 index 00000000..dd35e01d --- /dev/null +++ b/coin/provisioning/qtci-linux-Ubuntu-14.04-x86_64/09-cmake.sh @@ -0,0 +1,53 @@ +#!/bin/bash + +############################################################################# +## +## Copyright (C) 2016 The Qt Company Ltd. +## Contact: http://www.qt.io/licensing/ +## +## This file is part of the test suite of the Qt Toolkit. +## +## $QT_BEGIN_LICENSE:LGPL21$ +## Commercial License Usage +## Licensees holding valid commercial Qt licenses may use this file in +## accordance with the commercial license agreement provided with the +## Software or, alternatively, in accordance with the terms contained in +## a written agreement between you and The Qt Company. For licensing terms +## and conditions see http://www.qt.io/terms-conditions. For further +## information use the contact form at http://www.qt.io/contact-us. +## +## GNU Lesser General Public License Usage +## Alternatively, this file may be used under the terms of the GNU Lesser +## General Public License version 2.1 or version 3 as published by the Free +## Software Foundation and appearing in the file LICENSE.LGPLv21 and +## LICENSE.LGPLv3 included in the packaging of this file. Please review the +## following information to ensure the GNU Lesser General Public License +## requirements will be met: https://www.gnu.org/licenses/lgpl.html and +## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +## +## As a special exception, The Qt Company gives you certain additional +## rights. These rights are described in The Qt Company LGPL Exception +## version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +## +## $QT_END_LICENSE$ +## +############################################################################# + +# This script installs CMake 3.6.2 + +# CMake is needed for autotests that verify that Qt can be built with CMake + +# shellcheck source=../common/InstallFromCompressedFileFromURL.sh +source "${BASH_SOURCE%/*}/../common/InstallFromCompressedFileFromURL.sh" + +version="3.6.2" +PrimaryUrl="http://ci-files01-hki.ci.local/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" +targetFolder="/opt/cmake-$version" +appPrefix="cmake-$version-Linux-x86_64" + +InstallFromCompressedFileFromURL "$PrimaryUrl" "$AltUrl" "$SHA1" "$targetFolder" "$appPrefix" + +echo "Adding $targetFolder/bin to PATH" +echo "export PATH=$targetFolder/bin:$PATH" >> ~/.bashrc diff --git a/coin/provisioning/qtci-linux-openSUSE-42.1-x86_64/09-cmake.sh b/coin/provisioning/qtci-linux-openSUSE-42.1-x86_64/09-cmake.sh new file mode 100644 index 00000000..dd35e01d --- /dev/null +++ b/coin/provisioning/qtci-linux-openSUSE-42.1-x86_64/09-cmake.sh @@ -0,0 +1,53 @@ +#!/bin/bash + +############################################################################# +## +## Copyright (C) 2016 The Qt Company Ltd. +## Contact: http://www.qt.io/licensing/ +## +## This file is part of the test suite of the Qt Toolkit. +## +## $QT_BEGIN_LICENSE:LGPL21$ +## Commercial License Usage +## Licensees holding valid commercial Qt licenses may use this file in +## accordance with the commercial license agreement provided with the +## Software or, alternatively, in accordance with the terms contained in +## a written agreement between you and The Qt Company. For licensing terms +## and conditions see http://www.qt.io/terms-conditions. For further +## information use the contact form at http://www.qt.io/contact-us. +## +## GNU Lesser General Public License Usage +## Alternatively, this file may be used under the terms of the GNU Lesser +## General Public License version 2.1 or version 3 as published by the Free +## Software Foundation and appearing in the file LICENSE.LGPLv21 and +## LICENSE.LGPLv3 included in the packaging of this file. Please review the +## following information to ensure the GNU Lesser General Public License +## requirements will be met: https://www.gnu.org/licenses/lgpl.html and +## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +## +## As a special exception, The Qt Company gives you certain additional +## rights. These rights are described in The Qt Company LGPL Exception +## version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +## +## $QT_END_LICENSE$ +## +############################################################################# + +# This script installs CMake 3.6.2 + +# CMake is needed for autotests that verify that Qt can be built with CMake + +# shellcheck source=../common/InstallFromCompressedFileFromURL.sh +source "${BASH_SOURCE%/*}/../common/InstallFromCompressedFileFromURL.sh" + +version="3.6.2" +PrimaryUrl="http://ci-files01-hki.ci.local/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" +targetFolder="/opt/cmake-$version" +appPrefix="cmake-$version-Linux-x86_64" + +InstallFromCompressedFileFromURL "$PrimaryUrl" "$AltUrl" "$SHA1" "$targetFolder" "$appPrefix" + +echo "Adding $targetFolder/bin to PATH" +echo "export PATH=$targetFolder/bin:$PATH" >> ~/.bashrc -- cgit v1.2.3 From 3035f20934121effa6dd3476d6f884e81c689180 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 11 Jan 2017 11:59:43 +0100 Subject: Add CI build configurations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These files were previously stored in the CI source tree, but they do belong here. They describe the different configurations under which we want to build Qt and its submodules, in terms of underlying virtual machine template, host OS, target OS and CI related features that may also map to Qt configuration features. Task-number: QTQAINFRA-1074 Change-Id: I7ce48e3b15da757166eeac7531478d3746c8aa7f Reviewed-by: Jędrzej Nowacki --- coin/platform_configs/default.txt | 26 ++++++++++++++++++++++++++ coin/platform_configs/qt5.txt | 17 +++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 coin/platform_configs/default.txt create mode 100644 coin/platform_configs/qt5.txt (limited to 'coin') diff --git a/coin/platform_configs/default.txt b/coin/platform_configs/default.txt new file mode 100644 index 00000000..13fd27c9 --- /dev/null +++ b/coin/platform_configs/default.txt @@ -0,0 +1,26 @@ +Template Target OS Target arch Compiler Features +----------------------------------- ------------------- ----------- ----------- ------------------------------------------------------------------------------------- +qtci-windows-8-x86_64 MSVC2013 DeveloperBuild Release BuildExamples +qtci-windows-8-x86_64 MSVC2012 DeveloperBuild Release QtNamespace QtLibInfix +qtci-windows-8-x86 MSVC2013 Packaging DebugAndRelease Release OpenGLDynamic +qtci-windows-8-x86_64 MSVC2013 Packaging DebugAndRelease Release OpenGLDynamic +qtci-windows-7-x86 MSVC2010 Release DeveloperBuild QtNamespace QtLibInfix OpenGLDynamic +qtci-windows-7-x86 Mingw49 Packaging DebugAndRelease Release OpenGLDynamic +qtci-windows-10-x86 MSVC2015 Packaging DebugAndRelease Release OpenGLDynamic +qtci-windows-10-x86_64 MSVC2015 Packaging DebugAndRelease Release OpenGLDynamic +qtci-windows-8-x86_64 Windows_Phone_8_1 armv4 MSVC2013 Packaging DebugAndRelease Release DisableTests +qtci-windows-8-x86_64 WinRT_8_1 MSVC2013 Packaging DebugAndRelease Release DisableTests +qtci-linux-Ubuntu-14.04-x86_64 GCC NoWidgets ForceDebugInfo +qtci-linux-Ubuntu-14.04-x86_64 GCC DeveloperBuild OutOfSourceBuild QtLibInfix QtNamespace +qtci-linux-OpenSuSE-13.01-x86_64 GCC DeveloperBuild NoPch +qtci-linux-RHEL-6.6-x86_64 GCC Packaging Release NoUseGoldLinker +qtci-osx-10.11-x86_64 Clang Packaging DebugAndRelease Release +qtci-osx-10.10-x86_64 Clang DebugAndRelease Release +qtci-osx-10.9-x86_64 Clang DeveloperBuild Release QtNamespace NoPch +qtci-osx-10.8-x86_64 Clang Release NoFramework +qtci-osx-10.11-x86_64 IOS_ANY x86_64 Clang Release DisableTests Static +qtci-linux-RHEL-6.6-x86_64 Android_ANY armv7 GCC Packaging Release DisableTests OpenGLES2 NoUseGoldLinker +qtci-linux-Ubuntu-14.04-x86_64 Boot2Qt_Fido armv7 GCC DisableTests +qtci-linux-RHEL-6.6-x86_64 QNX_660 armv7 GCC Packaging Release DisableTests OpenGLES2 NoUseGoldLinker +qtci-linux-Ubuntu-14.04-x86_64 GCC TestOnly LicenseCheck +qtci-windows-7-x86 Windows_7_Embedded armv4 MSVC2008 DeveloperBuild Release DisableTests OpenGLES2 diff --git a/coin/platform_configs/qt5.txt b/coin/platform_configs/qt5.txt new file mode 100644 index 00000000..3b446382 --- /dev/null +++ b/coin/platform_configs/qt5.txt @@ -0,0 +1,17 @@ +Template Target OS Target arch Compiler Features +--------------------------- ------------------- ----------- ----------- ----------------------------------------------------------------------------------------------- +qtci-windows-8-x86_64 Windows_Phone_8_1 x86 MSVC2013 Packaging DebugAndRelease Release DisableTests +qtci-windows-10-x86_64 WinRT_10 x86 MSVC2015 Packaging DebugAndRelease Release DisableTests +qtci-windows-10-x86_64 WinRT_10 MSVC2015 Packaging DebugAndRelease Release DisableTests +qtci-linux-RHEL-6.6-x86_64 Android_ANY x86 GCC Packaging Release DisableTests OpenGLES2 NoUseGoldLinker +qtci-windows-7-x86 Android_ANY armv7 Mingw49 Packaging Release DisableTests OpenGLES2 +qtci-windows-7-x86 Android_ANY x86 Mingw49 Packaging Release DisableTests OpenGLES2 +qtci-osx-10.11-x86_64 Android_ANY armv7 GCC Packaging Release DisableTests OpenGLES2 +qtci-osx-10.11-x86_64 Android_ANY x86 GCC Packaging Release DisableTests OpenGLES2 +qtci-linux-RHEL-6.6-x86_64 QNX_660 x86 GCC Packaging Release DisableTests OpenGLES2 NoUseGoldLinker +qtci-windows-7-x86 QNX_660 armv7 Mingw49 Packaging Release DisableTests OpenGLES2 +qtci-windows-7-x86 QNX_660 x86 Mingw49 Packaging Release DisableTests OpenGLES2 +# target arch is used here only for documentation the value is ignored +qtci-windows-10-x86_64 WinRT_10 armv7 MSVC2015 Packaging DebugAndRelease Release DisableTests + +qtci-osx-10.11-x86_64 IOS_ANY multi Clang Packaging DebugAndRelease DisableTests Static -- cgit v1.2.3