aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-16[nng] Update to 1.1.0 (#4726)myd7349
2018-11-16[azure-iot-sdk-c] Update sdk to 1.2.10 and update dependencies (#4717)Rajeev Massand
* new versions for azure-iot-sdk-c, azure-c-shared-utility, azure-uamqp-c, azure-umqtt-c, azure-uhttp-c * [azure-iot-sdk-c] Modernize & Cleanup * fix for x64-windows
2018-11-16Merge pull request #4733 from ivysnow/cxxoptsPhil Christensen
[cxxopts] Update to version 2.1.1.
2018-11-15Merge pull request #4735 from mmalek/miniupnpcPhil Christensen
[miniupnpc] initial port of miniupnpc
2018-11-15Merge pull request #4737 from BillyONeal/erase_all_the_thingsPhil Christensen
Use remove_if instead of partition when filtering containers.
2018-11-15[git] Update to 2.19.1Alexander Karatarakis
2018-11-15Merge pull request #4732 from ivysnow/libuvPhil Christensen
[libuv] Update to version 1.24.0 and fix build on Linux/FreeBSD.
2018-11-15Update range-v3 upstream commit (#4741)Casey Carter
2018-11-15Merge pull request #4711 from UnaNancyOwen/fix_vxlAlexander Karatarakis
[vxl] Update to VXL v1.18.0
2018-11-15[cmake] Update to 3.12.4Alexander Karatarakis
2018-11-15Merge pull request #4708 from crackedmind/cli11Phil Christensen
[cli11] Initial port
2018-11-15Merge pull request #4704 from rleigh-codelibre/tiff-4.0.10Phil Christensen
[tiff] tiff: Version 4.0.10
2018-11-15vcpkg was going out of its way to use partition before calling the container ↵Billy O'Neal (VC LIBS)
erase function which is slower than just using remove_if. remove_if is already stable, so separate stable and unstable versions are unnecessary. https://iterator.wordpress.com/2016/01/31/algorithms_0/ Unstable remove_if algorithms are possible that might win, as indicated in that article; but plain remove_if provides the most consistent behavior.
2018-11-15[miniupnpc] initial port of miniupnpcMichał Małek
2018-11-15tiff: Version 4.0.10Roger Leigh
2018-11-15[cxxopts] Update to version 2.1.1.Ivy Snow
2018-11-15[libuv] Update to version 1.24.0 and fix build on Linux/FreeBSD.Ivy Snow
2018-11-14Vulkan port (#4664)Mark Ian Holland
* [Vulkan] Add a vulkan port based on the cuda port * Add VULKAN_SDK env variable to whitelist * * Added some additional diagnostic information * Corrected if NOT exists statement
2018-11-14New package: cutelyst2 (#4693)Daniel Nicoletti
* New package: cutelyst2 A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework. * [cutelyst2] Rearrange files; prefer ninja.
2018-11-14Update google-cloud-cpp to 0.3.0. (#4719)Carlos O'Ryan
* Update google-cloud-cpp to 0.3.0. A new release of google-cloud-cpp, with some improvements in packaging that simplified the port files. * [google-cloud-cpp] Fix OSX builds
2018-11-14Merge pull request #4697 from MarkIanHolland/cubPhil Christensen
[cub] Initial port
2018-11-14Merge pull request #4714 from eao197/masterPhil Christensen
Add port for so_5_extra
2018-11-14Merge pull request #4695 from TartanLlama/masterPhil Christensen
[tl-optional] Add port
2018-11-14[vxl] Slight cleanup -- use VCPKG_CMAKE_SYSTEM_NAME to determine target ↵Robert Schumacher
instead of WIN32
2018-11-14Merge branch 'master' of https://github.com/Microsoft/vcpkg into ↵Robert Schumacher
dev/roschuma/4711
2018-11-14Add prometheus-cpp (and civetweb) (#4694)Gregor Jasny
* [prometheus-cpp] Initial port Closes: jupp0r/prometheus-cpp#130 * [civetweb] Initial port * [prometheus-cpp][civetweb] Cleanup. Update to 0.6.0.
2018-11-14[qhull] Remove tools of debug configuration (#4681)Tsukasa Sugiura
Remove tools of debug configuration. (<triplet>/debug/tools/qhull) It is unnecessary.
2018-11-14[gtest] Update to version 1.8.1 (#4220)Arkady Shapkin
* [gtest] Update to version 1.8.1 * [gtest] Fix typo in cmake adjustment code. Revert usage to follow CMake official guidelines.
2018-11-13Merge pull request #4715 from MarkIanHolland/gladPhil Christensen
[glad] inital port
2018-11-13[glad] fix python2 dependancyPhil Christensen
2018-11-12[glad] inital commitMark Ian Holland
2018-11-12Merge branch 'master' of https://github.com/eao197/vcpkgeao197
2018-11-12Port for so_5_extra (at v.1.2.1)eao197
2018-11-12Merge https://github.com/Microsoft/vcpkgeao197
2018-11-12[vxl] Update to VXL v1.18.0TsukasaSugiura
Update vxl port to VXL v1.18.0.
2018-11-12[cli11] Initial portcrackedmind
2018-11-09[cub] Initial portMark Ian Holland
2018-11-09[tl-optional] Add portSimon Brand
2018-11-08[sdl2] Update to SDL2 2.0.9 (#4648)jdellar
* [sdl2] Update to SDL2 2.0.9 * [sdl2] Fix x86-windows and fix uwp patch
2018-11-08Temp fix for #4359 (#4573)Alexander Neumann
* make user wide integration not burn everything if LLVM is used as a toolset. (e.g. cmake -G "VS" -TLLVM fails to even find compiler due to linker issues) fixes #4359 but might have side effects for that toolset. (e.g. not automatically adding dependencies) * remove whitespaces * [vcpkg-integrate] Conform to MSBuild conventions for comparisons
2018-11-08[openimageio] update to 1.8.16 (#4679)Yann Lanthony
2018-11-08[bzip2] Fix tools install directory (#4682)Tsukasa Sugiura
* [bzip2] Fix tools install directory Change to install tools in port name directory. (vcpkg/installed/<triplet>/tools/bzip2) * [bzip2] Modernize and bump control version
2018-11-08[vcpkg_from_git] Use tar.gz because .zip has different hash in different ↵Alexander Karatarakis
timezones
2018-11-08[pixel] v0.3 (#4685)Jayesh Badwaik
* [pixel] v0.3 - installs debug library as `libpixeld.a` * [pixel] bump CONTROL version
2018-11-08add nanovg port (#4667)Oscar Morante
2018-11-08[vtk] Fix FindLZ4 (#4676)Tsukasa Sugiura
Fix find lz4 library of debug configuration.
2018-11-08[pcl] Update to PCL 1.9.0 (#4677)Tsukasa Sugiura
Update PCL port to PCL 1.9.0.
2018-11-08Updates 2018.11.01Robert Schumacher
2018-11-07Update libpng cmake wrapper for dynamic libraries (#4590)LRFLEW
* Update libpng cmake wrapper for dynamic libraries * [libpng] Bump control version * [libgd] Fix parallel source directory writes
2018-11-07add missing dependency for openvdb[tools] (#4271)Markus Leuthold