* [fmt] Update to version 10.0.0.
* [fmt] Update portfile.
- Remove dead code. It is no longer necessary to manually move DLLs and
edit CMake configs.
- Use vcpkg_install_copyright.
* [fmt] Update baseline.
* [cachelib] Update to 2023.05.08.00, support fmt 10
* Update to 2023.05.08.00.
* Add patch to support fmt 10.
* Update baseline.
* [spdlog] Add upstream patch for fmt 10.
* Add upstream patch to support fmt 10.
* Update portfile.
* Add usage.
* Update baseline.
* [seacas] Add upstream patch to support fmt 10.0.0.
* Add patch to support fmt 10.0.0.
* Update baseline.
* [coolprop] Update patch to support fmt 10.
* Update patch to support fmt 10.0.0. See CoolProp/CoolProp#2252
* Update baseline.
* [wasmedge] Add patch for fmt 10 support.
* Add patch to support fmt 10
* Update baseline
* add valve source rcon protocal library, depend on asio
* add license
* fix format error
* add version 1.0.0
* add blank line at the end of portfile.cmake and usage file
* execute vcpkg x-add-version --all --overwrite-version to fix error in CI
* change package name to cialloo-rcon
* change version
* Update versions/baseline.json
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
---------
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
Note that this does not change the fact that crashpad is marked as
unsupported, but it makes the build work now with
`--allow-unsupported`.
The build seems to work fine if the default compiler is set to clang, it
does not build with gcc, which is probably why it's marked as
unsupported.
Co-authored-by: Martijn Otto <martijn@resolume.com>
* [msgpack] update version to 6.0.0 and switch to the C++ branch
* update version
* update
* version
* fix cmake config name
* vdb
* fix coolprop
* v db
* add dependencies
* format
* v db
* Update concurrencpp to 0.1.6
* Update CI baseline
* Enable shared builds
https://github.com/David-Haim/concurrencpp/issues/75 has been fixed.
* Update CI baseline
---------
Co-authored-by: chausner <chausner@users.noreply.github.com>
* UWP toolchain fix and update some ports supports expressions for uwp/xbox
* Update baseline
* More ports updated for !xbox
* Update baseline
* Update support expression for ms-gdkx
* Update baseline
* ms-gdkx port should fail on ado system
* Revert change to opengl-registry since its needed for angle on UWP
* Minor github actions cr
* Refresh baseline
* [msgpack] update version to 4.1.3
* update version
* version
* clean and fix license
* clean and fix license
* version
* revert
* revert
* version
* fix ci
* version
* fix coolprop and update version
* update version
* format patch
* version
* hash
* revert patch
* version
* update patch
* version
* add new function
* vdb
---------
Co-authored-by: Monica <v-liumonica@microsoft.com>
* Add new unofficial facebook cachelib port
* fix comments
* versions
* update version database
* update deps & version database
* update deps & version databases
* fix comments
* update version database
* find numa.h and warn when not found
* [catch2] Update to 3.3.2
* [catch2] Update version files
* [catch2] Change version-semver to version
* [catch2] Update version files
* [catch2] Revert version type change
* Update COLMAP version to 3.8
* date
* version
* patch
* f
* format
* f
* c
* c
* f
* d
* d
* d
* f
* revert patch formating
* update version
* n
* n
* f
* f
* f
---------
Co-authored-by: Jonliu1993 <13720414433@163.com>
* [configcat] Update to version 2.0.0
* [configcat] Update to version 2.0.0
* [configcat] Update to version 2.0.0
* [configcat] Update to version 2.0.0
* Update ports/configcat/portfile.cmake
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
* [configcat] Update to version 2.0.0
---------
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
The commit [1] broke consuming curl for downstream projects:
CMake Error at cmake-build-debug/vcpkg_installed/x64-windows-static/share/curl/CURLTargets.cmake:61 (set_target_properties):
The link interface of target "CURL::libcurl" contains:
c-ares::cares
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
[1]: c9eb3bd14e
* c-ares: bump to 1.19 and make it build on uwp.
guard-imported-lib.patch got upstreamed, no longer necessary.
* drogon: disable uwp support.
It depends on c-ares which now supports uwp which means that this port needs
to be explicitly disabled.