Tsukasa Sugiura
390806e931
Fix PCL port according to QHull port change
...
Fix PCL port according to QHull port change.
PCL will link dynamic link librariy of QHull when build dynamic link
library configure.
2017-11-26 07:49:30 +09:00
Tsukasa Sugiura
173a1d59a5
Fix remove files when install dynamic libraries
...
Fix remove files when install dynamic libraries.
2017-11-26 07:36:03 +09:00
Tsukasa Sugiura
fda988964d
Enable Ninja build in QHull port
...
Enable Ninja build in QHull port.
2017-11-26 07:29:56 +09:00
Robert Schumacher
6b64a9adb6
Merge pull request #2237 from kypp/openvdb
...
new port: openvdb
2017-11-25 14:16:49 -08:00
Robert Schumacher
8b591b2c43
Merge pull request #2245 from janisozaur/patch-2
...
[speexdsp] Only use SSE on x86/amd64
2017-11-25 14:14:21 -08:00
Robert Schumacher
22fbd3ac36
[libpng] Remove unneeded CMAKE_SYSTEM_PROCESSOR override
2017-11-25 13:49:51 -08:00
Robert Schumacher
d299848f21
Merge pull request #2242 from jasjuang/leveldb
...
[leveldb] force static build when triplet is dynamic
2017-11-25 13:47:11 -08:00
Robert Schumacher
4d274a7bff
[opencv] Disable msvcrt check to allow prepackaged ffmpeg
2017-11-25 13:45:33 -08:00
Robert Schumacher
90e520af8d
Merge pull request #2244 from janisozaur/patch-1
...
[jansson] Don't use WinCryptoApi for UWP builds
2017-11-25 13:18:22 -08:00
Robert Schumacher
b1f4391902
Merge pull request #2247 from fquinner/patch-1
...
Fixed qpid-proton port to not need system python
2017-11-25 13:17:54 -08:00
Robert Schumacher
a3ea74b9ed
Merge pull request #2250 from AndyM84/master
...
Adding UnitTest++ Port
2017-11-25 12:48:07 -08:00
Robert Schumacher
89983fe102
[vcpkg-from-github] Improve argument handling
2017-11-25 12:47:49 -08:00
Robert Schumacher
dbe732fd8a
[unittest-cpp] Use vcpkg_from_github.
2017-11-25 12:47:41 -08:00
Robert Schumacher
fec269d594
[protobuf] Restore removed export required for GRPC. [grpc] Update to 1.7.2
2017-11-25 12:36:50 -08:00
Robert Schumacher
9a9c3a8634
[libiconv] Update to 1.15
2017-11-25 11:54:35 -08:00
Robert Schumacher
141f10801c
[vcpkg] Improve external toolchain handling.
2017-11-25 11:50:31 -08:00
Robert Schumacher
473d3e4c51
[protobuf] bump version to 3.5.0
2017-11-25 10:11:08 -08:00
Alexander Karatarakis
af65db39ff
Merge pull request #2254 from xoviat/fftw-cmake
...
[fftw] Use builtin cmake configuration
2017-11-24 22:43:58 -08:00
Alexander Karatarakis
4ffaea61a0
Merge pull request #2251 from thierryba/protobuf3.5
...
[protobuf] upgrade to 3.5.0
2017-11-24 18:06:14 -08:00
Alexander Karatarakis
910bfe96c1
Merge pull request #2255 from twMr7/realsense2
...
[realsense2] update to v2.8.2
2017-11-24 17:38:21 -08:00
James Chang
5799ba24c4
[realsense2] update to v2.8.2
2017-11-25 01:48:01 +08:00
xoviat
9f4ea2d316
[fftw] bump version
2017-11-24 10:45:53 -06:00
xoviat
d476d8fe8d
[fftw] Use builtin cmake configuration
2017-11-24 10:42:14 -06:00
Thierry Bastian
df4d694cf1
protobuf: upgrade to protobuf 3.5
2017-11-23 16:24:13 +01:00
Andrew Male
9114ae4816
Final edits to unittest-cpp portfile
2017-11-23 10:14:01 -05:00
Andrew Male
abf595e903
Adding UnitTest++ Port
2017-11-23 10:11:38 -05:00
Michał Janiszewski
105b2cccc6
[speexdsp] Check CMAKE_SYSTEM_PROCESSOR to enable SSE
2017-11-23 11:26:30 +01:00
Alexander Karatarakis
22d015073f
[date] Update. Resolves #2222
2017-11-22 14:58:39 -08:00
fquinner
70ade5e03a
Fixed qpid-proton port to not need system python
...
Tried to build the last version of the port on a fresh build but
wouldn't work properly unless python.exe was already installed
on the system. This version explicitly uses the vcpkg provided
python.
2017-11-22 21:51:40 +00:00
Michał Janiszewski
746cfad3de
[speexdsp] Only use SSE on x86/amd64
...
This fixes UWP builds.
2017-11-22 16:18:45 +01:00
Michał Janiszewski
6a2904aebd
[jansson] Don't use WinCryptoApi for UWP builds
...
Jansson tries to use Windows' CryptoApi to seed its hash table. This API
is not exposed in UWP, but there is still a fallback to use current time
and PID.
This change makes Jansson use less-secure fallback, but fixes
compilation for UWP target.
See
https://jansson.readthedocs.io/en/2.10/apiref.html#c.json_object_seed
2017-11-22 14:30:48 +01:00
Robert Schumacher
e6c65b93b1
[sdl2] Use cmake for UWP
2017-11-22 04:40:44 -08:00
Robert Schumacher
26a180b804
[ogre] Fix unrelocatable CMake files, also attempt to enable Debug
2017-11-22 04:36:33 -08:00
Robert Schumacher
71be72e11d
Merge pull request #2092 from lazyhamster/ogre_1_10
...
[ogre] Update port to Ogre version 1.10.8.
2017-11-22 00:41:45 -08:00
Robert Schumacher
3c4a4560c6
[ogre] Fix static builds
2017-11-22 00:40:31 -08:00
jasjuang
c7caa18a71
[leveldb] force static build when triplet is dynamic
2017-11-21 23:30:36 -08:00
Robert Schumacher
27a523e61c
Merge pull request #2082 from Lyrex/devil-port
...
Add DevIL port
2017-11-21 22:50:54 -08:00
Robert Schumacher
46288a5a6d
[devil] Enable static builds
2017-11-21 22:50:03 -08:00
Robert Schumacher
f7c10858f7
Merge pull request #1752 from martin-s/patch-vs2013
...
Added support for VS2013 build chain tools.
2017-11-21 21:47:51 -08:00
Robert Schumacher
43fece81bd
Merge pull request #2241 from UnaNancyOwen/add_halide
...
Add Halide
2017-11-21 21:46:06 -08:00
Robert Schumacher
373cfcc8d8
[halide] Small tweaks, use hash check for license
2017-11-21 21:45:40 -08:00
Robert Schumacher
148f04c4cc
Merge pull request #2187 from seanwarren/lcms-debug-postfix
...
[lcms] Add 'd' debug postfix
2017-11-21 21:09:34 -08:00
Robert Schumacher
89a49b25b6
[lcms] Bump package version
2017-11-21 21:09:21 -08:00
Robert Schumacher
c240ecbf7f
Merge branch 'master' of https://github.com/Microsoft/vcpkg
2017-11-21 21:05:44 -08:00
Robert Schumacher
18eeee6a2c
[libssh2] Enable cmake config targets
2017-11-21 21:05:13 -08:00
Robert Schumacher
ba7fcb6f24
Merge pull request #2238 from janisozaur/libzip
...
[libzip] Update to 1.3.2
2017-11-21 20:57:18 -08:00
Tsukasa Sugiura
f86e4b2a6a
Add Halide
...
Add Halide.
2017-11-22 13:27:19 +09:00
Robert Schumacher
480f50a7b0
[vcpkg] Improve cmake targets output
2017-11-21 19:58:38 -08:00
Robert Schumacher
8e410e9e45
Merge pull request #2240 from jasjuang/alembic
...
[alembic] fix string replace eats semicolon problem
2017-11-21 19:17:13 -08:00
jasjuang
2ebc3938ea
[alembic] fix string replace eats semicolon problem
2017-11-21 17:18:12 -08:00