* [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
* [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>
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
* 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>
* [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
* [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>
* [mongoose] update to 7.1
* update version
* update suggested change
* update version
* delete Repeated version
* delete repeated version
* update version
* 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>
* [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>
* 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>
* 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.
* [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>
* [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.
* [brotli] add iOS support
This commit adds support for iOS by modifying the CMakeLists.txt
file to specify the BUNDLE DESTINATION parameter during install,
which is required for iOS builds.
* [brotli] update control file
* [brotli] update versions
* Added Hazelcast C++ client (https://github.com/hazelcast/hazelcast-cpp-client) port for Hazelcast in-memory database.
* Fixed the patch (The generated cmake files destination is corrected.)
* Updated the patch. see https://github.com/hazelcast/hazelcast-cpp-client/pull/812
* Disable uwp support.
* Added the missing version file for hazelcast-cpp-client.
* [hazelcast-cpp-client] Avoid checking in large patch file
* Format vcpkg.json
* Updated the version for the latest commit using the command `./vcpkg x-add-version --overwrite-version hazelcast-cpp-client`.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
* [amqpcpp] update to 4.3.11
* update version
* add vcpkg.json
* update version
* update amqpcpp.json
* update version
* format manifest
* update version
* Updated SEAL's version to the latest.
* Updated version number in ports/seal/CONTROL.
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
* [functions-framework-cpp] update to latest release (v0.4.0)
* Apply patch for MSVC, fixing upstream right now
* I was wondering if this would need a new version
* Delete port version
* direcxtsdk port updated to use MS Downloads
* update version history
* Update ports/directxsdk/portfile.cmake
Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
* update version record
* Minor filename change
* Update version hash
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
* [continuable] add a new port
* todo: create a patch for `find_package(function2)`
* [continuable] add patch to edit cmakelists
* [continuable] add port SHA
* [continuable] minimize patch
* update port SHA
* [quill] Uncomment QUILL_FMT_EXTERNAL macro
As we build using the vcpkg FMT port instead of the one bundled in Quill, this macro needs to be defined.
* [quill] Update version files
* [quill] Use vcpkg_replace_string
* [quill] Update version files
Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
* activated libraries generic_128 and ryu_printf
* updated version for ryu
* Fixed port version
* updated port version info for ryu
* removed generic_128 again, because it doesn't build under Windows
* updated version info
* - replaced CONTROL file with manifest file
- corrected version string and port version
* updated versions with "vcpkg x-add-version ryu"
* corrected formatting of ryu manifest file
* ran vcpkg --x-add-version again
* [azure-storage-common-cpp] Update to 12.0.0-beta.8
* [azure-storage-blobs-cpp] Update to 12.0.0-beta.8
* [azure-storage-files-datalake-cpp] Update to 12.0.0-beta.8
* [azure-storage-files-shares-cpp] Update to 12.0.0-beta.8
* [freerdp] Fix include path
* [freerdp] update port version
* [freerdp] Partial revert of remove include fixup
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [restc-cpp] new port
* Updated port's version-string
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [restc-cpp] added port version
* [restc-cpp] new port
* Updated port's version-string
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [restc-cpp] added port version
* [restc_cpp] updated MSVC CRT linkage
* [restc-cpp] reformated vcpkg.json
* [restc-cpp] updated port's version
* [restc-cpp] excluded dependency on cmake external projects
* [restc-cpp] updated version hash
* [rest-cpp] Remove changes about CRT linkage
* update version record
* Update ports/restc-cpp/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [restc-cpp] added an error message for mutual exclusive logging features
* [restc-cpp] updated port version
* Updated ports/restc-cpp/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/restc-cpp/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Updated ports/restc-cpp/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [restc-cpp] updated port version
* [restc-cpp] version file has to declare version as 'version-semver'
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [libvpx] Fix arm-uwp builds for v142 toolset
This adds better support for targeting UWP as well as ARM/ARM64 for
regular Windows Desktop with the v142 toolset. Without this change,
arm-uwp fails to build with v142. For v141 and earlier, the old
behavior remains unchanged.
* [libvpx] Fix Linux and macOS builds
* [libvpx] updated version record
* [libvpx] updated version record
* [shaderc] Use build type to build targets
* update version record
* Update ports/shaderc/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/shaderc/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* refresh version record
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update dxut port, added effects11 port
* DXUT does not support UWP
* Fixed FX11 CMake to support UWP
* DXUT supports arm64 desktop
* Update baseline
* Now that these build with CMake, no need to exclude staticcrt
* rev'd port version
* Fix versions
* Update versions/d-/dxut.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update versions/e-/effects11.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/dxut/vcpkg.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>
* Update versions/d-/dxut.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update versions/e-/effects11.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>
* Update ports/effects11/vcpkg.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Updated version hash
* Fixed format complaint
* Fixed baseline
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* add port workflow
* format manifest
* add versions
* add versions for all
* ignore arm_uwp and x64_uwp
* merge two portfile
* Revert "add versions for all"
This reverts commit 3806e22a7d.
* delete unnecessary line
* update versions
Fixed issue when necessary header file was not installed that leaded to this error:
`\vcpkg\installed\x64-windows-static\include\wx\platform.h(160,10): fatal error C1083: Cannot open include file: 'wx/setup.h': No such file or directory`
Also fixed string replace enumeration to include only *.h files because otherwise for some reason *.cur file was messed up.
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
* added a port for the fast_float library
* Updated fast_float to version 0.8.0
* Added version files for fast-float
* Added newline at end of file
* Updated git-tree entry after change
* Fixed line endings
* Updated tree after change
* ran vcpkg x-add-version --all to fix versions for log4cpp, which were broken for some reason.
* Update DirectX SDK port
* Minor code review
* Format vcpkg.json
* Update versions
* Update ports/directxsdk/vcpkg.json
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
* Update baseline
* [directxsdk] Disable all supported platforms
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [libigl] Always build as header-only library
* [libigl] Always build header-only
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [libftdi1] update to 1.5 (#15917)
* [libftdi1] fixed outdated version file (#15917)
* [libftdi1] Switched to using option instead of patch to disable ftdi_eeprom (#15917)
* [libftdi1] updated version file (#15917)
* [libftdi1] Change version scheme
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [ffmpeg] avfilter: fix library ordering on linux and fix feature dependencies
* [ffmpeg] bump port version
* [ffmpeg] add OpenGL, Foundation, CoreGraphics, AppKit and CoreImage for osx (needed for avfilter)
* [ffmpeg] update git-tree
* [ffmpeg] restrict new osx dependencies to avfilter feature
* [ffmpeg] update git-tree
* [ffmpeg] remove avfilter dependencies
Note this exposes a bug in upstream, will need fix in ffmpeg configure script itself.
* [ffmpeg] improve macos framework dependencies
* [ffmpeg] update git-tree
* [ffmpeg] patch for filter dependencies in configure script
* [ffmpeg] update git-tree
* [ffmpeg] apple framework fix: securetransport is part of avformat and not avdevice
* [ffmpeg] update git-tree
* [discreture] Add new port
* Remove unused options
* Replace hardcoded port name with cmake variable
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Adding version file to fix windows-x86 build failure
* Add usage file to point to the correct header file at the end of the installation
* Update port version SHA after vcpkg x-add-version discreture
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [ngspice] Update to release 34
* [ngspice] update x-add-version
* Remove cppduals folder from being installed into /include
* Update the x-add-version
* [sdl2] Fix vulkan feature dependencies
SDL2 ships with its own copy of required Vulkan headers, so the `vulkan` port dependency here is unneeded (and unused).
* Run x-add-version sdl2
* Update port for azure-storage-files-shares-cpp
* Remove comment headers
* Update version SHA
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
* Update port for azure-identity-cpp
* Update port version SHA
* Remove comment header from CONTROL file
* Remove comment header from portfile.cmake file
* Update port version SHA once again
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
* Update port for azure-storage-common-cpp
* Update port for azure-storage-blobs-cpp
* Update port for azure-storage-files-datalake-cpp
* Update port version SHAs
* Remove comment header from CONTROL files
* Remove comment header from portfile.cmake files
* Update port version SHAs once again
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
* [armadillo] Update to 10.2.0 and also update the repository
* Update versions
* Remove NO_REMOVE_ONE_LEVEL and update patches
* Update versions/a-/armadillo.json
* [physx] Use /Z7 instead of /Zi to integrate the debug message when building static
* update version record
* [physx] Add homepage
* update version record
* [physx] Re-fix flags, using toolchain set
* update version record
* [date] Fix vcpkg_fixup_cmake_targets for mingw
* [vcpkg baseline] Update date port-version
* [date] Tweak Windows detection
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
* [vcpkg baseline] Update date port-version again
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
* Update port for azure-core-cpp
* Update port version SHA
* Apply suggestions from code review
Remove comment headers from port files
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update port version SHA once again
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Cherry picked WiP (Update to arrow-2.0.0)
* Point to arrow-3.0.0 files
* Add missing re2 dependency.
Sort dependency list alphabetically.
* Configure ARROW_SNAPPY_USE_SHARED
* Configure ARROW_THRIFT_USE_SHARED
* Spaces vs tabs.
* Fix Thrift and Lz4 library finding logic.
* Fix debug arrow (shared) linking against release snappy.
Tell CI x86 is not supported.
* Fix debug arrow (shared) linking against release snappy (for real this time).
* Fix linux build not finding Lz4.
* Fix thrift finding on Linux (was pointing to an intermediate dir)
* Try to fix macOS 10.x build.
* Update port_versions.
* update version
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
* [vcpkg] Miscellaneous internal improvements extracted from #15424
* [vcpkg] CR comments
* [armadillo] Use vcpkg_from_git() to workaround gitlab missing archive
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* Added armv7-a to allowed architectures for Android 32 bit arm builds
Closes#15820
* Fixed typo
* Bumped port version to 7
* Updated libffi version files
* [pugixml] Update to 1.11.4
* update version
* Update ci.baseline.txt
Add paraview:x64-linux=fail
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
* [ffmpeg] use nasm instead of yasm
* [ffmpeg] bump port version
* [ffmpeg] remove old yasm path reference
* update baseline
* [ffmpeg] fall back to yasm on x86
* [ffmpeg] add comment in portfile about issue with ffmpeg nasm build for future reference
* [ffmpeg] update git-tree
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
* [nsync] create a new port
* [nsync] support system name WindowsStore
* [nsync] use "version" instead of "version-string"
* [nsync] add version JSON
* Update ports/nsync/portfile.cmake
* [nsync] apply PR feedback
* [nsync] update SHA of port
* [nsync] extract vcpkg_replace_string to patch
* update version SHA
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [magnum,magnum-plugins] Add vulkan and shaderconverter features
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum,-plugins] Add warning for features unavailable in non-head version
Signed-off-by: Squareys <squareys@googlemail.com>
* update version record
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
* pass additional link flags to b2
* configure boost-locale for android
* build libiconv for android
* Bump port version
* bump port version
* Update CONTROL
* new_ci_checks and versions
* add versions again
* fix pr review
* fix pr review. version
* bump versions
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
* [dav1d] Add dav1d AV1 decoder port
* Remove unnecessary port-version
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Bump dav1d to 0.8.1
* Skip dav1d x86 due to infinite link
* Add dav1d port version
* Apply dav1d code review
* Reset dav1d version
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [ms-gltf] create a new port
* [ms-gltf] install with CMAKE_INSTALL_PREFIX
* add a patch to change install path style
* [ms-gltf] enable iOS/UWP & support features
* feature: support tests/samples to help debugging in buildtrees
* triplet: ios/uwp are now available
* [ms-gltf] disable Ninja for Windows
* [ms-gltf] format the manifest json
* [ms-gltf] update expected failures
* x64-linux
* [ms-gltf] format the manifest json
* [ms-gltf] update comments
* [ms-gltf] make "test" default feature
* [ms-gltf] add version JSON
* Address the review suggestions
* vcpkg x-add-version ms-gltf
* [ms-gltf] fix 'x64-osx' triplet 'samples' feature
* [ms-gltf] update git-tree of port
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
* [harfbuzz] Use meson
* [harfbuzz] Add config file for CMake
* [harfbuzz,pango] Remove glib option for harfbuzz
* [libass,libmupdf,qt5-base,skia] Fix for harfbuzz
* Back out meson edit already applied in https://github.com/microsoft/vcpkg/pull/15258
* [harfbuzz] Fixup pkgconfig
* [libass] Bump port version
* Revert "[libass,libmupdf,qt5-base,skia] Fix for harfbuzz"
This reverts commit 3ba27c6c1c.
* [harfbuzz] Update to 2.7.4
* update baseline record
* Restore glib feature for harfbuzz and remove vagrant change
* Update port version
* Change over to manifests
* Update port version
Co-authored-by: Ebrahim Byagowi <ebrahim@gnu.org>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
* Fixed macos build
Fixed missing libiconv library on osx build
* [libxslt] Bump version
* update version record
* update baseline
* [libxslt] Add Support field.
* update version record
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
* Added GameNetworkingSockets port
* Fixing requested changes in PR
* added `vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)`
* added missing trailing newline
* removed all entries in ci.baseline.txt
Adding license field in manifest
Updated library version
* Formating manifest
* Fixing platform supports in manifest
* Refactor to OpenSSL only crypto backend
* Fixing format
* Adding version
Co-authored-by: Andrew Simpson <andy@aiusepsi.co.uk>
* [ceres] Mark all dependencies REQUIRED
* [suitesparse] Fix FindCXSparse.cmake
* [ceres] Add version to db
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [tesseract] add missing reference for downstream projects
* [tesseract] restore ci, fix many regressions that are uncovered by that
* Update ports/opencv2/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [opencv] fix regressions on uwp, accept failure on arm64 for now
* Apply suggestions from code review
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [opencv4] allow failures on all arm windows targets, both win32 and uwp
* [OpenCV] update to v4.5, draft
* Restore CI tests on arm architectures, they will have to work!
* adopts hints from #15180
* [libarchive] bump control version
* [libarchive] use vcpkg-cmake-wrapper instead of a custom libarchiveConfig, since it is vcpkg-provided and not port-provided
* enable features to be visible in parent scope
* apply documentation fix from CI
* [libarchive] remove unnecessary lines in portfile
* update patches
* restore ci tests for all opencv4 configs
* add port versions to baseline
* [OpenCV contrib] fix glog integration
* [OpenCV4] fix target processor detection
* update version refs
* [OpenCV3] fix target processor detection
* fix also ocv3
* remove vtk feature from opencv-ci testing
* remove qt5-tools from baseline, it works locally
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [darknet] update to latest version
* update version refs
* [darknet] update to latest version
* update version refs
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
* [poppler] Disable clang-format check
* Update port_version check
* Add CLANG program
* Add clang-format program
* Update clang-format and add it to azure-pipelines/linux/provision-image.sh
* Update ports/poppler/portfile.cmake
* Revert the changes for clang-format