Commit Graph

234 Commits

Author SHA1 Message Date
NancyLi1013
d1c0075558
[sundials] Update to 5.7.0 and also update repository (#16705)
* [sundials] Update to 5.7.0 and also update repository

* Update versions

* Update OPTIONS

* Update versions/s-/sundials.json
2021-03-15 11:06:19 -07:00
Andrew
924ad6ad6c
[uSockets] update to version 0.7.1 (#16697)
* [usockets] Updated to version 0.7.1

* [usockets] Updated to version 0.7.1

* [usockets] Updated to version 0.7.1

* [usockets] Updated to version 0.7.1

* Diff patch applied

* Version DB update
2021-03-15 11:01:01 -07:00
EniacMlezi
ad81198dd9
[openvr ] Update openvr to 1.16.8 (#16684)
* Bump openvr to 1.16.8

* Update openvr version in metadata files

Co-authored-by: lars <lars@domain.local>
2021-03-15 10:59:52 -07:00
Kevin Lu
1575c83810
[sqlite3] Update to 3.35.0 (#16679)
* [sqlite3] Update to 3.35.0

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-15 10:59:31 -07:00
Ryan
2fc1582826
[robin-hood-hashing] update to 3.10.0 (#16701)
* [robin-hood-hashing] update to 3.10.0

* update version files

* fix version field

* update version
2021-03-15 10:58:30 -07:00
Dawid Wróbel
3c7a12bdf3
[many ports] Add GnuTLS and its dependencies (#14242)
* [libgnutls] add new port

* [libtasn1] add new port

* [libtasn1] fix building

* [libtasn1] enable autoconfig

* libtasn1: fix building, again

* libgnutls: make it build on Linux

* libgnutls: Linux only, for now

* libgnutls: remove unnecessary dependency

* update version record

* Clean up baseline and add supports

* update version record

* libtasn1: clear macOS build

* libgnutls: libidn2 is actually needed

* libgnutls: clear macOS build

* Update ports/libgnutls/CONTROL

* Update ports/libtasn1/CONTROL

* Update versions/l-/libgnutls.json

* Update versions/l-/libtasn1.json

* [libtasn1] convert CONTROL to manifest

* [libgnutls] convert CONTROL to manifest

* [libgnutls] update versions

* [libtasn1] update versions

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-03-11 12:42:05 -08:00
JonLiu1993
eb41906384
[libtorrent] update to 1.2.12 (#15620)
* [libtorrent] update to 1.2.12

* update version

* fix AppleClang test

* update version
2021-03-11 12:24:25 -08:00
Simone Gasparini
939c215cc6
[popsift] add new port v0.9 (#10979)
* [ports] add popsift

* [popsift] homepage and limitations

* [popsift] test debug

* [popsift] test -fpic off for static

* [popsift] update ci.baseline

* [popsift] testing winfixes

* [popsift] missing dependencies for apps

* [popsift] update portfile

* [popsift] cleaning

* [popsift] using vcpkg_find_cuda

and v1.0.0-rc2

* [popsift] using CUDA_TOOLKIT_ROOT_DIR

* [popsift] rolling back to v0.9

* [popsift] update versions/baseline

* [popsift] baseline x64-static-md fail

* [popsift] missing popsift.json

* [popsift] remove ci.baseline.txt

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-03-11 12:21:52 -08:00
JonLiu1993
71c7aa72b4
[Azure-Kinect-Sensor-SDK] update to 1.41 (#16548)
* [Azure-Kinect-Sensor-SDK] update to 1.41

* update version

* revert patch

* update version

* revert patch

* update version
2021-03-11 12:17:41 -08:00
Robert Adam
4634989574
[harfbuzz] work around upstream SameFileError (#16621)
During the configuration of harfbuzz several Python scripts are invoked
that are supposed to copy some files. For some reason however the
scripts end up being instructed to copy files to themselves at which
point a SameFileError is risen, causing the build to fail.

This is a workaround for the underlaying issue that is deemed to be
usptream. The upstream issues are
- https://github.com/mesonbuild/meson/issues/8375
- https://github.com/harfbuzz/harfbuzz/issues/2870

The workaround is to add a patch that makes sure these scripts check
whether source and target file are the same and only invoking the copy
action if they are not.

Fixes #16262
2021-03-11 12:16:08 -08:00
NancyLi1013
2543be2edf
[pangolin] Fix static build error (#15593)
* [pangolin] Fix static build error

* Update versions

* Update dependency for pangolin

* Update pangolin.json
2021-03-11 12:14:34 -08:00
ihsan demir
f2ae282c8d
[hazelcast-cpp-client] New version update to 4.0.1 (#16593)
* Updated the `hazelcast-cpp-client` version to 4.0.1 since we released this new patch release.

* Updated the version for the latest commit using the command `./vcpkg x-add-version --overwrite-version hazelcast-cpp-client`.

* [hazelcast-cpp-client] Restore version 4.0.0 to the db

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-11 11:02:36 -08:00
Uwe Klotz
d40ea29c6e
[taglib] Upgrade from 1.12-beta-2 to 1.12 (#16649)
* [taglib] Upgrade from 1.12-beta-2 to 1.12

- Replace CONTROL with vcpkg.json
- Use Git tag as REF
- Use official version number (without the date suffix)
- Switch to semantic versioning
- Link official homepage instead of GitHub project page
- Add license string according to GitHub repo
- Add missing vcpkg_fixup_pkgconfig() in portfile

* [taglib] Disable depcrecated warnings for MSVC

See also: https://github.com/taglib/taglib/issues/1000

* [taglib] Use VCPKG_LIBRARY_LINKAGE instead of VCPKG_CRT_LINKAGE

https://github.com/microsoft/vcpkg/pull/16390/files#r591427047

* [taglib] vcpkg x-add-version
2021-03-11 10:55:33 -08:00
Jack·Boos·Yu
6ee0e916d3
[libmysql] Re-fix dependency openssl (#16426)
* [libmysql] Re-fix dependency openssl

* update version record

* LF to CRLF

* update version record
2021-03-10 14:28:59 -06:00
autoantwort
245713079f
[boost-context] fix build result on apple arm (#16482)
* [boost] fix boost context build on apple arm

* add version files
2021-03-10 14:15:19 -06:00
chausner
ce17802cce
[liblsl] Update to 1.14.0 (#16461)
* [liblsl] Update to 1.14.0

* Adjust CI baseline, assuming liblsl:x64-linux and liblsl:x64-osx pass

* Add back set(VCPKG_LIBRARY_LINKAGE dynamic)

* [libsls] Improve portfile.cmake, add homepage

* update version record

* Update ports/liblsl/CONTROL

* Update versions/l-/liblsl.json

* [liblsl] Use pugixml vcpkg package instead of bundled one

* Convert tabs to spaces

* Update version

* Fix Supports in liblsl/CONTROL

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Update versions/l-/liblsl.json

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-10 14:09:27 -06:00
NancyLi1013
cea2b1232a
[msix] Add DISABLE_PARALLEL_CONFIGURE (#16488)
* [msix] Add DISABLE_PARALLEL_CONFIGURE

* Update versions
2021-03-10 14:04:40 -06:00
JonLiu1993
9e1be5ab5c
[mongoose] update to 7.1 (#16493)
* [mongoose] update to 7.1

* update version

* update suggested change

* update version

* delete Repeated version

* delete repeated version

* update version
2021-03-10 14:02:54 -06:00
Carl Mueller-Roemer
77cb26919d
Don't copy svm-toy if not on Windows (#16501)
* Don't copy svm-toy if not on Windows

svm-toy is only compiled on Windows, so should only be copied on Windows.

* Bump port version on libsvm. Switch to new manifest file format.

* [libsvm] Format manifest

* update version record

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-03-10 14:02:20 -06:00
NancyLi1013
d3c432d955
[hiredis] Fix include path (#16512)
* [hiredis] Fix include path

* Update versions

* Update ports/hiredis/vcpkg.json

* Update versions/h-/hiredis.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-03-10 14:01:27 -06:00
JonLiu1993
c3c77073f8
[uWebSockets] update to 19.0.0 (#16496)
* [uWebSockets] update to 19.0.0

* update versdion

* modify vcpkg.json

* update version
2021-03-10 14:00:33 -06:00
JonLiu1993
aac436abe0
[scintilla] update to 4.4.6 (#16508)
* [scintilla] update to 4.4.6

* update version

* modify portifile.cmake

* update version
2021-03-10 13:57:51 -06:00
JonLiu1993
1eb9348a3a
[fplus] update to v0.2.13-p0 (#16510)
* [fplus] update to v0.2.13-p0

* update version
2021-03-10 13:46:44 -06:00
JonLiu1993
f1d190a874
[crow] update to 0.2 (CrowCpp/crow fork) (#16511)
* [crow] update to 0.2

* update version

* Modify portfile.cmake

* update version

* modify ref

* update version
2021-03-10 13:45:08 -06:00
Raul Metsma
18376a2f2c
[openssl] update to 1.1.1j (#16525)
* [openssl] update to 1.1.1j

Fix #16407

Signed-off-by: Raul Metsma <raul@metsma.ee>

* Update JSON file

Signed-off-by: Raul Metsma <raul@metsma.ee>
2021-03-10 13:32:41 -06:00
anaaru
f5bfe6dc18
[wil] Updating WIL version to match its nuget package version (#16575)
* [wil] Updating WIL version to match its nuget package version

* Removing port version from CONTROL file

* Revert "Removing port version from CONTROL file"

Reverting because PR tests are failing.

This reverts commit 28ffcba04b.

* Updating baseline.json and w-/wil.json

* update version

* modify portfile.cmake

* update version

Co-authored-by: Anand Arumugam <anand.arumug@gmail.com>
Co-authored-by: Anand Arumugam <anaaru@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-10 13:29:45 -06:00
Matthias Kuhn
37a8f41163
[geos] Bump to 3.9.1 (#16572) 2021-03-10 13:14:36 -06:00
An Tao
860c3c36b4
[trantor] Update to 1.3.0 (#16568)
* [trantor] Update to 1.3.0

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-10 13:14:03 -06:00
Vitalii Koshura
df574baff7
[sentry-native] Update to 0.4.8 (#16550)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-03-10 13:06:30 -06:00
Johannes Rave
1ff8bc0a60
[krabsetw] Update krabsetw to 4.1.18 (#16576) 2021-03-10 12:30:00 -06:00
Tosone
16df4a56bf
[cpp-httplib] Upgrade to v0.8.4 (#16591)
* [cpp-httplib] Upgrade to v0.8.4

* Run x-add-version
2021-03-10 12:24:47 -06:00
Stefan Uhrig
8fe4184c6a
[proj4] Copy over proj.pdb file on install (#15985)
* Copy over proj.pdb file on install

* Update port-version of proj4

* update version record

* Update proj4 version

* Update versions/p-/proj4

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-03-10 11:56:45 -06:00
Frank Hale
52aeb54399
[lua] Update to version 5.4.2 (#16603)
* Update Lua port to 5.4.2

* Update version
2021-03-10 11:55:51 -06:00
JonLiu1993
e7361b13e7
[g3log] update to 1.3.4 (#16491)
* [g3log] update to 1.3.4

* update version

* delete function argument

* update version
2021-03-02 13:59:42 -08:00
Jack·Boos·Yu
307ac18b08
[glm] Add namespace to export target (#16429)
* [glm] Add namespace to export target

* update version record

* [globjects] Fix dependency glm

* update version record
2021-03-01 16:28:05 -08:00
autoantwort
112067db83
[libpq] fix filenames (linux -> windows cross compile) (#16434)
* [libpq] fix filenames

* add version files

* add version files
2021-03-01 16:10:04 -08:00
Arash Partow
80976fc216
[exprtk] Update ExprTk (#16458)
* Update ExprTk

* Modify portfile.cmake

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-01 16:08:29 -08:00
ithewei
8e31229c72
[libhv] Add new port (#16460)
* [libhv] Add new port

* vcpkg format-manifest ports/libhv/vcpkg.json

* vcpkg x-add-version libhv

* libhv:arm64-windows arm-uwp x64-uwp:fail

* [libhv]: -DBUILD_EXAMPLES=OFF -DBUILD_UNITTEST=OFF

* vcpkg x-add-version --overwrite-version libhv

* [libhv]: update version and supports format

* [libhv]: update versions

* [libhv] vcpkg_fail_port_install(ON_ARCH arm ON_TARGET uwp)

* [libhv] update versions

* [libhv] Only build one flavor

Co-authored-by: hewei.it <hewei.it@bytedance.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-01 16:07:58 -08:00
John Farrier
b554d3ad08
[celero] Updated to v2.7.2 (#16446)
* [celero] Updated to v2.7.2

* [celero] Updated Versions file.
2021-03-01 16:07:30 -08:00
eao197
a44feca8c4
[sobjectizer] update to v5.7.2.3 (#16470)
* SObjectizer updated to v.5.7.2.3.

* New ver of SObjectizer added to versions list.

* Change 'version-string' to 'version'.

* Update for sobjectizer version in versions list.
2021-03-01 13:05:38 -08:00
Twice
e6b41b07b4
[protopuf] Update to 1.0.1 (#16459)
* [protopuf] Update to 1.0.1

* [protopuf] Add version info
2021-03-01 12:13:52 -08:00
Matthias Kuhn
e75b7c3681
[qscintilla] Update to 2.12 (#16455)
* Bump qscintilla to 2.12

* Versioning

* Shorten patch

* Switch to tar.gz

* [qscintilla] Update to 2.12

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-01 12:09:04 -08:00
Carlos O'Ryan
9b9a6680b2
[functions-framework-cpp] update to latest release (v0.5.0) (#16447) 2021-03-01 12:06:09 -08:00
Park DongHa
db519ea44c
[libnop] create a new port (#16471)
* [libnop] create a new port

* [libnop] update baseline and port SHA
2021-03-01 12:05:38 -08:00
Charles Milette
94db0dc3a0
[vcpkg-cmake] Fix typo in vcpkg_cmake_configure that prevented custom triplets from working (#16468)
* Fix typo in vcpkg_cmake_configure that prevented custom triplets from working

* Bump version

* Update baseline

* Update versions file
2021-03-01 11:49:24 -08:00
Carlos O'Ryan
a6043e4fd2
[google-cloud-cpp] update to latest release (v1.25.0) (#16477) 2021-03-01 10:12:48 -08:00
Rémy Tassoux
b5bc9d5474
[Imgui] Update docking-experimental and freetype features to 1.81 (#16268)
* [imgui] Update docking-experimental and freetype features to 1.81

* [imgui] Update version files

* [imgui] Move string replacement to post-build

* Update ports/imgui/CMakeLists.txt

* [imgui] Declare IMGUI_ENABLE_FREETYPE macro only if the freetype feature is enabled and move wchar32 string replacement to post-build

* [imgui] Update version files

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-03-01 08:40:09 -08:00
nicole mazzuca
3426db05b9
[scripts-audit] Rollup PR 2021-02-26 (#16440)
* [scripts-audit rollup] PR #16419

* pull the cmake doc comment parsing out into its own function
* support cmake helper ports
* add real support for deprecation, as opposed to ad-hoc

* [scripts-audit rollup] PR #16192

* add a z_ in front of internal functions
* move internal functions out

set feature_vars again in parent scope

* [scripts-audit rollup] PR #16309

Audit vcpkg_copy_pdbs

* [scripts-audit rollup] PR #16304

* Fix usage, documentation

* [scripts-audit rollup] PR #16393

* [scripts-audit rollup] PR #16377

Deprecate `vcpkg_*_cmake` in favor of `vcpkg_cmake_*` from the
`vcpkg-cmake` port, as well as `vcpkg_fixup_cmake_targets`
in favor of `vcpkg_cmake_config_fixup` from the
`vcpkg-cmake-config` port.
2021-02-28 13:17:19 -08:00
autoantwort
e25b620cf9
[boost-context] fix linux -> windows cross compile (#16378)
* [boost-context] fix linux -> windows cross compile

* add version files
2021-02-26 13:17:33 -08:00
Jesse Towner
82034dbd5f
[libwebm] apply upstream changes to support Android NDK r15b and later (#16398)
* [libwebm] upstream changes for Android NDK r15b

This applies upstream changes from master to libwebm 1.0.0.27 to
support building with Android NDK r15b and later up through
Android NDK r23 beta.

Commits taken from https://chromium.googlesource.com/webm/libwebm
master branch:

0ae757087f5e6eb01dfea16cc09205b2425cfb74
Fix android build failure with NDK r15b.

90967863b2f67962f52595a26abb8e4fa4105d44
mkvparser: fix float conversion warning

* [libwebm] update control file

* [libwebm] update versions

* Update ports/libwebm/CONTROL

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update versions/baseline.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update versions/l-/libwebm.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update versions/baseline.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* [libpx] use file INSTALL instead of COPY & RENAME

* [libvpx] update versions

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-02-26 13:16:38 -08:00