aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-08[libguarded] Correct hashJackBoosY
2020-01-08Update baseline to fix osx failureJackBoosY
2020-01-08Update baseline (#9579)Phoebe
2020-01-07[openimageio] Fix find dependency ffmpeg[avresample]JackBoosY
2020-01-06[curl] Disable export of Curl::curl targets when building 'tool' feature (#8973)Phoebe
* [curl]Disable export Curl::curl targets when build tool feature * Update patch
2020-01-06[glib] Install msvc_recommended_pragmas.h to <vcpkg>/installed/include (#9054)Lily
2020-01-06[liblzma] Fix issue that exports incorrect definition (#9192)Phoebe
2020-01-06[libaaplus] Add new port (#9194)Matioupi
* Added port for AA+ library (astronomical algorithms) * fix PR #9194 for static builds * Additionnal PR #9194 fixes following JackBoosY comments * [libaaplus] Fix export cmake, add feature tools Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-01-06[otl] Fix header file name and version number (#9107)Lily
2020-01-06[libb2] Add new port (#8518)NancyLi1013
* [libb2] Add new port * Update * Update ci.baseline.txt
2020-01-06[tfhe] Add new port (#8386)NancyLi1013
* [tfhe] Add new port * Add the message for not support OSX * Update message and ci.baseline.txt
2020-01-06[qpid-proton] Update to qpid-proton 0.29.0 (#8122)Andrew Stitcher
* [qpid-proton] Update to qpid-proton 0.29.0 - Simplify build - Remove unneeded installed files * [qpid-proton] Address review comments Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-01-06[yas] Initial port (#8891)Rémy Tassoux
* [yas] Initial port * [yas] vcpkg conformance fixes * [yas] Fix wrong license * [yas] Remove unused license file
2020-01-06[fmt] Disable warning C4189 on Visual Studio 2015 (#9121)Lily
2020-01-06[bullet3] Install CMake toolchain files and targets (#9098)Stephen Just
* [bullet3] Install CMake toolchain files and targets * Use vcpkg_fixup_cmake_targets * Bump version number
2020-01-06[libiconv] Make built libraries relocatable (#9229)Hleb Valoshka
This is required to build libintl (gettext) with iconv support (see #8484). Also updated to the latest version 1.16.
2020-01-06[many ports] Add mirror (#9123)NancyLi1013
2020-01-06[libmagic] Add new port (#8650)NancyLi1013
* [libmagic] Add new port * Update * Add debug build * Rebuild * Update source address * Update ci.baseline.txt
2020-01-06update baselinedan-shaw
2020-01-06[hdf5] Fix static builds when building dynamic builds (#9043)Jack·Boos·Yu
* [hdf5]Fix static builds when building dynamic builds. * [hdf5]Remove duplicate code, fix zlib library name. * [hdf5]Adapt links to different link types of szip. * [hdf5] Fix hdf5-config.cmake.in
2020-01-06[nanovg] Add dependency port stb (#8813)Jack·Boos·Yu
* [nanovg]Add depends port stb. Do not install stb headers. * [nanovg] Remove stb files from source to ensure the vcpkg-packaged copies are preferred. * [nanovg]Disable build with uwp. Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-01-06[cgl] Fix cgl cannot be found (#8807)NancyLi1013
2020-01-06[freeimage libraw] Fix case issue on Linux (#8707)Phoebe
* [freeimage libraw] fix build issue on linux * Update the changes
2020-01-06[nethost] Adding a port for nethost (#8701)Tanner Gooding
* Adding a port for nethost * Fixing ref, removing unneeded include, and marking unsupported architectures for nethost * Fixing the expected sha512 for nethost * Setting nethost to fail on static and uwp * Removing an unecessary file(REMOVE_RECURSE) from nethost * update baseline * [nethost] Update to latest from dotnet/runtime * [vcpkg-baseline] Update baseline for nethost * [vcpkg-baseline] Update baseline for nethost Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-01-06[xsimd][xtensor][xtl] Update to lastest (#9158)myd7349
* [xsimd][xtensor][xtl] Update to lastest * [xtensor-io] Disable parallel config * [xsimd][xtensor][xtensor-blas][xtensor-io][xtl] Update to 2019-12-06 * [xsimd][xtensor-blas][xtensor][xtl] Update to lastest * [xsimd][xtensor-blas][xtensor-io][xtensor][xtl] Update to lastest
2020-01-06[pdal] fix static build (#9308)Jack·Boos·Yu
* [pdal] fix static build * update baseline * [pdal] Re-fix find dependency geos * [padl] Find library geos_c/libgeos_c instead of library geos/libgeos * [pdal] Fix dependency boost * update baseline
2020-01-06[libevent] Fix include headers fails on x64-windows, using CMAKE (#9292)Alvin
* [libevent] Fix include headers fails on x64-windows, using CMAKE * [libevent] Fix conflicting file portfile.cmake * [libevent] Update the CONTROL version Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-01-06[qt5-base] Fix Qt5 linux build and be a bit less flaky in CI (#9260)Alexander Neumann
* Fix static qt5 builds and ignore system qmake closes #9234 and #9239 * fix angle conflict and icu dependency * add egl-registry as a dependency * remove space * adding spaces resolved the problem * move files only if they exist * Update the Wrapper to use the Postgres target fixes some observed linkage issues * update baseline * add fontconfig on linux so CI is less flaky in a full rebuild * fix linkage dependent qt5-imageformats libs * Fix Wrapper for Linux and add other platform libs to Qt5::Core * fix plugin properties in cmake files * fix cmake files. * fix missing plugin qminimal deployment into tools dir * change wrapper slightly * UNIX also means APPLE so it needs to be excluded * fix the static windows build * mark the parts of fixcmake which require further work to work with single configuration builds * Update ci.baseline.txt make qt5-tools pass for CI testing * fix last regression * break auto fontconfig in configure script to fix qt5-tools * update baseline * enable verbose to debug ci * try to help it instead of breaking it * completly link icu * try to fix fontconfig configure * fix configure call. cannot be called with a list! * remove invalid line from patch * force icu and reduce the required icu libs according to the configure script * fix icu linkage * add more icu dependencies and names for windows * add more icu libs. Seems like all are needed * fix typo * print icu libs in debug * check releasenames * try again * change link order * add icu to wrapper * fix typo * patch icu configure for static windows builds * add other icu libraries to the icu patch * fix icu in x64-windows-static * update baseline. VTK builds in local WSL so it should work in CI * update VTK control to force rebuild * remove qt5-tools=pass from baseline * remove qcustomplot:x64-linux=fail from baseline Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-01-06[sdl1] Add build support for ARM64 Windows 10 (#9301)Tatsuro Shibamura
* [sdl1] Add build support for ARM64 Windows 10 * update baseline * [sdl1] update version info * update baseline * Revert 5f71592f54eeb508a7a64f3bf3d4a770719029b8 Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-01-06[devil] fix OpenEXR not found (#9341)LaurensVoerman
* [devil] fix OpenEXR not found * [devil] fix linux build setting OPENEXR_DLL in CMakeLists.txt
2020-01-06[grpc] Upgrade to gRPC-1.26.0 (#9363)Carlos O'Ryan
* WIP - Upgrade gRPC to 1.26.0 * Updated patch 00001 * Update 00002 patch. * Update 00003 * Update 00005 * Remove 00007 patch. * Really fix patch 00005 * Use CRLF for patches as before :shrug:
2020-01-06[basisu] update from upstream repository, add support for pvrtc2 (#9425)Bradley Austin Davis
* [basisu] update from upstream repository, add support for pvrtc2 * [basisu] tweaks to portfile
2020-01-06[sdl2pp] Fix find dependencies (#9428)Jack·Boos·Yu
* [sdl2pp] Fix find dependencies * [sdl2pp] Re-fix dependencies
2020-01-06[parallelstl] Update to latest version and fix find_package unable to find ↵NancyLi1013
ParallelSTLConfig.cmake (#9443) * [parallelstl] Fix find_package unable to find ParallelSTLConfig.cmake * Add stdlib headers
2020-01-06[blend2d] Port update beta_2019-12-27 (#9448)ZeeWanderer
- Blend2D updated to beta_2019-12-27 - local Asmjit updated to 2019-12-27
2020-01-06[cpp-httplib] Update library to 0.5.1 (#9480)Leonid Pospelov
[cpp-httplib] Update library to 0.5.1
2020-01-06[simdjson] Update library (#9484)Leonid Pospelov
2020-01-06[akali] Add new port (#9499)winsoft666
* Add: set(VCPKG_PLATFORM_TOOLSET v140) * add ppxbase and ppxnet. * nice, ppxbase and ppxnet can install successful. * update to v1.7 * + add duilib2 - update ppxbase, ppxnet. * set VCPKG_PLATFORM_TOOLSET to vc141. duilib2/ppxbase/ppxnet port. * library version. * duilib2, ppxbase version. * duilib2 version * update duilib2/ppxbase version. * update duilib2 code version. * update ppxbase version. update duilib2 version. * update ppxbase/duilib2 cmake config. * duilib2 version. * ppxbase version. * + add akali library. * update ports script. * ports update. * add akali * remove duilib2/ppxnet * revert * update akali version. * update akali version. * Update portfile.cmake * Update portfile.cmake
2020-01-06[magic-enum] Update to v0.6.4 (#9502)Daniil Goncharov
2020-01-06[check/gettimeofday] Move static libraries to manual-link. (#9510)Jack·Boos·Yu
2020-01-06[wpilib] update to 2020.1.1 (#9513)Thad House
2020-01-06[parallel-hashmap] Update to 1.30 (#9519)Gregory Popovitch
* update parallel_hashmap version * Update portfile.cmake * Update CONTROL * Update portfile.cmake for parallel_hashmap * bump parallel-hashmap to latest github release
2020-01-06[box2d] Update to 2019-12-31 (#9529)Phoebe
* [box2d] Update to 2019-12-31 * Udpate ci baseline file * Update ci baseline file
2020-01-06[uwebsockets] Update to 0.17.0 alpha 4 (#9535)NancyLi1013
2020-01-06[tabulate] Add new port (#9543)myd7349
* [tabulate] Add new port * [tabulate] Update to 2019-01-06 to fix known issues
2020-01-06[jsoncons] Update to 0.143.1 (#9547)Daniel Parker
* [jsoncons] Update to 0.143.1 * Updated portfile.cmake LICENSE line
2020-01-06[libfreenect2] add opengl and opencl features (#9551)Wingkou Loeng
* add opengl, opencl and cuda features for libfreenect2 * remove cuda feature
2020-01-06[glibmm] Fix build error on Linux (#9562)NancyLi1013
2020-01-05[openimageio] Add dependency pybind11JackBoosY
2020-01-02[freetype] use config and the correct alias (#9311)B4rtware
* use config and the correct alias @Neumann-A figured out that `add_library(Freetype::Freetype ALIAS freetype)` is defined so instead of Freetype::Freetype use freetype. @qis Also pointed out that freetype uses a cmake config file. Thats why CONFIG parameter is required. * remove usage * bump version to 2.10.1-2 * remove faulty line after usage deletion