| Age | Commit message (Collapse) | Author |
|
* [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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dev/grdowns/5651
|
|
[apr]Add feature to enable option "APR_INSTALL_PRIVATE_H" to build non-standard files.
|
|
|
|
* update harfbuzz to 2.2.0
* clean up port and fix portfile/patches
* update harfbuzz to 2.3.1
* fix uwp patch
* skip test building
|
|
|
|
|
|
dev/grdowns/5580
|
|
Rather than defaulting to std::experimental::filesystem in files.h a feature
macro can be used to determine what stdfs uses.
|
|
|
|
|
|
[simdjson] Add new port (fix #5418)
|
|
* add nonfree as feature for opencv
* Add nonfree feature; Update version str
|
|
* Update to install CGAL as header-only
I think the issue #2471 would be completely solved, if vcpkg installed CGAL as header-only. That way, the installed `CGALConfig.cmake` would search for its dependencies, instead of hard-coding their path in the file.
* Bump the version
* Fix the cleaning
Once CGAL is header-only, no binary library is created, and the
`debug/` directory got empty.
This commit fixes the cleaning: now the whole `debug/` directory is
removed.
|
|
* Fixes broken dependencies between ITK and VTK
restore a line of ed9357a overrided by aa560f1
fixes #5614
* [itk] Fixes broken dependencies between ITK and VTK
|
|
* [sdl2-gfx] Update to 1.0.4
* [sdl2-mixer] Update to 2.0.4 (#4934)
* [sdl2-image] Update to 2.0.4
* [sdl2-ttf] Update to 2.0.15
* [sdl2-gfx,-image,-ttf] Use vcpkg_extract_source_archive_ex()
|
|
|
|
|
|
|
|
* Microsoft Angle now builds for UWP
* Updates to files
* Fix for Control Flow Guard
* Now fails for OSX and Linux, also includes support for ARM64
* Fix for ARM64-WINDOWS
|
|
Using a patch already integrated upstream.
|
|
|
|
|
|
Add NL to last line in ~/.bashrc file
|
|
In this version we can remove the dependency on gtest for the build. Of
course there are many other changes, but that is the one relevant for
packaging.
|
|
|
|
|