xoviat
dc83d0409c
[arb] prefer ninja
2017-11-26 14:52:30 -06:00
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
Tsukasa Sugiura
530aadc6e2
Add install googletest/src
...
Add install googletest/src directory for project that desirable to build
Google Test by compiling a single file.
2017-11-27 00:51:32 +09: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
xoviat
56a47f6339
[fftw] remove fftw3 directory if it exists
2017-11-25 17:48:26 -06: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
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
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
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
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
jasjuang
2ebc3938ea
[alembic] fix string replace eats semicolon problem
2017-11-21 17:18:12 -08:00
Michał Janiszewski
0b3a91a01d
[libzip] update patches
2017-11-21 21:35:36 +01:00
Michał Janiszewski
958c5e9276
[libzip] Update libzip to 1.3.2
2017-11-21 21:35:36 +01:00
kypp
7c6fb6081b
new port: openvdb
2017-11-21 19:23:38 +01:00
Alexander Karatarakis
4cb5212dcb
Merge pull request #2217 from aybe/aubio-uwp
...
[aubio] patches for UWP builds
2017-11-21 01:25:52 -08:00
Alexander Karatarakis
74122324ad
Merge pull request #2228 from fquinner/feature-qpid-proton
...
Added port for qpid proton 0.18.1
2017-11-21 01:25:35 -08:00
Alexander Karatarakis
ec4eb5bc06
Merge pull request #2224 from jasjuang/libusb
...
[libusb] apply patch to make it libfreenect2 compatible
2017-11-21 01:14:18 -08:00
Alexander Karatarakis
23932a841e
Merge pull request #2216 from aybe/libsndfile-uwp
...
[libsndfile] patches for UWP builds
2017-11-21 01:12:39 -08:00
Alexander Karatarakis
9d93342017
Merge pull request #2214 from aybe/libflac-uwp
...
[libflac] patches for UWP builds
2017-11-21 01:03:35 -08:00
Aybe
395829c545
[libsndfile] fixed missing return !
2017-11-21 06:54:11 +01:00
Aybe
38ae2f69b7
[libflac] using #ifdef for patches instead
2017-11-21 05:46:58 +01:00
Aybe
72fdd294b0
[libsndfile] patches applied with #ifdef instead
2017-11-21 04:39:13 +01:00
Aybe
c4d9af91c3
[aubio] bumping to 0.46 and using GitHub instead
2017-11-21 03:38:04 +01:00
Robert Schumacher
3d8ba3e775
[SDL2] Move SDL2main.lib into manual-link.
2017-11-20 17:06:11 -08:00
Alexej Harm
4415ff5c16
[angle] Add CMake package with modules. ( #2223 )
...
* added angle cmake config
* bumped angle package version
* [angle] Add unofficial cmake targets
2017-11-20 15:33:06 -08:00
xoviat
1a6d0f5611
[mprf] add missing symbol ( #2226 )
...
* [mprf] create printf
* Update CMakeLists.txt
* [mpfr:portile] copy file
2017-11-20 15:10:00 -08:00
Robert Schumacher
ea6783f9ba
[imgui] Use vendored stb at request of author -- static linking is explicitly worked around. Update to 1.52.
2017-11-20 15:05:44 -08:00
Frank Quinn
5123b32da1
Added port for qpid proton 0.18.1
2017-11-19 12:04:37 +00:00
jasjuang
cd9d32721d
[libusb] apply patch to make it libfreenect2 compatible
2017-11-18 16:07:49 -08:00
Robert Schumacher
06819e43e3
Merge pull request #2219 from cdcseacave/master
...
[ceres] enable static CRT linkage for MSVC
2017-11-17 18:34:41 -08:00
Robert Schumacher
fcfa1e40da
Merge pull request #2220 from UnaNancyOwen/fix_pcl
...
Change OpenNI2 to feature option
2017-11-17 17:23:29 -08:00
Alexander Karatarakis
6b6fa2ab37
[date] Update to 2.3
2017-11-17 15:57:59 -08:00
Tsukasa Sugiura
c7888a36e4
Change OpenNI2 to option
...
Change OpenNI2 to option for build static link library.
2017-11-17 22:19:25 +09:00
cDc
85fe5932cf
[ceres] enable static CRT linkage for MSVC
2017-11-17 13:48:52 +02:00
Robert Schumacher
c4ca996583
Merge pull request #2165 from cenit/master
...
[OpenGL] add GlU32.lib [GLU]
2017-11-17 00:17:41 -08:00
Robert Schumacher
161377d8f6
Merge pull request #2197 from UnaNancyOwen/fix_pcl
...
Fix find debug dependencies of PCL
2017-11-17 00:16:12 -08:00
Robert Schumacher
1b2f75be94
[vcpkg] Support \share\<port>\usage to handle libraries which are found through built-in Find Modules.
2017-11-16 23:54:55 -08:00
Aybe
9bd4d9a050
[aubio] patches for UWP builds
2017-11-17 04:03:49 +01:00
Aybe
295bb9f454
[libsndfile] patches for UWP builds
2017-11-17 02:10:21 +01:00
Aybe
cb30c3fd00
[libflac] patches for UWP builds
2017-11-17 00:54:14 +01:00
Alexander Karatarakis
de7382ce89
Merge pull request #2191 from Innervate/redshell-1.1.2
...
Small version bump to redshell port
2017-11-16 14:49:05 -08:00
Alexander Karatarakis
5d80c622a4
Merge pull request #2206 from rosenqui/avro-c
...
[avro-c] Adding avro-c port
2017-11-16 14:47:06 -08:00
Alexander Karatarakis
52ef8c7280
Merge pull request #2212 from Alisayyy-Yang/disableTestBranch1116
...
[string-theory]disable the tests
2017-11-16 01:47:45 -08:00
Alisayyy-Yang
2e72678146
[string-theory]disable the tests
2017-11-16 01:35:19 -08:00
Robert Schumacher
7e3dcc4f09
[tesseract] Fix static linking. [icu][tiff] Add patches in toolchain to fix static linking.
2017-11-15 21:58:26 -08:00
Robert Schumacher
4228e1e389
[llvm] Install debug targets for cmake
2017-11-15 21:15:37 -08:00
Robert Schumacher
24283ec1ee
[leptonica][tiff] Add LZMA to tiff's dependent libraries. Leptonica should use TIFF_LIBRARIES.
2017-11-15 18:57:05 -08:00
Eric Rosenquist
d182f929ee
Initial commit of the C API for Apache Avro
...
Avro is a data serialization system.
https://avro.apache.org/docs/current/api/c/
A static library is the only build option at the moment.
The patch for PR#217 in the Avro repo is included since it contains a vital memory leak fix that has not yet been merged into the Avro code.
https://github.com/apache/avro/pull/217
2017-11-15 10:36:04 -05:00
pravic
c8412ae017
[sciter] Update to 4.0.5.5520
2017-11-15 17:57:43 +03:00
Alisa Yang
6ad50f9a30
[globjects]disable the gtests
2017-11-15 02:42:09 -08:00
Tsukasa Sugiura
0e4daf35ba
Fix find debug library of FLANN
...
Fix find debug library of FLANN.
Currently, QHull port generates debug libraries with DEBUG_POSTFIX
(-gd).
Therefore, It doesn't need to be override.
2017-11-15 10:39:22 +09:00
Tsukasa Sugiura
1c43dfa4a2
Fix find debug library of QHull
...
Fix find debug library of QHull.
Currently, QHull port generates debug libraries with DEBUG_POSTFIX (_d).
Therefore, It doesn't need to be override.
2017-11-15 10:39:14 +09:00
yintothayang
dd695c1184
update CONTROL with latest deps
2017-11-15 09:58:21 +09:00
Jared Szechy
502baf1ccb
Add librabbitmq port
2017-11-14 12:07:17 -05:00
Robert Schumacher
5c9f0ff473
[coolprop] Avoid copying entire include/ directory. Add python2 to requirements. Simplify portfile. Fixes #2180 .
2017-11-14 02:13:31 -08:00
Robert Schumacher
f06bf27397
[bond] Boost patch is no longer needed due to toolchain improvements.
2017-11-14 01:39:59 -08:00
Christopher Warrington
194edb784d
Upgrade Bond to 7.0.2
...
* Updated to the 7.0.2 release of Bond.
* Regenerated patches.
2017-11-14 00:44:24 -08:00
Robert Schumacher
691c388f25
Merge pull request #2179 from tusharpm/update-libuv-1.16.1
...
libuv update
2017-11-14 00:05:18 -08:00
yintothayang
48c3fe7dde
small version bump to redshell port
2017-11-14 12:20:23 +09:00
Stephen E. Baker
0526ec7678
[sdl2-mixer] Bump to 2.0.2
...
Follows upstream default mp3 library change from smpeg to mpg123
2017-11-13 21:55:33 -05:00
Sean Warren
28aaced0f5
[lcms] Add 'd' debug postfix
2017-11-14 11:54:11 +11:00
Alexander Karatarakis
1ea060d6fa
Merge pull request #2182 from seanwarren/libraw-debug-postfix
...
[libraw] Add 'd' debug postfix
2017-11-13 02:52:14 -08:00
Alexander Karatarakis
a4761aa26b
[libraw] Bump version
2017-11-13 02:51:09 -08:00
gknowles
8bf974b0ad
[dimcli] update to 3.1.1
2017-11-13 00:00:35 -08:00
Sean Warren
6a7d311ea5
[libraw] Add 'd' debug postfix
2017-11-13 12:23:29 +11:00
Tushar Maheshwari
8fd6bcfe6f
Fixing libuv/CONTROL
2017-11-12 19:02:44 +05:30
Tushar Maheshwari
fffaa4af7e
libuv update
2017-11-12 14:19:49 +05:30
Robert Schumacher
ca947c664a
[allegro5][refprop-headers][libsodium][arb] Fix use of vcpkg_from_github's OUT_SOURCE_PATH parameter. Fixes #2178 .
2017-11-12 00:22:51 -08:00
jasjuang
49e82f5db2
[glm] update to 0.9.8.5
2017-11-11 22:49:06 -08:00
xoviat
c2a757ab9a
[if97] fix source path
...
Closes #2162
2017-11-11 22:46:58 -08:00
Alexander Karatarakis
6732d76e14
Fix header conflict caused by wincrypt/winsock2 and older Windows SDKs
...
If a project was using Windows 7 SDK and vcpkg was integrated,
the project would fail to build (the vcpkg ports use Windows 8.1/10 SDK)
2017-11-11 22:46:04 -08:00
Robert Schumacher
ec2bbaec84
Merge pull request #2172 from AndyM84/master
...
Enabling static linkage for libwebsockets
2017-11-11 21:02:39 -08:00
Robert Schumacher
482f85f414
[libwebsockets] Use vcpkg_from_github. Compare against VCPKG_LIBRARY_LINKAGE instead of VCPKG_CRT_LINKAGE. Use vcpkg_fixup_cmake_targets().
2017-11-11 21:00:10 -08:00
Robert Schumacher
492b9448a7
[pcl] Fixup: commit missing patch
2017-11-11 19:03:13 -08:00
Robert Schumacher
b075fbc7bc
Merge pull request #2177 from IntelOrca/update-sdl2-v2.0.7
...
[sdl2] Update to 2.0.7
2017-11-11 12:36:07 -08:00
Robert Schumacher
d8ef6f95b4
Merge pull request #2173 from lp55/master
...
Adding package features for Dlib and OpenCV
2017-11-11 12:30:05 -08:00
Ted John
fbaaf5b109
[sdl2] Update to 2.0.7
2017-11-11 20:20:28 +00:00
Ted John
e57d38a812
[discord-rpc] Add v2.0.1
...
- Not properly configured for debug builds and always forced /MT. Fixed by patching cmake.
- Unable to stop building of examples, so delete afterwards.
2017-11-11 19:57:27 +00:00
Luiz Paulo
72f10db01c
Adding package features for Dlib and OpenCV
...
Dlib - Package feature for blas (dlib is compatiable with Intel MKL) and CUDA
OpenCV - Added option to integrate GDCM support (to read DICOM files)
2017-11-11 15:31:38 +00:00
Andrew Male
1b67990395
Removing static linkage warning/toggle
2017-11-11 07:39:17 -05:00
Andrew Male
679dd12a75
Incrementing CONTROL version for libwebsockets
2017-11-11 07:38:53 -05:00
Andrew Male
b5afd00ad6
Modifying libwebsockets portfile to account for static triplets
2017-11-11 07:27:31 -05:00
Robert Schumacher
d02ee690dc
[openssl] Update to 1.0.2m
2017-11-10 14:29:28 -08:00
Robert Schumacher
3ae740cef8
[abseil] Update, apply workaround for NOMINMAX
2017-11-10 08:06:20 -08:00
Stefano Sinigardi
f007f6971d
add GlU32.lib to OpenGL port
2017-11-10 15:39:37 +01:00
Robert Schumacher
318613d2b2
[vtk] Refactor fixup to be less hacky. PCL builds for x86-windows.
2017-11-10 01:23:10 -08:00
Robert Schumacher
f625230452
[pcl][vtk] fixup_cmake_targets. Fix vtk config files regression.
2017-11-10 00:31:46 -08:00
Jozef Izso
2c4d1dc17f
Update grpc port to release 1.7.0
2017-11-09 21:43:44 -08:00
Roelf-Jilling
ef2ebab09b
[ms-gsl] update to current
2017-11-09 21:12:59 +01:00
Alexander Karatarakis
4b5d4527f5
[glbinding] Use vcpkg_from_github()
2017-11-08 17:21:21 -08:00
MadDog Test Execution Admin User
44cb4467a3
disbale the test
2017-11-08 17:01:07 -08:00
Robert Schumacher
087dc9410c
[vtk] Fix builds, including static against HDF5.
2017-11-08 15:34:02 -08:00
Robert Schumacher
bb47f71bf3
[hdf5] Switch to using vcpkg_fixup_cmake_targets()
2017-11-08 15:33:38 -08:00
xoviat
1297e256de
Add Coolprop ( #2129 )
2017-11-08 14:22:11 -08:00
Robert Schumacher
0a9751b3be
Merge pull request #2147 from twMr7/add_new_port_librealsense2
...
[librealsense2] new port
2017-11-08 11:42:35 -08:00
xoviat
00987279d8
Refprop headers: add port ( #2148 )
...
* [refprop] create CONTROL
* [refprop-headers] add portfile
* [refprop] fix install copyright
* fix
* fix
* [refprop-headers] Minor cleanup
2017-11-08 11:40:38 -08:00
Robert Schumacher
3d538e1da8
Merge pull request #2152 from Kwizatz/master
...
[tidy-html5] Added libtidy version 5.4.0
2017-11-08 11:37:31 -08:00
Robert Schumacher
ef48879bd3
[tidy-html5] Handle static builds.
2017-11-08 11:34:36 -08:00
Robert Schumacher
e626b09952
Merge pull request #2081 from TheCycoONE/luasocket
...
LuaSocket port for vcpkg
2017-11-08 08:48:14 -08:00
xoviat
56c74b32f6
If97 ( #2131 )
...
* [if97] create CONTROL
* [if97] add portfile
* [if97] create custom cmakelists
* [if97:portfile] copy cmakelists
* [if97:portfile] define build_targets
* [if97:portfile] fix def
* [if97:portfile] fix flag
* [if97:portfile] fix header
* [if97] remove cmake
* [portfile] cleanup
* [if97] No need to define SOURCE_PATH
2017-11-08 07:56:34 -08:00
LazyHamster
3e36c7bc7f
[ogre] Reincarnation of cmake install dir patch. Updated version to 1.10.9.
2017-11-08 17:50:49 +03:00
Stefano Sinigardi
68bfea163a
rename freeglut_static.lib for compatibility with FindGLUT.cmake
2017-11-08 14:55:46 +01:00
Alexander Karatarakis
9ea963dcec
[catch] Fix hashes and download urls. Resolves #2151
2017-11-08 02:36:55 -08:00
James Chang
d0ac8b4898
[realsense2] renaming the port
2017-11-08 14:37:16 +08:00
Rodrigo Hernandez
acad35f493
[tidy-html5] Added libtidy version 5.4.0
2017-11-08 00:08:05 -06:00
Chris Bond
44a469aa3e
updated control and port file for latest version of sqlite-modern-cpp
2017-11-07 18:25:47 -08:00
James Chang
0365de8b26
comment on the reason to disable OpenMP
2017-11-08 09:29:27 +08:00
Mikhail Paulyshka
e58f3ed58e
[jasper] update to 2.0.14, fix UWP
2017-11-07 20:15:17 +03:00
kypp
9d2f9739ae
new port: blosc
2017-11-07 01:49:27 -08:00
jasjuang
e2b2f49dc6
[libpng] use vcpkg_from_github
2017-11-07 01:41:19 -08:00
James Chang
31247f6f3b
[librealsense2] new port
2017-11-07 15:59:02 +08:00
Alexander Karatarakis
05a82c5e95
[clapack] Fix downloaded file name
2017-11-06 15:29:22 -08:00
Mikhail Paulyshka
f1ab66b960
[openal-soft] update to 1.18.2
...
https://github.com/kcat/openal-soft/blob/openal-soft-1.18.2/ChangeLog
2017-11-06 12:29:27 -08:00
Mikhail Paulyshka
e00bb8d7dd
[freetype] update to 2.8.1
...
https://sourceforge.net/projects/freetype/files/freetype2/2.8.1/
2017-11-06 12:19:51 -08:00
Robert Schumacher
493483f52c
[libpng] Add older-releases mirror
2017-11-06 10:53:52 -08:00
Robert Schumacher
d519aa38d6
Merge pull request #2135 from Mixaill/libpng-1634
...
[libpng] update to 1.6.34
2017-11-06 10:53:37 -08:00
Robert Schumacher
d073390601
Merge pull request #2137 from horenmar/catch-2.0.1
...
Update Catch to 2.0.1
2017-11-06 10:48:33 -08:00
Robert Schumacher
531d820709
Merge pull request #2138 from Mixaill/sfgui-032
...
[sfgui] add version 0.3.2
2017-11-06 10:47:34 -08:00
xoviat
7fa618093d
BUGFIX: [vtk] remove libharu as a core dependency ( #2140 )
...
* [vtk:control] break out libharu
* [vtk:portfile] disable libharu
* [vtk:control] update version
* [vtk:portfile] remove useless comment
2017-11-06 10:35:12 -08:00
Robert Schumacher
771d29df25
Merge pull request #2041 from DanOlivier/FreeType-GL
...
Adding Freetype-GL port
2017-11-06 09:24:53 -08:00
Mikhail Paulyshka
6e7eb0b787
[sfgui] add version 0.3.2
2017-11-05 13:59:25 +03:00
Martin Hořeňovský
f96080db34
Update Catch to 2.0.1
2017-11-05 11:05:14 +01:00
Mikhail Paulyshka
054a013bf3
[libpng] update to 1.6.34
...
https://sourceforge.net/projects/libpng/files/libpng16/older-releases/1.6.33/
https://sourceforge.net/projects/libpng/files/libpng16/1.6.34/
2017-11-05 12:12:32 +03:00
Robert Schumacher
7ca9449744
[freetype-gl] Add version & description. Note that the build is always static.
2017-11-04 21:09:53 -07:00
atkawa7
9e71c1810c
[alac] init
2017-11-04 16:51:20 -07:00
Mikhail Paulyshka
32d588aa69
[opencv] add support for MSVS 2017 update 5 ( #2132 )
2017-11-04 15:11:48 -07:00
Vlad Kolesnikov
30f7421602
Adding OpenSSL support to FFMPEG, fixed Assmimp UWP build ( #2018 )
...
* Enable ffmpeg to build using openssl for HTTPS/TLS support
* [ffmpeg] Add contract versions to libpath
* Updated FFMPEG to 3.3.3; Fixed unistd.h issue in ffmpeg build
* merge fix
* merge fix
* fix merge
* removed extra files
* Assimp UWP build fix
* [assimp] Bump version
* [ffmpeg] Implement openssl support through features.
* [opencv] remove ffmpeg depenency
OpenCV has own prebuilt ffmpeg library
* Fix version, package name is not a part of it
* Add support build option to PCL port
Add support build options (pcap, qt) to PCL port.
* Update VTK to 8.0.1
Update VTK to 8.0.1.
* [vcpkg] Enable pkg[*] as alias for all features.
* Using CP_UTF8 macro instead of magic numbers.
* [vcpkg] Add optional Abi field to BinaryParagraph for future use.
* [double-conversion] Fix --head builds
* [vcpkg] --head should only apply to USER_REQUESTED packages.
* [vcpkg] Fix bug where packages with uninstalled features appear to be uninstalled.
* Update Catch to 1.11.0
* Fix proxy usage in Win7 (powershell 2.0)
* [findVSInstances] Data lines are now placed within <sol><eol> tags. Text outside these tags is ignored
This means we can print text in powershell now and it won't break vcpkg.
* [fetchDependency] Now also returns output in the form <sol>data<eol>
* [git] Update to 2.15.0 (was 2.14.3)
* [bootstrap-vcpkg] Added better diagnostics in case of MSBuild failure.
* [poco] build with MySQL support (#2088 )
* [poco] build with MySQL support
Set proper variables to enable MySQL support if libmysql port is installed
* [poco] Move Mysql support to a feature. Enable CMake config files.
* help assimp find vcpkg's copy of zlib so it does not build its own
* [assimp] Bump revision
* [assimp] Fix assimp overwriting CMAKE_PREFIX_PATH.
* [boost] Handle spaces in vcpkg path.
* [vcpkg] Fix use of features in undocumented build command
* Update to v1.2.0. Remove man pages
* [opencv] Remove ffmpeg from dependencies -- it is not currently possible to use an external ffmpeg with opencv.
Add features for cuda and vtk.
* Enable OpenGL support for GUI
Enable OpenGL support for GUI.
* [protobuf] Add feature packages for zlib
ZLib based features like Gzip streams.
* [llvm] Require Python3
* [blaze] Fix remaining stray _INVALID_ROOT_
* Add option to enable Qt GUI support
Add option to enable Qt GUI support.
* Sorting CMake options for maintainability
Sorting CMake options based on grouped of CMake-GUI for
maintainability.
* VTK: implement features (#2071 )
* [vtk/portfile] add OpenVR option
* [vtk/control] add OpenVR feature
* [vtk/portfile] Add OpenVR feature to portfile
* [vtk/CONTROL] add features
* [vtk/portfile] implement features
* [vtk/CONTROL] fix syntax
* [vtk/CONTROL] fix case
* [vtk/portfile] fix case
* [vtk/CONTROL] fix syntax
* [vtk/CONTROL] fix syntax
* [vtk/portfile] fix module name
* [vtk] Bump version
* [uwebsockets] Remove boost from dependency list to follow upstream's official README
* [libharu] Fix DLLIMPORT macro replacement
* Update CHANGELOG and bump version to v0.0.95
* Fix date in CHANGELOG.md
* [apr] Update to 1.6.3
* Enable C++11 features
Enable C++11 features.
* Enable Microsoft Media Foundation support for Video I/O
Enable Microsoft Media Foundation support for Video I/O.
* [double-conversion] Fix regression introduced in vcpkg_fixup_cmake_targets.
* [vcpkg] Refactor argument parsing to use common code paths.
* [vcpkg] Improve `vcpkg help` -- now has per-command help!
* [vcpkg-help-export-ifw] Add settings description
* [opencv] Disable MSMF in UWP due to an upstream bug
* [vcpkg_download_distfile] Now downloads in a temp dir and rename to the target location
* [vcpkg_find_acquire_program] Use vcpkg_download_distfile()
* Remove vcpkg_acquire_depot_tools
* [downloads] Don't show progress by default
* [vcpkg_acquire_msys] Use vcpkg_download_distfile()
* vcpkg_from_github] Use vcpkg_download_distfile()
* [vcpkg_from_bitbucket] Use vcpkg_download_distfile()
* [ports.cmake] Use vcpkg_download_distfile()
* [antlr] upgrade to antlr4.7
* [antlr4] bump version to 4.7
* Use download-at-temp-and-rename pattern in powershell too
* Print error message when there is a syntax error in triplet file
As it is now vcpkg fails silently (actually, it outputs two empty lines).
* [fdk-aac] init
* [fetchDependendy.ps1] Remove obsolete comment
* [fetchDependency.ps1] Improve error message on hash mismatch
* [vswhere] Update to 2.2.11 (was 2.2.7)
* libaiff
* Append W
* [libaiff] fix uninitialized buffer
* Add the flint2 library (#1988 )
* Add the "flint2" library.
* FIX: update library name
* FIX: only set MSVC version to VC14
* FIX: use static linkage
* DOC: display notification to the user
* [flint/CONTROL] add gettimeofday dependency
* [flint/portfile] move up linkage
* [flint/portfile] attempt to override the CRT linkage
* Add arblib (#1991 )
* Fix rename libraries of FLANN
Fix rename libraries of FLANN.
* Fix line endings
* [cmake] Update to 3.9.5 (was 3.9.4)
* Porting ITK
* Sourcing from GitHub, using a master version with vcpkg patch
* Update CHANGELOG and bump version to v0.0.96
* [fftw] update to 3.3.7
* [dlib] update to 19.7 and use vcpkg_from_github
* fix issue 2111
* Revert "Updated libsigcpp to version 2.99.9"
This reverts commit 079ef9785a
.
* Added glibmm and giomm.
* Added atkmm.
* Added pangomm.
* Added gtkmm
* Use unicode
* [glibmm] Add missing dependency: libsigcpp
2017-11-04 14:54:12 -07:00
Alexander Karatarakis
fdf331e288
[glibmm] Add missing dependency: libsigcpp
2017-11-04 10:07:16 -07:00
Mateusz Adamczyk
886bc2965d
Use unicode
2017-11-04 10:05:30 -07:00
Mateusz Adamczyk
dad3c7b87c
Added gtkmm
2017-11-04 10:05:30 -07:00
Mateusz Adamczyk
a2fd38d3c6
Added pangomm.
2017-11-04 10:05:30 -07:00
Mateusz Adamczyk
25a15b59b6
Added atkmm.
2017-11-04 10:05:30 -07:00
Mateusz Adamczyk
81c1a0efc3
Added glibmm and giomm.
2017-11-04 10:05:30 -07:00
Mateusz Adamczyk
3c85f7073b
Revert "Updated libsigcpp to version 2.99.9"
...
This reverts commit 079ef9785a
.
2017-11-04 10:05:30 -07:00
jasjuang
925bc94681
fix issue 2111
2017-11-04 09:40:49 -07:00
jasjuang
d7eefd9892
[dlib] update to 19.7 and use vcpkg_from_github
2017-11-04 09:40:49 -07:00
jasjuang
65bac6d9fa
[fftw] update to 3.3.7
2017-11-04 09:30:24 -07:00
Dženan Zukić
11d672617c
Sourcing from GitHub, using a master version with vcpkg patch
2017-11-03 18:34:09 -07:00
Dženan Zukić
868697d5bb
Porting ITK
2017-11-03 18:34:09 -07:00
Alexander Karatarakis
34c25840a3
Fix line endings
2017-11-03 18:11:27 -07:00
Tsukasa Sugiura
05afaff355
Fix rename libraries of FLANN
...
Fix rename libraries of FLANN.
2017-11-03 18:10:30 -07:00
xoviat
c0090ed4c9
Add arblib ( #1991 )
2017-11-03 17:57:33 -07:00
xoviat
244d6e894f
Add the flint2 library ( #1988 )
...
* Add the "flint2" library.
* FIX: update library name
* FIX: only set MSVC version to VC14
* FIX: use static linkage
* DOC: display notification to the user
* [flint/CONTROL] add gettimeofday dependency
* [flint/portfile] move up linkage
* [flint/portfile] attempt to override the CRT linkage
2017-11-03 16:54:44 -07:00
atkawa7
7906774829
[libaiff] fix uninitialized buffer
2017-11-03 16:44:35 -07:00
atkawa7
669e7a981e
Append W
2017-11-03 16:44:35 -07:00
atkawa7
3cb9769d7b
libaiff
2017-11-03 16:44:35 -07:00
atkawa7
98b2654c77
[fdk-aac] init
2017-11-03 16:34:13 -07:00
sdcb
7af697e6e8
[antlr4] bump version to 4.7
2017-11-03 16:13:07 -07:00
sdcb
bd91824bca
[antlr] upgrade to antlr4.7
2017-11-03 16:13:07 -07:00
Robert Schumacher
87c4639c1c
Merge pull request #2099 from podsvirov/protobuf-feature-zlib
...
[protobuf] Add feature packages for zlib
2017-11-03 15:13:51 -07:00
Robert Schumacher
66ad158be4
[opencv] Disable MSMF in UWP due to an upstream bug
2017-11-03 14:44:11 -07:00
Robert Schumacher
ba69dd7de1
Merge pull request #2108 from UnaNancyOwen/fix_opencv
...
Enable some options for OpenCV port
2017-11-03 12:42:06 -07:00
Robert Schumacher
38136a2d05
[double-conversion] Fix regression introduced in vcpkg_fixup_cmake_targets.
2017-11-02 11:42:32 -07:00
Tsukasa Sugiura
ee2452f066
Enable Microsoft Media Foundation support for Video I/O
...
Enable Microsoft Media Foundation support for Video I/O.
2017-11-02 23:11:12 +09:00
Tsukasa Sugiura
82db1b3a2a
Enable C++11 features
...
Enable C++11 features.
2017-11-02 23:08:25 +09:00
Alexander Karatarakis
fae64c544e
[apr] Update to 1.6.3
2017-11-01 16:35:07 -07:00
Robert Schumacher
807a39c078
[libharu] Fix DLLIMPORT macro replacement
2017-11-01 14:47:34 -07:00
Robert Schumacher
fec804f236
[uwebsockets] Remove boost from dependency list to follow upstream's official README
2017-11-01 13:24:54 -07:00
Robert Schumacher
6269073198
Merge pull request #2083 from UnaNancyOwen/support_option_pcl
...
Add support build options to PCL port
2017-11-01 13:21:01 -07:00