5794 Commits

Author SHA1 Message Date
Yann Lanthony
029fdb2a6c [openimageio] update to 1.8.9 (#3051)
* [openimageio] update to 1.8.9

* [openimageio] remove '-1' suffix from version name
2018-03-19 05:26:33 -07:00
Johnny Willemsen
06b4452da6 Update to ACE 6.4.7 (#3059)
* ports/ace/CONTROL:
    * ports/ace/portfile.cmake:
2018-03-19 05:26:16 -07:00
Youngho Kim
1e73b6550c bug fixed for librtmp on vcpkg
bug fixed for librtmp on vcpkg because of wrong find_package name for zlib and openssl
2018-03-18 05:35:10 -07:00
Jacob Zhong
d253123055 Add options and documentation for env command (#3007)
* [vcpkg] Add options and documentation for env command

* [vcpkg-env] Cleanup. Add tools/*.
2018-03-18 05:24:19 -07:00
Ugo Pattacini
55e2cccc19 purged empty directory in qt5 (#3028) 2018-03-18 05:13:40 -07:00
Mateusz Loskot
be0e643437 Update FAQ about cleaning downloads and build trees (#3044)
* Update FAQ about cleaning downloads and build trees

Answers #2202 and #2538

* [vcpkg-docs] Add packages folder to list of temporary folders
2018-03-18 04:36:55 -07:00
Stefano Sinigardi
dcb940790b [msmpi] update to v9.0 (#3058) 2018-03-18 04:31:54 -07:00
Daniel Strommen
56560864e9 Include windows.h before including consoleapi.h (#3050)
* Include windows.h before including consoleapi.h

Issue: cpython fails to build against Windows Insider Preview SDK 17115

Root Cause: Failure to include windows.h before other Windows headers (consoleapi.h)

Solution: Include windows.h before consoleapi.h

If you don't include Windows.h before other Windows headers, then your code
is likely to break with new versions of the Windows Platform SDK, as headers
move around or new intraheader dependencies are added.  That is what happened
here.

* Remove redundant consoleapi.h

The documented header for all the console API's is windows.h,
which includes wincon.h which includes consoleapi.h.  Consoleapi.h
used to also include windows.h, but this caused a circular dependency.
So, adjusting this to only include windows.h and omit the consoleapi.h
which is redundant.

* [python3] formatting
2018-03-18 04:31:30 -07:00
Robert Schumacher
d9abd619fa [gdal] Fix regression due to libmysql upgrade 2018-03-18 04:17:26 -07:00
Robert Schumacher
bae7c95b22 [libjpeg-turbo] Disable GETENV/SETENV in UWP. See https://github.com/libjpeg-turbo/libjpeg-turbo/issues/203 2018-03-18 00:33:00 -07:00
Robert Schumacher
adb8edddbb [abseil][exiv2][jsonnet][ms-gsl][nuklear][re2][rs-core-lib][thrift][zeromq][zziplib] Upgrades 2018-03-17 20:10:17 -07:00
Robert Schumacher
33a8ee0a88 [abseil][curl][chakracore][thrift] Upgrades 2018-03-17 20:05:25 -07:00
Daniel
7528c4d525 Fix boost build errors when vcpkg path has spaces (#3054)
* Fix boost build errors when vcpkg path has spaces

Add missing quotes in boost_serialization path

* [boost-modular-build-helper] Bump version due to change

* [boost-modular-build-helper] Quote mpi as well
2018-03-16 01:02:55 -07:00
Robert Schumacher
3a056235b8 [vcpkg] Create minimal package structure even on failure 2018-03-14 16:56:33 -07:00
Robert Schumacher
f1e9e41e7d [nlohmann-json] Update to 3.1.2 2018-03-14 16:53:23 -07:00
Claudio Fantacci
f2c7aeedc0 Fix PCL portfile debug/share error (#2996)
Add missing file(REMOVE_RECURSE /debug/share) that was preventing post-build validation to complete successfully.
2018-03-14 16:49:54 -07:00
Alexander Karatarakis
b912e84a84
Merge pull request #3033 from pravic/curl
[curl] update to 7.59.0
2018-03-14 15:42:10 -07:00
Alexander Karatarakis
d268fd0086
Merge pull request #2906 from cenit/OpenCV_341
[OpenCV] update to 3.4.1
2018-03-14 15:34:24 -07:00
Alexander Karatarakis
04030295c0 [opencv] Fixes for contrib 2018-03-14 15:30:25 -07:00
Robert Schumacher
01c4289d06 [zeromq] Update 2018-03-14 11:34:59 -07:00
Robert Schumacher
4fb24d20ad [jemalloc] Fix corrupted patchfile 2018-03-14 10:55:07 -07:00
Robert Schumacher
c5f93055a0 [vcpkg-cmake-toolchain] Only wrap find_package(Boost) if a boost library is installed. 2018-03-14 09:58:23 -07:00
Robert Schumacher
90c4b8dbb7 [vcpkg] Further refactoring inside build_package() 2018-03-14 09:58:23 -07:00
pravic
f0dc8c109e [curl] update to 7.59.0 2018-03-14 17:51:20 +03:00
itsuhane
b33931c438 Add OpenMesh 6.3(without apps) (#3032) 2018-03-14 07:24:39 -07:00
Robert Schumacher
0ab8f0d69f [libmariadb] Use vcpkg_from_github() and improve conflict check 2018-03-14 03:18:12 -07:00
Robert Schumacher
7eae9c153e [libmysql] Clarify support message 2018-03-14 02:56:49 -07:00
Robert Schumacher
94360c2c65 [vcpkg-find-acquire-program] Handle PERL and NASM on non-windows 2018-03-13 11:35:19 -07:00
Robert Schumacher
d8aed01655 [libjpeg-turbo] Fix non-windows non-linux 2018-03-13 11:34:59 -07:00
Robert Schumacher
51f93e27f1 [abseil][breakpad][cimg][matio][piex][rocksdb][thrift][tiny-dnn][unicorn-lib][unicorn] Updates 2018-03-13 11:16:07 -07:00
Robert Schumacher
40bc3cb716 [libssh] Fix static builds for non-windows 2018-03-13 11:06:52 -07:00
Robert Schumacher
3c7997215b [vcpkg] Improve default triplets for non-windows 2018-03-13 11:06:22 -07:00
Robert Schumacher
6b7c48646b [libmysql] Update to 8.0.4 2018-03-13 08:14:58 -07:00
Robert Schumacher
9de17844e0 [libssh] Only build one flavor at a time, don't build examples. 2018-03-13 07:37:20 -07:00
Robert Schumacher
50a93f0197 [vcpkg] Fix get_executable_path on BSD 2018-03-13 07:32:51 -07:00
Robert Schumacher
c17ce742f0 [libpq] Fix config writing into source dir 2018-03-13 07:32:27 -07:00
Robert Schumacher
f72b46690a [vcpkg] Silence warnings on recent clang 2018-03-13 06:25:59 -07:00
Robert Schumacher
511128b1c0 [openssl] Add BSD-generic64 2018-03-13 06:19:20 -07:00
Robert Schumacher
7142a09344 [vcpkg] Improve non-Windows default triplet detection 2018-03-13 05:56:02 -07:00
Robert Schumacher
9336d5ea84 [vcpkg] Link pthreads 2018-03-13 05:21:17 -07:00
Robert Schumacher
ab09c4a277 [libssh] Bake in LIBSSH_STATIC 2018-03-13 05:09:32 -07:00
Robert Schumacher
81b9ab1291 [vcpkg] Refactor do_build_package and add archive tombstoning 2018-03-13 04:26:00 -07:00
Robert Schumacher
c4457ea6a7 [matio][rocksdb] Fix build 2018-03-13 01:52:00 -07:00
Alexander Karatarakis
990a5d71bf
Merge pull request #3013 from yurybura/master
[rocksdb] Fix build and use debug suffix 'd'
2018-03-12 15:03:50 -07:00
Alexander Karatarakis
2808536e57
Merge pull request #3015 from gouranga/wtl10_7336
[WTL] Update to 10.0.7336
2018-03-12 14:43:55 -07:00
Yury Bura
92eb878b3e Revert version 2018-03-12 23:12:22 +03:00
Yury Bura
ffb7725355 Update versions 2018-03-12 22:44:59 +03:00
yurybura
23a876d217 [gtest] Fix issue #2373 2018-03-12 19:51:25 +03:00
gouranga
f2ab816e81 [WTL] Update to 10.0.7336 2018-03-12 19:45:33 +03:00
yurybura
cc3d12b16b [rocksdb] Fix build and use debug suffix 'd'
[gtest] Fix issue #2373
2018-03-12 19:16:43 +03:00
Robert Schumacher
148cb369d8 [libzip] Upgrade to 1.5.0 2018-03-12 00:51:45 -07:00
Robert Schumacher
ca2194d0ce [evpp] Upgrade to 0.7.0 2018-03-12 00:46:43 -07:00
Robert Schumacher
3421320c83 [evpp] Fix build and use external rapidjson 2018-03-12 00:46:43 -07:00
Robert Schumacher
9f9778ccff [many ports] Improve behavior on Linux and general cleanup 2018-03-11 23:42:54 -07:00
Robert Schumacher
ece289b9a6 [vcpkg] Don't set CMAKE_CROSSCOMPILING when targetting Linux-on-Linux 2018-03-11 23:42:54 -07:00
Robert Schumacher
6d74825741 [vcpkg-fixup-cmake-targets] Remove stray absolute references inside top-level cmake files. 2018-03-11 23:42:53 -07:00
Robert Schumacher
4338ae25a1 [vcpkg] Enable packages to provide cmake wrapper scripts. 2018-03-11 23:42:53 -07:00
Robert Schumacher
7aaa59fc9d [vcpkg] Fix extracting on Windows Server Core. Related to #2518. 2018-03-11 23:42:53 -07:00
Robert Schumacher
a773c59f05 [boost-build] Split out into boost-modular-build-helper and support non-Windows targets 2018-03-11 23:42:53 -07:00
Robert Schumacher
81b58d1868 [vcpkg] Use unzip/zip on non-windows 2018-03-11 23:42:53 -07:00
Robert Schumacher
f56a5e4e94 [vcpkg] Improve defaults for other platforms 2018-03-11 23:42:53 -07:00
Robert Schumacher
ad7fa55bb0 [vcpkg] Improve handling of external toolchains. Extract MSVC settings to a separate toolchain file. 2018-03-11 23:42:53 -07:00
Robert Schumacher
9f3fd252bf [clara][jsonnet][rs-core-lib][thrift] Upgrades 2018-03-11 17:50:01 -07:00
Robert Schumacher
96da24e716 [cimg][doctest][harfbuzz][libwebsockets] Upgrades 2018-03-11 11:52:35 -07:00
Wimok Nopphiboon
971d526d72 [uwebsockets] Update to 0.14.6 (#3001) 2018-03-11 11:49:14 -07:00
Martin Hořeňovský
5bb27b2176 Update Catch to 2.2.1 (#3004) 2018-03-11 09:12:49 -07:00
Robert Schumacher
6670b87c18 [vcpkg] Add VCPKG_DEFAULT_VS_PATH environment variable 2018-03-10 14:19:51 -08:00
Kim Christensen
b7daa881f5 Update OpenExr to 2.2.1 (#2931) 2018-03-10 03:36:22 -08:00
Reyzal
667f34314f Add port quirc (#2949)
* fixed SHA512 sum of the package realsense2

* Add port quirc for #2899

* Add port FastCDR for #2953
2018-03-10 02:59:43 -08:00
Robert Schumacher
a870f5dce8 [ogre] Bump control version 2018-03-10 02:33:56 -08:00
Robert Schumacher
63e1e1f711 [vcpkg] Fix issue in upgrade dependency resolution where self-referencing features cause cycles 2018-03-09 21:59:29 -08:00
Robert Schumacher
ac8b9a13e4 [vcpkg] Enable qualifiers to use ! for inversion 2018-03-09 19:18:08 -08:00
Robert Schumacher
e4372468a0 [cgal] Use commit SHA to ensure a stable reference 2018-03-09 17:55:29 -08:00
Robert Schumacher
8d70abd134 [libxml2] Fix vcpkg toolchain helper 2018-03-09 13:38:58 -08:00
Alexander Karatarakis
6dbc38d3a0
Merge pull request #2932 from cenit/dev/cenit/ogre_upd
[ogre] update to v1.10.11
2018-03-09 12:58:01 -08:00
Alexander Karatarakis
e94352fabf
Merge pull request #2987 from jasjuang/alembic
[alembic] update to 1.7.6
2018-03-09 12:57:28 -08:00
Alexander Karatarakis
a7b48984b2
Merge pull request #2962 from jclay/master
[cgal] update hash for 4.11.1
2018-03-09 12:53:34 -08:00
Robert Schumacher
4bf7b42571 [rocksdb] Disable optional dependencies to improve reliability. 2018-03-09 06:08:45 -08:00
Michał Janiszewski
d5ca663039 [libzip] Update with latest patches (#2990) 2018-03-09 01:41:40 -08:00
Robert Schumacher
965e99cf26 [rttr] Fix executables. Fix read-only permissions. 2018-03-08 23:51:55 -08:00
Nagy-Egri Máté Ferenc
a506559ba9 Add package clBLAS (#2944)
* v2.12.2 ships outdated FindOpenCL.cmake

* clBLAS installs, passes checks, usable by 3rd party

* Added usage file

* [clblas] Convert to using a patch file

* [clfft] Revert removal of FindOpenCL -- this can be done, but it will require additional source patching
2018-03-08 21:28:00 -08:00
Robert Schumacher
7955320bf3 [msix] Initial commit of 1.0 2018-03-08 15:37:01 -08:00
Robert Schumacher
f9ee8fd6b5 [soundtouch][winpcap] Clear sources between builds to improve reliability 2018-03-08 11:12:22 -08:00
Robert Schumacher
9574b71cab [abseil][clara][fdk-aac][jsonnet][ms-gsl][nuklear][re2][rs-core-lib][thrift][tiny-dnn][yaml-cpp] Updates 2018-03-08 11:12:04 -08:00
jasjuang
32b36ae3fa [alembic] update to 1.7.6 2018-03-07 22:33:04 -08:00
Yann Lanthony
82ce7b2c2f [geogram] update to 1.6.0 (#2965)
* [geogram] update to 1.6.0

+ fix corrupted patch

* [changelog] Revert change to previous updates
2018-03-07 17:56:38 -08:00
LazyWolf Lin
e629afa182 Install sodium.h (#2986) 2018-03-07 17:38:30 -08:00
Robert Schumacher
d397658836 [azure-storage-cpp] Upgrade to 3.2.0 2018-03-07 17:35:13 -08:00
congzhangzh
a6d56f88e5 add armadillo (#2954)
* init add armadillo

* [armadillo] Disable wrapper lib. Generate appropriate cmake usage information.
2018-03-07 17:19:20 -08:00
Robert Schumacher
1b4bc5e27e [vcpkg] Add case for exe path discovery for macos 2018-03-07 15:01:49 -08:00
W1m0k
864ddcd681 [uwebsockets] Update to 0.14.5 (#2976)
* [uwebsockets] Update to 0.14.5

* [uwebsockets] Use vcpkg_from_github
2018-03-07 14:21:52 -08:00
David Nerjes
58e8c96de0 [entt] inital port (#2984)
* [entt] inital port

* [entt] Remove unneeded vcpkg_configure_cmake step
2018-03-07 14:16:07 -08:00
Robert Schumacher
41c6741b21 [c-ares] Fail fast check for uwp 2018-03-07 12:06:30 -08:00
Robert Schumacher
a759caf15e [gsl] Fix finding release libs in debug configurations. Fixes #2982. 2018-03-07 11:56:21 -08:00
Robert Schumacher
7221344fd8 [libmysql][chakracore] Add fast fail for uwp 2018-03-07 11:10:12 -08:00
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
Bruce Jones
ae1ce5aaa7 applocal-deps applied to MODULE_LIBRARY target too (#2972)
* Fix for issue #2786

* [vcpkg-cmake-toolchain] Only applocal dependencies for shared libraries

* applocal-deps applied to MODULE_LIBRARY target too
2018-03-07 10:17:52 -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