Commit Graph

7319 Commits

Author SHA1 Message Date
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
Phil Christensen
c99fad10ab Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4736 2018-11-15 15:24:48 -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
2060eefa86 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4734 2018-11-15 14:02:55 -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
Simon Brand
56c94a8102 Rename example documents
The current names and titles of the examples put too much emphasis on the package which is being demonstrated rather than the concept. This can be jarring for newcomers. This patch renames them to put the emphasis on the concept instead.
2018-11-15 11:23:34 +00:00
Michał Małek
691ed09c3f [berkeleydb] fix exporting DLL symbols on Windows
Set preprocessor definitions correctly for static & shared library.
Previously DLL was unusable on Windows - the symbols were not exported
2018-11-15 09:30:30 +01: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
b79ad15124 [gflags] Update to version 2.2.2. 2018-11-15 11:59:24 +08: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
Bob Kast
69e573c011 Merge branch 'master' of https://github.com/EMCECS/vcpkg
# Conflicts:
#	ports/ecsutil/CONTROL
#	ports/ecsutil/portfile.cmake
2018-11-13 15:53:56 -05:00
Bob Kast
d31d385e64 Merge branch 'master' of https://github.com/EMCECS/vcpkg 2018-11-13 15:51:30 -05:00
Bob Kast
90f4901b23 fixed setversion.exe so patch is not necessary 2018-11-13 15:50:45 -05:00
Bob Kast
d9e39bb405 Merge branch 'master' of https://github.com/EMCECS/vcpkg
# Conflicts:
#	ports/ecsutil/CONTROL
#	ports/ecsutil/portfile.cmake
2018-11-13 15:48:26 -05: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
TsukasaSugiura
ad65638eb3 [freeimage] Fix function overload with libjpeg-turbo 2.0.0
Fix function overload with libjpeg-turbo 2.0.0 (jpeg_read_icc_profile and jpeg_write_icc_profile).
2018-11-11 23:21:24 +09:00
TsukasaSugiura
82d65261da [freeimage] Update to FreeImage 3.18.0
Update FreeImage port to FreeImage 3.18.0.
2018-11-11 23:21:16 +09: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