* Do not use pkg-config for finding OpenSSL
Do not use libuv when building for Emscripten
(cherry picked from commit f541d3265a00f31a91a56ed25096a0ad476fd2a9)
* Remove redundant flag
* Update versions
* Update versions
* Fix patch
* Update versions
Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com>
* [gherkin-c] Fix UNIX build, fix install path
* version
* manifest
* version
* should be a `-` not an `_`
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* Remove the beta release of the azure-security-keyvault-common-cpp as it
is no longer necessary.
* revert delete operator, set this port as depreciate
* format, version
* Update versions/a-/azure-security-keyvault-common-cpp.json
* Revert "Update versions/a-/azure-security-keyvault-common-cpp.json"
This reverts commit 8b9e666f8e.
* Revert "format, version"
This reverts commit bb7d882f12.
* Revert "revert delete operator, set this port as depreciate"
This reverts commit 8916a559d6.
* Add back the old versions file for keyvault-common.
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Adding tracy port
* Formatting tracy port
* Tidying up the port
* Formatting again
* Making sure git-tree is correct
* Adding correct vcpkg dependencies
* Newline at file end again
* Update version database
* Making sure to mark tracy as not supporting x86 at all
* Updating version again
* Responding to feedback and double checking which builds will work
* Updating versions
* Tidying up some loose ends
* Updating port version again
* Removing port-version 1
* Removing tracy from ci baseline
* Removing unnecessary include copy
* Updating version
* Resolving feedback
* Updating version and formatting
* Version for the version god
* tweaking tracy supports
* Formatting and version
* Version
* Adding pthreads dependency to tracy for non-windows platforms
* Version
* Fixing tracy port
* Fixing version
* TRACY_IMPORTS should be an INTERFACE define
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* Update HTTP to HTTPS links where it can be done safely.
This means that the HTTP-based link gave a 200 response with identical
content to the HTTPS version of the link. For links containing
variables, we checked the interpolated (real) link.
* Bump relevant vcpkg.json versions.
* Use version-date for cello.
* update version
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
The `uuid/uuid.h` header conflicts with system libraries on osx; some system headers include `<uuid/uuid.h>`, intending to get the macOS system headers.
* fix-find_ncclConfig.cmake
* update version
* change port-version
* update version
* update version
* update version
* update port version
* update version
Co-authored-by: Frank-Xie <Frank-Xie@Email.com>
* z_vcpkg_get_cmake_vars(): Use build-type-specific cache variable
if VCPKG_BUILD_TYPE is defined
Some ports (e.g. gettext) execute debug and release builds manually
(with different options). If a globally cached copy of cmake vars file
is used, the second build type has no cmake vars defined (e.g. CFLAGS is empty)
because generated and globally cached cmake vars file includes only cmake vars
for the first build type
* Apply suggestions from code review
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>