Commit Graph

788 Commits

Author SHA1 Message Date
Gregor Jasny
727b6d5859
[function2] Update to version 4.2.0 (#18487) 2021-06-18 10:57:36 -07:00
NancyLi1013
597b4424e2
[flashlight-cuda] Fix installation (#18489)
* [flashlight-cuda] Fix installation

* Update version files
2021-06-18 10:57:21 -07:00
NancyLi1013
4ba9ac395d
[libgpg-error] Remove COPYING.LIB from lib folder (#18492)
* [libgpg-error] Remove COPYING.LIB from lib folder

* Update version files
2021-06-18 10:57:11 -07:00
Matthias C. M. Troffaes
926daf3fc2
[libass] fix fontconfig dependency in .pc file (#18516)
* [libass] fix fontconfig dependency in .pc file on x64-linux

* [libass] bump port version

* [libass] x-add-version
2021-06-18 10:56:56 -07:00
JonLiu1993
48b93ecb2c
[uwebsockets] update to 19.2.0 (#18525)
* [uwebsockets] update to <v19.2.0>

* update version
2021-06-18 10:55:51 -07:00
Matthew Oliver
6e024e744e
[ffmpeg] Warn/fail when selecting unsupported features. (#17153)
* [ffmpeg] Warn/fail when selecting unsupported features.

* Update ffmpeg.json

* Bump port-version

* Update ffmpeg.json

* [ffmpeg] Check for gpl/nonfree aswell as all option.

* avisynth now support static linking

* fixup typo

* Update ffmpeg.json

* Revert to fatal error on even when all is selected

* Update ffmpeg.json

* [ffmpeg] Disable openh264 on uwp

* update

* Update versions/f-/ffmpeg.json

* update

* Update ffmpeg.json

* update

* update

* Update

Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-06-17 13:12:58 -07:00
Jack·Boos·Yu
183a12585a
[minizip] Fix usage, fix minizipConfig.cmake (#18472)
* [minizip] Fix usage, fix minizipConfig.cmake

* update version record
2021-06-16 14:39:53 -07:00
Ian Cook
4dc864e240
[arrow] Update to 4.0.0 (#17975)
* Update arrow to 4.0.0

* Format

* Try fix thrift

* Update versions/ files

* Do not set ZSTD_ROOT

* Remove double quotes causing Windows problems

* Apply patches

* Remove LIB_DIR_OPTIONS

* Tweak zstd flags

* Update version hash

* Format

* Fail early on x86

* Update hash

* Fail early on arm, arm64

* Update hash

* Add expected failures to to scripts/ci.baseline.txt

* Exclude mallocs from default features

* Update hash

* Set default-features to false for aws-sdk-cpp

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

* Specify only x64 support in manifest

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

* Remove unneeded ci.baseline.txt entries

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

* Remove dataset from default-features

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

* Update hash

* Remove zstd path args

* Update hash

Co-authored-by: Tanguy Fautre <tanguy@fautre.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-06-15 16:59:52 -07:00
Leonid Pospelov
6bbafb22a5
[raylib] Fix MinGW build (#18362)
.
2021-06-15 11:53:40 -07:00
myd7349
d955e62d7e
[yyjson] Update to v0.3.0 (#18359)
* [yyjson] Update to 0.3.0

* [yyjson] vcpkg x-add-version yyjson
2021-06-15 11:53:18 -07:00
Michael Goulding
f565807b1b
[ryml] [c4core] Update RapidYaml (ryml) to newer version (#18230)
* remove old port version

* fix versions yet again

Co-authored-by: Michael Goulding <Michael.Goulding@microsoft.com>
2021-06-15 11:46:16 -07:00
Alexander Neumann
e2c3030703
[libpq] Add Secur32.lib and openssl to libpq cmake wrapper (#18377)
* [libpq] add secur32.lib to wrapper

* version stuff

* add openssl fix.

* fix version stuff
2021-06-15 10:33:31 -07:00
Phoebe
0faf2ab829
[devil] Fix ilut header (#18384)
* [devil Fix ilut header

* Update baseline
2021-06-15 10:31:05 -07:00
NancyLi1013
315d0a1129
[aubio] Add ws2_32 to linkage (#18385)
* [aubio] Add ws2_32 to linkage

* Update version files
2021-06-15 10:27:52 -07:00
Silvio Traversaro
16ecf1ba14
[open6254] Enable uwp support (#18390)
* open62541: Enable uwp support

* Update versions for open62541
2021-06-15 10:25:49 -07:00
Chuck Walbourn
92b42c4c68
[directxtk, directxtk12, directxmesh, directxtex, uvatlas] ports updated for June 2021 releases (#18366)
* [directxtk, directxtk12, directxmesh, directxtex, uvatlas] ports updated for June 2021 release

* added versions
2021-06-11 10:02:03 -07:00
Matthias C. M. Troffaes
b598c70a6c
[ffmpeg] fix release-only builds (#18367)
* [ffmpeg] fix release-only builds

* [ffmpeg] bump port version

* [ffmpeg] x-add-version

* [ffmpeg] strequal: use quotes when comparing against strings

* [ffmpeg] x-add-version
2021-06-11 10:01:10 -07:00
pastdue
2cc4ca3d83
[sqlite3] Update to 3.35.5 (#18374)
* [sqlite3] Update to 3.35.5

* Run x-add-version sqlite3
2021-06-11 10:00:19 -07:00
Phoebe
3a2259c41f
[vcpkg baseline][otl] Update to 40463 (#18383)
* [vcpkg baseline][otl] Update to 40463

* Update the version

* Upate the baseline
2021-06-11 09:58:36 -07:00
Robert Schumacher
c0bca7178a
[clapack] Remove broken host-arithchk (#17573) 2021-06-11 09:56:21 -07:00
Rayan
b112843591
update version of dataframe (#18348) 2021-06-11 09:53:37 -07:00
JonLiu1993
610d218625
[redis-plus-plus] update to 1.2.3 (#18347)
* [redis-plus-plus] update to 1.2.3

* update version
2021-06-11 09:52:35 -07:00
NancyLi1013
dc94103b4a
[kf5config] Add DISABLE_PARALLEL_CONFIGURE (#18345)
* [kf5config] Add DISABLE_PARALLEL_CONFIGURE

* Update version files
2021-06-11 09:51:15 -07:00
Clare Macrae
b5f8ec7c04
[approval-tests-cpp] New port (#18338)
* [approval-tests-cpp] New port

Co-Authored-By: nicole mazzuca <mazzucan@outlook.com>

* add version files

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-06-11 09:50:34 -07:00
Azure SDK Bot
14c54c49b5
[azure-storage-*] Update Azure SDK Jun Release (#18329)
* [azure-storage-common-cpp] Update to 12.0.0
## 12.0.0 (2021-06-08)

### Other Changes and Improvements

- Fixed a filename encoding issue.

* [azure-storage-blobs-cpp] Update to 12.0.0
## 12.0.0 (2021-06-08)

### Other Changes and Improvements

- Added and updated some samples.
- Fixed a read consistency issue.

* [azure-storage-files-datalake-cpp] Update to 12.0.0
## 12.0.0 (2021-06-08)

### Breaking Changes

- Renamed `ContentLength` in `FlushFileResult` to `FileSize`.

### Other Changes and Improvements

- Removed `IfUnmodifiedSince` from access conditions of setting filesystem metadata operation.
- Updated some samples.
- Fixed a read consistency issue.

* [azure-storage-files-shares-cpp] Update to 12.0.0
## 12.0.0 (2021-06-08)

### Breaking Changes

- Renamed `ContentLength` in `FileItemDetails` to `FileSize`.

### Other Changes and Improvements

- Updated some samples.
- Fixed a read consistency issue.

* [azure-security-keyvault-common-cpp] Update to 4.0.0-beta.3
## 4.0.0-beta.3 (2021-06-08)

No breaking changes or new features added. Includes only implementation enhancements.

* [azure-security-keyvault-keys-cpp] Update to 4.0.0-beta.3
## 4.0.0-beta.3 (2021-06-08)

### Breaking Changes

- Updated `MaxPageResults` type to `int32_t`, from `uint32_t`, affecting:
  - `GetDeletedKeysOptions()`.
  - `GetPropertiesOfKeysOptions()`.
  - `GetPropertiesOfKeyVersionsOptions()`.
- Updated `CreateRsaKeyOptions::KeySize` type from `uint64_t` to `int64_t`.
- Updated `CreateRsaKeyOptions::PublicExponent` type from `uint64_t` to `int64_t`.
- Updated `CreateOctKeyOptions::KeySize` type from `uint64_t` to `int64_t`.
2021-06-11 09:49:58 -07:00
Tom G. Huang
e4357173ab
[argtable3] Update to v3.2.1 (#18325)
* chore: Update to v3.2.1

Since we have modified CMake scripts in Argtable3, which now supports
the vcpkg manifest mechanism, we also remove unnecessary code snippets
and deprecated targets.

* chore: Update version information
2021-06-11 09:40:53 -07:00
yemreinci
d9538eb345
[hazelcast-cpp-client] update to v4.1.1 (#18318)
* update hazelcast-cpp-client to v4.1.1

* ran
2021-06-11 09:28:43 -07:00
Luca Schlecker
7e09c3c9d0
[crow] update to v0.3 (#18315) 2021-06-11 09:28:02 -07:00
Dorq
cdbbbf4e41
[gamenetworkingsockets] update to 1.3.0 (#18313)
* [gamenetworkingsockets] update to v1.3.0

* [gamenetworkingsockets] run x-add-version

* requested changes

* [gamenetworkingsockets] fix hash
2021-06-11 09:25:48 -07:00
Jack·Boos·Yu
4d6d09bbcf
[rapidjson] Remove usage (#18308)
* [rapidjson] Improve usage

* update version record

* Remove usage

* update version record
2021-06-11 09:23:28 -07:00
Jack·Boos·Yu
c379c527bd
[matplotplusplus] Re-fix 3rd libraries installation (#18306)
* [matplotplusplus] Re-fix 3rd libraries installation.

* update version record
2021-06-11 09:22:35 -07:00
Jack·Boos·Yu
0fa821a46e
[coolprop] Fix usage, re-fix installation (#18305)
* [coolprop] Fix usage, re-fix installation

* update version record

* Update ports/coolprop/vcpkg.json

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

* Update versions/c-/coolprop.json

* Update versions/c-/coolprop.json

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-06-11 09:21:54 -07:00
Francisco Pombal
1ca6c59b71
[libtorrent] Update to 1.2.14 (#18301)
* [libtorrent] Update to 1.2.14

* [libtorrent] Update version files

Co-authored-by: Francisco Pombal <FranciscoPombal@users.noreply.github.com>
2021-06-11 09:01:09 -07:00
Rémy Tassoux
b7644f0546
[utfcpp] Update to 3.2.1 version (#18299)
* [utfcpp] Update to 3.2.1 version

* [utfcpp] Update version files

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-06-11 08:59:54 -07:00
Sean Farrell
6ece598d97
Bumps bullet to 3.17 (#18295) 2021-06-11 08:58:43 -07:00
Tosone
5aa747d72d
[cpp-base64] Upgrade to V2.rc.08 (#18278) 2021-06-11 08:49:57 -07:00
Tosone
0735d55f8a
[cpp-httplib] Upgrade to v0.8.9 (#18277) 2021-06-11 08:49:13 -07:00
JonLiu1993
3a98608b80
[expat] Update to 2.4.1 (#17856)
* [expat] Update to 2.3.0

* update version

* [expat] Update to 2.4.1

* update version

* add pkgconfig.patch

* update version

* revert pkgconfig.patch

* update version

* revert patch format

* update version
2021-06-11 08:48:00 -07:00
Matthias C. M. Troffaes
1d8133122b
[openexr] fixup pkgconfig (#18123)
* [openexr] fixup pkgconfig

* [openexr] x-add-version

* [openexr] drop _d library suffix for debug builds (ensures correct .pc file)

* [openexr] x-add-version

* [openexr] rename patches in order, add pkg-config debug suffix patch

* [openexr] x-add-version

* [openexr] update patch to match upstream PR

* [openexr] x-add-version
2021-06-11 08:46:46 -07:00
Jack·Boos·Yu
02fa0eb4c6
[openssl] Add cmake wrapper to handle OPENSSL_ROOT_DIR (#18042)
* [openssl] Add cmake wrapper to handle OPENSSL_ROOT_DIR

* Get the abs path

* update version record

* apply suggestion.

* Clean up openssl related code, move to openssl wrapper.

* update version record

* [kf5holidays] Disable parallel configure

* update version record

* update version record

* bump version

* Update versions/o-/openssl.json

* update baseline

* Update ports/openssl/vcpkg-cmake-wrapper.cmake

* Update ports/openssl/vcpkg-cmake-wrapper.cmake

* Update versions/o-/openssl.json

* Update ports/openssl/vcpkg.json

* Update versions/o-/openssl.json

* Update ports/openssl/vcpkg.json

* Update versions/o-/openssl.json

* update version record
2021-06-11 08:45:08 -07:00
Max Golovanov
7d472dd258
[protobuf] Protobuf no longer compiles with vs2019 Update 16.10 w/ c++latest (#18251)
* Create port_def.patch

Patch to turn off constinit with Visual Studio 2019 Update 16.10

* Update portfile.cmake

Apply port_def.patch

* Update vcpkg.json

Increment port-version

* Add version
2021-06-10 16:32:11 -07:00
Jack·Boos·Yu
761578f827
[matio] Use official CMakeLists, add features (#18254)
* [matio] Use official CMakeLists, add features

* Fix portfile.cmake

* update version record

* Commit missing files

* Update versions/m-/matio.json

* Update ports/matio/portfile.cmake

* Update ports/matio/portfile.cmake

* Update versions/m-/matio.json
2021-06-10 16:22:46 -07:00
Jack·Boos·Yu
cbe38c8280
[openblas] Add feature simplethread and thread (#18265)
* [openblas] Add feature simplethread and thread

* update version record

* Update ports/openblas/portfile.cmake

* Update ports/openblas/vcpkg.json

* Update ports/openblas/vcpkg.json

* Update versions/o-/openblas.json
2021-06-10 16:16:36 -07:00
Park DongHa
96bc28ea59
[zlib-ng] create a new port (#18223)
* [zlib-ng] create a new port

* [zlib-ng] update baseline

* [zlib-ng] remove zlib-compat

* [zlib-ng] remove unused dependency
2021-06-10 16:13:36 -07:00
Jack·Boos·Yu
42f2d6f4d6
[python2] Support UNIX (#18219)
* [python2] Support UNIX

* update baseline

* Update version record
2021-06-10 16:10:50 -07:00
JonLiu1993
4ea49a1cf8
[xtensor] update to 0.23.9 (#18206)
* [xtensor] update to 0.23.9

* update version

* [xtl] update to 0.7.2

* update version

* update patch

* update version

* Update ports/xtl/portfile.cmake

* update version

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-06-10 16:02:29 -07:00
JonLiu1993
6dfe4ade80
[unittest-cpp] fix config.cmake file (#17122)
* [unittest-cpp] fix config.cmake file

* update version

* update vcpkg.json

* update version
2021-06-10 11:48:54 -07:00
Martin Vejdarski
4a753ba9ec
[libvpx] Update to latest and add support for arm64 on macOS (#18183)
* [libvpx] Update to latest and add support for arm64 on macOS

* [libvpx] x-add-version

* [libvpx] Restore patch line endings

* [libvpx] x-add-version

* Update ports/libvpx/portfile.cmake

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>

* [libvpx] x-add-version

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2021-06-10 11:44:46 -07:00
Jafar Abdi
805a02fe99
[yaml-cpp] Fix visibility attribute for ubuntu (#17728)
* Replace YAML_CPP_DLL with 1 iff the library is build as shared library & target is windows

* Update port version

* Run x-add-version
2021-06-10 11:26:29 -07:00
Phoebe
6982e51269
[aubio] Fix definitions issues when build with dependencies (#17353)
* [aubio] Fix definitions issues when build with dependencies

* Update baseline version

* Update the dependency

* Set default-features to false

* Fix link error

* Update the baseline version

* Update the baseline version

* Update the baseline version

* Unset the debug postfix

* Update the baseline version

* Remove unused dependency

* Update the baseline version
2021-06-10 11:23:14 -07:00