* fix LLVM target-all feature
* [halide] bump Halide to version 10.0.0
* Use empty package policy to allow plugins to be located in lib.
This is following the recommendations in a conversation I had
with Robert Schumacher on the #vcpkg CppLang Slack channel.
This recommendation was derived from the fact that "cmake
defaults module DLLs into the lib folder, which makes vcpkg's
current policy very inconvenient for authors" and that I do not
plan to enable build systems other than CMake.
* [halide] skip x86-windows due to MSVC bug
* [halide] restore x64-windows-static fail status
* add usage file to Halide
* Update CONTROL version
* Remove '!emscripten` from ports/halide/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [libtheora] remove FindOGG.cmake since ogg port already provides a cmake config
* [libtheora] OGG -> Ogg to match config (fixes x64-linux build on case sensitive file systems)
* [libtheora] add config file and install it
* [libtheora] bump port version
* [libtheora] remove include and add missing target_link_libraries instead
* [libtheora] use target_include_directories to set build and install interface include folders
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [sqlcipher] New port
* Reformatted.
* Update vcpkg.json
* Update ports/sqlcipher/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Removed from baseline, because flagged in vcpkg.json.
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* Fixed port of mongo-c-driver/mongo-cxx-driver for android
* mongo-c-driver - Default value of ENABLE_SHM_COUNTERS is AUTO
* Use vcpkg provided variable VCPKG_TARGET_IS_ANDROID to detect android
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Increased port-version of mongo-c-driver
* Increased port-version of mongo-cxx-driver
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* libpng[apng] - add msys installation to use awk, which fixes the apng prefix problem
* [libpng] Update CONTROL version
* Fix incorrect args to vcpkg_acquire_msys
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
* [openssl] Update to 1.1.1h
* Update ports/openssl-unix/CONTROL
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
* Update ports/openssl-uwp/CONTROL
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
* Update ports/openssl-windows/CONTROL
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
* [directxtex] Use CMake build system and add OpenEXR support
Use the provided CMake file instead of the VS solutions to build the library, as recommended in the vcpkg maintainer guide.
Also add the openexr feature to enable OpenEXR in the library and its tools.
https://github.com/Microsoft/DirectXTex/wiki/Adding-OpenEXR
* [directxtex] Fix build failure on ARM and UWP
* [directxtex] Use vcpkg_copy_tools
* [directxtex] Add win7 feature
DirectXTex can be build without DirectX12 to support Windows 7 Service Pack 1 or later platforms, so I added this as a feature.
* [directxtex] Replace win7 with dx12 feature
* [directxrex] Shorten patch file
* [directxtex] Fix wrong port version
* [directxtex] Use ninja
* [directxtk12] Use CMake build system
Use the provided CMake file instead of the VS solutions to build the library, as recommended in the maintainer guidelines.
* [directxtk12] Fix wrong port version
* [directxtk12] Use ninja
* [icu] Update automake dependency 1.15 -> 1.16
automake 1.15 is not available through msys anymore; automake 1.16 is the oldest available version.
* [icu] Update CONTROL version
Co-authored-by: LilyWangL <wangli28@beyondsoft.com>
* [vcpkg] Add optional 'Homepage' field to CONTROL
[control file] Add optional 'Homepage' tag
This allows a 'Homepage' tag to be added to a port.
* Update ports/lest/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* ask for amalgamation build on windows to avoid linker errors due to long command line
* bump port-version on botan
* made the amalgamation build user-selectable via feature-flags
* [opencl] fix crt linkage
* [opencl] bump port version
* [opencl] minor simplification in portfile
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
* [vcpkg] Split vcpkg/base/json.h into vcpkg/base/jsonreader.h
* [vcpkg] Extract definitions of Configuration-Deserializer (& friends)
These types are only used by VcpkgPaths during the initial parse.
* [vcpkg] Introduce levenshtein-distance suggestions for json errors
* [vcpkg] Fix regression in supports handling
* [vcpkg] Fix signed/unsigned mismatch
* [vcpkg] Address CR comments
* [vcpkg] Address CR comments
* Fix compiler error from merge conflict.
* [vcpkg] Change parameters of Reader::check_for_unexpected_fields to better match declaration
* [vcpkg] Improve errors from features set
* [vcpkg] Fix includes
* [vcpkg] Reuse code
* [vcpkg] Check the "name" field always to maximize error information
* [docs] Improve english phrasing in manifests.md
* [vcpkg] Correct docs link for manifests
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>