Roelf-Jilling
94ec7c46a5
Add note, to delete the CMake cache, after editing a configuration.
2018-11-19 19:35:00 +01:00
myd7349
6633d421b7
[nng] Update to 1.1.0 ( #4726 )
2018-11-16 17:42:31 -08:00
Rajeev Massand
13e7f60bca
[azure-iot-sdk-c] Update sdk to 1.2.10 and update dependencies ( #4717 )
...
* 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-16 15:45:32 -08:00
Phil Christensen
e7fcd84145
Merge pull request #4733 from ivysnow/cxxopts
...
[cxxopts] Update to version 2.1.1.
2018-11-16 11:12:20 -08:00
Phil Christensen
e92d535069
Merge pull request #4735 from mmalek/miniupnpc
...
[miniupnpc] initial port of miniupnpc
2018-11-15 15:30:59 -08:00
Phil Christensen
e1028651d0
Merge pull request #4737 from BillyONeal/erase_all_the_things
...
Use remove_if instead of partition when filtering containers.
2018-11-15 15:28:58 -08:00
Alexander Karatarakis
27ec00ff3d
[git] Update to 2.19.1
2018-11-15 15:19:42 -08:00
Phil Christensen
2e9e22762f
Merge pull request #4732 from ivysnow/libuv
...
[libuv] Update to version 1.24.0 and fix build on Linux/FreeBSD.
2018-11-15 15:04:18 -08:00
Casey Carter
bcac1dc581
Update range-v3 upstream commit ( #4741 )
2018-11-15 14:30:24 -08:00
Alexander Karatarakis
b2b00b146c
Merge pull request #4711 from UnaNancyOwen/fix_vxl
...
[vxl] Update to VXL v1.18.0
2018-11-15 14:16:23 -08:00
Alexander Karatarakis
f598d6c30f
[cmake] Update to 3.12.4
2018-11-15 14:09:53 -08:00
Phil Christensen
3712c3cbcf
Merge pull request #4708 from crackedmind/cli11
...
[cli11] Initial port
2018-11-15 13:41:28 -08:00
Phil Christensen
389a6f4e49
Merge pull request #4704 from rleigh-codelibre/tiff-4.0.10
...
[tiff] tiff: Version 4.0.10
2018-11-15 13:17:51 -08:00
Billy O'Neal (VC LIBS)
02839ae4a8
vcpkg was going out of its way to use partition before calling the container 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 11:24:24 -08:00
Michał Małek
12151fbce6
[miniupnpc] initial port of miniupnpc
2018-11-15 09:29:37 +01:00
Roger Leigh
6cacd43852
tiff: Version 4.0.10
2018-11-15 07:19:02 +00:00
Ivy Snow
6b5767fafb
[cxxopts] Update to version 2.1.1.
2018-11-15 11:55:30 +08:00
Ivy Snow
9f3601f168
[libuv] Update to version 1.24.0 and fix build on Linux/FreeBSD.
2018-11-15 11:46:33 +08:00
Mark Ian Holland
f1eb3aa4b9
Vulkan port ( #4664 )
...
* [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-14 15:25:50 -08:00
Daniel Nicoletti
3b40d323e9
New package: cutelyst2 ( #4693 )
...
* 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-14 15:23:06 -08:00
Carlos O'Ryan
df35c1f7d7
Update google-cloud-cpp to 0.3.0. ( #4719 )
...
* 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-14 15:20:54 -08:00
Phil Christensen
1fe90f5326
Merge pull request #4697 from MarkIanHolland/cub
...
[cub] Initial port
2018-11-14 14:42:57 -08:00
Phil Christensen
0b5854ad07
Merge pull request #4714 from eao197/master
...
Add port for so_5_extra
2018-11-14 14:08:10 -08:00
Phil Christensen
24ff8b3386
Merge pull request #4695 from TartanLlama/master
...
[tl-optional] Add port
2018-11-14 12:58:16 -08:00
Robert Schumacher
802bc881f5
[vxl] Slight cleanup -- use VCPKG_CMAKE_SYSTEM_NAME to determine target instead of WIN32
2018-11-14 11:28:02 -08:00
Robert Schumacher
13bb9a0f02
Merge branch 'master' of https://github.com/Microsoft/vcpkg into dev/roschuma/4711
2018-11-14 11:25:58 -08:00
Gregor Jasny
7436042045
Add prometheus-cpp (and civetweb) ( #4694 )
...
* [prometheus-cpp] Initial port
Closes : jupp0r/prometheus-cpp#130
* [civetweb] Initial port
* [prometheus-cpp][civetweb] Cleanup. Update to 0.6.0.
2018-11-14 11:16:07 -08:00
Tsukasa Sugiura
075d0d4ecd
[qhull] Remove tools of debug configuration ( #4681 )
...
Remove tools of debug configuration. (<triplet>/debug/tools/qhull)
It is unnecessary.
2018-11-14 11:12:36 -08:00
Arkady Shapkin
1ffc1b569d
[gtest] Update to version 1.8.1 ( #4220 )
...
* [gtest] Update to version 1.8.1
* [gtest] Fix typo in cmake adjustment code. Revert usage to follow CMake official guidelines.
2018-11-14 11:05:11 -08:00
Phil Christensen
192493218a
Merge pull request #4715 from MarkIanHolland/glad
...
[glad] inital port
2018-11-13 15:32:42 -08:00
Phil Christensen
54095ce882
[glad] fix python2 dependancy
2018-11-13 15:23:04 -08:00
Mark Ian Holland
27a6b6bbee
[glad] inital commit
2018-11-12 15:44:29 +00:00
eao197
d45547cd96
Merge branch 'master' of https://github.com/eao197/vcpkg
2018-11-12 16:21:05 +03:00
eao197
3470a05a6d
Port for so_5_extra (at v.1.2.1)
2018-11-12 16:20:20 +03:00
eao197
2d0ce681b0
Merge https://github.com/Microsoft/vcpkg
2018-11-12 16:19:10 +03:00
TsukasaSugiura
62a2530385
[vxl] Update to VXL v1.18.0
...
Update vxl port to VXL v1.18.0.
2018-11-12 19:55:47 +09:00
crackedmind
36f75be5a5
[cli11] Initial port
2018-11-12 10:54:36 +03:00
Mark Ian Holland
caa3f2c36f
[cub] Initial port
2018-11-09 23:31:40 +00:00
Simon Brand
ff64535c7a
[tl-optional] Add port
2018-11-09 15:45:33 +00:00
jdellar
8dc8d0e0c9
[sdl2] Update to SDL2 2.0.9 ( #4648 )
...
* [sdl2] Update to SDL2 2.0.9
* [sdl2] Fix x86-windows and fix uwp patch
2018-11-08 23:49:24 -08:00
Alexander Neumann
4f7d4dc66f
Temp fix for #4359 ( #4573 )
...
* 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 23:48:09 -08:00
Yann Lanthony
eac46c297e
[openimageio] update to 1.8.16 ( #4679 )
2018-11-08 23:47:27 -08:00
Tsukasa Sugiura
3f5835d5c4
[bzip2] Fix tools install directory ( #4682 )
...
* [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 23:46:54 -08:00
Alexander Karatarakis
f7f06c516d
[vcpkg_from_git] Use tar.gz because .zip has different hash in different timezones
2018-11-08 19:03:39 -08:00
Jayesh Badwaik
accde13dbb
[pixel] v0.3 ( #4685 )
...
* [pixel] v0.3
- installs debug library as `libpixeld.a`
* [pixel] bump CONTROL version
2018-11-08 15:29:08 -08:00
Oscar Morante
1d7fa4c74a
add nanovg port ( #4667 )
2018-11-08 10:53:06 -08:00
Tsukasa Sugiura
7bb03fd2fc
[vtk] Fix FindLZ4 ( #4676 )
...
Fix find lz4 library of debug configuration.
2018-11-08 10:46:25 -08:00
Tsukasa Sugiura
efe7c7eb28
[pcl] Update to PCL 1.9.0 ( #4677 )
...
Update PCL port to PCL 1.9.0.
2018-11-08 10:45:58 -08:00
Robert Schumacher
9fe14bc18e
Updates 2018.11.01
2018-11-08 00:17:59 -08:00
LRFLEW
848233b137
Update libpng cmake wrapper for dynamic libraries ( #4590 )
...
* Update libpng cmake wrapper for dynamic libraries
* [libpng] Bump control version
* [libgd] Fix parallel source directory writes
2018-11-07 23:57:08 -08:00