Commit Graph

7710 Commits

Author SHA1 Message Date
Cyriuz
8564602d06 Fixed DevIL build with OpenEXR. (#5043)
[devil] Fixed DevIL build with OpenEXR.
2019-02-27 12:31:04 -08:00
Cyriuz
a2216f4b0a [qt5-base] Also deploy style dlls when deloying Qt. (#5044)
* Also deploy style dlls when deloying Qt. This fixes broken styling of apps on Windows.

* [qt5-base] bump controll version
2019-02-27 12:24:17 -08:00
Phil Christensen
473dac7265
[stxxl] Add new port (#5254)
* [stxxl] Add new port

* [stxxl] Fix missing include directory exporting

* [stxxl] Fix STXXL_INCLUDE_DIRS
2019-02-27 12:17:22 -08:00
Vitaliy Didik
423c9a2e3a Updated gmime to version 3.2.3. (#5060) 2019-02-27 12:04:50 -08:00
evpobr
47950cabae [opus] Fix version "unknown" returned by version API (#5134)
Related issues:

* erikd/libsndfile#406
* xiph/opus#110
* xiph/opus#111
2019-02-27 12:02:09 -08:00
Phil Christensen
b8188cbc4e [stxxl] commented patch 2019-02-27 11:59:54 -08:00
Phil Christensen
2cc7fa27e5 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/5254 2019-02-27 11:56:29 -08:00
myd7349
2dfa568d18 [oniguruma] Add new port (#5432)
* [oniguruma] Add new port

* [oniguruma] Fix ONIG_EXTERN

* [oniguruma] Disable vcpkg_test_cmake (failed on x64-windows)

* [oniguruma] Update to 2019-02-26 to fix UWP sdl compile error
2019-02-27 11:49:56 -08:00
Sean Warren
68039e4572 [gettext] Set includes correctly in target (#5463) 2019-02-27 10:14:29 -08:00
igl42
3a7c94a19e [blaze] Update to Blaze 3.5 (#5470) 2019-02-27 09:46:43 -08:00
Ahmad Jarjis Hasan
a5e030f446 [opencv] enabling cublas (#3635)
* [opencv] enabling cublas

* [opencv] Enable CUBLAS when instaling with cuda feature
2019-02-26 19:07:22 -08:00
Robert Schumacher
ca52a245d1 [cli11] Update to v1.7.1 (#5424) 2019-02-26 17:38:44 -08:00
Miguel
c05014eb91 [ensmallen] Add new port (#5421)
* [ensmallen] Add new port

* [ensmallen] disable tests
2019-02-26 15:18:43 -08:00
Connor Fitzgerald
4a582b4d1d [miniz] Add new port (#5452)
* [miniz] Add new port

* [miniz] Fix Windows Build Conflict

* [miniz] Miniz cannot be built as a shared library

* [miniz] Force miniz to be static library

* [miniz] Fix CRT deprecation error on uwp

* [miniz] Fix CRT deprecation error within tests

* [miniz] Disable tests entirely
2019-02-26 14:20:07 -08:00
JackBoosY
108afe5396 [gsoap]Add new port (#5295)
* [gsoap]Add new port

* Change to use existing binary files to generate binary files.

* fix patch.
2019-02-26 11:18:26 -08:00
Jon Spencer
b6eec4ad64 [sdl2] allow sdl2 vulkan support (#5374)
* [sdl2] allow sdl2 vulkan support

* turn sdl2 vulkan support into a feature
2019-02-26 11:08:53 -08:00
zhihaoy
d96b462823 [tbb] Build dll for static dependency on Windows (#5430)
* [tbb] Build dll for static dependency on Windows
2019-02-26 10:45:45 -08:00
Park DongHa
5251a51ab0 [coroutine] add new port (#5433)
[coroutine] new package
2019-02-26 10:34:15 -08:00
Johnny Willemsen
7b54d8ec11 [ace] Select correct Visual Studio solution based on platform toolset (#5458)
* [ace] 6.5.4

* Added logic to select the correct solution for Visual Studio 2015 and 2017
2019-02-26 09:56:59 -08:00
Claudio Fantacci
aa909090ac Fix Qt5 hardcoded absolute paths within DLLs (#5456) 2019-02-26 09:55:48 -08:00
evpobr
674ce6ad65 [libogg] Add package config module (#5384) 2019-02-26 08:44:48 -08:00
Victor Romero
bd94d1e254
[freeimage, libwebp, OpenEXR, OpenVDB] Updates (#5417)
* [libwebp] update to v1.0.2, greatly simplify port, remove unnecessary custom find_package script in favour of original Config files for cmake

* [libwebp] enable building of all tools

* [libwebp] install cmake config file in expected path

* [libwebp] add compatibility layer inside CMake Config file

* [libwebp] fix libwebpmux library name

* [OpenEXR] Update to v2.3.0, enable tools, improve cmake module while still maintaining backwards compatibility (there's an official one distributed with the package but it is completely different, for now it is avoided)

* [OpenEXR] remove unused patches

* [OpenEXR] remove forced definition, could hide problems downstream

* [freeimage] add compatibility with latest OpenEXR

* [freeimage] bump control

* [OpenEXR] restore ilmbase as an empty package to permit clean update

* [OpenVDB] update to v6.0

* [OpenEXR] disable building on UWP platform

* [openexr] Fix tools suffixes

* [openexr] Fix Linux build paths
2019-02-26 08:16:20 -08:00
adrido
ecff2997f6 [Irrlicht] Add new port (#5431) 2019-02-25 13:51:13 -08:00
myd7349
7befb86005 [imgui] Update to 1.68 (#5426)
* [imgui] Update to 1.68

* [imgui] Add an advice from the author of imgui
2019-02-25 11:41:53 -10:00
justnope
22026ce2d9 [libstk] add new port (#5379)
* added libstk

* added vcpkg_fixup_cmake_targets

* [libstk] Use static builds. Rename targets. Add include directory to cmake config.
2019-02-25 11:39:17 -10:00
Carlos O'Ryan
321d7b17fc Upgrade googletest to 2019-01-04 (b6cd405) version. (#5423) 2019-02-25 11:26:31 -10:00
Robert Schumacher
9ef92a21a0 [vcpkg-docs] Replace reference to VCPKG_DEFAULT_VS_PATH with VCPKG_VISUAL_STUDIO_PATH 2019-02-25 13:25:27 -08:00
Connor Fitzgerald
9af611fb8f [minizip] Fix BZip2 Dependency on Linux (#5448)
It was spelled `Bzip2` when the dependency was `BZip2`.
2019-02-25 12:39:38 -08:00
piloopin
0f04ebaf57 [mongo-c-driver] fix mongo-c-driver build for linux (#5445)
* fix mongo-c-driver build for Linux
2019-02-25 12:34:59 -08:00
myd7349
5b4cd3fc82 [libcuckoo] Add new port (#5436)
[libcuckoo] Add new port
2019-02-25 11:09:41 -08:00
myd7349
9b9b178d4c [qt5-webview] Add new port (fix #5427) (#5441) 2019-02-25 11:06:33 -08:00
myd7349
3830517ec7 [stxxl] Fix STXXL_INCLUDE_DIRS 2019-02-23 18:00:09 +08:00
myd7349
b04cb5e35a [stxxl] Fix missing include directory exporting 2019-02-23 16:16:50 +08:00
zhihaoy
4ad78224c9 [docs] Show how to default VCPKG_TARGET_TRIPLET (#5346) 2019-02-22 16:29:05 -08:00
xDarKraDx
9c8a159199 X plane (#5419)
* Add X-Plane SDK support

* fix: disallow x86 builds

The x-plane SDK website claims that the SDK is only
compatible with x64. The PR that adds support for this
fails in x86, so I'm disallow x86 builds to align with
the x-plane documentation.

* fix: install sdk headers to the root include path

The x-plane SDK website's examples expect that the sdk
headers are at the root of the include path. I'm adjusting
this port to align with those samples, as we want examples
to "just work" as much as possible.

* style: whitespace

* Remove ununsed directory
2019-02-22 15:50:46 -08:00
Siarhei Siniak
f10c9d7e21 [fix] Regression of copyright install at netcdf-c (#5414)
* [~] Refactor

* [~] Refactor
2019-02-22 15:24:59 -08:00
Lennart Trunk
473e803451 [qt5] Update to 5.12.1 and add some missing modules (#5293)
* Update qt5-base to 5.12.1

* update qt5-declarative to 5.12.1

* update qt5-modularscripts for 5.12.1

* update qt5-3d to 5.12.1

* update qt5-activeqt to 5.12.1

* add qt5-connectivity

* update qt5-charts to 5.12.1

* update qt5-datavis3d to 5.12.1

* update qt5-gamepad to 5.12.1

* update qt5-graphicaleffects to 5.12.1

* update qt5-imageformats to 5.12.1

* add qt5-location

* update qt5-multimedia to 5.12.1

* update qt5-networkauth to 5.12.1

* add qt5-purchasing

* update qt5-quickcontrols to 5.12.1

* update qt5-quickcontrols2 to 5.12.1

* add qt5-remoteobjects

* update qt5-script to 5.12.1

* update qt5-scxml to 5.12.1

* add qt5-sensors

* update qt5-serialport to 5.12.1

* update qt5-speech to 5.12.1

* update qt5-svg to 5.12.1

* update qt5-tools to 5.12.1

* update qt5-virtualkeyboard to 5.12.1

* add qt5-webchannel

* update qt5-websockets to 5.12.1

* update qt5-winextras to 5.12.1

* update qt5-xmlpatterns to 5.12.1

* update framework port to 5.12.1 and include the new modules

* fix building qt5-base on linux

* [qt5] Remove non-alphanumerical ASCII chars from dependencies
2019-02-22 14:57:40 -08:00
myd7349
63265da777 [curlpp] Add new port to fix #5352 (#5381) 2019-02-22 12:10:29 -08:00
Alexander Karatarakis
233c4c358a [vcpkg edit] Check for VS Code onlinux (#5391) 2019-02-22 11:31:35 -08:00
chausner
4db5f02b8b [liblsl] Add port for sccn/liblsl (#5410) 2019-02-22 10:58:17 -08:00
soroshsabz
2140d3c5eb [bootstrap.ps1] Fixed some possible incorrect comparison with null warnings. (#5343)
* Fixed some possible incorrect comparison with null warnings.

* Correct bad indentation.

* Removed extra space.
2019-02-22 10:47:48 -08:00
Phil Christensen
8fd34506c3 [vcpkg] improve xunit xml output used in CI tests 2019-02-21 22:24:20 -08:00
kiwixz
9446cc6729 [x265] upgrade to 3.0, enable assembly (upgrade nasm to 2.14) (#5389)
* [acquire nasm] upgrade to 2.14

* [x265] upgrade to 3.0, enable assembly

* [x265] Enable assembly only on Windows
2019-02-21 17:05:19 -08:00
myd7349
9aad2e8f33 [xeus] Add new port (#5351)
* [xeus] Add new port

* [xeus] Update to 2019-02-04

* [xeus] Update cryptopp dependency

* [xeus] Update to 2019-02-13

* [xeus] Static building support
2019-02-21 16:49:17 -08:00
Rajeev Massand
969299ddbf [azure] vcpkg update for master release 1.2.14 (#5405) 2019-02-21 16:46:24 -08:00
Alexander Karatarakis
3e6ea891e0 [caffe2] Fix linux build (#5385) 2019-02-21 16:34:32 -08:00
Miguel
9ee856b9b8 [mlpack] Add new port (#5409)
* [mlpack] Add new port

Add new port for the http://www.mlpack.org/ library

* Tools optional and static build

* Info fix

* [mlpack] Use PATCHES parameter instead of apply_patches()
2019-02-21 15:55:22 -08:00
xDarKraDx
434b30185d Add X-Plane SDK support (#5408)
* Add X-Plane SDK support

The x-plane SDK website claims that the SDK is only
compatible with x64. The PR that adds support for this
fails in x86, so I'm disallow x86 builds to align with
the x-plane documentation.

The x-plane SDK website's examples expect that the sdk
headers are at the root of the include path. I'm adjusting
this port to align with those samples, as we want examples
to "just work" as much as possible.
2019-02-21 14:39:10 -08:00
Alexander Karatarakis
0396f80560 [gl3w] Update (#3722) 2019-02-21 11:48:30 -08:00
at-2500
a8e52b1e05 [vtk] Change the runtime dir from tools to bin to fix DLL location (#5150)
* [vtk] Change the runtime dir from tools to bin to fix DLL location

* Also move the tools on unixoid OS; Fix tool names in targets files

* Remove duplicate vcpkg_copy_pdbs()

* [vtk] Change version to force rebuild in CI
2019-02-21 11:47:54 -08:00