Commit Graph

7460 Commits

Author SHA1 Message Date
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
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
Markus Leuthold
550c9422ad add missing dependency for openvdb[tools] (#4271) 2018-11-07 23:54:29 -08:00
Etienne Dechamps
75744206ed [portaudio] Enable debug output (#4592)
* [portaudio] Enable debug output.

This is enabled by default in the original MSVC project in the PortAudio
distribution, but not in their CMake build. This commit fixes the
regression.

I don't think there are any performance concerns with this, as PortAudio
(AFAICT) does not log from performance-critical code.

Note that this change might still be somewhat controversial, because
PortAudio will by default dump its debug output directly to stderr,
which is not particularly nice. However, the alternative is not having
any way for end users to troubleshoot PortAudio issues at all, which
IMHO is worse. Applications can always call
`PaUtil_SetDebugPrintFunction()` to redirect the output away from
stderr, and I encourage them to do so.

* [portaudio] Bump control version
2018-11-07 23:50:51 -08:00