Tsukasa Sugiura
a03df3f433
[realsense2] Update to v2.10.1 ( #2956 )
...
* [realsense2] Update to v2.10.1
Update realsense2 port to librealsense v2.10.1.
* [realsense2] Change HEAD to development
Change HEAD to development.
The latest branch of librealsense is "development".
* [realsense2] Add option to support RGB image decode using AVX2
Add option to support RGB image decode using AVX2.
This option will be deprecated in the later versions.
* [realsense2] Add debug postfix
Add debug postfix "_d".
2018-03-07 11:01:49 -08:00
Robert Schumacher
76f647feb1
[alac-decoder] Fix x64
2018-03-07 10:14:02 -08:00
Martin Hořeňovský
03deecdf20
Update Catch to 2.2.0 ( #2981 )
2018-03-07 10:09:57 -08:00
Viktor Gal
59795e2a8e
add shogun 6.1.3 ( #2977 )
...
* add shogun 6.1.3
* [shogun] Add additional dependencies, force static linking
2018-03-07 09:56:59 -08:00
Michał Janiszewski
d4797b37a6
[curl] Add missing advapi32 link ( #2978 )
...
This adds missing library, advapi32, to linking. Fixes ARM builds.
The same patch is pending merge upstream:
https://github.com/curl/curl/pull/2363
2018-03-06 12:08:29 -08:00
dirkju
87fb30839c
Added Gamma library ( #2957 )
2018-03-05 17:35:31 -08:00
Michał Janiszewski
a477fd6b6e
[speexdsp] Improve SIMD extension support ( #2960 )
2018-03-05 12:19:27 -08:00
Robert Schumacher
26fabaf880
[glib][atk] Disable static builds, fix generation to happen outside the source directory
2018-03-05 12:07:43 -08:00
Mikhail Paulyshka
6675327606
[spirv-tools] update to 2018.1 ( #2959 )
2018-03-05 11:25:37 -08:00
congzhangzh
4bdefa8a16
add ismrmrd ( #2946 )
...
* add ismrmrd
* [ismrmrd] Use system pugixml
2018-03-05 11:09:33 -08:00
Robert Schumacher
3538714118
[gettext] Fix macro definition patch
2018-03-05 11:00:51 -08:00
Stefano Sinigardi
263d4ba469
[OpenCV] update to 3.4.1
2018-03-05 10:06:13 +01:00
Joel Clay
8ea4f4106f
[cgal] update hash to 4.11.1
2018-03-04 23:22:45 -05:00
Robert Schumacher
d739a2aa7f
[ms-gsl] Update
2018-03-03 19:39:13 -08:00
Robert Schumacher
a4b917b04c
[abseil][glslang][jsonnet][nuklear][rs-core-lib][stb][thrift] Updates
2018-03-03 12:57:49 -08:00
Robert Schumacher
c0a6371880
[grpc][harfbuzz][jsoncpp][libuv][openjpeg][rocksdb] Upgrades
2018-03-02 17:25:02 -08:00
Robert Schumacher
8619994600
[gettext] Fix regression in simplification
2018-03-02 16:54:03 -08:00
Robert Schumacher
f2ece9cab8
[rapidjson] Fix regression during conversion to vcpkg_from_github
2018-03-02 16:02:05 -08:00
Martin Hořeňovský
82626abc9c
Update Catch to 1.12.1 ( #2936 )
2018-03-02 13:41:19 -08:00
Robert Schumacher
e4a619c2ca
[eigen3][libffi][libmysql][libwebp][rapidjson][websocketpp] Convert to use vcpkg_from_github
2018-03-02 12:28:42 -08:00
Robert Schumacher
01ba04e9a7
[gettext] Improve and simplify port
2018-03-02 09:25:29 -08:00
Jason Juang
5a83ee1361
[sdl2] update to 2.0.8 ( #2934 )
2018-03-02 08:41:23 -08:00
Stefano Sinigardi
f20b53c208
[ogre] update to v1.10.11
2018-03-02 15:11:58 +01:00
Robert Schumacher
80e0648a40
[zlib] Fix race condition in build
2018-03-01 11:39:37 -08:00
Jacob Zhong
523b611694
[pcl] Add cuda and tools option ( #2775 )
...
* [pcl] Add cuda and tools option
* [pcl] Add dependency support for tools
* [pcl] remove deprecated cuda_arch_bin version
* [pcl] Add libpng dependency
2018-03-01 10:45:41 -08:00
Robert Schumacher
57c9cd012e
[hdf5] Remove unneeded .gitattributes
2018-03-01 10:43:58 -08:00
Hiroshi Miura
8fe30fe1ea
Add kealib ports and modify hdf5 recipe ( #2708 )
...
* [kealib] add kealib ports
KEALib is a GDAL model library using HDF5 standard.
- Patch library cmake scripts.
- Provide MIT license file.
- Depend on hdf5 library with [cpp] feature.
- No generation of GDAL driver.
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [kealib] fix option key to specify building shared library
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [kealib] call copy_pdbs() after install
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [kealib] update cmake patch
- fix library name in MSVC
- fix to find hdf5 libraries
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [kealib] add parallel feature
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* Revert "[hdf5] add cpp feature"
This reverts commit fbe8766466
.
* [hdf5] always build cpp library
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [kealib] drop dependency for feature hdf5[cpp]
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [kealib] update static link handling
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [kealib] revert a previous hack for static link to szip/zlib
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [hdf5] work around szip-config.cmake behavior
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* link dependencies of static libs
2018-03-01 10:39:20 -08:00
Robert Schumacher
e836ea0800
[liblzma] Switch sources to github mirror. Fixes #2913
2018-03-01 08:44:25 -08:00
Alisayyy-Yang
87c45c0b53
upgrade the version of live555 ( #2915 )
2018-03-01 08:30:47 -08:00
Alisayyy-Yang
1fb4d8dc29
change the hash value to the expected value ( #2916 )
2018-03-01 08:30:22 -08:00
Stefano Sinigardi
9c10548fe9
[gflags] remove old patch, fixed upstream, introduce a new patch to fix wrong config path ( #2917 )
...
* [gflags] remove patch, fixed upstream
* [gflags] fix gflags-config.cmake wrong path
2018-03-01 08:30:03 -08:00
Nagy-Egri Máté Ferenc
b21c895ca5
Add OpenCL SDK and clMath ports ( #2837 )
...
* initial clFFT porting
* OpenCL SDK half baked
* Tried fixing Debug/Release
* Remove DLL deployment
* OpenCL SDK installs
* clFFT installs
* clFFT properly depends on OpenCL
* OpenCL SDK fixes and clFFT patches
* [clfft][opencl] Simplification, use patches instead of full files.
2018-03-01 08:08:53 -08:00
Robert Schumacher
8361b44fcd
[tiny-dnn] Fix regression during upgrade
2018-02-28 14:20:17 -08:00
Michał Janiszewski
a7c93cd73e
[discord-rpc] Update to version 3.0.0 ( #2904 )
...
* [discord-rpc] Update to 3.0.0
* [discord-rpc] Update to 3.0.0
2018-02-28 05:22:32 -08:00
Robert Schumacher
8dd968cc6e
[c-ares] Update
2018-02-28 02:08:50 -08:00
Alexander Karatarakis
865f05f859
Merge pull request #2884 from cmpute/graphite
...
Add package graphite2
2018-02-27 18:47:24 -08:00
martin-s
0a93f4ec12
- Added port nvidia-texture-tools.
2018-02-27 23:06:12 +01:00
Daniel Strommen
ba3f552b67
Install sqlite3.exe as part of sqlite3 port ( #2525 )
...
* Install sqlite3.exe as part of sqlite3 port
- Modeled after the bzip2 port: If SQLITE3_SKIP_TOOLS is not
set, build and install sqlite3.exe as part of the sqlite3
package. sqlite3.dll must also be copied to the tools folder
for sqlite3.exe to be able to launch.
- Tested on Windows RS3 with VS 2017 15.5.2.
* [sqlite3] Separate into tool feature
2018-02-27 12:24:41 -08:00
pravic
f272a872d4
[curl] Add support of different features. ( #2862 )
...
* [curl] Add support of different features.
Default-Features: openssl, http2, ssh (as in previous builds)
Feature: curl
Description: Builds curl executable (placed in the /tools directory)
Feature: http-only
Description: Disables all protocols except HTTP/HTTPS/HTTP2
Feature: http2
Build-Depends: nghttp2, openssl
Description: HTTP2 support (requires openssl)
Feature: openssl
Build-Depends: openssl
Description: SSL support via OpenSSL
Feature: winssl
Description: SSL support via Schannel
Feature: ssh
Build-Depends: libssh2
Description: SSH support via libssh2
* [cpr] Add features of the curl library.
* [cpr] Remove transitive features
* [curl] Remove http2 from default features. Remove winssl feature. Rename "curl" feature to "tool".
* [curl] Fixup curl -> tool renaming
* [curl] Further refactoring of WINSSL/Openssl -- use single ssl feature.
2018-02-27 12:15:37 -08:00
Hiroshi Miura
fd08d14bdb
[libgeotiff] fix util link error ( #2896 )
...
* [libgeotiff] fix util link error
* [libgeotiff] Bump package version
2018-02-27 12:13:57 -08:00
Robert Schumacher
781cc32611
[coolprop] Fix static linkage
2018-02-27 11:24:10 -08:00
Robert Schumacher
a4ad384c93
[qpid-proton] Add early detection of invalid linkage settings
2018-02-27 10:50:47 -08:00
Robert Schumacher
fb12a2287e
[x265] Fix static builds
2018-02-27 10:36:28 -08:00
Robert Schumacher
021ea67aef
[cppcms] Early detection and failure for static crt
2018-02-27 10:18:17 -08:00
Robert Schumacher
e033dcd649
[gdal] Add early checks for incompatible target settings
2018-02-27 10:14:30 -08:00
Robert Schumacher
0c468df7c7
[libcds] Initial commit of 2.3.2
2018-02-27 09:43:22 -08:00
Arkady Shapkin
ee3f0af231
[devil] Enable features ( #2825 )
2018-02-27 09:42:08 -08:00
Robert Schumacher
4b26cd269c
[g2o] Fix static builds
2018-02-27 09:01:45 -08:00
Jason Juang
397237813c
[cgal] update to 4.11.1 ( #2894 )
2018-02-27 07:35:15 -08:00
Stanislav Ershov
cbe62a8e1e
[gl3w] Initial port ( #2561 )
...
* [gl3w] Initial port
* [gl3w] Call python inside the portfile -- CMakeLists.txt simplification
2018-02-27 07:34:43 -08:00
Jacob Zhong
9db298e34a
Add package NMSLiB ( #2875 )
...
* [nmslib] Init port
* [nmslib] Trying extra building
2018-02-27 07:05:18 -08:00
Robert Schumacher
c7616b902b
[many ports] Upgrades
2018-02-26 15:10:56 -08:00
Robert Schumacher
3921fc3012
[chmlib] Use CMake buildsystem replacement
2018-02-26 15:01:29 -08:00
Alexander Karatarakis
b0bea71d57
Merge pull request #2872 from cmpute/lcm
...
Add package LCM
2018-02-26 14:09:57 -08:00
Alexander Karatarakis
99e674d331
Merge pull request #2868 from cmpute/ape
...
Add package Monkey's Audio
2018-02-26 01:27:11 -08:00
Alexander Karatarakis
dc166b21ae
Merge pull request #2860 from cmpute/x265
...
Add x265 package
2018-02-26 00:59:52 -08:00
Alexander Karatarakis
e66bd10cd6
Merge pull request #2885 from cmpute/zzip
...
[zziplib] Update source and version
2018-02-25 16:10:37 -08:00
Robert Schumacher
3b56fc7101
[mman] Fix static build
2018-02-25 11:32:37 -08:00
Eli Arzhannikov
99d30fa105
[gsl-lite] Bump version ( #2888 )
2018-02-25 10:32:16 -08:00
Jacob Zhong
7aaa4dc5d7
[ape] add dynamic build stuff
...
Tried to build dynamically but failed
2018-02-26 00:09:17 +08:00
Jacob Zhong
d559aaefd6
[zziplib] bump verison
2018-02-25 23:17:45 +08:00
Jacob Zhong
fd1e314a98
[zziplib] Update archive source to github
2018-02-25 22:37:39 +08:00
Jacob Zhong
f49a90c0f9
[graphite2] Init port
2018-02-25 22:28:18 +08:00
Robert Schumacher
b5ddd440ed
[mman] Move header to mman/sys/mman.h to avoid tricking other libraries
2018-02-25 03:11:23 -08:00
Robert Schumacher
0ad0ca6df2
[libsndfile] Fix cmake targets. Use vcpkg_from_github. Fixes #2883 .
2018-02-25 01:35:16 -08:00
Alexander Karatarakis
5fd8fb2a03
Merge pull request #2879 from miurahr/freexl_104-1
...
[freexl] fix download url
2018-02-24 18:04:46 -08:00
Alexander Karatarakis
c9355134f8
Merge pull request #2880 from miurahr/libspatialite_url_fix
...
[libspatialite] fix download url
2018-02-24 18:04:33 -08:00
Alexander Karatarakis
60d153d69c
Merge pull request #2881 from miurahr/readosm_url
...
[readosm] fix download url
2018-02-24 18:04:20 -08:00
Hiroshi Miura
caff8094f7
[spatialite-tools] fix download url
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-25 10:21:13 +09:00
Hiroshi Miura
81a1209df4
[readosm] fix download url
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-25 10:19:06 +09:00
Hiroshi Miura
9457b37d3c
[libspatialite] fix download url
...
Download fails because original download url has been changed.
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-25 10:16:04 +09:00
Hiroshi Miura
89da6db4a9
[freexl] fix download url
...
Download fails because original download url has been changed.
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-25 10:12:23 +09:00
Patrik Huber
0eae5c651d
Change usage instructions to target_ based ( #2873 )
2018-02-24 06:25:58 -08:00
Robert Schumacher
e38bdde03d
[torch-th] Early detection to fail fast
2018-02-24 02:45:13 -08:00
Robert Schumacher
3638b0d4bf
[scintilla] Upgrade to 4.0.3
2018-02-24 02:36:58 -08:00
Robert Schumacher
d90b38c122
[scintilla] Use out of source builds. Detect static builds for fast fail.
2018-02-24 02:32:50 -08:00
Robert Schumacher
9bf1809e28
[magnum-extras] Fix build without features
2018-02-24 02:27:48 -08:00
Jacob Zhong
ab5932e4a1
[lcm] Init port
2018-02-24 18:27:18 +08:00
Robert Schumacher
ca7f50e598
[rttr] Use from github, slight patch simplification.
2018-02-24 02:26:31 -08:00
Robert Schumacher
6d3fb52c70
[chakracore] Use out of source builds
2018-02-24 01:43:37 -08:00
Robert Schumacher
e391e7b5dd
[wxwidgets] Upgrade to 3.1.1
2018-02-24 01:29:13 -08:00
Jacob Zhong
63901137f6
Add doxygen and add packages option to vcpkg_require_msys ( #2869 )
...
* Add doxygen to acquired programs
* Add packages option to msys function
* Add documentation for PACKAGES in vcpkg_require_msys
* [ffmpeg][x264] Update to use `PACKAGES` parameter. Tweak docs.
2018-02-24 00:00:51 -08:00
Robert Schumacher
c55ccbf146
[exiv2] Hotfix previous fix -- apply patches before configuring
2018-02-23 23:55:32 -08:00
Robert Schumacher
451c6a8026
[exiv2] Fix FindIconv
2018-02-23 23:36:52 -08:00
Jacob Zhong
16ca72dfe9
[monkeys-audio] Init port
2018-02-24 15:05:09 +08:00
Robert Schumacher
2f25ab678a
[live555] Update and simplify
2018-02-23 23:00:39 -08:00
Robert Schumacher
51f6cf724c
[exiv2] Fix static builds. [gts] Add early detection for CRT linkage.
2018-02-23 22:32:02 -08:00
Robert Schumacher
fee4acc543
[unrar] Improve error message during static builds
2018-02-23 22:26:31 -08:00
Robert Schumacher
dfa621039e
[args] Fix hash
2018-02-23 22:20:39 -08:00
Robert Schumacher
92b4308f5b
[breakpad] Fix hash
2018-02-23 22:14:50 -08:00
Robert Schumacher
5d399d585a
[opencv] Ensure rework is starting from a fresh set of sources
2018-02-23 17:06:37 -08:00
Robert Schumacher
471f7dc970
[opencv] Rework
...
Split off contrib, ipp, webp, openexr, tiff, png, tiff, jpeg, jasper, eigen into features.
Prevent downloads during the build
2018-02-23 17:06:37 -08:00
Robert Schumacher
5609d34b39
[libwebp] Deploy FindWebP.cmake
2018-02-23 17:06:37 -08:00
Robert Schumacher
832f908694
[openexr] Deploy FindOpenEXR.cmake and reduce components built
2018-02-23 17:06:37 -08:00
Robert Schumacher
175d25ae47
[ffmpeg] Deploy FindFFMPEG cmake file
2018-02-23 17:06:37 -08:00
Robert Schumacher
bd52db332b
[abseil] Update
2018-02-23 17:04:17 -08:00
Robert Schumacher
910d3e5280
[llvm] Reenable package
2018-02-23 12:21:07 -08:00
Robert Schumacher
45ba125e02
[eastl] Upgrade to 3.07.02
2018-02-23 12:17:03 -08:00
Robert Schumacher
488ba6dbec
[eastl] Upgrade to 3.07.00
2018-02-23 12:14:25 -08:00
Robert Schumacher
cd6aa2a5ab
[wt] Upgrade
2018-02-23 04:16:00 -08:00
Robert Schumacher
43172e2318
[rocksdb] Update
2018-02-23 03:27:49 -08:00
Robert Schumacher
e3dda1a82d
[azure-storage-cpp][cpp-redis][dirent][doctest][gdcm2][grpc][llvm][matio][spdlog][yaml-cpp] Upgrades
2018-02-23 03:27:04 -08:00
Jacob Zhong
05e5333244
[x265] Init port
2018-02-23 00:24:51 +08:00
Tsukasa Sugiura
2fac08c667
[halide] Update to release_2018_02_15
...
Update halide port to halide release_2018_02_15.
2018-02-22 23:29:41 +09:00
Robert Schumacher
86a652c31c
[libsodium] Upgrade to 1.0.16
2018-02-22 06:22:12 -08:00
yosagi
ef9d50ecb3
Handle qt subpackage executable paths in cmake config files ( #2844 )
...
* Handle qt subpackage executable paths in cmake config files
* [qt5-modularscripts] Bump version to include changes to tool deployment
2018-02-22 05:31:28 -08:00
Robert Schumacher
1f9c73454b
[mman] Fix static linkage. Fixes #2856 .
2018-02-22 05:16:06 -08:00
Youngho Kim
f6d652c1bf
add x264 package for vcpkg ( #2849 )
...
* add x264 package
add x264 package
* [x264] Simplify portfile. Use GitHub mirror instead of trying to run git clone.
2018-02-21 20:12:49 -08:00
Alexander Karatarakis
85f2b92958
Merge pull request #2789 from melchi45/master
...
modify pthread download url
2018-02-20 17:41:20 -08:00
Alexander Karatarakis
7f021f9bb8
[glew] Add comment about vcpkg_from_github()
2018-02-20 17:18:50 -08:00
Alexander Karatarakis
3daa3e8f30
Merge pull request #2832 from evpobr/port/matroska
...
[matroska] Initial port
2018-02-20 16:11:10 -08:00
Alexander Karatarakis
4bf37bb3b3
Merge pull request #2831 from miurahr/libgeotiff_fix_xtiff
...
[Libgeotiff] fix xtiff error
2018-02-20 15:31:38 -08:00
Jason Juang
536ddf4bd4
[opencv] sfm module should depend on ceres ( #2829 )
2018-02-20 12:06:37 -08:00
Robert Schumacher
77b07838bf
[blaze] Update SHA512. Fixes #2841 .
2018-02-19 22:25:19 -08:00
Tobias Schwendemann
0e872e6bd1
[tinytoml] Initial port ( #2836 )
...
* [tinytoml] Initial port
This port works only using --head since no tags are provided by the
author.
* [tinytoml] Add stable REF and SHA512
2018-02-19 08:41:25 -08:00
pravic
1874e0108f
[sciter] Update to 4.1.3.5728 ( #2835 )
2018-02-19 08:23:03 -08:00
Robert Schumacher
0f607865f3
[libdisasm][breakpad] Initial commit of breakpad. Improvements to libdisasm.
2018-02-19 08:12:04 -08:00
mmazat
d6ff55a735
port for google cartographer ( #2665 )
...
* initial try to add port files
* updates control and patch
* minor fix
* release is now built
* install succeed
* update to the latest commit
* use cmake to export the symbols in dynamic linkage
* [cartographer] Reformatting and added dependency on ceres[eigensparse]
2018-02-19 06:46:02 -08:00
Hartmut Kaiser
d4004c8ac9
Using vcpkg_from_github() for HPX ( #2830 )
2018-02-17 17:32:19 -08:00
Hiroshi Miura
67d3662845
[libgeotiff] Fix libgeotiff link error
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-18 09:56:27 +09:00
Hiroshi Miura
6f92f7acc5
[libgeotiff] Update patches
...
- Import CMakeLists updates from libgeotiff trunk HEAD.
It makes unify target name among static/shared libs.
- Rebased patches and generated from git format-patch command.
These two patches are as same code as previous one.
- Publish patches on https://github.com/miurahr/libgeotiff
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-18 09:54:19 +09:00
Arkady Shapkin
12b30c0f88
[draco] Update to version 1.2.5 ( #2826 )
2018-02-17 05:02:40 -08:00
Albert Huang
d60b48c32e
Add libpng-apng as a new port ( #2578 )
...
* Add libpng-apng as a new ports definition
* Update portfile to use 7Z to extract patch + fix others
2018-02-17 04:31:26 -08:00
Albert Ziegenhagel
14ef8e2fd2
Fix building boost.mpi ( #2684 )
...
* Fix building boost.mpi
* [boost-*] Remove boost-mpi dependencies to avoid direct dependency on msmpi.
* [boost-build] Bump version with mpi changes
2018-02-17 03:54:43 -08:00
Hiroshi Miura
463775e913
[szip] Fix szip-config.cmake to return SZIP_FOUND ( #2765 )
...
In current implementation, it returns only SZIP_static_FOUND or
SZIP_shared_FOUND.
szip-config.cmake calls check_required_components(SZIP) helper, but
it just set SZIP_FOUND=FALSE when it does not find required componets,
but never set SZIP_FOUND=TRUE.
szip-config.cmake should set SZIP_FOUND=TRUE when it find some
components before calling the helper function.
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-17 03:19:15 -08:00
Arkady Shapkin
18be859328
Ceres and SuiteSparse features ( #2800 )
...
* [suitesparse] Implement optional feature: metis
* [ceres] Implement optional features: lapack, suitesparse, cxsparse, eigen. Closes #2798
* [ceres] Always require Eigen3
2018-02-17 03:16:32 -08:00
Hiroshi Miura
6142925568
[libgeotiff] build and install utility commands ( #2784 )
...
* [libgeotiff] install utility commands
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [libgeotiff] install utility only when release build and unconditionaly copy tool dependencies
* [libgeotiff] fix tool instalation when static and bump version
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-17 03:14:58 -08:00
evpobr
621bde044b
[ebml] Apply path to export missing symbol from DLL ( #2824 )
...
Failed to build libMatroska because of missing SafeReadIOCallback::EndOfStreamX not exported from DLL
2018-02-17 03:14:14 -08:00
Guillaume Lachance
995ab09409
libmupdf version bump ( #2730 )
...
* Add libgta
Libgta is a portable library that implements the Generic Tagged Array (GTA)
file format.
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [libgta] turn off document build and doxygen dependency
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [libgta] add build-dependency
- bzip2, zlib and liblzma
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [libgta] remove dlls when static build
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* Fix typo
* [libgta] update CONTROL
add lf at end of file.
* libmupdf version bump
* [qt5-base] Use system freetype.
* [opencv] Fix UWP and ARM
* [hdf5] Always use config mode for HDF5
* [opencv] Fixup -- apply patch added in previous commit
* [abseil] Add *.inc files. Fixes #2718
* [abseil] Update to 2018-2-5
* Fix for Issue #2729
Allows PowerShell to change the name of the downloaded directory correctly.
* vcpkgRemoveItem: nullcheck
* [cpprestsdk] Update to 2.10.2
* Adding Torch's TH library (#2737 )
Adding Torch's TH library
* [flatbuffers] Fixes #2735
* sobjectizer updated to v.5.5.21
* [nghttp2] Enable static builds
* [nghttp2]: update to 1.30.0 (#2739 )
* [nghttp2]: update to 1.30.0
* [nghttp2] Enable static builds
* Add epsilon library port
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [vcpkg-configure-cmake] Use ninja to configure in parallel (#2712 )
* [curl] Add nghttp2.lib to dependencies of curl
* [vtk] Fix breaking change in find_package(HDF5)
* Merge findFileRecursivelyUp into VcpkgPowershellUtils
* [vcpkgInvokeCommandClean] Don't use -encodedCommand.
Instead, use -Command with the appropriate number of escaped quotes
(which ended up being 3)
* [blosc] Update to 1.13.5
static-install-fix.patch no longer required (upstream contains the patched version).
Resolves build error with VS 15.6 in static builds
* [cgal] Avoid using absolute paths in cmake config file
* Update CHANGELOG and bump version to v0.0.104
* [qt5-base][qtdeploy] Deploy plugin dependencies to the executable's folder.
* Add libgeotiff port
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [libgeotiff] fix install directory for cmake configurations
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* fix tiff detection error when static build
* [libgeotiff] remove installed dlls when static build
* [libgeotiff] update description
* [chipmunk] 7.0.2 initial.
* [recast] 1.5.1 initial.
* [tinydir] 1.2.3 initial.
* [mman] git-f5ff813 initial.
* Update Catch to 2.1.2 (#2763 )
* [vcpkg-ci] Delete intermediate build folders even on unsuccesful builds
* [folly] Workaround bug for VS 15.6
* [pcre] fix space issue and add mirror (fix #2751 )
* [realsense2] Update to v2.10.0
Update realsense2 port to librealsense v2.10.0.
* [libevent] Fix generated libevent targets files
* fixed typo in warning message (#2773 )
* [blaze] update to Blaze 3.3
* [lmdb] Fix possible whitespace problem
* Fix date issue
* add qt5-quickcontrols2
* add qt5-quickcontrols port
* add qt5-graphicaleffects
* change compile order to debug first, fix #2767 (#2785 )
* [liblzma] Add usage information
* [ffmpeg] Allow static builds of ffmpeg (#2783 )
ffmpeg creates static .a libraries, so change the suffix to .lib
* [ffmpeg] Bump version for PR #2783
* [aubio] Update to handle static FFMPEG
* Copy local dependencies for library targets (#2787 )
* Fix for issue #2786
* [vcpkg-cmake-toolchain] Only applocal dependencies for shared libraries
* [uriparser] Update to 0.8.5
* [vcpkg] Implement Default-Features (#2697 )
* [vcpkg] Add Default-Feature to make_status_pgh utility function
Signed-off-by: Squareys <squareys@googlemail.com>
* [vcpkg] Parse "Default-Features" as dependencies and add test for parsing
Signed-off-by: Squareys <squareys@googlemail.com>
* [vcpkg] Document some methods and structures
Signed-off-by: Squareys <squareys@googlemail.com>
* [vcpkg] Add install_default_features_test
Signed-off-by: Squareys <squareys@googlemail.com>
* [vcpkg] Change install_default_features_test to not have preinstalled package
* [vcpkg] Test install behaviour of default features
Signed-off-by: Squareys <squareys@googlemail.com>
* [vcpkg] Implement default features
Signed-off-by: Squareys <squareys@googlemail.com>
* [vcpkg] Test default features upgrade behavior
Signed-off-by: Squareys <squareys@googlemail.com>
* [vcpkg] Implement upgrade with default features
Signed-off-by: Squareys <squareys@googlemail.com>
* [vcpkg] Test behaviour of upgrade with default features in dependencies
Signed-off-by: Squareys <squareys@googlemail.com>
* [vcpkg] Make upgrade install new default features
Signed-off-by: Squareys <squareys@googlemail.com>
* [vcpkg] Move collecting of packages for which to prevent defaults
Further down the line to create_feature_install_plan.
Signed-off-by: Squareys <squareys@googlemail.com>
* [vcpkg] Fix core missing from default features and potential inf loop
Signed-off-by: Squareys <squareys@googlemail.com>
* [vcpkg] Rename, fix and move some tests
Signed-off-by: Squareys <squareys@googlemail.com>
* Updated boost license to 1.66.0 (#2795 )
I was a bit confused to see a reference to "1.65.1" while I was installing 1.66.0, but it turns out this URL is just not updated. This updates it.
* [vcpkg-find-acquire-program] Add mirror for NASM. Fixes #2777 .
* update cuda requirement to 9.0, fixes #2791 (#2802 )
* update cuda requirement to 9.0, fixes #2791
* [cuda] Restore sample version blob
* [vcpkg] http_proxy and https_proxy should be lowercase (#2815 )
Pacman of Msys understands only lowercase environment variables
http_proxy and https_proxy.
* [vcpkg] Add find/find_installed/is_installed for FeatureSpec
Signed-off-by: Squareys <squareys@googlemail.com>
* [vcpkg] Fix build command for packages that depend of features
Signed-off-by: Squareys <squareys@googlemail.com>
* [liblo] Initial port (#2821 )
* [portaudio] Added ASIO support to build
* Update libpng to 1.6.34
* [liblo] Initial port
* Revert "Update libpng to 1.6.34"
This reverts commit ede0bb947b
.
* Revert "[liblo] Initial port"
This reverts commit bb819eb218
.
* [liblo] Initial port
* [liblo] Use vcpkg_from_github() and vcpkg_fixup_cmake_targets()
* [liblo] Fix SHA512
* [openvr] update to 1.0.13 (#2809 )
* [ebml] Initial port. (#2812 )
* [vcpkg] Fix bug with missing dependencies introduced in #2697 (#2819 )
When a package dependency was not found (has no source control file),
install would exit with "Value was null" when trying to install its default
features, as the dependency would be marked erroneously as found in this
case.
Signed-off-by: Squareys <squareys@googlemail.com>
* [vcpkg] Avoid using s::status_known() -- it does not do what you think it does
* [jansson] Update to 2.11 (#2820 )
* [aws-sdk-cpp] update to 1.3.58 (#2810 )
* [mkl] Add port MKL (#2806 )
* [corrade,magnum,-plugins,-extras,-integration] Update to latest and support feature packages (#2687 )
[corrade,magnum,-plugins,-extras,-integration] Update to latest and support feature packages
* [jbig2dec][libmupdf] Extract jbig2dec, remove remaining vendored 3rdparty
2018-02-17 02:31:49 -08:00
evpobr
773622e8c2
[matroska] Initial port
2018-02-17 12:43:25 +05:00
Jonathan Hale
0822a28059
[corrade,magnum,-plugins,-extras,-integration] Update to latest and support feature packages ( #2687 )
...
[corrade,magnum,-plugins,-extras,-integration] Update to latest and support feature packages
2018-02-16 21:25:30 -08:00
Robert Schumacher
267a98536c
Merge pull request #2771 from KindDragon/libevent-targets-fix
...
[libevent] Fix generated libevent targets files
2018-02-16 21:20:07 -08:00
Robert Schumacher
1ea493b5fa
Merge pull request #2779 from cmpute/lmdb
...
[lmdb] Fix possible whitespace problem
2018-02-16 21:19:18 -08:00
Robert Schumacher
5b9046d180
Merge pull request #2781 from hesmar/master
...
* add qt5-quickcontrols2
* add qt5-quickcontrols port
* add qt5-graphicaleffects
2018-02-16 21:18:46 -08:00
Jacob Zhong
ea2e5d7b00
[mkl] Add port MKL ( #2806 )
2018-02-16 21:17:07 -08:00
Jason Juang
a144a32fb2
[aws-sdk-cpp] update to 1.3.58 ( #2810 )
2018-02-16 16:16:29 -08:00
Alexandre Breteau
02c4550f02
[jansson] Update to 2.11 ( #2820 )
2018-02-16 16:16:10 -08:00
evpobr
726695c65c
[ebml] Initial port. ( #2812 )
2018-02-16 14:49:32 -08:00
Jason Juang
31c3fe1aa3
[openvr] update to 1.0.13 ( #2809 )
2018-02-16 14:43:38 -08:00
Stephen Kyne
cc779ce692
[liblo] Initial port ( #2821 )
...
* [portaudio] Added ASIO support to build
* Update libpng to 1.6.34
* [liblo] Initial port
* Revert "Update libpng to 1.6.34"
This reverts commit ede0bb947b
.
* Revert "[liblo] Initial port"
This reverts commit bb819eb218
.
* [liblo] Initial port
* [liblo] Use vcpkg_from_github() and vcpkg_fixup_cmake_targets()
* [liblo] Fix SHA512
2018-02-16 14:42:54 -08:00
Jason Juang
d5cb490fc0
update cuda requirement to 9.0, fixes #2791 ( #2802 )
...
* update cuda requirement to 9.0, fixes #2791
* [cuda] Restore sample version blob
2018-02-15 17:42:35 -08:00
Patrik Huber
0d29d2fe86
Updated boost license to 1.66.0 ( #2795 )
...
I was a bit confused to see a reference to "1.65.1" while I was installing 1.66.0, but it turns out this URL is just not updated. This updates it.
2018-02-14 17:00:25 -08:00
Youngho Kim
7bdf54e6d2
modify glew download url
...
sourceforge download url was deprecated, modifing pthread download url to github url.
2018-02-14 14:10:11 +09:00
Youngho Kim
55ed8a0131
modify pthread download url
...
modify pthread download url
2018-02-14 13:52:02 +09:00
Alexander Karatarakis
50a545fcff
Merge pull request #2780 from Alisayyy-Yang/NewFixDateBranch
...
Fix date issue
2018-02-13 17:20:29 -08:00
Alexander Karatarakis
d1e8095d63
[uriparser] Update to 0.8.5
2018-02-13 16:43:55 -08:00
Robert Schumacher
89bd6330dc
[aubio] Update to handle static FFMPEG
2018-02-13 16:08:04 -08:00
Robert Schumacher
a40559a76d
[ffmpeg] Bump version for PR #2783
2018-02-13 16:05:09 -08:00
Anonymous Maarten
317b2ea082
[ffmpeg] Allow static builds of ffmpeg ( #2783 )
...
ffmpeg creates static .a libraries, so change the suffix to .lib
2018-02-13 16:04:12 -08:00
Robert Schumacher
4fd4c03dd8
[liblzma] Add usage information
2018-02-13 00:01:51 -08:00
Markus Heß
2107d0b051
add qt5-graphicaleffects
2018-02-12 18:13:17 +01:00
Markus Heß
c1f8dadafe
add qt5-quickcontrols port
2018-02-12 18:12:10 +01:00
Markus Heß
bae3fac1cd
add qt5-quickcontrols2
2018-02-12 16:45:29 +01:00
Alisayyy-Yang
32d62b2bfd
Fix date issue
2018-02-12 01:50:04 -08:00
Jacob Zhong
6acb831430
[lmdb] Fix possible whitespace problem
2018-02-12 16:32:33 +08:00
Alexander Karatarakis
cd8fa6f75e
Merge pull request #2774 from cmpute/master
...
[pcre] fix space issue and add mirror (fix #2751 )
2018-02-11 19:31:34 -08:00
Klaus Iglberger
de2160d3e3
[blaze] update to Blaze 3.3
2018-02-11 07:40:02 +01:00
Arkady Shapkin
5da1c13c02
[libevent] Fix generated libevent targets files
2018-02-10 17:50:33 +03:00
Tsukasa Sugiura
a258cf5e88
[realsense2] Update to v2.10.0
...
Update realsense2 port to librealsense v2.10.0.
2018-02-10 23:18:38 +09:00
Jacob Zhong
f676dbe847
[pcre] fix space issue and add mirror ( fix #2751 )
2018-02-10 18:50:12 +08:00
Alexander Karatarakis
641128c603
[folly] Workaround bug for VS 15.6
2018-02-09 22:56:36 -08:00
Alexander Karatarakis
a120c81ebe
Merge pull request #2756 from ivysnow/mman
...
[mman] git-f5ff813 initial.
2018-02-09 21:56:53 -08:00
Alexander Karatarakis
a88bb12887
Merge pull request #2755 from ivysnow/tinydir
...
[tinydir] 1.2.3 initial.
2018-02-09 20:17:51 -08:00
Alexander Karatarakis
4f0528aed4
Merge pull request #2754 from ivysnow/recast
...
[recast] 1.5.1 initial.
2018-02-09 20:17:32 -08:00
Alexander Karatarakis
2c0361ab36
Merge pull request #2753 from ivysnow/chipmunk
...
[chipmunk] 7.0.2 initial.
2018-02-09 20:16:40 -08:00
Alexander Karatarakis
5a22614bae
Merge pull request #2752 from miurahr/libgeotiff
...
Add libgeotiff port
2018-02-09 20:16:21 -08:00
Martin Hořeňovský
ca45a305cf
Update Catch to 2.1.2 ( #2763 )
2018-02-09 10:44:48 -08:00
Ivy Snow
89b2fe67c4
[mman] git-f5ff813 initial.
2018-02-09 17:03:39 +08:00
Ivy Snow
e15a7891d6
[tinydir] 1.2.3 initial.
2018-02-09 16:25:52 +08:00
Ivy Snow
3e0d98cd81
[recast] 1.5.1 initial.
2018-02-09 16:24:58 +08:00
Ivy Snow
8e9e4b5779
[chipmunk] 7.0.2 initial.
2018-02-09 16:24:16 +08:00
Hiroshi Miura
ee84a44871
[libgeotiff] update description
2018-02-09 13:44:45 +09:00
Hiroshi Miura
e8899b37d2
[libgeotiff] remove installed dlls when static build
2018-02-09 13:39:22 +09:00
Hiroshi Miura
fc888e4617
fix tiff detection error when static build
2018-02-09 13:29:00 +09:00
Hiroshi Miura
f68711ed02
[libgeotiff] fix install directory for cmake configurations
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-09 07:24:25 +09:00
Hiroshi Miura
5ef129e880
Add libgeotiff port
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-09 07:24:25 +09:00
Robert Schumacher
73e45b0ce2
[qt5-base][qtdeploy] Deploy plugin dependencies to the executable's folder.
2018-02-08 13:25:45 -08:00
Alexander Karatarakis
dcdbac62b0
Merge pull request #2747 from miurahr/epsilon
...
Add epsilon library port
2018-02-07 20:10:05 -08:00
Robert Schumacher
c2afc5266c
[cgal] Avoid using absolute paths in cmake config file
2018-02-07 19:30:30 -08:00
Alexander Karatarakis
ca1e6d8ab7
[blosc] Update to 1.13.5
...
static-install-fix.patch no longer required (upstream contains the patched version).
Resolves build error with VS 15.6 in static builds
2018-02-07 18:43:10 -08:00
Alexander Karatarakis
cc84f44247
Merge pull request #2746 from eao197/master
...
sobjectizer updated to v.5.5.21
2018-02-07 14:53:59 -08:00
Hiroshi Miura
5983ba633f
Add epsilon library port
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-08 06:39:15 +09:00
Force.Charlie-I
0306f82376
[nghttp2]: update to 1.30.0 ( #2739 )
...
* [nghttp2]: update to 1.30.0
* [nghttp2] Enable static builds
2018-02-07 12:17:25 -08:00
Robert Schumacher
b4676f2dd5
[nghttp2] Enable static builds
2018-02-07 12:12:14 -08:00
eao197
a955024aa1
sobjectizer updated to v.5.5.21
2018-02-07 21:01:59 +03:00
Robert Schumacher
2d324592a4
[flatbuffers] Fixes #2735
2018-02-06 17:11:27 -08:00
Ivan Popivanov
03037c40f7
Adding Torch's TH library ( #2737 )
...
Adding Torch's TH library
2018-02-06 16:53:15 -08:00
Alexander Karatarakis
fdac3f0639
Merge pull request #2726 from miurahr/libgta
...
Add libgta port
2018-02-06 16:29:08 -08:00
Robert Schumacher
3d0ace31e3
[cpprestsdk] Update to 2.10.2
2018-02-06 15:45:13 -08:00
Robert Schumacher
7d96916995
[abseil] Update to 2018-2-5
2018-02-05 18:10:32 -08:00
Robert Schumacher
3eee61838a
[abseil] Add *.inc files. Fixes #2718
2018-02-05 18:08:10 -08:00
Robert Schumacher
efedd6f299
[opencv] Fixup -- apply patch added in previous commit
2018-02-05 18:03:41 -08:00
Robert Schumacher
8d4d308714
[opencv] Fix UWP and ARM
2018-02-05 17:45:10 -08:00
Robert Schumacher
8fde459990
[qt5-base] Use system freetype.
2018-02-05 13:28:10 -08:00
Hiroshi Miura
669b8e0ffd
[libgta] update CONTROL
...
add lf at end of file.
2018-02-05 15:39:50 +09:00
Hiroshi Miura
307a95b068
Fix typo
2018-02-05 14:05:51 +09:00
Hiroshi Miura
59614b1ca4
[libgta] remove dlls when static build
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-05 12:59:12 +09:00
Hiroshi Miura
1721d86856
[libgta] add build-dependency
...
- bzip2, zlib and liblzma
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-05 12:49:54 +09:00
Hiroshi Miura
71996679fa
[libgta] turn off document build and doxygen dependency
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-05 12:43:50 +09:00
Hiroshi Miura
7edd3c7016
Add libgta
...
Libgta is a portable library that implements the Generic Tagged Array (GTA)
file format.
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-05 12:21:48 +09:00
Robert Schumacher
3bb83774a5
[highfive] Update to v1.5. Install cmake targets. Remove boost dependency as optional and does not require build sequencing.
2018-02-02 12:37:22 -08:00
Robert Schumacher
51e8b5da7c
[nlohmann-json] Update to 3.1.0
2018-02-01 17:08:39 -08:00
Alexander Karatarakis
485c0aebf6
[boost] Fix whitespace issues
2018-02-01 15:44:22 -08:00
Alexander Karatarakis
0933498188
[boost] copy pdbs
2018-02-01 13:50:16 -08:00
Robert Schumacher
ee1c60d2c8
Merge pull request #2709 from lazyhamster/libwebp_fixes
...
Fixes for libwebp build.
2018-02-01 13:36:05 -08:00
Robert Schumacher
55b48e77d1
[freeimage] Link webpmux.
2018-02-01 13:35:32 -08:00
Robert Schumacher
4726567639
[boost-vcpkg-helpers][boost] Add autogenerated message
2018-02-01 11:31:46 -08:00
Robert Schumacher
9f09d67608
[flatbuffers] Fix tool location. Fixes #2704 .
2018-02-01 11:27:54 -08:00
Robert Schumacher
a0648c23af
[boost-vcpkg-helpers] Add boost description to generator script
2018-02-01 11:08:12 -08:00
Robert Schumacher
7cb07fcc69
Merge pull request #2710 from podsvirov/boost-restore-the-description
...
[boost] Restore the description
2018-02-01 11:02:39 -08:00
Robert Schumacher
99b2d0ae94
Merge pull request #2702 from horenmar/catch-alias-catch2
...
Make Catch an alias for Catch2
2018-02-01 10:58:18 -08:00
Konstantin Podsvirov
b8c14a9752
[boost] Restore the description
2018-02-01 19:42:32 +03:00
LazyHamster
d2c1aaddc8
Fixed build & install. Added mux library.
2018-02-01 18:06:54 +03:00
Ossowski, Michal
fbe8766466
[hdf5] add cpp feature
...
Required for building caffe
2018-02-01 15:48:40 +01:00
Martin Hořeňovský
0d7213c261
Make catch an alias for Catch2
...
Closes #2310
2018-02-01 12:01:57 +01:00
Alexander Karatarakis
1d8137d513
Merge pull request #2671 from fcharlie/curl_http2
...
curl support http2, use nghttp2
2018-01-31 23:41:06 -08:00
LazyWolf Lin
7cc75cea73
[libodb-mysql] init
2018-02-01 14:54:43 +08:00
Alexander Karatarakis
0e254766fd
[jxrlib] Switch to github
2018-01-31 17:24:35 -08:00
Robert Schumacher
ce93af9972
[poco] Fix embedded copy of pcre in static linking mode. Fixes #2685 .
2018-01-31 14:50:25 -08:00
Alexander Karatarakis
01e327ba9f
Merge pull request #2695 from kobykahane/protobuf_3_5_1
...
[protobuf] update to 3.5.1
2018-01-31 14:09:27 -08:00
Alexander Karatarakis
48d1c6897c
Merge pull request #2694 from fcharlie/nghttp2_update
...
[nghttp2]: update to 1.29.0
2018-01-31 14:02:40 -08:00
Robert Schumacher
b7e1bf8310
Merge pull request #2693 from Alisayyy-Yang/fixLve555Update
...
update live555
2018-01-31 12:32:02 -08:00
Robert Schumacher
76c28ad78e
[gflags] Fix regression in previous gflags update for existing users.
2018-01-31 11:22:35 -08:00
Koby Kahane
b1fea45886
[protobuf] update to 3.5.1
2018-01-31 16:30:03 +02:00
Force Charlie
94caf16dfb
[nghttp2]: update to 1.29.0
2018-01-31 21:34:19 +08:00
Alisayyy-Yang
39e3fa9360
update live555
2018-01-31 02:29:44 -08:00
Alexander Karatarakis
5700754bd1
Merge pull request #2683 from atkawa7/crc32c
...
[crc32c] init
2018-01-30 18:20:38 -08:00
Alexander Karatarakis
d11e683195
Merge pull request #2682 from atkawa7/asmjit
...
[asmjit] init
2018-01-30 18:15:03 -08:00
Alexander Karatarakis
91774037a0
Merge pull request #2680 from atkawa7/yara
...
[yara] init
2018-01-30 18:13:44 -08:00
Alexander Karatarakis
4b05b8551b
Merge pull request #2679 from atkawa7/mujs
...
[mujs] init
2018-01-30 18:13:21 -08:00
Alexander Karatarakis
5fb99849fb
Merge pull request #2678 from atkawa7/muparser
...
[muparser] init
2018-01-30 18:12:52 -08:00
Alexander Karatarakis
867a6664a4
Merge pull request #2653 from ArashPartow/master
...
Add ExprTk package
2018-01-30 17:37:49 -08:00
Alexander Karatarakis
577e533451
Merge pull request #2652 from ArashPartow/master
...
Update StrTk package
2018-01-30 17:02:53 -08:00
Alexander Karatarakis
9c11be336c
Merge pull request #2636 from Godrod/master
...
Fix missing dlls for wxWidgets
2018-01-30 16:54:26 -08:00
Robert Schumacher
4a387a4fd7
[boost-vcpkg-helpers] Fix generator script for boost-test modifications in PR #2672
2018-01-30 15:02:19 -08:00
Robert Schumacher
845fccd72a
Merge pull request #2263 from fquinner/feature-port-openmama
...
Added port for OpenMAMA 6.2.1.SNAPSHOT
2018-01-30 14:53:03 -08:00
Robert Schumacher
6741689094
Merge pull request #2688 from AMDmi3/patch-2
...
Fix incorrect version for soundtouch
2018-01-30 12:30:43 -08:00
Dmitry Marakasov
794b1525d5
Fix incorrect version for jack2
2018-01-30 21:24:13 +03:00
Dmitry Marakasov
d85a5bbc11
Fix incorrect version for soundtouch
2018-01-30 21:22:40 +03:00
Force Charlie
108d13a277
update about HTTP2 TLS
2018-01-30 21:22:53 +08:00
Force Charlie
67889b7fc5
Merge branch 'curl_http2' of github.com:fcharlie/vcpkg into curl_http2
2018-01-30 21:21:08 +08:00
Alexander Karatarakis
13bb9e8d14
Merge pull request #2675 from ivysnow/mpg123
...
[mpg123] fixed: error LNK2001: unresolved external symbol _INT123_dct36_sse
2018-01-30 02:27:38 -08:00
Alexander Karatarakis
ecaafb9b82
Merge pull request #2672 from UnaNancyOwen/fix_boost
...
[boost-test] Fix for VCPKG_BUILD_TYPE
2018-01-30 01:51:21 -08:00
Alexander Karatarakis
fb0c2bb928
Merge pull request #2669 from atkawa7/libopenmpt
...
[libopenmpt] init
2018-01-30 00:54:56 -08:00
Alexander Karatarakis
504eb779d2
Merge pull request #2668 from atkawa7/cccapstone
...
[cccapstone] init
2018-01-30 00:35:57 -08:00
Alexander Karatarakis
c0a41c3ff5
Merge pull request #2667 from atkawa7/libudis86
...
[libudis86] init
2018-01-30 00:30:41 -08:00
Alexander Karatarakis
113d1668e4
[libspatialite] Bump version
2018-01-29 16:49:58 -08:00
Hiroshi Miura
d728defa67
[libspatialite] fix compile error on non-latin env ( #2659 )
...
It has literals with latin chars in a C source.
Unfortunately VC++ recognize source file without BOM as in OEM code not in UTF-8.
It cause a strange behavior of VC++ compiler, and fails with
"epsg_inlined_prussian.c(685): error C2001: newline in constant."
It happens on non-latin Windows such as Japanese(CP932).
It also work when changing Windows configuration
"system locale for non-unicode applications" to latin one such as English(US)(CP432),
but it affects all applications and users in Windows system.
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-01-29 16:49:05 -08:00
George Fotopoulos
e95159b5a6
[forest] New Package ( #2650 )
...
* Add header-only library forest
2018-01-29 16:44:57 -08:00
Robert Schumacher
b2eb87dc71
[qt5-base] Add openssl dependency for Network module and deploy it for applications
2018-01-29 16:08:45 -08:00
atkawa7
bac500fb77
[crc32c] init
2018-01-29 22:59:21 +02:00
atkawa7
226bb6bc2f
[asmjit] init
2018-01-29 22:05:19 +02:00
atkawa7
8374c7d9e2
[yara] init
2018-01-29 20:53:31 +02:00
atkawa7
91518839b9
[mujs] init
2018-01-29 18:55:41 +02:00
atkawa7
9fa540fe69
[muparser] init
2018-01-29 18:13:09 +02:00
Force Charlie
84c0bd3436
Merge branch 'master' of https://github.com/Microsoft/vcpkg into curl_http2
2018-01-29 21:05:10 +08:00
Ivy Snow
babddd9dd7
fixed: error LNK2001: unresolved external symbol _INT123_dct36_sse
...
https://github.com/Microsoft/vcpkg/issues/1976
2018-01-29 18:33:18 +08:00
LazyWolf Lin
c4d8a862c5
Fix error C4996 of GTest in VS2017.
2018-01-29 14:40:26 +08:00
Force Charlie
278ab50c3f
CURL_USE_WINSSL disable HTTP2
2018-01-29 12:40:16 +08:00
Force Charlie
e6712779e7
curl: disable WindowsStore HTTP2 support (nghttp2 not support)
2018-01-28 23:33:38 +08:00
Force Charlie
b45bc18542
curl: only dynamic build support HTTP2
2018-01-28 23:26:48 +08:00
Tsukasa Sugiura
75745ed90d
Fix for VCPKG_BUILD_TYPE
...
Fix for VCPKG_BUILD_TYPE.
2018-01-28 22:24:52 +09:00
Force Charlie
a66490101e
curl enable http2, use nghttp2
2018-01-28 20:26:07 +08:00
atkawa7
36e7f37f89
[libopenmpt] init
2018-01-28 13:14:06 +02:00
atkawa7
7a12e5e25b
[cccapstone] init
2018-01-28 10:08:21 +02:00
atkawa7
bfc283f5b2
[libudis86] init
2018-01-28 09:45:36 +02:00
Tsvetkov Maksim
340ff984cb
[log4cplus] correct path for vcpkg_fixup_cmake_targets ( #2646 )
2018-01-27 23:30:47 -08:00
Robert Schumacher
c835db39e8
[dlib] Fix assert configuration issue in release mode
2018-01-27 16:07:07 -08:00
Robert Schumacher
5c9c1bde53
[qt5-base] Fix missing qtdeploy script in debug builds
2018-01-26 15:47:30 -08:00
Alexander Karatarakis
884afaa9ce
[wincrypt,winsock2] Fix issue: license has been removed from SDK 16299 default installation
2018-01-26 14:25:24 -08:00
Alexander Karatarakis
657d205834
Merge pull request #2644 from jasjuang/openvr
...
[openvr] update to 1.0.12 and use vcpkg_from_github
2018-01-26 13:26:15 -08:00
Alexander Karatarakis
6063e6f133
Merge pull request #2657 from UnaNancyOwen/update_realsense2
...
[realsense2] Update to v2.9.1
2018-01-26 13:25:49 -08:00
Alexander Karatarakis
ee44318556
Merge pull request #2658 from horenmar/catch-2.1.1
...
Update Catch to 2.1.1
2018-01-26 13:25:35 -08:00
Robert Schumacher
f0fea1d588
Merge pull request #2648 from cenit/master
...
[OpenGL] license has been removed from SDK 16299 default installation
2018-01-26 08:53:02 -08:00
Tsukasa Sugiura
366bbc0190
[realsense2] Update to v2.9.1
...
Update realsense2 port to librealsense v2.9.1.
2018-01-27 01:09:19 +09:00
Martin Hořeňovský
6a14c842bf
Update Catch to 2.1.1
2018-01-26 16:46:41 +01:00
ArashPartow
e649c0a46a
Add ExprTk package
2018-01-26 15:48:21 +11:00
ArashPartow
cbf0c07660
Update StrTk package
2018-01-26 15:41:24 +11:00
Alexander Karatarakis
92ad00179c
Merge pull request #2642 from pravic/sciter
...
[sciter] Update to 4.1.2.5717
2018-01-25 17:40:42 -08:00
Stefano Sinigardi
0cf5297a72
license has been removed from SDK 16299 default installation, use a link as a copyright notice like 8.1 sdk
2018-01-25 22:49:44 +01:00
Robert Schumacher
7722798ecb
Merge pull request #2633 from tobiaskohlbau/libzip
...
[libzip] bump to 1.4.0
2018-01-25 13:09:15 -08:00
Tobias Kohlbau
f04a4aee91
[libzip] bump to 1.4.0
...
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2018-01-25 17:47:11 +01:00
jasjuang
d0897e726d
[openvr] update to 1.0.12 and use vcpkg_from_github
2018-01-24 21:49:13 -08:00
pravic
de2396035a
[sciter] Update to 4.1.2.5717
2018-01-25 07:57:33 +03:00
Alexander Karatarakis
9e0e0ebe62
[openssl] Add missing patch
2018-01-24 18:49:03 -08:00
Alexander Karatarakis
ccedc8b433
[openssl] Patch out non-ascii char
2018-01-24 18:43:19 -08:00
Alexander Karatarakis
d4cf299de6
[gflags] Use vcpkg_fixup_cmake_targets() instead of patching
2018-01-24 15:35:01 -08:00
pravic
d0d38919bb
[curl] update to 7.58.0
2018-01-24 11:30:44 +03:00
Godrod
9e00fb932d
Fix missing dlls
2018-01-23 23:23:58 +01:00
Tobias Kohlbau
91f447631d
[curl] add option to build with winssl ( #2631 )
...
Sometimes curl needs to be build with winssl,
use vcpkg install curl[winssl].
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2018-01-23 12:11:15 -08:00
Tsukasa Sugiura
64203615a6
Fix OpenNI2 deploy ( #2627 )
...
* Fix OpenNI2 deploy
Fix to deploy initialization file and drivers.
* [openni2] Adjusting deployopenni2.ps1 paths
* Fix Create Directory of OpenNI2 Drivers
Fix create directory of OpenNI2 drivers.
* Fix Deploy Script Path
Fix deploy script path.
2018-01-23 08:45:23 -08:00
Tobias Kohlbau
3df6043856
[discord-rpc] bump to version 2.1.0
...
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2018-01-23 16:44:13 +01:00
Robert Schumacher
ac509ecbe5
Merge pull request #2620 from atkawa7/libdisasm
...
[libdisasm] init
2018-01-23 07:23:49 -08:00
Robert Schumacher
65ee81b1a2
Merge pull request #2616 from calumr/osg-debug-plugins
...
[osg] Keep debug plugins separate
2018-01-23 07:22:30 -08:00
Robert Schumacher
88815a84b7
Merge pull request #2605 from ivysnow/libwebsockets
...
[libwebsockets] update to 2.4.1
2018-01-23 07:21:20 -08:00
Robert Schumacher
3a60fcfe14
Merge pull request #2602 from ivysnow/mongoc
...
[libbson, mongo-c-driver] update to 1.9.2
2018-01-23 07:18:06 -08:00
Robert Schumacher
ab9991e30a
Merge pull request #2629 from jasjuang/dlib
...
[dlib] update to 19.9
2018-01-23 02:51:11 -08:00
Robert Schumacher
18f44c353d
[msmpi] Accept v8.1.1
2018-01-23 02:50:01 -08:00
jasjuang
bac1ed6b76
[dlib] update to 19.9
2018-01-22 23:01:36 -08:00
Alexander Karatarakis
6dead992fa
Merge pull request #2619 from atkawa7/cgicc
...
[cgicc] init #2550
2018-01-22 13:46:57 -08:00