* [jsonnet] Update to 0.18.0 (#20627)
* Update jsonnet to 0.18.0
* update patch files
* add 0005-use-upstream-rapidyaml.patch to use system rapidyaml
* use system rapidyaml
* update version
* Added license "Apache-2.0" to vcpkg.json
from https://github.com/google/jsonnet/blob/master/LICENSE
* Add bullet3 features double-precision and rtti, enable a few extras
* [bullet3] bump port-version, format, x-add-version
* [bullet3] bump port-version
* Update version database
* [bullet3] reduce port-version
* Update version database
* do not use stack protection
fixes#25760
* update version
* update baseline
* only remove stack protection for mingw64
* update version
* Make variable visible even if unused
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* update version
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* [CPR] Update to 1.8.3 (again, see details)
* update version
* [CPR] Update to 1.8.4
* update version
* [CPR] Update to 1.9.0
* remove v1.8.4 in cpr.json
* update version
* STB patch no longer needed.
* Replace deprecated dependency lodepng-c.
* Added 'sdl' and 'threads' features.
Libtcod can now be compiled without linking to SDL2.
Problematic threading functions can be disabled, and are disabled by
default.
* Update to 1.21.0.
Change head ref to 'main'.
* Fixup rpath after building dynamic libraries on linux
* Switch back to a single variable VCPKG_FIXUP_ELF_RPATH
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
* Don't force fixup in x64-linux triplet yet
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
* Add support for loongarch64 cpu.
* update ci.baseline.txt
* Revert "update ci.baseline.txt"
This reverts commit 0b3f4851bc.
* Allow user to add additional options for meson within custom triplet.
Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
* Update Ubuntu to 22.04.
* Add libxtst-dev from https://github.com/microsoft/vcpkg/pull/24934
* Add standard prereqs.
* Update some package references for Ubuntu 22.04.
* [cuda] Update to search in /usr/bin as used on Ubuntu 22.04.
* [cudnn] Add where ubuntu 22.04 puts it.
* Add update-nvidia-cudnn calls.
* Update powershell to 7.2.5
* Re-add NCCL installation from CUDA official sources.
* Update pools.
* [folly] update to v2022.07.11.00
* update version
* [proxygen] update to v2022.07.11.00
* update version
* Add License
* update version
* update version
* Update secp256k1 from 2017 to 2022, that added Schnorr Signature on last year.
- Edit CMakeList.txt to target precomputed library.
- Edit libsecp256k1-config.h to undef and define VARS compilation.
- Edit portfile.cmake to download new sources from repository, commit reference 44c2452fd387f7ca604ab42d73746e7d3a44d8a2 (bitcoin-core/secp256k1)
- Edit vcpkg.json to new version portfile
* Update secp256k1 from 2017 to 2022, that added Schnorr Signature on last year
>> vcpkg x-add-version secp256k1
- Update secp256k1.json version
- Update baseline.json version
* Update ports/secp256k1/portfile.cmake
Added JonLiu1993 suggestion. Put PREFER_NINJA to secp256k1/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update ports/secp256k1/vcpkg.json
Added JonLiu1993 suggestion. Put dependencies to secp256k1/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update port-version, REQUIRED to "x-add-version"
>> vcpkg x-add-version secp256k1
* Update port file to secp256k1 identation
* Update vcpkg.json identation
>> vcpkg format-manifest ports/secp256k1/vcpkg.json
* Update x-add-version command
vcpkg x-add-version secp256k1
* [secp256k1 ]Update secp256k1 from 2017 to 2022
* update version
* Add license
* update version
* Update, add features
* version
* fix
* version
* clean port version
* version
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
* add vcpkg-cmake-wrapper.cmake
* update version
* overwrite version
* Include all custom cmake module files
* update version
* update version
* overwrite version
* Fix build failure for cross-compiling
* update port version database
* Fix build failure for windows.
* update port version
* update port version database
* Adjust logic to remove gdk-pixbuf-thumbnailer.
* update port version database
* [gtk] Fix build failure for windows
* update port version database
* ci's down, just force it to rerun.
* Revert "ci's down, just force it to rerun."
This reverts commit 6d1040207f.
* Update gdk-pixbuf.json
* overwrite port version
* update port version database
* Update gdk-pixbuf.json
Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
* [google-cloud-cpp] update to latest release (v2.0.0)
* Disable `channel` and `asset` features on Windows
Protobuf <= 3.19 does not know about the `TRUE` and `DOMAIN` macros on
Windows, so it cannot hide said macros when used as enum values in a
proto file. vcpkg uses protobuf==3.19.4
* Fix formatting
* Fix versions
* Update gRPC to 1.46.3 and upb to 2022-06-01
* fix(upb): Ensure that protoc-gen-upb has been build before running protobuf_generate. Also add license to vcpkg.json
* fix(upb): Let abseil propagate cxx_std_11. Build upb codegen tools in host triplet
* Revert abseil's cxx_std propagation
* fix(upb): Attempt to fix missing -std=c++11 flag when compiling x64-osx
* Downgrade upb to the version used by gRPC. No longer installed generated descriptor.upb.h files just to use them when compiling target triplet
* Remove absl-sync patch from gRPC since it is always enabled by default now
* Use vcpkg's upb library in gRPC instead of embedded one. Also fix gRPC's pkgconfig patch
* grpc: Remove the upb::all_libs target
* grpc: Adjust versions json
* upb: Adjust versions json
* Set feature absl-sync as deprecated
* version
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
## 1.0.0 (2022-07-07)
### Breaking Changes
- Renamed `Version` field to `ApiVersion` and removed the `ServiceVersion` enumeration.
Co-authored-by: Victor Romero <viromer@microsoft.com>