aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-13[bullet3] Update to 2.89 (#9663)SeekingMeaning
2020-01-10[cgicc]Fix usage error:lnk2019. (#8558)Jack·Boos·Yu
* [cgicc]Fix usage error:lnk2019. * [cgicc]Fix static build. * [cgicc]Modify precompiled macro judgments based on library linkage.
2020-01-10[libevhtp] Add new port (#8678)NancyLi1013
* [libevhtp] Add new port * Add homepage * Update ci.baseline.txt
2020-01-10[libwandio] Add new port (#8683)NancyLi1013
* [libwandio] Add new port * Update ci.baseline.txt
2020-01-10[openmvg]Fix path in openmvg-config.cmake. (#8824)Jack·Boos·Yu
* [openmvg]Fix path in openmvg-config.cmake. * [openmvg]Revert changes about windows share library extensions.
2020-01-10[caf] Update to 0.17.2 (#8888)Jack·Boos·Yu
* [caf]Upgrade to 0.17.2 * update baseline
2020-01-10[ismrmrd]Upgrade to 1.4.1 (#8880)Jack·Boos·Yu
2020-01-10[libplist] Update to 1.2.137 (#8936)Phoebe
* [libplist] Upgrade to 1.2.137 * Update CMakeLists.txt * [libplist] Update build status Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-01-10[vtk] fix VTKConfig.cmake path (#9219)Alvin
* [vtk] fix VTKConfig.cmake path * [vtk] Update the CONTROL version
2020-01-10[realsense2] update to 2.30 (#9220)Alvin
* [realsense2] update to 2.30 * [realsense2] Delete deprecated functions, change the REF to commit id
2020-01-10[netcdf-c] Update to 4.7.3 and switched to use targets to generate valid ↵Alexander Neumann
targets (#9361) * fix netcdf configure errors and generated targets * remove target_path since cmake searches in name* * bump control * netcdf update to 4.7.3 and use targets instead of libraries in cmake * remove config from the zlib find_dependency call because there is no config. The target is supplied by a cmake module itself * move usage of hdf5 target to an further up in the cmakelists.txt and use config also on linux * fix dynamic builds * remove code from portfile * remove commenting from patch and simply delete the lines
2020-01-10[azure-kinect-sensor-sdk] Remove feature test and fix static build in ↵Jack·Boos·Yu
Windows (#9458) * [azure-kinect-sensor] Remove feature test and fix static build in Windows * [azure-kinect-sensor-sdk] Re-fix components install path using patch * [azure-kinect-sensor-sdk] Remove bin debug/bin in static build * update baseline
2020-01-10[ixwebsocket] update to 7.6.3 (#9397)Benjamin Sergeant
* [ixwebsocket] update to 7.6.3 * address CR feedback * fix version and bump number * add homepage * fix version
2020-01-10[HDF5] Correct SZIP linkage, modernize portfile (#9413)Alexander Neumann
* [HDF5] Correct SZIP linkage, modernize portfile and make szip and zlib features instead of hard dependencies. * fix the features variable
2020-01-10[otl] Update to version 4.0.451 (#9552)Wolfgang Stöggl
2020-01-10[openmvs] Update to 1.0.1 (#9563)cDc
* [openmvs] update * fix windows static * fix x86 windows * Update CONTROL
2020-01-10[google-cloud-cpp] Upgrade to v0.17.0 (#9576)Carlos O'Ryan
* [google-cloud-cpp] Upgrade to v0.17.0 * Fix the x86-windows build.
2020-01-10[openal-soft] Update OpenAL Soft to 1.20.0 (#9583)David Katz
* Update OpenAL Soft to 1.20.0 * Update OpenAL Soft portfile to newer standard
2020-01-10[curl] Update to 7.68.0 (#9589)Kevin Lu
* Bump version * fix UWP patch
2020-01-10[graphicsmagick] Updated to GraphicsMagick-1.3.34 (#9596)Josue Andrade Gomes
* Updated to GraphicsMagick-1.3.34 * Fixes after review
2020-01-09[opencolorio] Modify find python2 to find python3 (#8920)Lily
2020-01-09Map MinSizeRel and RelWithDebInfo correctly (#6393)Alexander Neumann
* Map MinSizeRel and RelWithDebInfo to Release by default * switch to CMAKE_CONFIGURATION_TYPES * changed mapping slightly * add empty list element to the mapping * more comments and an option to turn verbose messages on. * removed line info. It would require the file name to make sense out of it.
2020-01-09[xmsh]Upgrade version to 0.5.2 and fix build failure. (#7155)Jack·Boos·Yu
* [xmsh]Upgrade version to 0.5.2 and fix build failure. * [xmsh]Upgrade to 0.5.2 and add dependency port. * [xmsh]Add copyright.
2020-01-09[msix] upgrade to 1.7 (#8934)Phoebe
2020-01-09[libevent] remove dependency of default feature (#9232)DailyShana
2020-01-09[sdl1]Change build method to vcpkg_*_make (#9207)Jack·Boos·Yu
* [sdl1]Change build method to vcpkg_*_make * [sdl1] Fix output message * [sdl1]Fix build. * [sdl1] Correct message * update baseline
2020-01-09[sqlite3] Rename sqlite3 tool as sqlite3.exe (#9437)NancyLi1013
* [sqlite3] Rename sqlite3 tool as sqlite3.exe * Update rename sqlite3-bin.exe condition * [proj4] Fix the regressions cause by sqlite3
2020-01-09[cpp-netlib] Fix cmake path, add homepage (#9537)Jack·Boos·Yu
2020-01-09reproc: Update to v10.0.2. (#9544)Daan De Meyer
2020-01-09Contributing: Fix a typo (#9566)Maher Jendoubi
2020-01-09Allow ARM64 to build x86 things (#9578)Curtis J Bezault
2020-01-09Add December changelog (#9605)Griffin Downs
2020-01-08Update baseline (#9579)Phoebe
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>