| Age | Commit message (Collapse) | Author |
|
Allow setting of a URL so vcpkg can download repositories hosted on GitHub Enterprise
instances. Additionally provides a way to set the authorization token when downloading
private repositories.
|
|
|
|
* [fmt] Changed library linkage to static.
* [fmt] Re-enabled shared build without breaking LTCG toolchains.
|
|
|
|
|
|
[spirv-tools] Add cmake targets
|
|
* [libxml2] Update to 2.9.9
Fix #5177
* [libxml2] Fix static build
* [libxml2] Modernize
* [libxml2] Use vcpkg_from_github
* [libxml2] Get version info from configure.ac
* [libxml2] Install xmlversion.h
* [libxml2] Improve port file
* [libxml2] Move version.h generation into CMakeLists.txt
* [libxml2] Fix misspelled version header
* [libxml2] Add UWP support
|
|
* Update to upstream version 2.8.81
Copy import directory to the share folder, so it can be used by clients.
|
|
|
|
symbols on macOS (#5689)
* use __attribute__((visibility("default"))) for exporting symbols on macOS
* [fontconfig] Bump CONTROL version
|
|
[vcpkg] Fix infinite loop bug on certain filesystem implementations when searching up
|
|
* [portaudio]: fix Linux build
Wrap some Win specific stuff in an if (WIN32)
Fixes #4526
* [portaudio] Bump CONTROL version
|
|
* Update Capstone to v4.0.1-49-ge3d5a594
* Use full SHA hash for ref
* Build Capstone with dynamic runtime
* Update Capstone to 4.0.1-57-g120373dc
* Fix wrong description for osxkernel feature
|
|
[VTK 8.2.0/HDF5 1.10.5] Upgrade VTK and HDF5
|
|
|
|
error. (#5682)
|
|
searching up
|
|
* * [libcds] Update to v2.3.3 (#5274)
* Minimum CMake version is 3.0.2
* Changed software license from BSD to Boost
* Removed '#pragma lib' for Windows build
* Bugfix and minor improvements
* [libcds] Use PATCHES parameter instead of `vcpkg_apply_patches()`
* [libcds] Fix static builds
|
|
* fix find_package for fftw3
* the patch took care of moving the files
* Additional Patch to add Suffix to LibraryDepends
* fixed minsizerel and relwithdebinfo for vs cmake configs
* remove fix for minsizerel and relwithdeb info. Use global cmake mappings of these targets instead!
* added feature packages. unfortunally avx and avx2 create an ICE with Visual Studio 2017 (maybe fixed with 2019?)
* removed sse2 as default (forgot about arm...)
|
|
|
|
|
|
|
|
|
|
HDF5_USE_STATIC_LIBRARIES must be set in static builds so that find_package(HDF5) finds the static hdf5 libraries
|
|
|
|
|
|
|
|
Also now builds dynamic and static libs in dynamic build due to the targets exported by hdf5. (Revert to default hdf5 build behavior)
|
|
|
|
|
|
extra code comments. Maybe the test should actually try to link targets from the package instead of just testing find_package
|
|
|
|
* [darknet/yolo] add draft implementation
* [darknet] use official repo
* [darknet] use stb from vcpkg
* [darknet] Explicit failure on ARM and UWP
|
|
* Add headers to vcpkg_download_distfile
Allows headers to be appended when downloading a distribution. This allows for setting
authentication headers to download from a private repository.
* [scripts,docs] Regenerate docs for portfile functions
* [docs,scripts] Fix typo regressions
* [docs,scripts] Fix broken link
|
|
[realsense2] fix cmake for linux
|
|
* [roaring] Add new port
* [roaring] Add a warning for 32-bit build
|
|
* [physx] Initial port
* [physx] use vcpkg version of cmake if not installed
|
|
* Angle updated to master, UWP fix for Angle
* updated uwp patch
|
|
* [qt5] Fix mac build
* [qt5] Disable parallel build on mac
* [qt5] Fix qmake find on mac
* [qt5] Update find jom for mac
* [qt5] Fix invocation of build command
* [qt5-base] Rebuild packages for #5624
* [harfbuzz] Remove disabled assert (failing due to -Werror)
* [qt5] Bump control version
* [qt5] Disable harfbuzz on mac
* [qt5-base] Disable harfbuzz on mac
|
|
|
|
|
|
* Add nuget to vcpkg_find_acquire_program
* Add niget to list of programs one can download
|
|
* [tiff] use vcpkg wrapper for all configs, remove dead code
* [tiff] update CONTROL
|
|
|
|
|
|
* Replicating generation command in Linux format
Current port only support Windows. Replicating the commands that generate "std.jsonnet.h" for a Linux build. New command is closer to the original at https://github.com/google/jsonnet/blob/master/Makefile#L162
* [jsonnet] bump control version to force rebuild on update
|
|
|
|
|
|
* Update libzip to 1.5.2
* Remove reference to patch in portfile
* Add patch to fix compilation on windows
* Prefer ninja and fix indentation
|
|
Use feature macro and VC++ compiler version macro to check for support of filesystem
|