Robert Schumacher
7938006022
[ports] Mark several ports as unbuildable on UWP
2017-11-26 10:28:16 -08:00
Robert Schumacher
97101d4bd5
[fftw3] Detect stale sources
2017-11-26 09:01:32 -08:00
Alexander Karatarakis
7da4a498b3
Update CHANGELOG and bump version to v0.0.99
2017-11-26 03:38:54 -08:00
Mikhail Paulyshka
e009618ba0
[cmake] update to 3.10.0 ( #2236 )
2017-11-26 03:18:35 -08:00
Alexander Karatarakis
2af7fe8690
Add System::powershell_execute()
2017-11-26 02:49:23 -08:00
Alexander Karatarakis
92872439b9
[fetchDependency[ Make parameter mandatory
2017-11-26 01:32:09 -08:00
Alexander Karatarakis
8883e40aaa
vcpkgCreateDirectory->vcpkgCreateDirectoryIfNotExists
2017-11-26 01:31:58 -08:00
Alexander Karatarakis
94bd9dd66e
Merge pull request #2258 from UnaNancyOwen/fix_qhull
...
Fix QHull port to remove static link libraries when installing dynamic link libraries
2017-11-25 18:48:37 -08:00
Robert Schumacher
14cbe496bc
[vcpkg] Allow compilation inside WSL
2017-11-25 16:21:54 -08:00
Robert Schumacher
5335d17f53
[vcpkg] Initial experimental support for VCPKG_BUILD_TYPE release
2017-11-25 15:25:18 -08:00
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