Commit Graph

6060 Commits

Author SHA1 Message Date
LRFLEW
848233b137 Update libpng cmake wrapper for dynamic libraries (#4590)
* Update libpng cmake wrapper for dynamic libraries

* [libpng] Bump control version

* [libgd] Fix parallel source directory writes
2018-11-07 23:57:08 -08:00
Markus Leuthold
550c9422ad add missing dependency for openvdb[tools] (#4271) 2018-11-07 23:54:29 -08:00
Etienne Dechamps
75744206ed [portaudio] Enable debug output (#4592)
* [portaudio] Enable debug output.

This is enabled by default in the original MSVC project in the PortAudio
distribution, but not in their CMake build. This commit fixes the
regression.

I don't think there are any performance concerns with this, as PortAudio
(AFAICT) does not log from performance-critical code.

Note that this change might still be somewhat controversial, because
PortAudio will by default dump its debug output directly to stderr,
which is not particularly nice. However, the alternative is not having
any way for end users to troubleshoot PortAudio issues at all, which
IMHO is worse. Applications can always call
`PaUtil_SetDebugPrintFunction()` to redirect the output away from
stderr, and I encourage them to do so.

* [portaudio] Bump control version
2018-11-07 23:50:51 -08:00
Maxime GIMENO
130bd6f868 CGAL: Fix CMakeConfig.cmake (#4655)
* Fix CMakeConfig

* [cgal] Bump control version
2018-11-07 23:50:15 -08:00
Stanislav Ershov
8407472fb2 [entt] Update to version 2.7.3 (#4649)
* [entt] Update to version 2.7.3

[entt] Support cmake targets

* [entt] Fix non-windows cmake targets
2018-11-07 23:49:02 -08:00
Jayesh Badwaik
5459adf5de [pixel] added support for dascandy/pixel (#4637)
* + added support for dascandy/pixel

* [pixel] Cleanup comments

* [SDL2] Add SDL2::SDL2{,-static} wrapper

* [pixel] update to v0.2

  - fixes linking problem against SDL2

* [pixel] Bump control version
2018-11-07 23:48:23 -08:00
Etienne Dechamps
52b2759a75 [portaudio] Add pa_win_waveformat.h to public includes (#4582)
* [portaudio] Add pa_win_waveformat.h to public includes.

pa_win_wasapi.h includes pa_win_waveformat.h, so it has to be
distributed for pa_win_wasapi.h to be usable.

* [portaudio] Bump control version
2018-11-07 23:45:26 -08:00
Stefan Ivanov
40af541c50 [rapidcheck] Add initial support for RapidCheck (#4605)
* Add initial support for RapidCheck

Create a portfile for the C++ property-based testing library RapidCheck.
This port is relatively straight forward but there are a couple of caveats:
 * The current port uses a branch from a fork that I modified as the CMake installation logic had some problems.
   The library was almost exclusively used by being added as a subfolder so the CMake export machinery was probably not well tested.
 * The changes are going to get merged into the main repository eventually and then it would be possible to change where the source
   code is downloaded.

I am unaware when the main RapidCheck library maintainer will accept my pull request, so it is better to have this library in VCPKG
sooner, rather than later.

* Update the RapidCheck portfile to download the library sources for the main repository

 * Since the maintainer of RapidCheck very quickly merged the required CMake modifications
   to enable the proper installation of the library, it is better to now use the official
   repository's master branch.
 * Change the versioning of the library to be based on the date of the git reference chosen
   since rapid check does not have an explicit versioning scheme.

* Update rapidcheck and modify configuration step

* [rapidcheck] Tidy
2018-11-07 23:44:36 -08:00
MilesYang
17870d0fdd add igloo port (#4657)
* add igloo port

* [igloo] Use vcpkg_from_github

* add snowhouse
2018-11-07 23:43:13 -08:00
eao197
c6f4bb5aca sobjectizer updated to v.5.5.23 (#4668) 2018-11-07 23:42:01 -08:00
Alexander Neumann
4aba36cd38 Qt version bump 5.11.2 (#4629)
* Qt 5.11.2 version bump

* removed unecessary qt patch

* fix wrong hash for qt5-networkauth
2018-11-07 14:49:47 -08:00
Joseph Davies
799de417ea [opus] Update to 1.3. (#4580) 2018-11-07 14:44:38 -08:00
Casey Carter
2fe74dae99
Merge pull request #4669 from Microsoft/dev/alkarata/rangev3
Dev/alkarata/rangev3
2018-11-07 08:52:21 -08:00
Etienne Dechamps
9ad166279c [portaudio] Copy PDB files. (#4583)
This helps with debugging. According to
docs/maintainers/vcpkg_copy_pdbs.md this should always be done.
2018-11-06 18:26:01 -08:00
Tobias Markus
2253ec837a [SDL2 TTF] Fix package name in find_package (#4596) 2018-11-06 18:04:07 -08:00
Lyle Tafoya
ab0212d693 Fixes #4464 GLFW3 dynamic build failure on Linux (#4467)
* Fixes #4464 GLFW3 dynamic build failure on Linux

* [glfw3] Use vcpkg_from_github and remove outdated patch

* [glfw3] Note dependency on xcursor
2018-11-06 17:50:54 -08:00
Sergey Sychugin
eaf30a4221 [fftw] Update to 3.3.8 (#4269) 2018-11-06 17:43:59 -08:00
Andy Li
a0d6a2925c [Sqlite3] update to 3.25.2 (#4600)
* [Sqlite3] update to 3.25.2

* [sqlite3] Use vcpkg_extract_source_archive_ex
2018-11-06 17:29:12 -08:00
Lars Ivar Hatledal
bed365bfae add fmi4cpp port (#4650) 2018-11-06 17:07:46 -08:00
Tom Henoch
2c72e57bf4 aixlog port (#4660) 2018-11-06 14:26:03 -08:00
atkawa7
087691c94a fdlibm init (#4165)
* fdlibm init

* fix links

* Fix different hashes creation with google host

* Move functions to script

* Fix documentation

* [vcpkg_from_git] Add SHA512 argument, switch to zip to better support Windows.

* [fdlibm] Trigger rebuild

* [vcpkg_from_git] Use FETCH_HEAD reference to support tags
2018-11-06 13:56:40 -08:00
Force.Charlie-I
1c01a56dc8 [nghttp2] update 1.34.0 (#4621)
* [nghttp2] update 1.34.0

* [ports] update nghttp2 to 1.34.0
2018-11-04 11:35:31 -08:00
Stanislav Ershov
eebb20eee7 [nlohmann-json] Update to 3.4.0 (#4619) 2018-11-04 11:33:51 -08:00
Mark Ian Holland
dfa01ba5ff [linalg] inital port (#4625) 2018-11-04 11:29:53 -08:00
Tobias Markus
f11fd8aa5d [fribidi] new port (#4627) 2018-11-04 11:28:27 -08:00
Johnny Willemsen
ccafb56411 [ace] Retrieve source package from github which has much more bandwidth (#4628)
* ace 6.5.2

* [ace] Retrieve source package from github which has much more bandwidth as download.dre

* [ace] Use previous filename
2018-11-04 11:27:02 -08:00
Tsukasa Sugiura
4ef6ddddd2 [opencv] Update to OpenCV 3.4.3 (#4636)
Update opencv port to OpenCV 3.4.3.
2018-11-04 11:24:45 -08:00
Farwaykorse
01371c88e7 [nanodbc] add support for install --head (#4641)
* [nanodbc] add support for use of --head

* single line copyright handler

* support cmake targets for v2.13
2018-11-02 16:17:07 -07:00
Koby Kahane
91ba6e4631 [rocksdb] update to v5.15.10 (#4342)
* [rocksdb] Update to v5.15.10

* [rocksdb] Cleanup

* [rocksdb] Fix cmake targets name.

* [toolchains] Set NDEBUG in release

* [rocksdb] Disable vcpkg_test_cmake due to misbehavior in x64

* [tiff] Use lzma on linux
2018-11-01 20:47:44 -07:00
Robert Schumacher
cc3fae8e5c
[xerces-c] Avoid building executables (#4576) 2018-11-01 19:47:20 -07:00
Casey Carter
5b41d50f97 range-v3: update the commit; don't build tests 2018-10-31 14:58:06 -07:00
Alexander Karatarakis
70cf49fac2 [range-v3] Update. Use ericniebler/range-v3 even for Windows 2018-10-30 14:10:41 -07:00
Raynor Vliegendhart
b084ab0103 [libgeotiff] Install doc files into the correct place (#4593)
* [libgeotiff] Install doc files in the correct place

The original portfile put documentation (authors, readme, etc.) inside
of vcpkg/installed/<triplet>/doc. This commit modifies the portfile such
that the files are installed to
vcpkg/installed/<triplet>/share/libgeotiff/doc instead.

* [libgeotiff] Bump version

* [libgeotiff] Avoid file(INSTALL)
2018-10-28 14:51:30 -07:00
John Farrier
c23a7f5c9a [celero] Update Celero to v2.4.0 (#4585)
* Upgrade Celero to v2.2.0

* [celero] Fix installed cmake targets

* Updated to Celero v2.4.0
2018-10-28 12:56:27 -07:00
Farwaykorse
5bea5abe39 [uriparser] Update to 0.9.0 (#4587) 2018-10-27 14:44:49 -07:00
Robert Schumacher
3270a9a469 [entityx] Fix osx build by enabling c++14 2018-10-27 12:50:27 -07:00
Robert Schumacher
74d385ff16 [tiff] Disable use of liblzma in uwp to enable building 2018-10-26 21:37:51 -07:00
Robert Schumacher
c538d6d996 Upgrades 2018.10.25 2018-10-26 18:49:29 -07:00
Agustín Rodríguez
f5c8349a85 [websocketpp] update to 0.8.1 (#4554)
* [websocketpp] update to 0.8.1

* [websocketpp] Fix config file
2018-10-26 10:25:35 -07:00
Ignat Loskutov
f0cd4479e8 [pixman] fix compilation on linux (#4570) 2018-10-26 09:28:03 -07:00
Robert Schumacher
ff49020538 [openssl-unix] Consider CMAKE_OSX_SYSROOT 2018-10-25 15:55:33 -07:00
myd7349
30d5f95986 [double-conversion] Remove unnecessary patch (#4321)
* [double-conversion] Remove unnecessary patch

* [double-conversion] Small portfile improvement

* [double-conversion] Provoke rebuild
2018-10-25 15:53:48 -07:00
Glen Knowles
8174938d50 [dimcli] Update to 4.0.1 (#4549)
* [dimcli] update to 3.1.1

* [dimcli] Update to 4.0.1

* [dimcli] Remove quotes around project name
2018-10-25 15:27:36 -07:00
Jonathan Hale
aba5a4abec [corrade/magnum/-extras/-integration/-plugins] Update to 2018.10 (#4556)
Signed-off-by: Squareys <squareys@googlemail.com>
2018-10-25 15:26:05 -07:00
Agustín Rodríguez
526b53b493 [socket-io-client] new port (#4557) 2018-10-25 15:24:32 -07:00
Roger Leigh
6d5eba6a6d xalan-c: Install headers correctly (#4565)
* Add SKIP_CLEAN option to vcpkg_install_msbuild

Also add vcpkg_clean_msbuild function to factor out clean
logic and allow re-use in portfiles.

* xalan-c: Correct header globbing

* vcpkg_install_msbuild: SKIP_CLEAN documentation correction

* [xalan-c] Add explicit check for localmsgindex header.
[docs] Regenerate
2018-10-25 12:34:45 -07:00
Robert Colton
03f4ab3808 Qscintilla Namespace Fix (#4332)
* fix da qt5

* fix qt config duplication

* [qt5-base] Use vcpkg_extract_source_archive_ex
[sqlite3] Enable SQLITE_ENABLE_COLUMN_METADATA

* define SCI_NAMESPACE for qscintilla port

* [qscintilla] Bump control version

* [qscintilla] Fix spacing. Slightly modernize.
2018-10-25 12:01:44 -07:00
bobk2824
a4403276a2 New package: Native Windows C++ library for EMC ECS S3 REST support (#4035)
* [ecsutil] Initial commit of 1.0.1.2

* [ecsutil] Simplify and use vcpkg_install_msbuild

* [ecsutil] Commit missing patch

* [ecsutil] Remove empty bin directories
2018-10-25 12:00:40 -07:00
Neil McNeight
4bc01b00e0 [sdl1][sdl1-net] Add new port for SDL v1.2.15 & SDL_net v1.2.8 (#4492)
* [sdl1][sdl1-net] Add new port for SDL v1.2.15 & SDL_net v1.2.8
* Version 1.2 is still required for building DOSbox

* [sdl1][sdl1-net] Revise to install to expected paths
* Headers go in include\ instead of include\SDL1
* Use updated .sln and .vcxproj files

* [sdl1] Modernize
2018-10-25 11:57:39 -07:00
Robert Schumacher
ac85ec3ac7 [scintilla] Update to 4.1.2 2018-10-25 11:50:23 -07:00
Jiri Appl
3d2b540173 Enable Windows ARM32 build of OpenSSL LTS (#4525)
* Enable Windows ARM32 build of OpenSSL

* [openssl-windows] Bump control version

* [vtk] Fix hardcoded install paths

* [osgearth] Backport VS2017u8 fix
2018-10-25 11:47:58 -07:00
Violet Giraffe
97e9d96715 libbson installation issue on Linux fixed (#4561)
* libbson installation issue on Linux fixed

* [libbson] Modernize
2018-10-25 11:07:35 -07:00
Robert Isaacs
f21d4f17e4 Include libpq-events header file (#4559)
* Include libpq-events header file

Missing the libpq events header file. This file is needed to use the asynchronous libpq interfaces.

* [libpq] Bump control version
2018-10-25 11:06:54 -07:00
Robert Schumacher
7f6b4fed7e [libssh] Use more stable link to patch 2018-10-25 10:28:09 -07:00
Robert Schumacher
ff659ef957 [gdal] Fix build failure in finding license file 2018-10-25 10:28:09 -07:00
Robert Schumacher
59c6669b41 [winpcap] Clean build slightly 2018-10-25 10:28:09 -07:00
Robert Schumacher
4cf611c2e6 [rttr] Don't build benchmarks 2018-10-25 10:28:08 -07:00
Robert Schumacher
66107362b1 [libwebm] Avoid building executables 2018-10-25 10:28:08 -07:00
Robert Schumacher
ece1e7a67a [assimp] Requires rapidjson 2018-10-25 10:28:08 -07:00
Robert Schumacher
bdb1ae9907 [tiff] Use lzma on linux 2018-10-25 10:28:08 -07:00
Robert Schumacher
2b555061ce [hunspell] Avoid building tools when targetting UWP 2018-10-25 10:28:08 -07:00
Robert Schumacher
7b0ca5d022 [flann] Fix parallel configure 2018-10-25 10:28:08 -07:00
Robert Schumacher
9cb0f3c8ae [rapidjson] Fix #error on arm64 2018-10-25 10:28:08 -07:00
Robert Schumacher
854a1e474e [fastcdr] Fix installed cmake files 2018-10-25 10:28:08 -07:00
Robert Schumacher
9b7d93425f [entityx] Fix parallel configure 2018-10-25 10:28:08 -07:00
Robert Schumacher
e80548e13d [openimageio] Improve robustness 2018-10-25 10:27:26 -07:00
Robert Schumacher
9c62c6a37a Upgrades 2018.10.11 2018-10-25 10:27:26 -07:00
Robert Schumacher
949c038143 [cpprestsdk] Improve websockets feature 2018-10-25 10:21:25 -07:00
Erwan BERNARD
6afbceb27f [realsense2] fix executable cleaning 2018-10-25 18:32:23 +02:00
Erwan BERNARD
3705800204 [realsense2] fix quotation mark in cmake command 2018-10-25 11:36:31 +02:00
Roger Leigh
6f2bc84506 [xerces-c] Update to 3.2.2 (#4246)
* [xerces-c] Update to 3.2.2

* [xalan-c] Build against xerces-c 3.2.2 and include extra patches

* [xalan-c] Use new vcpkg_extract_source_archive_ex()

* [xerces-c] Use vcpkg_fixup_cmake_targets

* [xerces-c] Disable vcpkg_test_cmake due to misbehavior in x64

* [xerces-c] Remove bin directory when building static

* [xalan-c] Modernize
2018-10-24 12:50:57 -07:00
Danny Angelo Carminati Grein
be7cd68773 Correctly configure GTK3 to reflect recomended stable release settings (#4211)
* Correctly configure GTK3 to reflect recomended release settings

GTK/Glib packaging guidelines recomends a release build to use debugging
facilities set to level 'minimum'. Disabling this is officially not
recomended for stable releases. For more info read the following link,
the section `--enable-debug`.

https://developer.gnome.org/glib/stable/glib-building.html#extra-configuration-options

* [gtk] Bump control version
2018-10-24 12:45:09 -07:00
Robert Schumacher
ffa114aaa4 [ecsutil] Remove empty bin directories 2018-10-24 12:41:19 -07:00
Robert Schumacher
fed89a9625 [mpir] Fix Linux builds 2018-10-24 12:36:26 -07:00
Alexander Karatarakis
c6552cba45
Merge pull request #4449 from Cheney-W/UpdateLiblinearSHA512
[Liblinear]Update the SHA512
2018-10-23 17:00:01 -07:00
ryanfitzsimon
c99f891b30 [libusb] Update to 1.0.22 (#4508)
* [libusb] Update to 1.0.22

* Update version to v1.0.22 tag instead of non-release commit hash.

* Remove libusb-usbdk output library.

The two Windows backends have been unified. The UsbDk backend is
selectable at runtime using the function libusb_set_option().

* Remove libfreenect2 patch (changes integrated upstream).

* Tidy up portfile.

* [libusb] Use vcpkg_install_msbuild()

* [libfreenect2] Add missing libjpeg-turbo dependency
2018-10-23 16:48:32 -07:00
Stefan Wurzinger
55f53c385e [portaudio] fix wasapi support (#4236) (#4517)
* [portaudio] fix wasapi support (#4236)

* [portaudio] Bump control version; prefer vcpkg_extract_source_archive_ex
2018-10-23 16:43:28 -07:00
Robert Schumacher
a1fe9544fd [qt5-base] Update qtdeploy.ps1 to generate qt.conf, qml, and qtquick. Fixes #2857. 2018-10-23 15:12:57 -07:00
Robert Schumacher
8d62a87448
[cpprestsdk] Add feature for websockets (#4530) 2018-10-23 13:05:43 -07:00
Robert Schumacher
8675caad70 [azure-storage-cpp] Upgrade to 5.2.0 2018-10-23 11:37:11 -07:00
Arkady Shapkin
2884e55e6c Update suitesparse (#4515)
* [metis] Small minor portfile improvements

* [suitesparse] Update to version 5.1.2
2018-10-23 11:03:42 -07:00
Robert Schumacher
b0e3843b0d [websocketpp] Modernize 2018-10-23 10:47:05 -07:00
ken2812221
2d13eb83e8 [berkeleydb] define unicode macro to make the api utf-8 (#4521) 2018-10-23 09:49:05 -07:00
Maciej Patro
4a11ac2d5d [trompeloeil] add new port (#4524)
* [trompeloeil] add new port

* [trompeloeil] Modernize
2018-10-23 09:47:58 -07:00
Bob Kast
230d795ae3 Merge branch 'master' of https://github.com/EMCECS/vcpkg
# Conflicts:
#	ports/ecsutil/CONTROL
#	ports/ecsutil/portfile.cmake
2018-10-23 09:06:58 -04:00
Robert Colton
473d63c4ed Qt 5.11 and static build fixes (#4164)
* fix da qt5

* fix qt config duplication

* [qt5-base] Use vcpkg_extract_source_archive_ex
[sqlite3] Enable SQLITE_ENABLE_COLUMN_METADATA

* [qt5-*] Update sub-portfiles

* qt5-base WIP

* [qt5] Fix Could not find qmlcachegen.exe

* [qt5-activeqt] Fix SHA512

* [qt5-base] Fix static builds

* [qt5-base] Bump control version

* [qt5-base] Restore removal of qmake dependencies

* [qt5-base] Partially revert #3280

* [qt5-base][vcpkg_build_qmake] Fix Qt5Bootstrap.lib issues
2018-10-22 10:49:16 -07:00
Matthias Schmieder
cba23fe693 Fix boost compile & linker flags (#3871)
* making sure there is a leading <compileflags> even if CMAKE_CXX_FLAGS do not start with a whitespace

* making sure there is a leading <compileflags> even if CMAKE_CXX_FLAGS do not start with a whitespace

* full support for CXXFLAGS, CFLAGS and LDFLAGS throughout the boost-modular-build-helper

* [boost-modular-build-helper] Bump version and use CMAKE_* macros since the VCPKG_* macros are not passed in

* [boost-type-erasure] Depend on boost-thread even in UWP
2018-10-22 09:29:54 -07:00
Tom Henoch
13e4ca6587 plustache inital port (#4261)
* plustache port

* [plustache] Prefer static linking

* [plustache] Requires boost-algorithm
2018-10-22 09:08:46 -07:00
Tom Henoch
2db456f44a Reproc initial port (#4263)
* reproc initial port

* Remove portfile debug output

* Fix Cmake files path

* [reproc] Update to v1.0.0

* [reproc] Fix hash for v1.0.0
2018-10-22 09:08:19 -07:00
Agustín Rodríguez
0720fd2463 [libtins-4.0] new port (#4495)
* added libtins port

* [libtins] Modernize

* [libtins] Add missing winpcap dependency. Build static libs.
2018-10-22 09:04:13 -07:00
Erwan BERNARD
03266cc498 [orc] add apache orc library (#4496)
* [orc] add apache orc library

* [orc] Simplify patch. Note in usage that no targets are available. Don't build tools on windows because they are not supported.

* [orc] Move tools to tools/orc/ to fix Linux build.

* [orc] fix tools ouput folder
2018-10-22 04:25:37 -07:00
Alexander Karatarakis
4f583e6a99
Merge pull request #4366 from jadedrip/llvm-7.0.0
update llvm to 7.0.0
2018-10-20 15:51:52 -07:00
Robert Schumacher
17766ecd8c [devil] Fix static builds 2018-10-20 14:00:35 -07:00
Robert Schumacher
f520aacf0e [libmariadb] Fix /MD for static libs. Fixes #4493. 2018-10-20 13:58:28 -07:00
Carlos O'Ryan
12a0a9989b Fix crc32c CMake configuration directory. (#4509)
* Fix crc32c CMake configuration directory.

The port was installing the CMake configuration files for Crc32c in
share/crc32c/Crc32c/Crc32cConfig.cmake, where find_package() cannot
find them.  They should be installed in share/crc32c/Crc32cConfig.cmake.

* [crc32] Lowercase share directory
2018-10-20 13:19:50 -07:00
Michele Caini
2e0338ce93 uvw port (#4510) 2018-10-20 13:19:05 -07:00
Michele Caini
363d924a23 updated port (#4511) 2018-10-20 13:18:41 -07:00
Ashley Davis
fb4c51f997 Add tmxparser port (#4512)
* Add tmxparser port

* [tmxparser] Keep only one flavor
2018-10-20 13:17:45 -07:00
myd7349
1e78b6e213 [mio] Add new port (#4503)
* [mio] Add new port

* [mio] Clean

* [mio] Use vcpkg_fixup_cmake_targets
2018-10-19 09:11:27 -07:00
myd7349
560ff74a5c [pegtl] Update to 2.7.1 (#4504) 2018-10-19 09:09:01 -07:00
Robert Schumacher
725cbbd47e [libssh] Update to 0.7.6. Fixes #4494. 2018-10-19 04:27:01 -07:00
Robert Schumacher
9b21ff9612 [ecsutil] Commit missing patch 2018-10-19 03:00:39 -07:00
Robert Schumacher
13ec697c39 [ecsutil] Simplify and use vcpkg_install_msbuild 2018-10-19 02:55:52 -07:00
Robert Schumacher
1d59b34d6f [ecsutil] Initial commit of 1.0.1.2 2018-10-19 02:34:26 -07:00
myd7349
d45c9779a7 [docopt] Add new port to fix #3935 (#4343)
* [docopt] Add docopt.cpp to fix #3935

* [docopt] Cleanup

* [docopt] Disable vcpkg_test_cmake due to misbehavior on x64

* [docopt] Install only one flavor (static/shared)
2018-10-17 11:52:23 -07:00
Koby Kahane
0fe909718c [cryptopp] update to 7.0 (#4346)
* [cryptopp] update to 7.0

* [cryptopp] Fix Linux builds
2018-10-17 11:51:09 -07:00
Neil McNeight
82eb85df41 [libyaml] Add new port for libyaml v0.2.1 (#4484)
* [libyaml] Add new port for libyaml v0.2.1

* [libyaml] Cleanup
2018-10-17 11:46:46 -07:00
Robert Schumacher
e7a37f14a8 [protobuf] Disable building the lite runtime. Resolves https://github.com/protocolbuffers/protobuf/issues/4925. 2018-10-17 04:38:15 -07:00
Jens Weggemann
611b87955b [vulkan-memory-allocator] Initial port for release 2.1.0 (#4482)
* [vulkan-memory-allocator] Initial port for release 2.1.0

Port for https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator, current release 2.1.0.

* [vulkan-memory-allocator] Simplification; avoid usage file if not required. Use unofficial- prefix for targets.
2018-10-16 10:05:57 -07:00
Tsukasa Sugiura
d5828e6df6 [pcl] Add option introduced in upstream/HEAD (#4462)
Add PCL_BUILD_WITH_QHULL_DYNAMIC_LINKING_WIN32 option introduced in upstream/HEAD.
2018-10-16 03:44:01 -07:00
Erwan BERNARD
d798fd3040 [flatbuffers] fix executable remaining in bin folder (#4294)
* [flatbuffers] fix executable remaining in bin folder

* [flatbuffers] clean portfile for flatc executable
2018-10-16 02:27:22 -07:00
Tom Henoch
de7bc03245 Initial restbed port (#4232)
* Restbed port

* [restbed] Disable tests to simplify build. Only build one flavor.
2018-10-16 01:59:33 -07:00
Alexander Karatarakis
5d0b56d7c1 [cpprestsdk] Fix fixup_targets for new versions of cpprestsdk 2018-10-15 21:32:28 -07:00
hesiod
4568b57ad7 [glbinding] Update to v3.0.2 (#4405)
* Update glbinding to v3.0.2

Because glbinding introduced a new auxiliary library glbinding-aux the
CMake export/config file organization had to be changed.

* [glbinding] Simplify targets handling. General port cleanup. Force system-style install on all platforms.

* [glbinding] Fix glbinding-config.cmake

* [globjects] Pin forward to handle changes in glbinding 3.x
2018-10-15 19:02:05 -07:00
hlysunnaram
9bc8ed32d1 [geos] update to 3.6.3 (fix port build) (#4433)
* [geos] update to 3.6.3

* [geos] Slight modernization

* [geos] Move geos-config to /share/geos/

* [geos] Make share/geos directory
2018-10-15 18:56:14 -07:00
Alexander Karatarakis
76ea5e321c
Merge pull request #4473 from BillyONeal/use_etc_ssl
Use /etc/ssl for OpenSSL's configuration on *nix.
2018-10-15 13:30:32 -07:00
Billy Robert O'Neal III
0b6e548977 Use /etc/ssl for OpenSSL's configuration on *nix. 2018-10-12 16:04:39 -07:00
ct-clmsn
109c2cbb39 [gmmlib] Add new port (#4325)
* initial import

* reformat

* [gmmlib] Modernize and simplify
2018-10-12 15:59:54 -07:00
myd7349
1a4db3c264 [simpleini] Add new port (#4323)
* [simpleini] Add new port

* [simpleini] Fix version number

* [simpleini] Slightly simplify portfile
2018-10-12 15:33:16 -07:00
hlysunnaram
38c741f390 [gdal] update port to 2.3.2 and mysql support as port feature (#4413)
* [gdal] update port from 2.3.0 to 2.3.2

* [libmariadb] fix build failure when VCPKG_BUILD_TYPE is set

* [gdal] remove libmysql dependency from port core to allow x86 build

* create new port features: mysql-libmysql and mysql-libmariadb
* add mysql-libmysql as default feature: to build on x86, install gdal[core] or gdal[core,mysql-libmariadb] if mysql support is needed
2018-10-12 15:12:15 -07:00
Nagy-Egri Máté Ferenc
7a3cc8db7f [hwloc] Added utility hwloc-info (#4279)
* Added version number to project() invocation

* Added URL to project() invocation

* added hwloc-info target and install()

* Removed URL (oops), fixed hwloc-info when using shared libs

* [hwloc] Bump control version. Don't package debug version of hwloc-info.
2018-10-12 15:07:30 -07:00
Robert Schumacher
064fe93191
Rebase of #4290 (#4460)
* Add tmx port.

* [tmx] Simplify port
2018-10-12 10:02:17 -07:00
hesiod
22fa919487 Update opusfile to v0.11 (#4404) 2018-10-12 06:09:40 -07:00
Tsukasa Sugiura
59df8b1029 [realsense2] Update to v2.16.1 (#4436)
Update realsense2 port to librealsense v2.16.1.
2018-10-12 05:46:21 -07:00
Mohammed Alyousef
91ceded42b Adding Async++ package (#4438)
* Add files via upload

* Update portfile.cmake

* Update portfile.cmake

* [asyncplusplus] Use more port helpers

* [asyncplusplus] Fixup cmake targets
2018-10-12 05:45:31 -07:00
Alien-AV
ed7e8631f6 fix boost-lockfree missing dependency (#4445)
* fix boost-lockfree missing dependency

spsc_queue.hpp is including next_prior.hpp, which is contained in boost-iterator
package. however, boost-iterator is not listed as a dependency of boost-lockfree

* [boost-lockfree] Bump control version
2018-10-12 05:35:44 -07:00
Voskrese
43deeaf0c8 connected fail (#4375)
wget https://download.savannah.gnu.org/releases/freetype/freetype-2.8.1.tar.bz2
--2018-09-30 08:14:17--  https://download.savannah.gnu.org/releases/freetype/freetype-2.8.1.tar.bz2
Resolving download.savannah.gnu.org (download.savannah.gnu.org)... 208.118.235.200
Connecting to download.savannah.gnu.org (download.savannah.gnu.org)|208.118.235.200|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://mirror.freedif.org/GNU-Sa/freetype/freetype-2.8.1.tar.bz2 [following]
--2018-09-30 08:14:19--  https://mirror.freedif.org/GNU-Sa/freetype/freetype-2.8.1.tar.bz2
Resolving mirror.freedif.org (mirror.freedif.org)... 113.161.52.138
Connecting to mirror.freedif.org (mirror.freedif.org)|113.161.52.138|:443... failed: Unknown error.
Retrying.
2018-10-11 21:59:19 -07:00
Arash Partow
b030ebccab Update to ExprTk package (#4378) 2018-10-11 21:51:04 -07:00
Jens Weggemann
1ce7ee30b7 [shaderc] Fix for build (#4398)
* [shaderc] Fix for build

* [glslang] Use 'd' debug suffix on all platforms

* [shaderc][spirv-tools] Restore missing cmake options
2018-10-11 21:27:22 -07:00
Lyle Tafoya
adcf87465f Fixes #4422 dynamic build failure on Linux (#4423)
* Fixes #4422 dynamic build failure on Linux

* [libvorbis] Adapt to modern best practices. Test for files instead of using the platform.
2018-10-11 21:12:10 -07:00
Robert Schumacher
4ff1f50221 [abseil] Remove cctz dependency. Install all headers. Fixes #4442. Fixes #4373. 2018-10-11 21:10:13 -07:00
Cheney-Wang
3be142fdfa [Liblinear]Update the SHA512 2018-10-11 03:34:13 -07:00
jadedrip
29858b3cb2 Add luabridge 2.1 (#4443)
* Add luabridge 2.1

* [luabridge] Update to modern port practices, avoid checking in the License.
2018-10-10 17:42:29 -07:00
jadedrip
4518837f24
Update CONTROL 2018-10-10 20:00:04 +08:00
Bob Kast
3d1fbeb7de ECSUtil 1.0.1.2 2018-10-09 14:54:40 -04:00
Simon Hausmann
33aa4b4c71 Fix harfbuzz targets (#4345)
Since commit 6a97d0f3d377a35ea691d15ac142ce043f953e71 upstream, the
target is in the harfbuzz:: namespace.
2018-10-09 05:05:08 -07:00
Maxime GIMENO
77fbb32e9e Add qt5-script package (#4389) 2018-10-09 04:51:07 -07:00
kiwixz
93be327ca2 [tinyfiledialogs] initial release (#4416)
* tinyfiledialogs

* [tinyfiledialogs] Download loose files instead of tarball
2018-10-09 01:20:29 -07:00
Erwan BERNARD
9e0a9c4347 [live555] fix linux build : invalid conversion socklen_t (#4403) 2018-10-09 00:44:45 -07:00
Kevin Hartman
59f88c7b10 [morton-nd] Add port (#4420)
* [morton-nd] Add port

* [morton-md] Remove 'v' from CONTROL version
2018-10-09 00:43:02 -07:00
Christophe Delacourt
6ca2efc631 spirv-cross port (#4426)
* spirv-cross port

* disable exceptions to assertion compilation flag

* [spirv-cross] Fixup cmake targets
2018-10-09 00:37:32 -07:00
Simon Hausmann
0e50a41922 Fix build of OpenSSL on Android (#4427)
When passing on CMAKE_<LANG>_COMPILER_TARGET and
CMAKE_<LANG>_COMPILER_EXTERNAL_TOOLCHAIN it is important that the
selection of those via CMAKE_C_COMPILE_OPTIONS_TARGET/EXTERNAL_TOOLCHAIN
is done without a space inbetween. For example COMPILE_OPTIONS_TARGET is
with clang a simple --target= and so the selected target must follow
without a space, so that we get --target=foo-bar instead of --target=
foo bar, which the compiler does not parse as intended.
2018-10-09 00:36:42 -07:00
kjpus
8bb061a20c Build static libgit2 with dynamic CRT on Windows (#4432)
* Build static libgit2 with dynamic CRT on Windows

* [vcpkg-triplets] Revert changes to built-in triplets

* [libgit2] Simplify computation of STATIC_CRT
2018-10-09 00:27:45 -07:00
Jaime Soto
c5f77be5c5 [yara] Remove Windows-only assumptions in CMakeLists.txt (#4431)
* [yara] Remove Windows-only assumptions in CMakeLists.txt

Fixes x64-linux build. Addresses GitHub vcpkg issue #4411.

Defines `libyara_dependencies` and `libyara_definitions` CMake variables
to simplify calls to `target_link_libraries` and
`target_compile_definitions`, respectively.

Replaces `USE_WINDOWS_PROC` definition with platform-specific definition
(e.g., `USE_LINUX_PROC`) based on how `proc_interface` is defined in
configure.ac. Currently supports only Windows, Linux, and Darwin.
Replaces libyara/proc/windows.c source file with platform-specific
source file from libyara/proc.

Adds missing libyara/endian.c and libyara/stopwatch.c source files to
`libyara_sources` variable. Addresses missing byte-swap symbols
(`_yr_bswap16`, `_yr_bswap32`, and `_yr_bswap64`).

Adds `find_package` call for `Threads`, setting pthread as preferred
threads library in Linux. Adds `Threads::Threads` as a libyara dependency.
Addresses missing thread and semaphore symbols.

Adds `m` (math library) as a dependency if building with GCC to address
missing `log2` symbol.

* [yara] Bump control version
2018-10-09 00:22:07 -07:00
Jason Juang
3240aad313 [dlib] update to 19.16 (#4379) 2018-10-08 20:41:25 -07:00
Maxime GIMENO
aa7a584767 [cgal] Update to 4.13. (#4390)
* Update to 4.13 and minimize the qt5 dependency.

* [cgal] Fix license installation for new git repo layout

* [cgal] Remove vcpkg_test_cmake until x64 can be fixed
2018-10-08 20:35:15 -07:00
Oleg Shparber
b0137ff288 [libarchive] Update to version 3.3.3, add feature support (#4407)
* [libarchive] Update to version 3.3.3, add feature support

* [libarchive] Mark features as default to mimic previous behavior. To not install them, use `libarchive[core]`.
2018-10-08 20:30:12 -07:00
Mark Ian Holland
790cf8d31d [nlohmann-json] Update to 3.3.0 (#4412) 2018-10-08 20:18:55 -07:00
Alexander Karatarakis
9122643930 [apr] Update to 1.6.5 2018-10-05 16:03:15 -07:00
hlysunnaram
008c5d8668 Handle VCPKG_BUILD_TYPE (#4287)
* [curl] fix build failure when VCPKG_BUILD_TYPE is set

* [libmysql] fix build failure when VCPKG_BUILD_TYPE is set

* [openssl-windows] use VCPKG_BUILD_TYPE to build release or debug only

* [icu] use VCPKG_BUILD_TYPE to build release or debug only

* [gdal] use VCPKG_BUILD_TYPE to build release or debug only

* bump versions of curl, gdal, icu, libmysql and openssl-windows
2018-10-03 23:09:42 -07:00
Alexander Karatarakis
0fe2068a56 [libflac] Apply patch for flac_max and flac_min 2018-10-03 22:54:39 -07:00
つむぎん
dabfd4e022 [tinyutf8] Initial port for tinyutf8. (#4388)
* Add tinyutf8 port.

* [tinyutf8] Use vcpkg_from_github(). Simplify patch.
2018-10-03 21:32:36 -07:00
Simon Brand
7e714a2c93 [tl-expected] Add new port (#4399)
* [tl-expected] Add new port

* [tl-expected] Simplification since CMake doesn't currently install targets
2018-10-03 17:15:06 -07:00
Mattias Cibien
0cbb8a1626 [kde frameworks 5] Added karchive, kholidays, updated kplotting from KDE Frameworks 5 (#4302)
* [kf5] Added karchive, updated kplotting

* [kf5] Added KHolidays

* [ecm] Bump CONTROL version
2018-10-02 18:22:21 -07:00
Arash Partow
851474a2f8 Update to StrTk package (#4380) 2018-10-02 18:20:07 -07:00
Kyle Farnung
f9122d3aa2 Force ChakraCore to statically link the CRT (#4371)
ChakraCore can only dynamically link against MSVCRT currently. To work
around this it's best just to statically link the CRT like official
builds do.

Refs: https://github.com/Microsoft/ChakraCore/issues/5725
2018-10-01 09:57:56 -07:00
jadedrip
aa238ce8b7 update llvm to 7.0.0 2018-09-28 11:24:41 +08:00
Alexander Karatarakis
d31c063fb9
Merge pull request #4347 from MarkIanHolland/imgui-1.65
[ImGui] Update Imgui to 1.65
2018-09-26 15:09:11 -07:00
Robert Schumacher
7b82b38896 [aws-sdk-cpp] Change default services based on recommendations from the aws team 2018-09-25 20:50:37 -07:00
Alexander Karatarakis
619b6fc435
Merge pull request #4286 from guest512/master
[leptonica] Update to 1.76.0
2018-09-25 15:38:04 -07:00
Bob Kast
d01501d1f5 ECSUtil v1.0.1.1 2018-09-25 15:35:39 -04:00
Mark Ian Holland
e4fddb8dba Update Imgui to 1.65 2018-09-25 15:26:09 +01:00
Denis Legashov
8f0f1aa85f Updated leptonica patch in order to fix Linux builds 2018-09-25 13:48:07 +03:00
Alexander Karatarakis
7881abfc29
Merge pull request #4241 from DavidLudwig/io2d-2
[io2d] add new library to ports
2018-09-24 19:14:57 -07:00
Alexander Karatarakis
61be650835
Merge pull request #4283 from jasjuang/glm
[glm] update to 0.9.9.2
2018-09-24 18:48:31 -07:00
Alexander Karatarakis
41c0982833
Merge pull request #4293 from hanseuljun/hanseuljun/x264
[x264] Update to 157
2018-09-24 18:44:46 -07:00
Robert Schumacher
b35f75d646 [cairo][expat][fontconfig][graphicsmagick][libjpeg-turbo][pixman][tiff] Add unofficial targets and usage information 2018-09-24 18:08:52 -07:00
David Ludwig
fd5fe4132c [io2d] adjusted description and version (in vcpkg CONTROL file) 2018-09-24 18:08:10 -07:00
David Ludwig
f223e147f4 [io2d] point at io2d's main Github repo 2018-09-24 18:08:10 -07:00
David Ludwig
50bffdbdaa [io2d] work-in-progress on new package (for vcpkg)
(via http://io2d.org)

Currently points to a branch outside of Github.com/cpp-io2d/, pending
changes to either io2d, or this vcpkg integration
2018-09-24 18:08:10 -07:00
jasjuang
d23c403e2d [glm] update to 0.9.9.2 2018-09-23 15:02:05 -07:00
Claudio Fantacci
90e627c7e6 [qt5-base] Fix hardcoded absolute paths in DLLs (#3280)
* Fix Qt5 hardcoded absolute paths within DLLs

* Increase patch version number in qt5-base
2018-09-20 14:01:15 -07:00
Robert Schumacher
765a9f06e6 Merge branch 'dev/roschuma/upgrades' 2018-09-19 18:41:54 -07:00
Robert Schumacher
48ec8f2950 Merge remote-tracking branch 'origin/master' into dev/roschuma/upgrades 2018-09-19 18:41:28 -07:00
Johnny Willemsen
1c90216f2e ace 6.5.2 (#4309) 2018-09-19 18:20:57 -07:00
Robert Schumacher
64a7483a4a Upgrades 2018.09.18 2018-09-19 14:13:12 -07:00
Kan Tang
f89341566c [azure-storage-cpp] Upgrade to 5.1.1 (#4300) 2018-09-18 02:33:32 -07:00
Robert Schumacher
7e5bb652fb Upgrades 2018.08.03 2018-09-18 02:11:05 -07:00
Rich Randall
798f9cae6c Add Google Fruit to ports (#4291)
* Add Google Fruit to ports

* [fruit] Use vcpkg_from_github() and configure_file()
2018-09-18 02:07:27 -07:00
quickiwiki
add489dd75 Added tinyspline library to ports (#4298)
* Added tinyspline library to ports

* Removed commented code

* [tinyspline] Simplify patching, remove extra comments and unused directives
2018-09-18 01:35:50 -07:00
Simon Hausmann
c7f99a77a8 Fix up double-conversion and harfbuzz (#4285)
* [double-conversion] Bump to 3.1.0

This release also allows removing the workarounds for calling
vcpkg_fixup_cmake_targets twice after renaming *LibraryDepends.cmake
because upstream didn't install *Targets.cmake files. That in turn fixes
using double-conversion on Linux.

* [harfbuzz] Fix cmake configs

When building cmake with autotools, a harfbuzz-config.cmake file gets
installed that makes find_package work. However when building with
cmake, that is omitted. Therefore include a patch from upstream pull
request

    https://github.com/harfbuzz/harfbuzz/pull/1161

to fix that.

* [harfbuzz] Rename targets to unofficial-harfbuzz because they are not provided by upstream
2018-09-17 23:48:30 -07:00
hanseuljun
8740f850a1 [x264] Update to 157 2018-09-15 20:00:54 -07:00
Guillaume Racicot
ea08dc33c3 New package: gracicot/kangaru, a library for dependency injection in C++11, C++14 and later (#4288)
* New package: gracicot/kangaru, a library for dependency injection in C++11, c++14 and later

* Updated description
2018-09-14 11:54:54 -07:00
Denis Legashov
68a5eba2d1 [leptonica] Update to 1.76.0 2018-09-14 15:51:54 +03:00
Alexander Karatarakis
a9fd7c82dc
Merge pull request #3990 from qmfrederik/updates/liblzma
[liblzma] Update to 2.5.4
2018-09-10 15:50:16 -07:00
Alexander Karatarakis
c92e4953a0
Merge pull request #4116 from sanxiyn/uriparser-0.8.6
[uriparser] Update to 0.8.6
2018-09-10 15:48:06 -07:00
jasjuang
8a3b731118 [alembic] update to 1.7.9 2018-09-09 23:01:27 -07:00
icedream2linxi
f138ef3747 [freeglut] Fix the internal default link name of freeglut. Fixed #4243. 2018-09-07 20:24:27 +08:00
Alexander Karatarakis
40510c3aaf
Merge pull request #4238 from MarkIanHolland/imgui1.64
[Imgui] update imgui to v1.64
2018-09-06 16:25:44 -07:00
Alexander Karatarakis
e20e8d9b54
Merge pull request #4231 from fcharlie/update_curl
[curl] update curl to 7.61.1 nghttp2 to 1.33.0
2018-09-06 15:12:08 -07:00
Mark Ian Holland
eac4d7b157 Imgui updated to 1.64 2018-09-06 14:40:22 +01:00
Alexander Karatarakis
7a76607cbf
Merge pull request #4235 from SuperWig/catch24
[Catch2] Updated to 2.4.0
2018-09-05 17:54:17 -07:00
Alexander Karatarakis
919c5db075
Merge pull request #4229 from katmsft/master
[azure-storage-cpp] Upgrade to 5.1.0
2018-09-05 17:22:07 -07:00
Alexander Karatarakis
4dadc4387f
Merge pull request #4224 from ruurdadema/fix-poco-on-osx-and-linux
Fix poco on osx and linux
2018-09-05 15:35:16 -07:00
Daniel Marshall
7ec7a08ea6 Updated Catch2 to 2.4.0 2018-09-05 18:55:53 +01:00
Force Charlie
03204d0c70 [ports] fix curl 001 patch, update nghttp2 to 1.33.0 2018-09-05 22:13:31 +08:00
Force Charlie
a91bc989a1 [curl] update curl to 7.61.1 2018-09-05 18:00:43 +08:00
Tank Tang
398d9fe64e [azure-storage-cpp] Upgrade to 5.1.0 2018-09-05 11:51:30 +08:00
Alexander Karatarakis
abcb2e17f6
Merge pull request #4210 from atkawa7/usrsctp
usrsctp init
2018-09-04 19:00:49 -07:00
Alexander Karatarakis
14c76880b5
Merge pull request #4207 from atkawa7/linenoise-ng
linenoise init
2018-09-04 19:00:25 -07:00
Alexander Karatarakis
2fd8643d5f
Merge pull request #4203 from atkawa7/fastfeat
fastfeat init
2018-09-04 18:49:19 -07:00
Alexander Karatarakis
ec1739559d
Merge pull request #4202 from atkawa7/modp-base64
modp-base64 init
2018-09-04 18:48:49 -07:00
Alexander Karatarakis
90bc8a98bb
Merge pull request #4198 from myd7349/prs/nng-tls-feature
[nng] Add mbedtls feature
2018-09-04 18:47:24 -07:00
Robert Schumacher
c5d6967f5b [poco] Use PATCHES argument. Avoid WIN32 because it is not defined in portfiles. 2018-09-04 18:21:12 -07:00
Robert Schumacher
a91d32f1cd Merge remote-tracking branch 'origin/master' into dev/roschuma/4224 2018-09-04 18:20:50 -07:00
Robert Schumacher
4eb219c9fd [libpqxx] Fix non-Windows 2018-09-04 16:25:17 -07:00
Robert Schumacher
3d73e3fac3 [cpprestsdk] Update to 2.10.6 2018-09-04 16:21:24 -07:00
David Ludwig
d68cc287f9 [GraphicsMagick] bug-fix: image files won't load (#4215)
* [GraphicsMagick] bug-fix: image files won't load

GM (GraphicsMagick) was failing to load image files, notably PNG or JPEG
images, as it was being compiled with support for 'GraphicsMagick
Modules'.  These are files with names specific to GM, and of the format,
'IM_*.dll'.  vcpkg's install process was not setting these up.  This
patch makes sure that when GM is built, it embed's GM's own
image-loading code into graphicsmagick.dll.

* [vcpkg_extract_source_archive_ex] Add PATCHES argument

* [openmesh] Use direct download instead of gitlab

* [blaze] Use PATCHES argument

* [graphicsmagick] Use vcpkg_extract_source_archive_ex
2018-09-04 16:20:46 -07:00
Robert Schumacher
6af7c99555 [tbb] Add support for Linux and OSX
[tbb] Fix installed cmake file. Add vcpkg_test_cmake()

[tbb] Fix static non-windows builds

[tbb] Fix find_package() on Windows
2018-09-04 09:04:18 -07:00
Ruurd Adema
522d8d1061 Change poco to Poco as linux seems to be case-sensitive in this case 2018-09-04 17:04:34 +02:00
Ruurd Adema
3a964dca81 Fix poco build on osx and linux 2018-09-04 15:49:13 +02:00
Cheney Wang
e3956a98d0 [nanodbc]Update to new URLS (#4221) 2018-09-04 01:51:58 -07:00
Unknown
df4f0c0e5a fix static build of ffmpeg-executables
build ffplay.exe etc. failed because we tried to link ".a"-libraries
2018-09-03 00:38:59 +02:00
Unknown
6937490472 allow building "ffmpeg.exe"
add new feature "ffmpeg" which allows to build "ffmpeg.exe" - ex. : vcpkg install ffmpeg[x264,gpl,nonfree,ffplay,ffprobe,openssl,lzma,opencl,ffmpeg]:x64-windows --recurse
2018-09-02 22:13:49 +02:00
the-j0k3r
88bc18918c [openssl] bump to 1.0.2p CVE-2018-0732 (#4130)
* [openssl] bump to 1.0.2p CVE-2018-0732

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0732

https://www.openssl.org/news/vulnerabilities.html

* [openssl-unix][openssl-windows] Update control files for 1.0.2p

* [openssl-windows][openssl-uwp] Update hashes

* [libusbmuxd][libplist] Disable LTCG to enable compiler upgrades

* [libirecovery] Add missing getopt dependency
2018-09-02 02:28:10 -07:00
Alexander Karatarakis
b4ca5e4b5e
Merge pull request #4194 from atkawa7/woff2
woff2 init
2018-08-31 19:42:56 -07:00
Alexander Karatarakis
ef7b1b506d
Merge pull request #4193 from atkawa7/esaxx
esaxx init
2018-08-31 19:41:55 -07:00
Alexander Karatarakis
5e71d6bc9f
Merge pull request #4192 from atkawa7/darts-clone
darts clone init
2018-08-31 17:47:56 -07:00
atkawa7
8e973d5698 usrsctp init 2018-08-31 23:34:58 +02:00
atkawa7
606d14359d linenoise init 2018-08-31 19:49:21 +02:00
atkawa7
807e40d342 fastfeat init 2018-08-31 16:47:50 +02:00
atkawa7
d290e8a29f modp-base64 init 2018-08-31 15:53:58 +02:00
myd7349
fce90776f9 [nng] Add mbedtls feature 2018-08-31 18:18:10 +08:00
Robert Schumacher
33286f9004 [brotli] Add unofficial targets 2018-08-31 00:47:31 -07:00
Alexander Karatarakis
4aa3aab426
Merge pull request #4191 from atkawa7/sais
sais init
2018-08-30 17:22:03 -07:00
Hiroshi Miura
ab54bfa0cc [vcpkg] post-build cmake test (#3431)
* [vcpkg]  post-build cmake test

- test for applications with cmake build system
- Add a test feature to vcpkg core, make progress for #72
- Tests for zlib, bzip2, libiconv and openssl for example
- Test for curl will be failed, because of a bug #3053
  It can detect a this type of problems

* [vcpkg_test_cmake] Add MODULE parameter to explicitly specify which type of integration to test.

* [bzip2] Fix casing of cmake module name
2018-08-30 17:07:14 -07:00
atkawa7
c4ed0f743b woff2 init 2018-08-30 23:01:52 +02:00
atkawa7
e5da089bb9 esaxx init 2018-08-30 22:29:16 +02:00
atkawa7
c217e60231 darts clone init 2018-08-30 22:12:11 +02:00
atkawa7
361534bf07 sais init 2018-08-30 16:56:53 +02:00
Alexander Karatarakis
4b4aac037d
Merge pull request #4153 from sjemens/xlnt
[xlnt] update to v1.3.0
2018-08-29 17:19:25 -07:00
Alexander Karatarakis
5c90aeeb5d
Merge pull request #4163 from icedream2linxi/pr/icu-support-static-build
[icu] Support for compiling static libraries.
2018-08-29 17:01:58 -07:00
Alexander Karatarakis
a6cff2bd57 [live555] Improve error message 2018-08-29 16:43:10 -07:00
Cheney-Wang
cfbd6d93d4 [live555] update live555 2018-08-29 16:27:24 -07:00
Cheney-Wang
66f09a0b60 [Live555] Update to latest 2018-08-29 16:27:24 -07:00
Alexander Karatarakis
d91d55a3c3
Merge pull request #4186 from xiangfan-ms/master
Update boost-hana-msvc to use the official develop branch of boost.hana.
2018-08-29 16:21:53 -07:00
Alexander Karatarakis
8707035fc7 [boost-hana] Bump version 2018-08-29 16:20:55 -07:00
Alexander Karatarakis
f8fd9c15ef
Merge pull request #4181 from markaren/thrift/copy-linux-compiler
fix thrift only copying compiler to tools on windows
2018-08-29 16:15:51 -07:00
Alexander Karatarakis
38c44e113f
Merge pull request #4182 from myd7349/prs/nng
[nng] Add new package
2018-08-29 16:01:03 -07:00
Alexander Karatarakis
344df1f4d9
Merge pull request #4184 from TheAifam5/fix/python2/build-path
Fix build path for win-x86 platform
2018-08-29 15:59:03 -07:00
Xiang Fan
ae19b39c6e Update boost-hana-msvc to use the official develop branch of boost.hana.
The REF contains the commit which enables building boost.hana with VS2017 15.8

BTW, VS2017 15.7 is no longer support after this.
2018-08-29 15:57:19 -07:00
Mateusz Paluszkiewicz
9369f42671 Fix build path for win-x86 platform 2018-08-29 21:18:20 +02:00
myd7349
2756b092cf [nng] Add new package 2018-08-29 21:01:06 +08:00
Lars Ivar Hatledal
2a2851c419 fix thrift only copying compiler to tools on windows 2018-08-29 10:15:48 +02:00
Alexander Karatarakis
0c5b3ae225
Merge pull request #4180 from Voskrese/patch-1
[libraw] fix linux
2018-08-28 18:26:37 -07:00
Alexander Karatarakis
c44392c35b
Merge pull request #4161 from atkawa7/libmodbus
libmodbus init closes #283
2018-08-28 18:22:49 -07:00
Alexander Karatarakis
62406885f6
Merge pull request #4174 from fcharlie/update_nghttp2
[nghttp2] update to 1.32.1
2018-08-28 18:18:09 -07:00
myd7349
61b80ce22a [nanomsg] Update to 1.1.4 (#4158) 2018-08-28 14:19:50 -07:00
Robert Schumacher
1f7231fede [libmodbus] Avoid check_include_file on Windows. Move inclues to root. 2018-08-28 14:16:42 -07:00
Frederik Carlier
f37ca93ce2 Update HEAD_REF for libimobiledevice-win32 projects (#4162) 2018-08-28 14:05:16 -07:00
Robert Schumacher
711034e583 [icu] Bump package version 2018-08-28 14:04:04 -07:00
atkawa7
fe47a3975c intelrdfpmathlib init (#4168) 2018-08-28 13:55:06 -07:00
Robert Schumacher
94c644c6d3 [libraw] Replace WIN32 with VCPKG_CMAKE_SYSTEM_NAME 2018-08-28 13:48:03 -07:00
iyanging
46095a63e5 [monkeys-audio] Fix x64-installation "file INSTALL cannot find" (#4159)
* Fix x64 "file INSTALL cannot find"

* [monkeys-audio] Use vcpkg_install_msbuild()
2018-08-28 13:42:46 -07:00
Voskrese
306d019ea6
fix linux
error

```
CMake Error at ports/libraw/portfile.cmake:53 (file):
  file RENAME failed to rename
    /opt/vcpkg/packages/libraw_x64-linux/lib/raw_r.lib
  to
    /opt/vcpkg/packages/libraw_x64-linux/lib/raw.lib
  because: No such file or directory
Call Stack (most recent call first):
  scripts/ports.cmake:71 (include)
```

```
Include files should not be duplicated into the /debug/include directory. If this cannot be disabled in the project cmake, use
    file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
/debug/share should not exist. Please reorganize any important files, then use
    file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
Found 2 error(s). Please correct the portfile:
    /opt/vcpkg/ports/libraw/portfile.cmake
-- Performing post-build validation done
```
2018-08-29 03:10:26 +08:00
Force Charlie
1092ff94a2 [nghttp2] update to 1.32.1 2018-08-28 11:00:55 +08:00
icedream2linxi
197645a0f7 [icu] Support for compiling static libraries. 2018-08-26 10:05:56 +08:00
atkawa7
bdf56f0ca7 libmodbus init closes #283 2018-08-25 20:21:46 +02:00
Sztergbaum Roman
04ba5aa07b [imgui-sfml] introduce new port for imgui with sfml development (#4106)
* [imgui-sfml] introduce new port for imgui with sfml development

* [imgui-sfml] rename the port

* [milerius-sfml-imgui] Rename from sfml-imgui. Small cleanup
2018-08-24 22:29:51 -07:00
Robert Schumacher
61253f80ad [boost-build] Update to 1.68 2018-08-24 14:20:56 -07:00
past-due
75b7dcfefa [chakracore] Fix Windows port CRT linkage (#4080)
* Fix Windows ChakraCore port CRT linkage

ChakraCore now supports both static and dynamic CRT linkage on Windows.

* [chakracore] Small cleanups
2018-08-24 14:05:07 -07:00
icedream2linxi
5fd80fa194 [lmdb] Remove non-WIN32 dependencies on ntdll.lib. Fixed #4053 (#4054)
* Remove non-WIN32 dependencies on ntdll.lib. Fixed #4053

* [lmdb] Use vcpkg_from_github

* [lmdb] Fix broken SOURCE_PATH
2018-08-24 14:03:45 -07:00
Nicolai Grodzitski
cef892ffae Update RESTinio to v.0.4.8. (#4121)
* Update RESTinio to v.0.4.8.

* [restinio] Inline single-use variable
2018-08-24 13:46:58 -07:00
Nicholas Londey
f1095cc5ae [chaiscript] 6.1.0 (#4110) 2018-08-24 13:44:58 -07:00
atkawa7
c2f4953990 [new port] wangle init (#4133)
* wangle init

* [wangle] Simplification

* [wangle] Fix finding gflags
2018-08-24 13:43:41 -07:00
Robert Schumacher
9a35830ff3 [graphite2] Update to 1.3.12. Fixes #4091. 2018-08-24 12:33:30 -07:00
Cheney Wang
bb1cc71095 [osg] Update to 3.6.2 (#4136) 2018-08-24 12:30:25 -07:00
Asterios Dimitriou
ff2c74d5ae [xlnt] update to v1.3.0 2018-08-24 14:19:36 +03:00
igl42
a687f98f98 [blaze] Fix the SHA512 in the 'portfile.cmake' (#4138)
* [blaze] Fix the SHA512 in the 'portfile.cmake'

* [blaze] Use commit SHA to avoid future tag movement. Fix patches.
2018-08-22 14:38:31 -07:00
CrLF0710
57a4b8b8e3 Add graphite2 support for harfbuzz. (#4097) 2018-08-21 17:07:53 -07:00
myd7349
b509ceb48d [concurrentqueue] Add new package (#4115) 2018-08-21 16:43:23 -07:00
atkawa7
093900b225 [new port] libmaxminddb init (#4132)
* maxminddb init

* [libmaxminddb] CMake cleanup. Build static lib instead of exporting all symbols on Windows.
2018-08-21 15:57:50 -07:00
igl42
43b9d80306 Update to Blaze 3.4 (#4128) 2018-08-21 14:36:20 -07:00
Dale Stammen
7b83eb8e94 CURL: allow building of http2 option for uwp (#4131)
* allow building of http2 option for uwp

* [curl] Revert version bump since package is unchanged
2018-08-21 13:56:46 -07:00
Stanislav Ershov
a808ddb50a [nlohmann-json] Update to 3.2.0 from 3.1.2 (#4129) 2018-08-21 13:48:09 -07:00
Robert Schumacher
b3b034d33a [pcl] Support boost 1.68 2018-08-20 14:26:47 -07:00
Robert Schumacher
b901286329 [libgo] Fix boost-1.68 2018-08-20 14:26:47 -07:00
Robert Schumacher
eae02c95b3 [boost] Update to 1.68.0
[boost-vcpkg-helpers] Improve include scanner

[boost-vcpkg-helpers] Fix boost/functional/hash -> boost/container_hash dependency

[boost-context] Install replacement boost/context/all.hpp to support FindBoost.cmake

[boost] Improve port dependency qualifiers for UWP

[boost-contract] Mark as known to fail for ARM
2018-08-20 14:26:49 -07:00
Sztergbaum Roman
5e57beb401 [shiva] update dependancies (#4105) 2018-08-20 11:09:47 -07:00
Seo Sanghyeon
7dc3b44c3e [uriparser] Update to 0.8.6 2018-08-20 16:36:16 +09:00
Robert Schumacher
4a509014e1 [cpprestsdk] Update to v2.10.5 2018-08-17 09:55:05 -07:00
Robert Schumacher
28abc94084 [boost-python] Apply fix for MSVC /permissive- 2018-08-16 11:23:15 -07:00
Robert Schumacher
97a61f417d [cpprestsdk] 2.10.4 2018-08-16 10:24:41 -07:00
Sztergbaum Roman
f0cbb484c9 [shiva] update to 1.0 (#4088)
* [shiva] update to 0.9

* [shiva] update to 1.0
2018-08-16 09:55:17 -07:00
Jeong YunWon
702b73cb3b [readerwriterqueue] Add new package (#4096) 2018-08-16 09:32:05 -07:00
Alexander Karatarakis
c5acdcd20f [pybind11] Apply patch for alias templates 2018-08-15 18:27:01 -07:00
Cheney Wang
85c2fa9f0a [live555] Update to 2018.08.05 (#4087) 2018-08-15 11:24:36 -07:00
Robert Schumacher
ba5d624e8b [folly] Do not use -Werror 2018-08-15 11:17:40 -07:00
James Clark
f46cd9ae88 fix issue #3683 - fix ICU build on Linux (#3685)
* fix issue #3683 - fix ICU build on Linux

The following changes allow ICU to build on Linux:
- use the ICU tgz distribution rather than the zip file, to avoid CRLF
  line endings on Linux
- don't use MSYS on Linux
- fix runConfigureICU options for Linux
- fix CFLAGS, CXXFLAGS, and LDFLAGS for Linux
- don't rename the resulting libraries on Linux

* [icu] Enable VCPKG_CXX_FLAGS

* [icu] Formatting
2018-08-15 09:54:57 -07:00
Robert Schumacher
4d414cad14 [embree2][embree3] Fix license deployment location 2018-08-15 08:56:33 -07:00
Bob Kast
cdffc66b40 ECSUtil 1.0.0.2 release 2018-08-15 10:34:35 -04:00
Bob Kast
4fe0eebb97 Update to ECSUtil v1.0.0.1 2018-08-15 10:34:35 -04:00
Bob Kast
d0077a0183 ECSUtil 0.9.0.9 2018-08-15 10:34:35 -04:00
Bob Kast
1cf6af248f 0.9.0.8 2018-08-15 10:34:34 -04:00
Bob Kast
ac49561986 ECSUtil 0.9.0.7 2018-08-15 10:34:34 -04:00
Bob Kast
bc0e122517 ecsutil 0.9.0.6 2018-08-15 10:34:34 -04:00
Bob Kast
341eabc0d1 0.9.0.5 2018-08-15 10:34:34 -04:00
Bob Kast
f3590c096a 0.9.0.4 2018-08-15 10:34:34 -04:00
Bob Kast
74cf390368 0.9.0.3 2018-08-15 10:34:34 -04:00
Bob Kast
a908b2506f 0.9.0.2 2018-08-15 10:34:34 -04:00
Bob Kast
93759be2fa add x86/x64-windows-static-md configurations 2018-08-15 10:34:34 -04:00
Bob Kast
55b7ec23f9 Initial vcpkg support for ECSUtil. 2018-08-15 10:34:33 -04:00
Alexander Karatarakis
d1853d9cc2
Merge pull request #3907 from aybe/liblzma-uwp
[liblzma] Enabled UWP builds
2018-08-14 14:21:55 -07:00
Christophe Delacourt
e5616ee74d [embree] Update embree to 3.2.0 (#4065)
* Update embree to 3.2.0

* [embree] Use vcpkg_from_github()

* [embree2][embree3] Split embree
2018-08-13 15:36:55 -07:00
Jozef Izso
0b771de4d7 [grpc] Update grpc to v1.14.1 (#4056)
* [grpc] Update grpc to v1.14.1

* [grpc] Adopt newer conventions
2018-08-13 15:27:45 -07:00
Force.Charlie-I
e6f7b76323 [mbedtls] update mbedtls to 2.12.0 (#4064) 2018-08-13 15:25:43 -07:00
Alexander Karatarakis
b068d7dc07
Merge pull request #4052 from Dandigit/allegro5-update-5.2.4.0
[allegro5] Update to 5.2.4.0
2018-08-13 14:14:47 -07:00
Alexander Karatarakis
a2f80bdfd7
Merge pull request #4048 from kiwixz/pr/fix_lodepng_windows
[lodepng] fix build on windows
2018-08-13 14:10:38 -07:00
Sztergbaum Roman
2c0e287781 [shiva] update to 0.9 (#4070) 2018-08-13 09:59:52 -07:00
David Capello
41a9568e55 [harfbuzz] Update repository URL (#4061) 2018-08-11 22:47:01 -07:00
Nicolai Grodzitski
9311a57de3 Update json_dto library to 0.2.6. (#4059)
* Update json_dto library to 0.2.6.

* [json-dto] Inline version
2018-08-11 22:44:55 -07:00
Alexander Karatarakis
50f45eb230
Merge pull request #4043 from markaren/fmilib
[FMI Library] new package fmilib
2018-08-10 14:48:34 -07:00
Alexander Karatarakis
1fb43e000a
Merge pull request #4044 from guest512/master
[tesseract] Update to 3.05.02
2018-08-10 14:47:15 -07:00
Alexander Karatarakis
08463889f0
Merge pull request #4045 from jwillemsen/jwi-ace-651
[ace] Upgrade to 6.5.1
2018-08-10 14:46:37 -07:00
icedream2linxi
df671c6a36 fxied boost-function depends. (#4049) 2018-08-10 03:03:17 -07:00
Robert Schumacher
d614e3e887 [openssl-unix] Fix for issue #4001
[vcpkg_configure_cmake] Use the correct path separators for the current platform instead of assuming ;
2018-08-10 03:00:18 -07:00
Dandigit
72746d186b
[allegro5] Update portfile to 5.2.4.0 2018-08-10 17:27:05 +10:00
Dandigit
92188ad5e1
[allegro5] Update description to 5.2.4.0 2018-08-10 17:26:25 +10:00
icedream2linxi
ac346d9366 [asio] fixed download url (#4050)
The original URL is not all accessible.
2018-08-09 22:57:53 -07:00
kiwixz
2c4db1a7d8 [lodepng] fix build on windows 2018-08-10 04:46:59 +02:00
Alexander Karatarakis
08f5d7b65c
Merge pull request #4046 from dacap/patch-1
Remove invalid URL to bzip.org site
2018-08-09 15:53:56 -07:00
Alexander Karatarakis
6466655e68 Remove redshell since it is no longer available 2018-08-09 13:10:28 -07:00
David Capello
3d87ec6b9f
Remove invalid URL to bzip.org site
We cannot download http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz
It looks like the bzip.org domain is not registered anymore.
2018-08-09 16:15:31 -03:00
Johnny Willemsen
3511626c62
Upgrade to ACE 6.5.1
* ports/ace/CONTROL:
    * ports/ace/portfile.cmake:
2018-08-09 11:29:32 +02:00
guest512
6545887045 Updated tesseract to 3.05.02 2018-08-09 12:09:16 +03:00
Lars Ivar Hatledal
9186f0d824 add fmilib port 2018-08-09 10:02:12 +02:00
Alexander Karatarakis
7baf25786d
Merge pull request #3999 from TheAifam5/python2
Add python2 port
2018-08-08 14:19:31 -07:00
Aybe
6182077751 Merge branch 'master' into liblzma-uwp 2018-08-08 21:15:47 +02:00
Robert Schumacher
dbef253962 [assimp] Fix release/debug library issue. Fixes #4026. 2018-08-08 10:11:51 -07:00
Robert Schumacher
1cb142d62e [bzip2] Add mirror 2018-08-08 09:32:20 -07:00
Romain Pokrzywka
961cd9effd breakpad: Enable building the libbreakpad_client library (#4008)
* breakpad: Enable building the libbreakpad_client library

That's the library that allows creating and uploading .dmp files
when a program crashes.

Use the same flags and setup as for libbreakpad, just note that
this commit changes the installation folder for headers which
was previously incorrect:
The libbreakpad headers were installed in include/google_breakpad,
but the correct path is include/breakpad/google_breakpad,
and client headers go into include/breakpad/client/windows.

* [breakpad] Install headers one directory higher

* [breakpad] Switch to only build static libraries. Disable libbreakpad_client on non-windows due to additional work required.
2018-08-08 06:02:30 -07:00
Frederik Carlier
cc00cf05fb New packages: libimobiledevice, getopt, readline (#3504)
* Add libplist

* Add libusbmuxd

* Fix typos

* Add getopt

* Add libimobiledevice

* Fix typos

* Add libideviceactivation

* Add ideviceinstaller

* Include utilities

* Install usbmuxd

* Add readline

* Fix readline on 64-bit windows

* Add libirecovery

* libideviceactivation: include tools

* Bump versions to fix build issues

* Bump versions

* Add idevicerestore

* [getopt][getopt-win32] Rename to getopt-win32 and only install on Windows Desktop

* [readline][readline-win32] Rename to readline-win32 and only install for Windows Desktop

* [vcpkg_from_github][vcpkg_apply_patches] Make PATCHES relative to the current port directory

* [vcpkg_install_msbuild][vcpkg_check_linkage] Introduce vcpkg_install_msbuild() and vcpkg_check_linkage().

* [libimobiledevice et al] Use vcpkg_from_github() and vcpkg_install_msbuild()

* [readline] Fix static builds
2018-08-08 04:15:13 -07:00
Robert Schumacher
c70e9d895f [thor][sfgui] Fix outdated FindSFML.cmake files 2018-08-08 04:00:50 -07:00
Robert Schumacher
67da15682a [sfml] Fix using release freetype in debug mode 2018-08-08 04:00:50 -07:00
Gabriel
ad2bcd9dad opusfile: Add feature for disabling the openssl dependency (#3527)
* opusfile: Add feature for disabling the openssl dependency

* [opusfile] Rename feature openssl -> opusurl to better describe this library's interface
2018-08-08 03:04:44 -07:00
Gabriel
72d7c3d3a9 libsndfile: Add feature to make additional libraries optional (#3528)
* libsndfile: Add feature to make additional libraries optional

* [libsndfile] Make external-libs a default feature

* [libsndfile] Fix typo
2018-08-08 03:02:42 -07:00
Sarthak Pati
5bf05da69a Added DCMTK port (#3491)
* added dcmtk port

* [dcmtk] Cleanup and use vcpkg_from_github()
2018-08-08 02:59:08 -07:00
trylle
b286cd50dd Freeimage/libraw/lcms debug build fixes (#3643)
* Patch libraw-local FindLCMS2.cmake to handle debug postfix

* Remove library statement from def as name is incorrect for debug builds

https://msdn.microsoft.com/en-us/library/d91k01sh.aspx claims it is
required, but works fine (better) without.

* Patch FindLibRaw.cmake to handle debug postfix

* [lcms] Use vcpkg_from_github()'s PATCHES parameter
2018-08-07 22:50:51 -07:00
Force.Charlie-I
6d4223fedf [libgit2] update to 0.27.4 (#4021)
* [libgit2] update to 0.27.3

* [libgit2] Allow vcpkg_configure_cmake() to control BUILD_SHARED_LIBS

* [libgit2] update 0.27.4 see: https://github.com/libgit2/libgit2/releases/tag/v0.27.4

* [libgit2] Depend on openssl on non-windows platforms
2018-08-07 22:47:52 -07:00
Alexander Karatarakis
03bdf7c205 Fix CMAKE_EXECUTABLE_SUFFIX not available under cmake -P 2018-08-07 17:49:46 -07:00
Alexander Karatarakis
a37eb3ce57
Merge pull request #4000 from TheAifam5/protobuf
[protobuf] Update to 3.6.1
2018-08-07 12:08:29 -07:00
Robert Schumacher
ff5d6eb3c8 [fastrtps][forest][octomap][sol2] Update hashes 2018-08-06 19:51:31 -07:00
Robert Schumacher
f6998add29 [liblzma] Bump CONTROL version 2018-08-06 01:34:37 -07:00
scttgs0
97bbb64b52 [plib] new contribution (#4018)
* [plib] new contribution

* [plib] Note that only static linkage is supported.

* [plib] Rename libraries to avoid conflicts from excessively general names
2018-08-06 01:31:31 -07:00
Christophe Guébert
b641590c91 [spdlog] update to 1.0.0 (#4025)
* [spdlog] update to 1.0.0

* [spdlog] Fix cmake targets
2018-08-06 01:08:30 -07:00
Sztergbaum Roman
954aa35e6e [shiva] update shiva to 0.7.2 with proper plugins installation (#4014) 2018-08-03 21:34:14 -07:00
Cory Mickelson
2c69e82f59 Update to 0.9.6 (#4015)
* Update to 0.9.6

* [podofo] Use https and avoid downloaded archive conflicts
2018-08-03 21:32:30 -07:00
Marcus Asteborg
7ed58da3ae [Live555] Add missing symbols due to missing C files and copy paste bug (#4002)
* Add missing symbols due to missing C files and copy paste bug

* [live555] Bump control version to include package change
2018-08-03 00:17:36 -07:00
Hiroshi Miura
3eeaf564d1 [libgeotiff] support linux build (#3843)
* [libgeotiff] fix compile on linux

Fix cmake libtiff functions detetion failure
caused by finding no functions in libm.

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* [libgeotiff] fix utility binary handling in linux

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* [tiff] Fix static transitive dependencies

* [libgeotiff] Fix .dll and .exe manipulation

* [leptonica] Find dependencies in installed cmake config file

* [tiff] Do not add cmake targets to TIFF_LIBRARIES

* [tiff] Link consumers against m on unix platforms
2018-08-03 00:14:51 -07:00
Bill Avery
09ccd053db Add a port for https://github.com/graphql/libgraphqlparser (#3953)
* Add support for libgraphqlparser in Windows and Linux

* Make the vcpkg_find_acquire_package calls run only for WIN32

* Switch to a SHARED library on Windows (DLL)
2018-08-03 00:11:55 -07:00
Robert Schumacher
c3d34e7d8e Upgrades 2018.06.31 2018-08-03 00:09:21 -07:00
Sztergbaum Roman
1f64d24a81 Update CONTROL (#4013) 2018-08-02 23:54:28 -07:00
Simon R
e22e862b21 add libcheck port (#3998)
* add check port

* [check] Use vcpkg_from_github() and vcpkg_fixup_cmake_targets()
2018-08-02 19:47:57 -07:00
Sztergbaum Roman
a1159ed354 Shiva sfml port (#4011)
* [shiva] update to 0.7

* [shiva] shiva-sfml plugins

* [shiva] update hash

* Update CONTROL
2018-08-02 18:44:48 -07:00
Robert Schumacher
e9ff3b80b3 [cpprestsdk] Update to 2.10.3 2018-08-02 18:33:27 -07:00
Alexander Karatarakis
7dba50c8e4
Merge branch 'master' into protobuf 2018-08-02 15:43:48 -07:00
Alexander Karatarakis
49466af2ea
Merge pull request #3995 from coryan/update-protobuf-to-3.6.1
Upgrade protobuf to 3.6.1.
2018-08-01 15:27:06 -07:00
TheAifam5
e3dc99e22b [protobuf] Update to 3.6.1 2018-08-02 00:10:52 +02:00
TheAifam5
1265bd4c3f Add python2 port 2018-08-01 23:20:00 +02:00
Carlos O'Ryan
7158879d18 Upgrade protobuf to 3.6.1.
The 3.6.0.1 version of protobuf did not work correctly on Windows,
the 3.6.1 version allegedly does (and my tests pass).
2018-08-01 17:52:03 +00:00
Jason Beverage
5a04ee0290 Add laszip (#3978)
* Added laszip package

* Added laszip dependency to pdal

* Cleanup laszip port file

* [laszip] Use LASZIP_BUILD_STATIC

* [pdal] Bump version to include new dependency laszip
2018-08-01 10:40:32 -07:00
MikeGitb
caa9f2e3d5 [cxxopts] Install via cmake (#3985) 2018-08-01 10:39:01 -07:00
Johan Runsten
3dea60d2e9 Update Boost DI to 1.0.2 (#3988) 2018-08-01 10:37:21 -07:00
Frederik Carlier
8f20694eb5 Update liblzma to version 5.2.4 2018-08-01 11:20:18 +02:00
Frederik Carlier
672632cf5b Upgrade to intermediate liblzma version 2018-08-01 11:14:10 +02:00
Alexander Karatarakis
775d497d7a
Merge pull request #3936 from OliverKlages/rttr-fix
[rttr] fixed rttr not building on windows (#3263)
2018-07-31 18:52:11 -07:00
kiwixz
321bbf1d99 [pcg] add pcg implementation (#3966) 2018-07-31 17:34:53 -07:00
angelmixu
81d3b2cc6a fix pixman and cairo for macOS (#3923)
* fix pixman error message about Unknown thread local support

* fixes for building cairo on macOS

* corrected appending files to sources

* [cairo][pixman] Bump package versions to include source code changes
2018-07-31 17:10:12 -07:00
Voskrese
0618d13b2e [Eigen3] Update to 3.3.5 (#3949)
* Update portfile.cmake

* Update CONTROL
2018-07-31 17:06:50 -07:00
Alexander Karatarakis
ee56309a06 [nlopt] Bump CONTROL file 2018-07-31 14:20:54 -07:00
Voskrese
ccfd34f1a6 Update portfile.cmake 2018-07-31 14:19:55 -07:00
Alexander Karatarakis
849866305f
Merge pull request #3982 from Cheney-W/FixPmdk&libp7-baical
Update the HASH for pmdk and libp7-baical
2018-07-31 14:15:48 -07:00
Alexander Karatarakis
9e523ff65f [pmdk, libp7-baical] Bump revision number 2018-07-31 14:14:30 -07:00
Mark Ian Holland
2315211ec7 [libmorton] Initial libmorton port 2018-07-31 13:55:01 -07:00
Frederik Carlier
cb049f1289 New port: readline 2018-07-31 13:54:00 -07:00
Frederik Carlier
19dfd5c96f Add getopt port 2018-07-31 13:53:19 -07:00
Cheney-Wang
11638e361f Update the HASH for pmdk and libp7-baical 2018-07-31 12:53:18 -07:00
Alexander Karatarakis
9da52f6e76
Merge pull request #3983 from Cheney-W/UpdateBotan
Update Botan to the latest commit
2018-07-31 12:51:18 -07:00
LazyWolf Lin
2a205433d1 [log4cplus] upgrade to REL_2_0_1. (#3933)
* Install sodium.h

* [libodb-mysql] adapter mysql 8.0

* [log4cplus] upgrade to REL_2_0_1.
2018-07-31 12:46:41 -07:00
Alexander Karatarakis
faac8b7d2c
Merge pull request #3927 from qis/dev/qis/libssh2
[libssh2] switch from tarball download to github
2018-07-31 12:44:57 -07:00
Alexander Karatarakis
e3131b4cfa
Merge pull request #3909 from jasjuang/dlib
[dlib] update to 19.15
2018-07-31 12:20:24 -07:00
Cheney-Wang
b8991a72af Update Botan to the latest commit 2018-07-31 00:02:37 -07:00
Sztergbaum Roman
1c3a75a7bd [shiva] update to 0.6 and update dependancies (#3942) 2018-07-30 11:58:14 -07:00
Sztergbaum Roman
0b2ed59811 [shiva] update to 0.6 portfile.cmake (#3943) 2018-07-30 11:58:08 -07:00
pravic
3bb973a17b [sciter] Update to 4.2.2.6090 (#3964)
* [sciter] Update to 4.2.0.6064

* [sciter] Update to 4.2.1.6085

* [sciter] Update to 4.2.2.6090
2018-07-30 11:56:08 -07:00
Jason Juang
31a13000b7 [openvr] update to 1.0.16 (#3967) 2018-07-30 11:55:14 -07:00
Balázs Ludmány
036460a3b7 Fix case mismatch in licence file path (#3956) 2018-07-30 11:33:59 -07:00
MikeGitb
3a94c1cb64 [Catch2] Update to 2.3.0 (#3959)
* [Catch2] Update to 2.3.0

* [Catch2] Fix version in CONTROL file to 2.3
2018-07-30 11:28:12 -07:00
Oliver Klages
c0ffbb1ae4 fixed rttr not building on windows because of bad handling of empty cmake vars in portfile.cmake 2018-07-21 00:20:04 +02:00
Alexej Harm
ed876e2fb2 [libssh2] switch from tarball download to github 2018-07-19 11:56:54 +02:00
Robert Schumacher
2035d0124d [osg-qt] Add missing Qt dependency 2018-07-18 17:23:03 -07:00
pravic
ef47bb4720 [curl] update to 7.61.0 (#3901)
* [curl] update to 7.61.0

* [curl] Fix wrong checksum.

* [curl] Remove winssl-http2 patch which is not needed anymore.

per curl/curl#2591.
2018-07-18 13:06:59 -07:00
Robert Schumacher
cc89413fd1 [openssl] Add usage file 2018-07-17 16:51:27 -07:00
Sztergbaum Roman
c161d33e44 [pybind11] update to 2.2.3 and remove unwanted python dependancies fr… (#3812)
* [pybind11] update to 2.2.3 and remove unwanted python dependancies from CONTROL

* update sol2/pybind11 CONTROL file
2018-07-17 16:23:02 -07:00
Robert Schumacher
984d95fa5f [glib] Add unofficial exports to propagate static dependencies 2018-07-17 16:09:12 -07:00
Robert Schumacher
b4422a1b7e [openssl] Split openssl into multiple ports per platform 2018-07-17 16:09:12 -07:00
Robert Schumacher
c2f96eb79a [angle] Depend on egl-registry instead of deploying vendored copies of EGL and KHR. 2018-07-17 16:09:12 -07:00
Jozef Izso
c95b6bfdc4 [grpc] Update to v1.12.0 [protobuf] Update to v3.6.0.1 2018-07-17 16:09:11 -07:00
plevy
a1f0dcd02b [osgearth] Update osgPlugins folder to 3.6.2 (#3920)
* Update osgPlugins folder to 3.6.2

Update osgPlugins folder to 3.6.2 to stay in sync with osg package.

* [osgearth] Detect osgplugins version automatically
2018-07-17 15:47:24 -07:00
jasjuang
18c9820199 [dlib] update to 19.15 2018-07-14 22:02:10 -07:00
Aybe
8cfc78e890 [liblzma] Enabled UWP builds 2018-07-14 23:03:36 +02:00
Alexander Karatarakis
8d389323a7
Merge pull request #3896 from phueac/master
Update ITK portfile.cmake to fix build on Windows.
2018-07-13 16:04:39 -07:00
pravic
d7f41c9070 [live555] Update to 2018.07.07 (#3895)
* [live555] Update to 2018.07.07

* [live555] Update SHA512 hash too.
2018-07-13 14:26:55 -07:00
Alexander Karatarakis
a9b5a3e2cd
Merge pull request #3893 from Deledrius/s_t-2.1
[string-theory] Update to 2.1.
2018-07-13 14:25:37 -07:00
Dave Edmunds
a872b64e6a
Update ITK portfile.cmake to fix build on Windows.
Fixes ITK build on Windows. See #3115 for more details.
2018-07-13 09:40:16 -04:00
Joseph Davies
a34457b707
[string-theory] Update to 2.1. 2018-07-13 01:30:55 -07:00
Alexander Karatarakis
6a471de782
Merge pull request #3890 from UnaNancyOwen/update_realsense2
[realsense2] Update to v2.13.0
2018-07-13 00:43:01 -07:00
Alexander Karatarakis
10145575df
Merge pull request #3839 from philjdf/master
Update Apache Arrow to 0.9 and add Apache Parquet-cpp 1.4
2018-07-12 20:24:36 -07:00
Alexander Karatarakis
cb02c9036f
Merge pull request #3872 from crackedmind/update_fmt
[fmt] Update to 5.1.0
2018-07-12 17:53:16 -07:00
Tsukasa Sugiura
d89097546c [realsense2] Update to v2.13.0
Update realsense2 port to librealsense v2.13.0.
2018-07-13 03:17:23 +09:00
Nicolai Grodzitski
fc399f2ef8 Update http-parser version to 2.8.1. (#3887) 2018-07-12 05:53:19 -07:00
Nicolai Grodzitski
fbb1396f1b Update RESTinio to v.0.4.7. (#3884) 2018-07-12 02:33:58 -07:00
Alexander Karatarakis
6cd36321cc
Merge pull request #3877 from Cheney-W/FixBotan
Fix error C2338 in botan
2018-07-11 17:23:04 -07:00
Kan Tang
b1b945448c Removed unnecessary cmake patch for azure-storage-cpp start from 5.0.0 (#3883) 2018-07-11 03:31:37 -07:00
RotsiserMho
a3562fbd5c [FlatBuffers] Support Non-Windows Platforms (#3873)
* [FlatBuffers] Patch to ignore the use of a CMake toolchain file which allows the default compilation options to be used.
Use CMake suffixes to allow flatc and shared libraries to be copied on non-Windows systems.

* [flatbuffers] Avoid use of CMAKE_EXECUTABLE_SUFFIX
2018-07-11 00:22:33 -07:00
Navid Rahimi
804c421d64 Fixing ogdf and liblemon compile issues on ubuntu (#3847)
* Fixing ogdf and liblemon compile issues on ubuntu

* [ogdf] Avoid patch by passing cmake options
2018-07-11 00:17:13 -07:00
Alexander Karatarakis
91db517ba9
Merge pull request #3519 from HungMingWu/master
[leveldb] Fix build on linux
2018-07-10 14:19:36 -07:00
Tom Henoch
c873b2fddc Update osgEarth (#3878) 2018-07-10 11:40:13 -07:00
Stanislav Ershov
69abe4cfb7 [pybind11] Update to 2.2.3 (#3879) 2018-07-10 10:46:38 -07:00
Jonathan Hale
5303da0c2e [magnum-integration] Add feature for upcoming GlmIntegration library (#3869) 2018-07-10 10:15:20 -07:00
Cheney-Wang
8eede5f97f Fix error C2338 in botan 2018-07-10 03:35:30 -07:00
Stanislav Ershov
0606add12f [fmt] Update to 5.1.0 2018-07-10 01:42:07 +03:00
Tom Henoch
1258c413f6 osg-qt initial port (#3848) 2018-07-08 22:34:16 -07:00
pravic
a008fa29ae [sciter] Update to 4.1.11.6037 (#3849) 2018-07-08 22:32:39 -07:00
Jason Juang
7d7fc30f9a [dlib] update to 19.14 (#3868) 2018-07-08 22:30:49 -07:00
Robert Schumacher
86fecfc61c Upgrades 2018.07.08 2018-07-08 22:29:53 -07:00
Frederik Gladhorn
b76b2a99c9 qt5-speech: atlmfc is only needed on Windows (#3857) 2018-07-08 20:58:24 -07:00
Alexander Karatarakis
47f362db99
Merge pull request #3500 from KindDragon/patch-3
[flann] Fix build on linux
2018-07-05 19:13:15 -07:00
Alexander Karatarakis
27c4907277
Merge pull request #3496 from skogler/master
Add vcpkg_from_gitlab and update OpenMesh to 7.0 using the new function.
2018-07-05 18:23:04 -07:00
Robert Schumacher
a382578f19 [spdlog] Update to fix compatibility with fmt 5.0.0 2018-07-04 19:02:06 -07:00
lecopivo
7c4e262e50 Corrade and Magnum on Linux (#3611)
* Corrade and Magnum on Linux

Removed ".exe" extension for executables on Linux.
Removed default feature magnum[windowlesswglapplication] which works
only on Windows.

* Switched to CMAKE_EXECUTABLE_SUFFIX

* [corrade] Remove use of CMAKE_EXECUTABLE_SUFFIX

* [magnum] Avoid usages of CMAKE_EXECUTABLE_SUFFIX
2018-07-04 07:12:51 -07:00
Robert Schumacher
0c2d34331c [azure-c-shared-utility] Add missing dependencies on linux 2018-07-04 07:10:57 -07:00
past-due
1fb2cc3483 [harfbuzz] Use vcpkg Features for UCDN & Glib (#3560)
* [harfbuzz] Use Features for UCDN & Glib

Permit configuration of UCDN and Glib Unicode callback support via features.

* [harfbuzz][pango] Merge conflicts. Pango depends on harfbuzz[glib]
2018-07-04 07:08:45 -07:00
Gabriel
a6b2019b74 SDL2 image: Add features for libjpeg, tiff and webp (#3531)
* SDL2 image: Add features for libjpeg, tiff and webp

* [sdl2-image] Avoid passing lists through vcpkg_configure_cmake()
2018-07-04 01:01:08 -07:00
Stefano Sinigardi
0a656f6a7a [pngwriter][WIP] add port (#3600)
* [pngwriter] add port

* [pngwriter] Fix x86-windows builds. Improve cmake target fixups.
2018-07-04 00:58:26 -07:00
Robert Schumacher
c0ec4809b1 Upgrades for 2018.07.03 2018-07-03 21:44:16 -07:00
Yann Lanthony
093e4d2f8e [geogram] update to 1.6.4 + 'graphics' as Feature (#3622)
* bump version to 1.6.4
* add 'graphics' Feature - remove glfw3 from core dependencies
* simplify patch that failed since 1.6.4
2018-07-03 21:26:54 -07:00
Matt Powley
fcee4c8ba1 [paho-mqtt] Upgraded to Paho-MQTT v1.21 (#3620) 2018-07-03 21:23:42 -07:00
Matt Powley
88b03d1029 [mosquitto] - Upgraded Mosquitto MQTT library to v1.5.0 (#3619)
* Updated and simplified patch files for the new source version
2018-07-03 21:22:34 -07:00
Alexander Karatarakis
2ef707aee7
Merge pull request #3835 from LarryIII/RemoveFollyPatch
Remove patch and update folly to latest release v2018.07.02.00
2018-07-03 21:00:31 -07:00
Alexander Karatarakis
7225914442
Merge pull request #3404 from mardy/botan26
[botan] Update to 2.6.0
2018-07-03 20:58:58 -07:00
Alexander Karatarakis
d65e5703cc [botan] Fix 2.6.0 issues 2018-07-03 18:34:55 -07:00
LazyWolf Lin
f2aaef68ae [libodb-mysql] adapter mysql 8.0 (#3723)
* Install sodium.h

* [libodb-mysql] adapter mysql 8.0
2018-07-03 18:08:38 -07:00
pravic
fe23b30178 [sciter] Update to 4.1.10.5987 (#3760) 2018-07-03 18:03:21 -07:00
Alberto Mardegan
4fbe9f8610 [botan] Update to 2.6.0 2018-07-03 15:39:03 -07:00
Larry-Hu
57833da412 update control-file 2018-07-03 15:13:36 -07:00
Larry-Hu
a300dfcc3a Remove patch and update tp latest folly release v2018.07.02.00 2018-07-03 15:12:45 -07:00
Felipe Aburaya
4ebdbe7e88 [3fd] Initial port of 3FD project (#3811)
* [2fd] Initial port of 3FD project

* [3fd] Fix 2017 builds. Enable static builds in dynamic triplets. Improve vcpkg_build_msbuild().
2018-07-03 06:39:13 -07:00
krow
084eb43343 Add icu support for harfbuzz (#3738)
* Add icu support for harfbuzz

* [harfbuzz] Set feature OFF if not provided instead of leaving it blank.
2018-07-03 06:24:02 -07:00
Paul Rosania
27149bb785 [folly] Fix fatal error in folly-config.cmake (#3747)
facebook/folly@10d1edd8b3 makes two
simultaneous changes:
1. It uses a different mechanism for setting `FOLLY_CMAKE_DIR`, which
   confuses `vcpkg_fixup_cmake_targets` so the path isn't rewritten.
2. It introduces `set_and_check` validation on `FOLLY_CMAKE_DIR`, which
   causes a fatal cmake error if the path is missing.

The combination of these two changes is that folly-config.cmake produces
a fatal error when executed.

This PR tweaks folly's build params and the `vcpkg_fixup_cmake_targets`
arguments so things are rewritten correctly and everything works again.
2018-07-03 06:18:55 -07:00
Robert Schumacher
90bef5f6ed [odgf] Escape : in URL 2018-07-03 05:23:44 -07:00
Qi-rui Chen
98e8c22eaf Fix glfw3:x64-linux producing incorrect target (#3803)
* Fix glfw3 creating incorrect target

glfw3Target.cmake uses a semicolon seperated list which needs to be
escaped with quotes on write

* Fix semicolon stripping

* Fix typo

* [dlib][glfw3][libodb][signalrclient] Bump versions
2018-07-03 04:41:53 -07:00
Navid Rahimi
fae4bd406a Adding OGDF and LEMON library port (#3779)
* Adding OGDF library port

* Adding C++ Graph library - LEMON

* [liblemon][ogdf] Rename lemon -> liblemon. Fix cmake targets.
2018-07-03 04:36:18 -07:00
Jamie Marconi
49245697d7 Update Draco port (#3784) 2018-07-03 04:33:51 -07:00
Phil Felton
da4729bcc6 Fix dependencies, remove commented out CMake, use appropriate CMake version 2018-07-03 11:55:04 +01:00
RT222
10d926e81b [safeint] Initial port (#3762)
* [safeint] Initial port

* [safeint] Use LICENSE from source repo
2018-07-03 03:14:00 -07:00
LarryIII
430c8ca413 update gtest to latest commit to fix issues of google-cloud-cpp (#3836) 2018-07-03 03:00:30 -07:00
Seo Sanghyeon
88523125ff Add inih port (#3806) 2018-07-03 01:17:33 -07:00
Cheney Wang
812a76a591 Update eastl source to the latest commit (#3834) 2018-07-03 01:16:33 -07:00
Matt Ickstadt
e8baec5cb2 [libdshowcapture] Initial Port (#3813) 2018-07-03 01:13:00 -07:00
fquinner
09999de85f qpid-proton: Bumped to 0.24.0 (#3817) 2018-07-03 01:09:59 -07:00
wisk
5efa290dd2 [pegtl] Initial port (#3832)
* [pegtl] Initial port

* [pegtl] fixup_cmake_targets
2018-07-03 01:06:23 -07:00
Josue Andrade Gomes
4d02322c07 [graphicsmagick] version 1.3.30 (#3824) 2018-07-03 01:00:41 -07:00
Miodrag Milanović
1459dbfa51 Fix for python3 compile, fixes issue 3715 (#3827)
* Fix for python3 compile, fixes issue 3715

* [python3] Use PATCHES of vcpkg_from_github
2018-07-03 00:59:02 -07:00
Yann Lanthony
67d6200cdb [openimageio] build with libraw support (#3830)
* [openimageio] build with libraw

* patch: replace 'LibRaw_r_LIBRARIES' occurrences by 'LibRaw_LIBRARIES' since libraw port installs 'raw_r' library as 'raw' 
* activate USE_LIBRAW
* declare dependency to libraw in CONTROL file

* [openimageio] 'libraw' as Feature

* [openimageio] Use PATCHES parameter of vcpkg_from_github()
2018-07-03 00:55:31 -07:00
Robert Schumacher
6080676289 [libuv] Update to 1.12.0 2018-07-03 00:52:10 -07:00
Robert Schumacher
feb0e9af9a Upgrades 2018.07.01 2018-07-03 00:52:10 -07:00
Vlad Marica
2900803079 Update cxxopts to v2.1.0 (#3809) 2018-07-02 23:01:14 -07:00
fquinner
3274783450 openmama: Bumped to 6.2.2 (#3818) 2018-07-02 23:00:20 -07:00
Sztergbaum Roman
8abb0bb4f9 [entt] update to 2.7.0 (#3826)
* [entt] update to 2.7.0

* [entt] update to 2.7.1
2018-07-02 22:31:16 -07:00
Robert Schumacher
b08e78b07d [cmark][gl3w][libpopt][libraw][libssh][live555] Fixes, mostly around changing download locations. 2018-07-02 22:16:47 -07:00
Jhon Adams
3c16addc8c [imgui] Update to 1.62 (#3819) 2018-07-01 04:41:10 -07:00
Robert Schumacher
c126f80b86 [sery] Remove sery -- no longer available on GitHub 2018-06-30 19:56:11 -07:00
Alexander Karatarakis
f9a3a329f2
Merge pull request #3465 from IronsDu/patch-1
fix error when install args under linux
2018-06-29 20:14:10 -07:00
Alexander Karatarakis
2f5289c557
Merge pull request #3454 from planaria/duktape
[duktape] Fix static linking (#3450)
2018-06-29 20:11:46 -07:00
Jozef Izso
e524ada9f4 [grpc] Merge 2 patches 2018-06-29 19:34:29 -07:00
Alexander Karatarakis
5e719d40e2 [grpc] Greatly simplify uwp patch 2018-06-29 19:19:10 -07:00
Robert Schumacher
c0bb3e4370 [wt] Fix missing boost-interprocess dependency. 2018-06-29 01:33:22 -07:00
Larry-Hu
ff86849a22 Update osg version to 3.6.2-rc3 to fix error C2039 2018-06-28 17:57:00 -07:00
Phil Felton
4e5669239c Add Parquet-cpp 1.4 2018-06-28 15:19:25 +01:00
Phil Felton
bd45a67cf3 Update Arrow from 0.6 to 0.9 2018-06-28 15:18:47 +01:00
Seo Sanghyeon
3a5b12004e [fmt] Export all symbols (#3805) 2018-06-28 06:15:06 -07:00
Sztergbaum Roman
898e3e3710 [sol2] update to 2.20.4 and remove deprecated patchs (#3800)
* [sol2] update to 2.20.4 and remove deprecated patchs

* [sol2] remove unecessary commentary
2018-06-27 14:22:43 -07:00
Robert Schumacher
9e9fc7a9b3 [dimcli] Fix Windows builds. Avoid writing to source directory. 2018-06-26 22:31:25 -07:00
Alexander Karatarakis
16e7beb4f0 [xlnt] Use vcpkg_from_github() 2018-06-26 19:05:27 -07:00
Alexander Karatarakis
893f6bd0d3
Merge pull request #3756 from Haojia521/master
fix download url of freetype
2018-06-26 18:00:31 -07:00
Sztergbaum Roman
bb5303c6e1 [sol2] rename port sol to sol2 and fix the full port (#3766)
* [sol2] rename port sol to sol2 and fix the full port

* [sol2] Simplification and cleanup. Don't remove upstream's include directory.
2018-06-25 21:43:00 -07:00
Alexander Karatarakis
1ab58d7315
Merge pull request #3730 from LarryIII/FixFolly
Add option -D_DISABLE_EXTENDED_ALIGNED to disable error C2338 in Folly
2018-06-25 18:25:27 -07:00
Haojia Yu
b7f916dbec fix download url of freetype
cannot download freetype by using 'http'. should use 'https'
2018-06-21 10:35:03 +08:00
Larry-Hu
4e0939d3c6 Remove call to nonexistent member seekpos() of std::fpos 2018-06-20 02:02:39 -07:00
Alexander Karatarakis
84d65840ab
Merge pull request #3713 from Cheney-W/Fixqt5-base
Fix error C3615 for qt5-base
2018-06-19 22:00:07 -07:00
Alexander Karatarakis
e7591de8a0
Merge pull request #3718 from robmikh/allanglefix
Fix ANGLE on Windows, Linux, and MacOS
2018-06-19 21:59:37 -07:00
Simon Hausmann
1bc3110a3b Fix build of llvm on Linux (#3751)
The mfcatl dependency is only needed on Windows.
2018-06-19 19:02:49 +02:00
HungMingWu
c83fbc2cc6
Update CMakeLists.txt 2018-06-19 15:24:55 +08:00
Peter Spiess-Knafl
89c736c3e4 Add argtable2 port (#3742)
* Add argtable2 port


argtable2 include pdbs

* [argtable2] Revert removal of DEBUG_POSTFIX
2018-06-19 07:35:23 +02:00
Alexander Karatarakis
8e6b372f77 [nanorange] Fix description, --head only, don't use the single-header 2018-06-18 17:10:18 -07:00
Alexander Karatarakis
c351a758a5 [nanorange] Introduce port 2018-06-18 17:10:18 -07:00
Sztergbaum Roman
bfbc52abbf [shiva] update to 0.3 (#3739) 2018-06-17 21:35:18 +02:00
Daniel Santana
0bf67a9047 [json11] Initial json11 port. (#3673)
* [json11] Initial json11 port.

* [json11] Adjust version due to lack of upstream version scheme
2018-06-17 00:53:57 +02:00
Daniel Santana
f747914974 [crossguid] Cross Guid Initial port (#3672)
* [crossguid] Cross Guid Initial port

* [crossguid] Update to latest master to use significantly improved buildsystem.
2018-06-17 00:45:10 +02:00
Robert Schumacher
f5bc21d802 [yaml-cpp] Fix regression on non-windows 2018-06-16 15:28:26 -07:00
Robert Schumacher
dbbab2a9a3 [benchmark] Enable static CRT linkage 2018-06-16 13:43:01 -07:00
Robert Schumacher
c6724beefd [unicorn-lib] Change dependency to pcre2 2018-06-16 10:22:20 -07:00
Lukas Dürrenberger
6f61b99e2f Remove freeglut as dependency for SFML (#3681)
* Remove freeglut as dependency for SFML

SFML doesn't use freeglut as dependency.

I'm not familiar enough with vcpkg, but does 'stb' need to be specified as dependency as well? We already include that header, or does vcpkg make sure it replaces it with the latest stb version?

* [sfml] Bump version and remove qualifier from stb dependency
2018-06-16 19:20:23 +02:00
Robert Schumacher
3726ce9557 [sqlite3] Improve usage on non-Windows; Fixes example and Fixes #3703 2018-06-16 01:56:12 -07:00
Robert Schumacher
a650bad523 Updates 2018.06.15 2018-06-15 22:16:58 -07:00
Dominic Black
254c5722b1 [tinyobjloader] header-only library (#3698)
* Added tinyobjloader header-only library

* [tinyobjloader] Use CMake compilation which provides targets
2018-06-16 05:20:05 +02:00
Josue Andrade Gomes
8c77af41ba GraphicsMagick 1.3.29 (#3732) 2018-06-16 04:40:07 +02:00
Robert Schumacher
ee3183c58a [nana] Fix linux builds; install cmake targets 2018-06-15 14:51:57 -07:00
Robert Schumacher
cd8813fb9c [fontconfig] Fix non-Windows builds 2018-06-15 14:51:57 -07:00
Larry-Hu
331c1ea8fe Add option -D_DISABLE_EXTENDED_ALIGNED to disable error C2338 in Folly 2018-06-14 23:02:56 -07:00
Alexander Karatarakis
239b353301 [yaml-cpp] Fix _NOEXCEPT 2018-06-14 19:04:43 -07:00
Martin Hořeňovský
fb7b8365fe Add a modernized cross-platform fork of MiniSat 2.2 (#3692)
* Add a modernized cross-platform fork of MiniSat 2.2

* [minisat-master-keying] Put copyright in correct directory. Lowercase share name.
2018-06-14 22:37:39 +02:00
Robert Mikhayelyan
7c9874716a Fix ANGLE_USE_X11 being dropped on Linux 2018-06-14 12:37:26 -07:00
Nicolai Grodzitski
810268cc51 Upgrade RESTinio to v.0.4.6. (#3726) 2018-06-14 19:24:24 +02:00
Alexander Karatarakis
0bb94b28c8
Merge pull request #3616 from fcharlie/fcharlie_update
[curl] fix curl[tool] support HTTP2 use WinSSL
2018-06-13 19:01:06 -07:00
Alexander Karatarakis
07f30080b2
Merge pull request #3696 from Milerius/master
[shiva] add a port of shiva c++ engine
2018-06-13 15:03:57 -07:00
Alexander Karatarakis
c97b12d1b3
Merge pull request #3623 from eao197/master
sobjectizer port updated to v.5.5.22.1
2018-06-13 14:59:32 -07:00
Alexander Karatarakis
f8cca36963
Merge pull request #3663 from andreasschulte/sundials_update_3_1_1
[sundials] update to 3.1.1
2018-06-13 12:07:12 -07:00
Alexander Karatarakis
ea60ecd8d8
Merge pull request #3702 from UnaNancyOwen/update_realsense2
[realsense2] Update to v2.12.0
2018-06-13 11:04:59 -07:00
Alexander Karatarakis
f9f7ed4c17
Merge pull request #3642 from crackedmind/update_pdcurses
[pdcurses] Update PDCurses to 3.6
2018-06-13 10:57:49 -07:00
Alexander Karatarakis
3152af9025
Merge pull request #3661 from pravic/sqlite
[sqlite3] update to 3.24.0
2018-06-13 10:46:28 -07:00
Cheney Wang
4e98a35a3c Fix error C3615 for qt5-base 2018-06-13 02:22:24 -07:00
robmikh
0f39ed5af6 Test all platforms 2018-06-12 23:56:37 -07:00
Alexander Karatarakis
7d899bb453 [sundials] Add patch for uwp 2018-06-12 22:22:18 -07:00
Robert Schumacher
2a0bf9c488 Upgrades for 2018.06.12 2018-06-12 21:14:14 -07:00
Robert Schumacher
e5253d22d2 [cpp-redis] Fix non-Windows builds 2018-06-12 21:13:39 -07:00
Robert Schumacher
66b71a0fba [zstd] Fix non-Windows builds 2018-06-12 21:13:39 -07:00
Alexander Karatarakis
c24e50d47f
Merge pull request #3664 from pravic/sciter-update
[sciter] Update to 4.1.9.5981
2018-06-12 21:02:34 -07:00
Alexander Karatarakis
3bf6a8c6f2
Merge pull request #3708 from jwillemsen/jwi-ace-650
[ace] 6.5.0
2018-06-12 21:00:03 -07:00
Alexander Karatarakis
87f9f50166
Merge pull request #3701 from shpala/pavel/upgrade_flatbuffers
Upgrade flatbuffers to the current latest release (1.9.0)
2018-06-12 20:28:36 -07:00
robmikh
c0555b0b33 Minor cleanup 2018-06-12 19:46:36 -07:00
robmikh
8f8c673e56 Fix libangle sources 2018-06-12 19:42:44 -07:00
robmikh
27aa2108bf Fix missing windows renderer 2018-06-12 19:15:22 -07:00
robmikh
1ed4453c2a Finish integration 2018-06-12 19:08:36 -07:00
Alexander Karatarakis
d6837fd50d
Merge pull request #3709 from LarryIII/FixerrorC2338
Add Compiler option -D_DISABLE_EXTENDED_ALIGNED to disable error C2338
2018-06-12 17:14:50 -07:00
Robert Schumacher
f2a8b4f1fb [tacopie] Fix non-Windows builds 2018-06-12 16:48:18 -07:00
Robert Mikhayelyan
233278a0c0 Start integrating windows back in 2018-06-12 16:04:23 -07:00
Robert Mikhayelyan
3cb838dabf Linux working! 2018-06-12 15:07:41 -07:00
roman Sztergbaum
220e086d12 [shiva] modernize portfile 2018-06-13 00:00:16 +02:00
Kristina Simpson
5c8b828e07 Commit a fix to gumbo on Linux so that it does include the string changes by default (#3704)
* Commit a fix to gumbo on linux so that it does include the string change macros by default.

* [gumbo] Bump CONTROL file.
2018-06-12 19:19:02 +02:00
Larry-Hu
9d0c7ca02e Add Compiler option -D_DISABLE_EXTENDED_ALIGNED to disable error C2338 2018-06-12 01:34:07 -07:00
Johnny Willemsen
dabe12f02e
ACE 6.5.0 2018-06-12 10:15:31 +02:00
Alexander Karatarakis
80f64c24dc [sqlite-modern-cpp] Update to latest version (contains bugfixes for msvc) 2018-06-11 17:05:27 -07:00
Tsukasa Sugiura
3108667314 [realsense2] Update to v2.12.0
Update realsense2 port to librealsense v2.12.0.
2018-06-12 03:39:08 +09:00
shpala
7d2b0ec86b Upgrade flatbuffers to 1.9.0 2018-06-11 13:05:22 +03:00
Roman Sztergbaum
823e6a2abf [shiva] add a port of shiva c++ engine 2018-06-10 16:26:25 +02:00
robmikh
1da13519b9 Tidy up angle fix 2018-06-08 22:03:56 -07:00
Robert Mikhayelyan
771412c2ab Fix angle build on windows 2018-06-08 21:17:55 -07:00
Lukas Dürrenberger
2a9fd468eb Added proper window-static support
Just replacing export symbols doesn't really do the trick as the config file still won't find the static libraries, by "forcing" the `SFML_STATIC_LIBRARIES` to true when using the static target, the SFMLConfig.cmake and SFMLConfigDependencies.cmake files will properly detect the static libraries and it will also set the config header correctly.
2018-06-09 01:45:43 +02:00
cDc
47d904608c [cgal] feature qt5 (#3646) 2018-06-06 02:48:03 -07:00
Alexander Karatarakis
6f6101065f
Merge pull request #3628 from LarryIII/Fixclockutils
Fix warning C4643 in clockutils
2018-06-06 00:30:45 -07:00
pravic
89f6c81429 [sciter] Update to 4.1.9.5981 2018-06-05 23:55:40 +03:00
Andreas Schulte
cf4a688e44 Update sundials to 3.1.1 2018-06-05 21:06:29 +02:00
pravic
b2c295ed4e [sqlite3] update to 3.24.0 2018-06-05 21:10:16 +03:00
Robert Schumacher
ec2157154f
Upgrade asio to version 1.12.1 (#3634) 2018-06-05 00:50:33 -07:00
Sztergbaum Roman
ee6c993a74 [entt] update to 2.6.1 (#3650) 2018-06-05 00:30:39 -07:00
Stanislav Ershov
6e204b2be7 Update PDCurses to 3.6 2018-06-02 02:39:29 +03:00
Alexander Karatarakis
0a3f7be8b2 [clockutils] Use vcpkg_from_github() 2018-05-31 13:52:52 -07:00
Larry-Hu
55ed2f6ed8 Fix warning C4643 in clockutils 2018-05-31 13:52:52 -07:00
Eric Hripko
1fa2673ab6 New package: bde (#3413)
* Add initial implementation for BDE port

* Implement compatibility with *nix platforms

* Pin down BDE version to 3.2.0.0

* Change the folder structure to reflect version

* .pc files in dbg build point to correct incl. dirs

* Remove the default header listing all variables
2018-05-31 10:43:22 -07:00
Jozef Izso
6c8c96aad1 Patch protobuf to fix the compilation error C4146 in wire_format_lite.h (#3353)
Fixes #3352
2018-05-31 10:38:42 -07:00
alexsmn
5a67a5fa29 Add qt5-activeqt library. (#3347) 2018-05-31 10:11:57 -07:00
Dale Stammen
8770a014ec fixed UWP builds with RS4 SDK (#3348)
* fixed uwp builds with RS4 sdk

* fixed check for RS4

* [openssl] Revert line ending conversion
2018-05-31 10:04:01 -07:00
Alexander Karatarakis
33ba066966
Merge pull request #3615 from Cheney-W/FixBoost-iostreams
Remove call to nonexistent member seekpos() of std::fpos
2018-05-30 23:41:55 -07:00
Alexander Karatarakis
9baf6cb2e2 [boost-iostreams] Use PATCHES in vcpkg_from_github() 2018-05-30 18:49:33 -07:00
Alexander Karatarakis
7046c470bd [boost-iostream] Fix version and SOURCE_PATH reference 2018-05-30 18:48:31 -07:00
Cheney-Wang
95c5566b8e Remove call to nonexistent member seekpos() of std::fpos 2018-05-30 17:54:13 -07:00
Robert Schumacher
dd444b1910 [discord-rpc] Always use vcpkg's copy of rapidjson 2018-05-30 17:39:23 -07:00
Alexander Karatarakis
f706ccc3fc [directxmesh] Fix sha512 2018-05-30 17:13:27 -07:00
Alexander Karatarakis
98b21101a2 [directxmesh] Update to latest version. Fixes /permissive- issue 2018-05-30 16:54:17 -07:00
eao197
8437b25c87 sobjectizer updated to v.5.5.22.1 2018-05-30 19:32:42 +03:00
Force Charlie
24b7af97c1 [curl] fix curl[tool] support HTTP2 use WinSSL 2018-05-30 10:56:50 +08:00
Alexander Karatarakis
8422523739
Merge pull request #3591 from lucivpav/fork
[tesseract] fix leptonica dependency
2018-05-29 18:49:44 -07:00
Alexander Karatarakis
adf799bdf7 [proj4] Fix Win32 condition 2018-05-29 15:00:11 -07:00
tony
952023b48a fix: build proj4 on linux 2018-05-29 15:00:11 -07:00
Alexander Karatarakis
a3c14ae920
Merge pull request #3559 from SuperWig/fmt-update
[fmt] update to 5.0.0
2018-05-29 14:22:39 -07:00
Alexander Karatarakis
aca60bfbd7 [coolprop] Add patch for fmt 5.0 2018-05-29 13:35:09 -07:00
Daniel Marshall
b82bbc4945 fixed fmt-targets-debug.cmake and FMT_SHARED 2018-05-29 13:35:09 -07:00
Daniel Marshall
8d97a8ca3e [fmt] update to 5.0.0 2018-05-29 13:35:09 -07:00
Alexander Karatarakis
44631c9f6f
Merge pull request #3595 from jasjuang/dlib
[dlib] update to 19.13
2018-05-29 00:03:08 -07:00
Alexander Karatarakis
e31ad8ff6f
Merge pull request #3589 from saprykin/master
[plibsys] Update to version 0.0.4
2018-05-29 00:01:57 -07:00
jasjuang
ddfbabee83 [dlib] update to 19.13 2018-05-27 08:46:34 -07:00
Pavel Lučivňák
c2fb13ab01 fix leptonica in tesseract 2018-05-26 23:05:37 +02:00
Alexander Saprykin
3f967a01f7 [plibsys] Update version to 0.0.4 2018-05-26 14:21:40 +02:00
Michael Hofmann
dd4f71cf9a [selene] Update to v0.1.1 (bugfix release). 2018-05-26 11:45:47 +02:00
Michael Hofmann
2ac7527b40 Add new port: selene (https://github.com/kmhofmann/selene) 2018-05-25 17:46:38 -07:00
Alexander Karatarakis
c7903141b3
Merge pull request #3582 from vtavernier/port/soil
[soil] Added port for SOIL
2018-05-25 17:18:57 -07:00
Tsukasa Sugiura
f591398ec8 [realsense2] Update to v2.11.1
Update realsense2 port to librealsense v2.11.1.
2018-05-26 00:29:27 +09:00
Vincent Tavernier
8396510395 [soil] Added port for SOIL
This commit adds a new package for SOIL (https://www.lonesock.net/soil.html).

Name: SOIL
Version: 2008.7.7-1
Description: SOIL, Simple OpenGL Image Loader
2018-05-25 17:02:12 +02:00
Alexander Karatarakis
67f3be7bf9 Fix #Automatically generated comment. Bump version 2018-05-24 18:28:48 -07:00
Xiang Fan
db5f96d5b4 Add a new boost-hana-msvc port which allows MSVC 15.7 RTM to build boost hana (certain tests / examples require /Zc:ternary).
boost-hana will now redirect to this new port under Windows platform.
2018-05-24 17:45:48 -07:00
Alexander Karatarakis
d511ba14d9
Merge pull request #3535 from yyzybb537/master
libgo update to v2.8
2018-05-23 19:20:50 -07:00
Alexander Karatarakis
1f00e2fc67 [libgo] Bump version 2018-05-23 16:45:59 -07:00
Alexander Karatarakis
6cea75ad7a
Merge pull request #3568 from ajaspe/add-spaceland
[spaceland] Added new port for SpaceLand library
2018-05-23 16:36:41 -07:00
Alexander Karatarakis
fe10f79fc5
Merge pull request #3565 from jasjuang/glm
[glm] update to 0.9.9.0
2018-05-23 16:35:20 -07:00
Alexander Karatarakis
627ba0dbf0
Merge pull request #3564 from amaiorano/fix-sdl2-net-linux
Fix build of sdl2-net for linux
2018-05-23 16:34:24 -07:00
Alexander Karatarakis
537908f9b5
Merge pull request #3562 from Milerius/patch-2
remove libjpeg of SFML CONTROL file
2018-05-23 16:32:27 -07:00
Alexander Karatarakis
2d3eb3eee8
Merge pull request #3555 from DDoSolitary/master
Fix dep to lz4 for libarchive.
2018-05-23 16:21:39 -07:00
Alexander Karatarakis
4d28458f4c
Merge pull request #3558 from past-due/update_libvorbis
[libvorbis] Update to 1.3.6-112d3bd (security fixes)
2018-05-23 16:20:35 -07:00
Alexander Karatarakis
0c642f4e4a
Merge pull request #3550 from pravic/sciter-update
[sciter] Update to 4.1.8.5918
2018-05-23 16:17:13 -07:00
Alexander Karatarakis
1b14ee90c3
Merge pull request #3548 from jasjuang/dlib
[dlib] update to 19.12
2018-05-23 16:15:36 -07:00
Alexander Karatarakis
de8d4a3823 [libgo] Fix patch 2018-05-23 16:02:06 -07:00
Alexander Karatarakis
916ebbe025
Merge pull request #3545 from fcharlie/fcharlie_update
[wtl] use https url
2018-05-23 14:29:20 -07:00
Alberto Jaspe
8618d43552 Added new port for SpaceLand library 2018-05-23 14:27:59 +02:00
DDoSolitary
4772ed9965
[libarchive] Increase build number. 2018-05-23 18:34:07 +08:00
DDoSolitary
98898a3b7c
[libarchive] Fix indenting. 2018-05-23 18:33:36 +08:00
jasjuang
8071f31fd3 [glm] update to 0.9.9.0 2018-05-22 22:03:43 -07:00
Antonio Maiorano
7dd5c7abfc Fix build of sdl2-net for linux 2018-05-22 23:55:25 -04:00
Sztergbaum Roman
4105e5526b
remove libjpeg of SFML CONTROL file
according to https://en.sfml-dev.org/forums/index.php?topic=24009.msg163052#msg163052

libjpeg is no longer a dependancies of sfml :
"libjpeg is no longer a dependency of SFML, but since you use the old FindSFML.cmake it still thinks it is."
2018-05-22 22:12:35 +02:00
past-due
db7d775a51 [libvorbis] Update to 1.3.6-112d3bd 2018-05-22 13:52:32 -04:00
DDoSolitary
7971d70e10
Fix dep to lz4 for libarchive.
Fix #3271.
2018-05-22 19:43:24 +08:00
Robert Schumacher
b142632afd [soci] Upgrade to 3.2.3 2018-05-22 03:53:27 -07:00
Robert Schumacher
00655fa9f1 [soci] Switch to vcpkg_from_github(). Use WITH_Xs to improve robustness 2018-05-22 03:53:23 -07:00
Robert Schumacher
c10d9d117a [sfml] Use upstream CMake. Install SFMLConfig.cmake. 2018-05-22 02:46:56 -07:00
André Mewes
473248862a New Package vtk-dicom (#3449)
* add CONTROL and portfile.cmake for vtk-dicom standalone package

Can make use of the feature 'gdcm' to decompress DICOM files for use with VTK.

* fix CAPSLOCK typo

-.-

* [vtk-dicom] Remove BUILD_SHARED_LIBS because it is automatically provided
2018-05-21 23:38:05 -07:00
pravic
9bb5ec7891 [sciter] Support Linux and Darwin targets. 2018-05-21 16:00:12 +03:00
pravic
8c69ff5836 [sciter] Update to 4.1.8.5918 2018-05-21 07:48:43 +03:00
jasjuang
9ecaa1702d [dlib] update to 19.12 2018-05-20 18:23:23 -07:00
Force Charlie
37a33b5845 [wtl] use https url 2018-05-20 21:04:22 +08:00
Alexander Karatarakis
381a86dab8
Merge pull request #3533 from jasjuang/dlib
[dlib] update to 19.11
2018-05-19 23:29:20 -07:00
Alexander Karatarakis
e428da2b23
Merge pull request #3523 from fcharlie/fcharlie_update
[nghttp2] update to 1.32.0
2018-05-19 23:27:33 -07:00
Alexander Karatarakis
032fa481b1 [curl] Bump version 2018-05-19 19:43:46 -07:00
Matt Tyson
ef5686e586 Fix Windows curl/nghttp2 static build
When curl is linked with a static nghttp2, NGHTTP2_STATICLIB
must be defined.
2018-05-19 19:43:02 -07:00
Mike Howard
438af21f07 osgearth port (#3257)
* created port for osgearth

* [osgearth] Slight simplification. Block DLL linking against static CRT
2018-05-19 18:12:48 -07:00
jasjuang
d463ea4350 [dlib] update to 19.11 2018-05-18 23:34:40 -07:00
test
cf649980bc libgo update to v2.8 2018-05-19 13:50:40 +08:00
Nicolai Grodzitski
aad8cbb041 Add json_dto library. (#3467)
* Prepare port for json_dto.

* Add new line at the end of file.

* Add json-dto to vcpkg.
2018-05-18 11:03:15 -07:00
Arkady Shapkin
a90d78293b [libevent] Fix build on Linux (#3426) 2018-05-18 10:57:31 -07:00
Alexandro Sanchez
b68da8a9dc Add keystone port (#3273)
* Add keystone port

* [keystone] Small portfile simplifications
2018-05-18 10:10:16 -07:00
Ryan Cheung
7ad1fcc376 Package sdl2pp (#3430)
* Fix mpg123 build in macOS and Linux, fix sdl2-mixer find mpg123 libarry

* Add package sdl2pp

* [mpg123] Use Windows logic in Windows Desktop

* [sdl2-mixer] Bump package version

* [sdl2pp] Use patch instead of replacing CMakeLists.txt. Use vcpkg_from_github()
2018-05-18 08:15:52 -07:00
Robert Schumacher
5fe458d22e [pdal] Avoid configure_file() into the source directory 2018-05-18 04:54:47 -07:00
Robert Schumacher
642e3a78d4 [opus] Don't redefine main() in the static lib 2018-05-18 03:26:36 -07:00
alqaz
ddcc4ad334 uwebsocket on linux need c++ support (#3455)
* uwebsocket on linux need c++ support

* [uwebsockets] Compile feature required on all platforms

* [libuv] Install pthread-barrier.h
2018-05-18 03:00:09 -07:00
Erwan BERNARD
15776d1d65 [libuv] add libuv for linux (#3437)
* [libuv] add libuv for linux

[libuv] add linux in not skip header

* inject VCPKG_CMAKE_SYSTEM_NAME, add darwin

* remove message

* [vlpp] Fix Linux build

* Add VSCode workspace file to .gitignore

[ci skip]

* [imgui] Update to 1.60

* Update for ExprTk package

* Update for StrTk package

* Use CMAKE_EXECUTABLE_SUFFIX

* FixpmdkFailure

* Update sol2 to 2.20.0

* Improve unsupported toolchain error message

* [brotli] Fix Linux build

* [lz4] update to 1.8.2

* [lz4] fix version number
[zstd] update to 1.3.4

* Update CHANGELOG and bump version to v0.0.111

* [ceres] Fix build on Linux. Closes #3490

* ace 6.4.8

    * ports/ace/CONTROL:
    * ports/ace/portfile.cmake:

* [abseil][aws-sdk-cpp][folly][jsonnet][ms-gsl][mujs][openimageio][re2][rs-core-lib][thrift][unicorn-lib][zeromq] Upgrades
[robin-map] Initial commit

* [sfml] update to 2.5.0

* Support azure-storage-cpp 4.0.0

* [catch-classic] Update to 1.12.2

* [bootstrap-vcpkg.sh] Find g++-8. Fixes #3486.

* [boost-modular-build-helper] Pass address-model=64 on all 64-bit platforms.

* [brotli][folly][sol] Fix regressions on master

* [blosc] Fix accidentally using local vendored copies

* [bootstrap.sh] Fix whitespace-in-path issues

* [openvr] update to 1.0.15

* [rocksdb] fix zlib findpackage

* [vcpkg] Significantly reduce usage of powershell. Reduce console font switching bug

* Fix signature of hashing function

* [openexr] Fix linux build

* [curl] update to 7.60.0

* [wtl] Fix capitalization in file copy script

* adding a blog link in the doc

* [ps1] Add missing "include"

* [vcpkg.exe] Don't error if vswhere.exe is not found

* Fix typo

* added ignore 4703 warning to fix uwp builds (#3279)

* added ignore 4703 warning to fix uwp builds

* [protobuf] Bump version to include patchfile

* [vcpkg edit] Fix whitespace-in-path issue

* Update CHANGELOG and bump version to v0.0.112

* [ps1] Fix error when vs140comntools is not available

* [pmdk] Fix v140 requirement

* [grpc] Fix uwp (#3281)

* 2018.05.17 updates

* [libuv] CMake simplification
2018-05-18 02:03:26 -07:00
Mateusz Loskot
0aad7df944 [GDAL] Update to 2.3.0 (#3478)
Update portfile.cmake for easier version/checksum maintenance.
Update and rename 0001 patch fixing debug build.
Update no-my-bool.patch following source file changes.
Remove no patches which are no longer required due to corresponding
changes in the GDAL source code.

Supports PROJ 4.9.x and 5.x - the latter not in vcpkg ports.
2018-05-17 23:46:04 -07:00
Mateusz Loskot
2978f18ad3 Add PDAL 1.7.1 (#3452)
* Add PDAL 1.7.1

First stab at porting PDAL (https://pdal.io), creates package:
- with minimal set of required dependencies
- with dynamic library only - dependency GDAL does not build as static
- with pdal executable

* [pdal] Allow building static libs on top of DLLs.
2018-05-17 23:42:45 -07:00
Alexej Harm
ef71cef492 [podofo] Create an optional flavor for the fontconfig dependency (#3516)
* [podofo] Create an optional flavor for the fontconfig dependency

* [podofo] Simplify portfile and improve robustness
2018-05-17 23:35:20 -07:00
Alexander Karatarakis
6ad96b7e7a 2018.05.17 updates 2018-05-17 22:56:05 -07:00
Dale Stammen
5e754c1d44 [grpc] Fix uwp (#3281) 2018-05-17 20:15:15 -07:00
Alexander Karatarakis
f2341b9245
Merge pull request #3522 from KindDragon/openexr-linux
[openexr] Fix linux build
2018-05-17 17:28:33 -07:00
Alexander Karatarakis
a4b4f0ddfa
Merge pull request #3469 from Cheney-W/fixpmdkFailedInWiC
FixPmdkFailure
2018-05-17 16:59:35 -07:00
Alexander Karatarakis
74673fa7eb
Merge pull request #3513 from pravic/curl
[curl] update to 7.60.0
2018-05-17 16:52:22 -07:00
Alexander Karatarakis
7f06f2e644
Merge pull request #3515 from qis/dev/qis/wtl
[wtl] Fix capitalization in file copy script
2018-05-17 16:51:59 -07:00
Alexander Karatarakis
8ee61ea6d0 [pmdk] Fix v140 requirement 2018-05-17 14:10:06 -07:00
Force Charlie
461e886d26 update nghttp2 to 1.32.0 2018-05-17 21:06:26 +08:00
HungMingWu
b6ae5627aa [leveldb] Fix build on linux 2018-05-17 05:23:53 +00:00
Alexander Karatarakis
aaa0308710 [flann] Fix platform branching VCPKG_CMAKE_SYSTEM_NAME 2018-05-16 17:28:06 -07:00
Dale Stammen
55322d464e added ignore 4703 warning to fix uwp builds (#3279)
* added ignore 4703 warning to fix uwp builds

* [protobuf] Bump version to include patchfile
2018-05-16 17:09:19 -07:00
Alexander Karatarakis
897eaf436f
Merge pull request #3494 from jwillemsen/jwi-ace-648
[ace] Upgrade to 6.4.8
2018-05-16 15:39:45 -07:00
Alexander Karatarakis
8999e40fff
Merge pull request #3492 from KindDragon/patch-2
[ceres] Fix build on Linux. Closes #3490
2018-05-16 15:39:22 -07:00
Alexander Karatarakis
1901c1ed2c
Merge pull request #3499 from Milerius/master
[sfml] update to 2.5.0
2018-05-16 15:37:16 -07:00
Alexander Karatarakis
7a652429b5
Merge pull request #3506 from JasonYang-MSFT/master
Support azure-storage-cpp 4.0.0
2018-05-16 15:36:43 -07:00
Alexander Karatarakis
9b758690cd
Merge pull request #3507 from jasjuang/openvr
[openvr] update to 1.0.15
2018-05-16 15:33:00 -07:00
Alexej Harm
8b8538b527 [wtl] Fix capitalization in file copy script 2018-05-16 17:21:30 +02:00
pravic
4f17361e24 [curl] update to 7.60.0 2018-05-16 17:44:00 +03:00
Arkady Shapkin
f35ff4c8bc [openexr] Fix linux build 2018-05-16 17:26:45 +03:00
Erwan BERNARD
723225f529 [rocksdb] fix zlib findpackage 2018-05-16 08:15:01 +02:00
jasjuang
803ba0f43a [openvr] update to 1.0.15 2018-05-15 22:34:02 -07:00
Robert Schumacher
6294c6af84 [blosc] Fix accidentally using local vendored copies 2018-05-15 21:46:41 -07:00
Robert Schumacher
db2b2d2658 [brotli][folly][sol] Fix regressions on master 2018-05-15 21:46:41 -07:00
Robert Schumacher
b6f1217a63 [boost-modular-build-helper] Pass address-model=64 on all 64-bit platforms. 2018-05-15 21:45:02 -07:00
Robert Schumacher
87e7728ff3 [catch-classic] Update to 1.12.2 2018-05-15 20:51:30 -07:00
Arkady Shapkin
21f776defb
[flann] Fix build on linux 2018-05-15 12:47:16 +03:00
Jason Yang
04da399a7b Support azure-storage-cpp 4.0.0 2018-05-15 17:34:36 +08:00
milerius
84e807598d [sfml] update to 2.5.0 2018-05-15 10:31:52 +02:00
Robert Schumacher
fcb303331e [abseil][aws-sdk-cpp][folly][jsonnet][ms-gsl][mujs][openimageio][re2][rs-core-lib][thrift][unicorn-lib][zeromq] Upgrades
[robin-map] Initial commit
2018-05-14 17:56:34 -07:00
Samuel Kogler
03ffd5bac9 Update OpenMesh to 7.0 and use new gitlab function. 2018-05-14 18:53:12 +02:00
Johnny Willemsen
bc4daef14e
ace 6.4.8
* ports/ace/CONTROL:
    * ports/ace/portfile.cmake:
2018-05-14 17:15:01 +02:00
Arkady Shapkin
f38fbe4abf
[ceres] Fix build on Linux. Closes #3490 2018-05-14 17:01:26 +03:00
yurybura
7d261fbbc3 Merge branch 'master' of https://github.com/yurybura/vcpkg 2018-05-11 13:34:43 +03:00
yurybura
50e5ee1e40 [lz4] fix version number
[zstd] update to 1.3.4
2018-05-11 13:31:12 +03:00
Alexander Karatarakis
9a19dae13a
Merge pull request #3472 from sanxiyn/brotli-linux
[brotli] Fix Linux build
2018-05-10 15:52:21 -07:00
Alexander Karatarakis
4099aa7295
Merge pull request #3474 from kobykahane/lz4_1_8_2
[lz4] update to 1.8.2
2018-05-10 15:36:39 -07:00
Alexander Karatarakis
04b59ee091
Merge pull request #3471 from parkovski/sol2.20.0
Update sol2 to 2.20.0
2018-05-10 15:36:22 -07:00
Alexander Karatarakis
a9701f30f2
Merge pull request #3459 from ArashPartow/master
Update for StrTk package
2018-05-10 15:35:57 -07:00
Alexander Karatarakis
b5c67201d2
Merge pull request #3457 from ArashPartow/master
Update for ExprTk package
2018-05-10 15:35:37 -07:00
Koby Kahane
4c32ca6541 [lz4] update to 1.8.2 2018-05-10 23:15:00 +03:00
Seo Sanghyeon
e7f2efbb83 [brotli] Fix Linux build 2018-05-10 13:08:18 +09:00
Parker Snell
a0d1713f8c Update sol2 to 2.20.0 2018-05-09 08:46:57 -07:00
Cheney-Wang
d91e2ef669 FixpmdkFailure 2018-05-09 04:30:38 -07:00
IronsDu
9e878a23c3
fix error when install args under linux
fix Error at ports/args/portfile.cmake:13 (file):
`file COPY cannot find`
2018-05-09 09:48:20 +08:00
Alexander Karatarakis
7e7958739e Use CMAKE_EXECUTABLE_SUFFIX 2018-05-08 17:22:37 -07:00
ArashPartow
f6fe7fcc07 Update for StrTk package 2018-05-08 21:34:06 +10:00
ArashPartow
6b9bfcb6cf Update for ExprTk package 2018-05-08 21:19:26 +10:00
Alexander Karatarakis
2eaf0ecfbf
Merge pull request #3451 from Elekhyr/dev/elekhyr/imgui
[imgui] Update to 1.60
2018-05-07 19:06:13 -07:00
Suzuki Kojiro
eb46cb5885 [duktape] Fix static linking (#3450) 2018-05-08 08:30:48 +09:00
Thomas Margier
ee1b4d525a [imgui] Update to 1.60 2018-05-07 21:08:01 +02:00
Seo Sanghyeon
ee469d525d [vlpp] Fix Linux build 2018-05-07 15:23:11 +09:00
Coraline
1c49195f78 physfs: fix-up CONTROL for v3.0.1 (#3421)
Changed [Version] in .../ports/physfs/CONTROL to match current version in portfile.cmake
2018-05-05 16:44:48 -07:00
Erwan BERNARD
541f2e2ea5 [inja] add inja (#3428) 2018-05-05 16:44:32 -07:00
Nicolai Grodzitski
44b8943262 Update RESTinio (#3423)
* Make restinio port. First implementation (find-module files are not
installed yet).

* Add current status of a port files (not working).

* Prepare restinio port files.

* Change restinio archive URL.

* [restinio] Slim portfile

* Update RESTinio version.
2018-05-05 16:42:06 -07:00
Francois Budin
ed9357a5aa Adding VTK as ITK feature and using vcpkg HDF5 2018-05-04 08:31:33 -04:00
Francois Budin
aca3eb5262 Update VTK portfile to select RUNTIME install directories with CMake options 2018-05-04 08:31:57 -04:00
Francois Budin
c02405da49 Update proj4 portfile to compile on other platforms than MSVC 2018-05-04 08:31:33 -04:00
Jay Carlson
6ec3a48633 [treehopper] Add package for Treehopper C++ API (#3330)
* Add package definition for Treehopper's C++ API

* Bump to 1.11.2

* Bump to 1.11.3

* [treehopper] Fix cmake targets. Block non-dynamic usage.
2018-05-02 22:38:08 -07:00
yyzybb537
68447ced17 Add libgo library packge (#3394)
* Add libgo library packge

* [libgo] Fix Windows and adjust cmake usage information
2018-05-02 22:36:19 -07:00
Seo Sanghyeon
e011ec2993 Add cmark port (#3406)
* Add cmark port

* [cmark] Only build one of static/dynamic
2018-05-02 22:31:21 -07:00
Nicolai Grodzitski
d0aeb24a44 Add RESTinio port. (#3410)
* Make restinio port. First implementation (find-module files are not
installed yet).

* Add current status of a port files (not working).

* Prepare restinio port files.

* Change restinio archive URL.

* [restinio] Slim portfile
2018-05-02 22:29:46 -07:00
Alexander Karatarakis
b4217a9468
Merge pull request #3405 from jasjuang/alembic
[alembic] update to 1.7.8
2018-05-02 20:12:58 -07:00
Squareys
eee5939689 [magnum,-plugins,-integration,-extras] Update to v2018.04
Signed-off-by: Squareys <squareys@googlemail.com>
2018-05-02 15:02:39 +02:00
Squareys
3338ab613c [magnum,-plugins] Also install headers for dynamically built plugins
While before there was no use for linking the plugins directly or using
them as libraries in some other way when built dynamically, there now are
intra-dependencies between plugins which to be detected, require the
headers to be installed.

Additionally, the folders lib/magnum and debug/lib/magnum-d are no longer
empty, as we put the plugin deploy scripts there. Removing them is
therefore superfluous.

(Prepares upcoming release/head build)

Signed-off-by: Squareys <squareys@googlemail.com>
2018-05-02 13:42:51 +02:00
Squareys
3e0901a904 [corrade] Update to v2018.04
Signed-off-by: Squareys <squareys@googlemail.com>
2018-05-02 13:42:44 +02:00
Seo Sanghyeon
1e41c4377f Add yajl port (#3379)
* Add yajl port

* [yajl] Patch cmake to fix install directories and avoid overwriting compiler flags
2018-05-02 01:37:15 -07:00
Robert Schumacher
6bff657152 [poco] Upgrade to version 1.9.0 2018-05-02 01:17:33 -07:00
jasjuang
ae4cd42aab [alembic] update to 1.7.8 2018-05-01 22:52:18 -07:00
Robert Schumacher
64c32687f3 [box2d] Replace buildsystem with CMake for better cross-platform support 2018-05-01 16:29:40 -07:00
Robert Schumacher
8eac561107 [abseil][aws-sdk-cpp][directxmesh][directxtex][directxtk][discord-rpc][exiv2][folly][jsonnet][libuv][ms-gsl][nuklear][rocksdb][rs-core-lib][thrift][unicorn][zeromq] Upgrades 2018-05-01 15:49:11 -07:00
Robert Schumacher
4d28651f9e [range-v3] Split ports to enable newer range-v3 versions on linux 2018-05-01 01:45:38 -07:00
Robert Schumacher
39d38f5aea [poco] Suffix binaries with mt when building against static CRT 2018-05-01 01:41:44 -07:00
Mateusz Loskot
793019b9cd [GEOS] Generate debug library names with d suffix (#3371)
* [GEOS] Generate debug library names with `d` suffix

Currently geos.lib name is used for both, debug and optimised
GEOS libraries. This leads to situation when:
```
find_library(GEOS_LIBRARY_DEBUG NAMES geos)
find_library(GEOS_LIBRARY_RELEASE NAMES geos)
```

finds the same library for both
```
GEOS_LIBRARY_DEBUG=D:/vcpkg/installed/x64-windows/debug/lib/geos.lib
GEOS_LIBRARY_RELEASE=D:/vcpkg/installed/x64-windows/debug/lib/geos.lib
```

This is minimal patch that works around the problem.

Next, complete fix should be submitted to GEOS upstream,
preferably using exported targets.

* [libspatialite] Add missing geos suffixes in static builds
2018-05-01 01:14:18 -07:00
Alexander Karatarakis
e3997dcd10
Merge pull request #3359 from jasjuang/cgal
[cgal] update to 4.12
2018-04-30 21:01:15 -07:00
Alexander Karatarakis
4e51473849
Merge pull request #3376 from pravic/sciter-update
[sciter] Update to 4.1.7.5890
2018-04-30 21:00:28 -07:00
Robert Schumacher
827c893b8e [sfml] Support Linux 2018-04-30 16:00:29 -07:00
Alexander Karatarakis
7a01d4b392 [yato] Bump CONTROL file version 2018-04-30 13:45:31 -07:00
Alexey Gruzdev
c72e6326dd Merge remote-tracking branch 'remotes/origin/master' into dev/agruzdev/yato 2018-04-30 19:31:00 +01:00
Alexey Gruzdev
5897e96f93 [yato] Fixed artifacts copying for non-windows platforms 2018-04-30 19:30:29 +01:00
pravic
5ee8177e50 [sciter] Update to 4.1.7.5890 2018-04-29 12:30:04 +03:00
Paul T
ed3f943259 Add Visual Studio 2013 Support for Qt5 (#3361)
Add case for toolset v120 which corresponds to visual studio 2013.
2018-04-28 07:34:57 -07:00
Alexej Harm
38d139ceb8 [openssl] added support for platforms without libdl (#3368) 2018-04-28 07:30:51 -07:00
Alexander Karatarakis
468bfeb56e [Clean patching] Each portref-patchset combo gets its own hash-based directory 2018-04-27 22:52:55 -07:00
Alexander Karatarakis
98b015939c
Merge pull request #3288 from W1m0k/master
[uwebsockets] Update to 0.14.8
2018-04-27 15:26:01 -07:00
jasjuang
576f28edf3 [cgal] update to 4.12 2018-04-27 08:32:43 -07:00
jiefangxuanyan
da1805f3c0 Fix #3250 (#3284)
* [rapidjson] Fix CMake target (#3250)

* [rapidjson] Bump control version. Add usage information.
2018-04-26 23:16:47 -07:00
Alexander Karatarakis
402c962f75 [clblas] Also delete clBLAS-tune.pdb 2018-04-26 19:12:26 -07:00
Alexander Karatarakis
bca1e78037
Merge pull request #3299 from jennifer19931112/FixClblas
Fix vcpkg port clblas
2018-04-26 19:01:40 -07:00
Alexander Karatarakis
1724ceb662
Merge pull request #3300 from UnaNancyOwen/update_realsense2
[realsense2] Update to v2.10.4
2018-04-26 18:32:16 -07:00
Alexander Karatarakis
3f32660f07
Merge pull request #3325 from agruzdev/dev/agruzdev/yato
[yato] Added yato library package
2018-04-26 18:21:50 -07:00
Alexander Karatarakis
5baa90a615 [quirc] Use SOURCE_PATH 2018-04-26 18:17:25 -07:00
Alexander Karatarakis
0d9158961f [libqrencode] Use SOURCE_PATH 2018-04-26 18:17:22 -07:00
Alexander Karatarakis
8b941c56ad [leveldb] Fix SOURCE_PATH. Warn before changing linkage. Other fixes 2018-04-26 18:17:17 -07:00
Alexander Karatarakis
09a5b6e365 [ismrmrd] Use ${SOURCE_PATH} 2018-04-26 18:17:14 -07:00
Alexander Karatarakis
5ab4a6f673 [python3] Fix folder handling 2018-04-26 18:17:01 -07:00
Alexander Karatarakis
e394d5915e
Merge pull request #3296 from pravic/sqlite
[sqlite3] update to 3.23.1
2018-04-26 18:09:17 -07:00
Alexander Karatarakis
56e4559b75
Merge pull request #3297 from pravic/sciter-update
[sciter] Update to 4.1.6.5883
2018-04-26 18:08:35 -07:00
Jason Juang
7c51f3a1a2 [llvm] fix issue #3282 (#3286) 2018-04-26 14:52:57 -07:00
Nicolai Grodzitski
8a624f93b7 Improve cmake routine for nodejs/http-parser. (#3283)
* Improve cmake routine for nodejs/http-parser. Now it is installed as a
propper target and can be searched with `find_package(http-parser REQUIRED)` and then used as
a dependency like this: `target_link_libraries(main PRIVATE
nodejs::http_parser)`. Also using namespace for referencing http-parser
lib, which is safer, although the old name must still work, as names of
the binaries remained unchanged.

* Remove duplicate variable definition and add newlines at the end of files.

* [http-parser] Rename exported targets to "unofficial", since they are not blessed by upstream
2018-04-26 14:51:13 -07:00
Alexander Karatarakis
8a1bea28fc
Merge pull request #3256 from eao197/master
sobjectizer updated to v.5.5.22
2018-04-25 18:50:36 -07:00
Alexander Karatarakis
609cbd2d13
Merge pull request #3277 from lazyhamster/rhash
Updated rhash to 1.3.6.
2018-04-25 18:35:49 -07:00
tamaroth
1d351e0846 [bigint] Add missing header file #3319 (#3320)
* [bigint] Add missing header file.

File BigIntegerUtils.hh, which is required by the library, was not being copied.

* [bigint] Bump control file version
2018-04-25 18:27:26 -07:00
Alexander Karatarakis
babc84598b [libxmlpp] Bump version in CONTROL file 2018-04-25 16:30:31 -07:00
Cheney Wang
92b565e00a Since the auto_ptr is removed in c++17, so use unique_ptr to instead of it. 2018-04-25 16:30:21 -07:00
Alexey Gruzdev
28082c2e93 [yato] Added yato library package 2018-04-25 19:46:18 +01:00
Claudio Fantacci
f0767d3bd9 Fix PCL compile tools (#3301)
Add missing boost definition using a patch.

Better compile from HEAD.
2018-04-24 11:09:12 -07:00
Tsukasa Sugiura
27a295aaf2 [realsense2] Disable Build Tools when Debug Configuration to Speed-Up Install
Disable build tools when debug configuration to speed-up vcpkg install.
2018-04-24 23:09:55 +09:00
Tsukasa Sugiura
290907f905 [realsense2] Update to v2.10.4
Update realsense2 port to librealsense v2.10.4.
2018-04-24 23:09:09 +09:00
Jennifer Zhao
95f0756826 Fix Clblas 2018-04-24 02:30:04 -07:00
pravic
810f79302b [sciter] Update to 4.1.6.5883 2018-04-24 07:37:05 +03:00
pravic
90db2c7217 [sqlite3] Fix tool feature with static builds
refs #2525
2018-04-24 07:30:28 +03:00
pravic
cde623c774 [sqlite3] update to 3.23.1 2018-04-24 07:14:53 +03:00
Alexander Karatarakis
825c22de58 [protobuf] Fix protoc permissions 2018-04-23 18:43:05 -07:00
Alexander Karatarakis
14708a09a9 [grpc] Fix build for linux
Fix
2018-04-23 18:43:05 -07:00
Alexander Karatarakis
c400cea91d [openssl] Add -ldl to the link line when appropriate 2018-04-23 18:43:05 -07:00
Wimok Nupphiboon
df1eaafc1b [uwebsockets] Update to 0.14.8 2018-04-22 20:38:55 +07:00
Vitaliy Didik
cad078b634 Updated rhash to 1.3.6. 2018-04-20 12:26:37 +03:00
Robert Schumacher
4f52f53b99 [folly] Upgrade 2018-04-19 16:43:45 -07:00
Robert Schumacher
90a50a9502 [azure-iot-sdk] Upgrades 2018-04-19 16:42:48 -07:00
Jacob Zhong
9b8245e6de Add package Fast-RTPS and enable modules for python (#2948)
* [ros2] Init packages

* [fastrtps] Finish porting

* Add python acquiring module

* [ros2] Setting up environment

* [ros2] remove ros2

* [vcpkg-acquire-python] Revert to split PR
2018-04-19 16:17:35 -07:00
Robert Schumacher
8087d70a2d [breakpad][jsonnet][nuklear][parson][thrift][wt][zeromq] Upgrades 2018-04-19 15:33:56 -07:00
Stephen Kyne
8f08e64ace [fluidsynth] Initial port (#3016)
* [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.

* [fluidsynth] Initial port

* Fixed version numbers
2018-04-19 15:30:39 -07:00
RT222
96dbb6c3df Initial port 2018-04-19 15:28:51 -07:00
Ashik Salim
12e21abfc7 [x264] Fix compilation for uwp (#3270)
* [x264] borrow some code from ffmpeg portfile to fix compilation for uwp

* [x264] Fix uwp configure instead of removing -RTC1
2018-04-19 14:26:47 -07:00
jadedrip
60e63d3447 update llvm to 6.0.0 (#3118) 2018-04-19 10:43:10 -07:00
Robert Schumacher
751015f6a4 [boost] Update to 1.67 2018-04-19 10:40:06 -07:00
Robert Schumacher
fb0c047b4d [azure-storage-cpp] Support non-windows 2018-04-19 10:40:06 -07:00
Robert Schumacher
b831381cf5 [boost] Improve non-windows support 2018-04-19 10:40:06 -07:00
Robert Schumacher
b9009fff1b [libxmlpp] Initial commit of 2.40.1 2018-04-19 10:40:06 -07:00
Robert Schumacher
79a526a375 [glib][glibmm] Fix for non-windows. For glibmm, use CMake replacement buildsystem. 2018-04-19 10:40:06 -07:00
Robert Schumacher
cc75f4a3d8 [gettext] Fix for OSX. Slightly improve handling on Windows. 2018-04-19 10:40:06 -07:00
Robert Schumacher
24cf00365b [libffi] Fix non-windows 2018-04-19 10:40:06 -07:00
Robert Schumacher
6984ef0c2c [libiconv] Fix unofficial-iconv cmake targets on non-windows 2018-04-19 10:40:06 -07:00
Robert Schumacher
042b7023a1 [libsigcpp] Fix building with older gcc versions 2018-04-19 10:40:06 -07:00
Robert Schumacher
2b896d2a22 [libuuid] Install headers into correct subdirectory 2018-04-19 10:40:06 -07:00
Robert Schumacher
a95fbce456 [libxml2] Display usage information 2018-04-19 10:40:06 -07:00
Jonathan Hale
3a3fa5cd8f [magnum] Properly deploy plugins (#3191)
* [magnum] Properly deploy magnum plugins

Signed-off-by: Squareys <squareys@googlemail.com>

* [magnum-plugins] Add tinygltfimporter feature

Signed-off-by: Squareys <squareys@googlemail.com>

* [magnum][magnum-plugins] Add features: trade and any*

Prepares upcoming move of those sublibraries and allows building --head
immediately.
For current release this only adds some unused cmake flags that will be
ignored.

Signed-off-by: Squareys <squareys@googlemail.com>

* [magnum] Add gl feature, cleanup dependencies, mark upcoming features

And sort features alphabetically.

Signed-off-by: Squareys <squareys@googlemail.com>

* [magnum-plugins] Prepare renaming of static flag for --head installs

Signed-off-by: Squareys <squareys@googlemail.com>

* [magnum] Add two missing feature dependencies

Signed-off-by: Squareys <squareys@googlemail.com>

* [magnum] Enable magnum[any*] features by default

Signed-off-by: Squareys <squareys@googlemail.com>
2018-04-18 19:33:12 -07:00
Robert Schumacher
08438e581c [zeromq] Fix cmake targets for static zeromq 2018-04-18 19:30:25 -07:00
John Farrier
a4b35f14ba Upgrade Celero to v2.2.0 (#3259)
* Upgrade Celero to v2.2.0

* [celero] Fix installed cmake targets
2018-04-17 16:11:18 -07:00
Robert Schumacher
028f280d22 [cppzmq] Install cmake target files 2018-04-17 15:37:46 -07:00
Robert Schumacher
2a80b89ea7 [vxl] Use system dependencies where possible -- note that openjpeg2 is still not used. 2018-04-17 14:46:50 -07:00
Patrick Grison
fbf5fe8229 [vxl] first port - vxl commit 7a130cf of 2018/04/14 (#3265) 2018-04-17 10:25:30 -07:00
Claudio Fantacci
9d52f41a8f [realsense2] Add tools compilation (#3002)
* Add features to realsense2 port

(cherry picked from commit 87d1039774f9652275607e8bce120a7e493719d7)

* Increment port version
2018-04-17 10:01:22 -07:00
past-due
0700fbd9c0 [physfs] Update to version 3.0.1 (#3238) 2018-04-17 10:00:20 -07:00
Florian
b8c5337875 update google benchmark to 1.4.0 (#3237) 2018-04-17 09:58:45 -07:00
Wimok Nopphiboon
4e48a1c235 [uwebsockets] Update to 0.14.7 (#3253)
* [uwebsockets] Update to 0.14.6

* [uwebsockets] Update to 0.14.7
2018-04-13 17:48:45 -07:00
eao197
4550e44e7a sobjectizer updated to v.5.5.22 2018-04-13 20:40:20 +03:00
Robert Schumacher
0764aafbd0 [abseil][aws-sdk-cpp][breakpad][chakracore][cimg][date][exiv2][libzip][rs-core-lib] Upgrades 2018-04-12 23:32:09 -07:00
Robert Schumacher
600f7fdf30 [date] Fix Linux&OSX, add unofficial targets 2018-04-12 23:32:06 -07:00
Alexander Karatarakis
9ccad4304e [directxmesh] Update to latest version. Resolves VS15.7 issues 2018-04-10 19:05:18 -07:00
Alexander Karatarakis
bb7501a37e [protobuf] Fix for linux/osx 2018-04-10 15:05:47 -07:00
Robert Schumacher
b4aad86642 [forest] Revise description. Fixes #3235 2018-04-10 10:58:48 -07:00
chausner
eda41aa2ca Add liblinear package (#3229) 2018-04-10 10:56:24 -07:00
Gabor Cseh
6d0d3b1d2c At static build now the bin directories are removed. (#3240) 2018-04-10 10:49:55 -07:00
RT222
504b4b797a [yoga] Update to 1.8.0 (#3234) 2018-04-10 10:31:57 -07:00
Robert Schumacher
05edef9223 [abseil][aws-sdk-cpp][exiv2][forest][jsonnet][rs-core-lib][thrift][unicorn-lib] Upgrades 2018-04-09 22:56:38 -07:00
Alexander Karatarakis
5a3809b583
Merge pull request #3200 from josuegomes/graphicsmagick-1.3.28
GraphicsMagick 1.3.28
2018-04-09 21:25:22 -07:00
Alexander Karatarakis
84f732be7d
Merge pull request #3194 from pravic/sqlite
[sqlite3] update to 3.23.0
2018-04-09 21:18:39 -07:00
Robert Schumacher
aa5f9f00e0 [folly] Update taking into account change in cmake files location 2018-04-09 19:31:48 -07:00
Alexander Karatarakis
43f6d73a6b
Merge pull request #3214 from RT222/sol
[sol] Update to version 2.19.5
2018-04-07 04:56:53 -07:00
Alexander Karatarakis
ee1abe2069
Merge pull request #3217 from RT222/icu
[icu] Update to version 61.1
2018-04-07 04:35:43 -07:00
Alexander Karatarakis
47cc5760d2
Merge pull request #3216 from RT222/pugixml
[pugixml] Update to version 1.9
2018-04-07 04:16:43 -07:00
Alexander Karatarakis
fe083492e8
Merge pull request #3222 from jasjuang/openvr
[openvr] update to 1.0.14
2018-04-07 01:35:44 -07:00
jasjuang
59e574ceb3 [tinyxml2] update to 6.2.0 2018-04-06 23:42:03 -07:00
jasjuang
0b7fc2f661 [openvr] update to 1.0.14 2018-04-06 23:36:43 -07:00
Robert Schumacher
740622dd73 [aws-sdk-cpp][catch2][exiv2][forest][nuklear][rs-core-lib][thrift] Upgrades 2018-04-06 20:41:59 -07:00
Alexander Karatarakis
997fddb3c1 [aws-sdk-cpp] Fix linux 2018-04-06 14:44:01 -07:00
Robert Schumacher
89201f4aec [abseil][aws-sdk-cpp][azure-c-shared-utility][azure-iot-sdk-c][azure-uamqp-c][azure-umqtt-c][breakpad][exiv2][gdcm2][grpc][nuklear][rocksdb][rs-core-lib][thrift][zeromq] Upgrades 2018-04-05 22:02:37 -07:00
Robert Schumacher
2e354dd233 [shogun] Require python3 2018-04-05 21:54:56 -07:00
George Fotopoulos
09c9d1b75d [forest] Update to version 7.0.1 (#3208)
* Update portfile.cmake

* [forest] Update to version 7.0.1

* [forest] Use vcpkg_from_github
2018-04-05 21:43:26 -07:00
Robert Schumacher
47ee755807 [tbb] Use exact hash to avoid tag changes 2018-04-05 21:25:55 -07:00
RT222
708f7c66c8
[icu] Update to version 61.1 2018-04-06 03:08:01 +02:00
RT222
be4f6f3ffc
Delete pugixmlapi.patch 2018-04-06 02:57:39 +02:00
Robert Schumacher
d953c7869d [asio] Avoid boost dependency by always specifying ASIO_STANDALONE 2018-04-05 17:56:16 -07:00
Robert Schumacher
9ec84ff4b9 [shogun] Remove --trace 2018-04-05 17:49:37 -07:00
Robert Schumacher
497b8fc91c [shogun] Disable openblas in x86 to enable builds 2018-04-05 17:49:15 -07:00
RT222
e80db08066
[pugixml] Update to version 1.9 2018-04-06 02:43:49 +02:00
RT222
e37137b5ba
[sol] Update to version 2.19.5 2018-04-06 02:43:11 +02:00
Robert Schumacher
3baf583934 [openal-soft] Fix cmake 3.11 issue 2018-04-04 21:06:00 -07:00
Robert Schumacher
1f7d155b5f [libiconv][libxml2] Fix libxml2 on Linux and OSX 2018-04-04 17:57:54 -07:00
Robert Schumacher
1a296f33e6 [theia] Avoid injecting ceres[suitesparse] into 32-bit ci builds 2018-04-04 16:51:10 -07:00
Josue Andrade Gomes
8825e659a6 GraphicsMagick 1.3.28 2018-04-04 09:56:32 -03:00
Robert Schumacher
d1ecca1c7d [abseil][aws-sdk-cpp][clara][eastl][exiv2][libuv][nuklear][openimageio][thrift] Upgrades 2018-04-03 12:36:28 -07:00
pravic
182450ab64 [sqlite3] update to 3.23.0 2018-04-03 15:38:05 +03:00
Carlos O'Ryan
79a77a0bb7 Add google-cloud-cpp package (#3099)
* Initial port for google-cloud-cpp

* Use pre-release tag instead of commit sha1.

* Fix version.

* [google-cloud-cpp] Portfile improvements

* [google-cloud-cpp] Update to 0.1.0
2018-04-02 20:29:14 -07:00
Koby Kahane
a143d1a7fc [gtest] Fix missing debug information (#3148)
* [gtest] Fix missing debug information

Patch a CMake file in gtest not to override the /Z7 compiler option that embeds debug info in the .lib with /Zi that places it in a .pdb. This fixes linker warning LNK4099 when linking with gmock.lib.

* [gtest] Bump version to include Zi change
2018-04-02 19:34:51 -07:00
Arkady Shapkin
5715b6023b [theia] Fix build (#3141) 2018-04-02 19:32:08 -07:00
Robert Schumacher
0c792e4b39 [aws-sdk-cpp][discord-rpc][thrift] Upgrades 2018-04-02 16:43:10 -07:00
Koby Kahane
c4aaab17b4 [rocksdb] Make zlib support an optional feature (#3189)
* [rocksdb] Make zlib support an optional feature.

* [rocksdb] Add zlib as a default feature
2018-04-02 16:32:41 -07:00
pravic
55d79020c4 [sciter] Update to 4.1.5.5856 (#3186) 2018-04-02 16:21:40 -07:00
Oleksandr
c8f164fd91 Add mhook library. (#3178)
* Add mhook library.

* [mhook] Prefer ninja
2018-03-30 17:02:41 -07:00
Youngho Kim
a8ae8773c5 add Mosquitto library for IoT (#3127)
* initial commit of 1.4.15 for mosquitto lib.

initial commit of 1.4.15 for mosquitto lib.

* bug fixed for win64 on mosquitto and install error

bug fixed for win64 on mosquitto and install error

* [mosquitto] Use patches to simplify portfile.
2018-03-30 16:34:51 -07:00
weiqiang
8d0764cca8 update libvpx 1.7.0 (#3172) 2018-03-30 15:27:40 -07:00
Robert Schumacher
eea766d2d0 [folly][rocksdb] Fix lz4+snappy support 2018-03-30 15:24:36 -07:00
Robert Schumacher
cf9987e21a [openssl] Do not pull in winsock.h from rand.h 2018-03-30 15:21:30 -07:00
Robert Schumacher
0842b6c327 [tesseract] Automatically link ws2_32 to prevent missing symbol issues in clients. 2018-03-30 14:43:42 -07:00
Robert Schumacher
ca58367c9a [cryptopp] Fix UWP builds 2018-03-29 18:34:38 -07:00
Alexander Karatarakis
6c118ba771 [unrar/recast/yoga] Bump version, fix whitespace 2018-03-29 14:08:21 -07:00
Alexander Karatarakis
a9e91af50b
Merge pull request #3130 from Alisayyy-Yang/fixrecast
force static build when dynamic about recast
2018-03-29 14:05:51 -07:00
Alexander Karatarakis
0a37c239bf
Merge pull request #3131 from Alisayyy-Yang/fixYoga
force static build when dynamic for the yoga
2018-03-29 14:04:47 -07:00
Alexander Karatarakis
e48a58b271
Merge pull request #3160 from Alisayyy-Yang/fixUnrar
Unrar buildsystem doesn't support static building. Building dynamic
2018-03-29 13:55:36 -07:00
Krzysztof Czurylo
e90c5e61ea [pmdk] Rename and update to version 1.4 (#3173)
* [pmdk] Rename and update to version 1.4

The NVML project has been renamed to PMDK (Persistent Memory
Development Kit).  PMDK version 1.4 is the first official release
with the new name.

* [pmdk] Use vcpkg_from_github more -- avoid separate variable declarations
2018-03-29 13:52:58 -07:00
Robert Schumacher
3d87445cb0 [abseil][aws-sdk-cpp][exiv2][rs-core-lib][tbb][thrift][zeromq] Upgrades 2018-03-29 13:17:53 -07:00
Koby Kahane
2e4d839dc5 [cryptopp] Update to 6.1.0 (#3171)
* [cryptopp] Update to 6.1.0

The CMake files for CryptoPP that were previously built into the project are now available separately in cryptopp-cmake, so we pick them up from there.

* [cryptopp] USe ninja, fixup_cmake_targets
2018-03-29 10:57:32 -07:00
Robert Schumacher
10e77be9fa [folly] Add missing files. 2018-03-28 19:28:59 -07:00
Robert Schumacher
36dddad940 [abseil][aws-sdk-cpp][breakpad][exiv2][nuklear][zeromq] Upgrades 2018-03-28 17:43:24 -07:00
Robert Schumacher
b955609dda [qwt] Requires qt5-tools for designer 2018-03-28 17:41:17 -07:00
Arkady Shapkin
6a3921c85a [folly] Update to version 2018.03.19.00 (#3094)
* [folly] Update to version 2018.03.19.00

* [folly] Add zlib default feature. Disable unexpected packages and handle features.
2018-03-28 16:47:49 -07:00
Robert Schumacher
ba47c71551 [qt5] Remove absolute paths from .prl files 2018-03-28 09:37:08 -07:00
Robert Schumacher
1bec90d155 [openssl] Update to 1.0.2o 2018-03-28 09:34:26 -07:00
Robert Schumacher
0e8481c1df [dlib] Disable shared linkage 2018-03-28 08:55:47 -07:00
AlISA Yang
db2694fb23 Unrar buildsystem doesn't support static building. Building dynamic instead 2018-03-28 00:39:45 -07:00
Robert Schumacher
26187d1bed [qt5-base] Fix pcre2 reference on non-Windows 2018-03-27 09:09:38 -07:00
Robert Schumacher
02185b6082 [aubio] Fix missing required dependencies 2018-03-27 08:47:57 -07:00
Robert Schumacher
cfd0d9c0e2 [vcpkg-find-acquire-program] Update version of YASM 2018-03-27 08:41:23 -07:00
Alisa Yang
6e6f90c273 force static build when dynamic 2018-03-27 00:27:43 -07:00
Alisa Yang
930b1984af force static build when dynamic 2018-03-27 00:10:48 -07:00
Alisayyy-Yang
4596c64361 force static build when dynamic for the yoga 2018-03-26 23:43:48 -07:00
Robert Schumacher
64ab9dc274 [ceres] Use gflags config file + ninja. Fixes #3116. 2018-03-26 11:59:06 -07:00
Robert Schumacher
6dc98bbcee [aws-sdk-cpp] Remove polly-sample feature. Fixes #3123. 2018-03-26 08:37:41 -07:00
Sergey Podobry
3e33a7751e [plog] Update to 1.1.4 (#3129) 2018-03-26 08:14:06 -07:00
Robert Schumacher
4a675d467f [qt5-base] Fix regression. Fixes #3133. 2018-03-26 08:13:29 -07:00
Alexander Karatarakis
76a072b719
Merge pull request #3126 from jasjuang/dlib
[dlib] update to 19.10
2018-03-25 21:10:47 -07:00
Alexander Karatarakis
9ae53089a3
Merge pull request #3125 from jasjuang/ceres
[ceres] update to 1.14
2018-03-25 20:22:47 -07:00
Alexander Karatarakis
d9c05c6c10
Merge pull request #3121 from jasjuang/alembic
[alembic] update to 1.7.7
2018-03-25 20:05:08 -07:00
jasjuang
568d9e727e [dlib] update to 19.10 2018-03-25 19:15:43 -07:00
jasjuang
afe6d4f3bb [ceres] update to 1.14 2018-03-25 18:54:19 -07:00
Robert Schumacher
dc193dd9e5 [libuuid] Initial commit of 1.0.3 2018-03-25 10:49:35 -07:00
Robert Schumacher
9c6698ab34 [lcm] Disable unexpected components. Only install one flavor. Don't delete DLL. 2018-03-25 10:29:20 -07:00
jasjuang
368c85f9ef [alembic] update to 1.7.7 2018-03-24 23:53:08 -07:00
Hartmut Kaiser
21ef72d02a Updating HPX to V1.1 (#3120)
* Updating HPX to V1.1

* [hpx] Use vcpkg_fixup_cmake_targets
2018-03-24 16:33:34 -07:00
Robert Schumacher
21909157e2 [soundtouch] Use CMake 2018-03-24 15:00:47 -07:00
Robert Schumacher
e8d1666d9c [aws-sdk-cpp] Update and fix cmake files 2018-03-24 14:29:30 -07:00
Robert Schumacher
5ba45ffd9b [shapelib] Add option to disable tests 2018-03-24 13:26:48 -07:00
Robert Schumacher
e47f165146 [magnum-integration] Fix empty build 2018-03-24 09:35:49 -07:00
Robert Schumacher
8f4ce4fab6 [magnum-extras] Fix empty build 2018-03-24 09:33:40 -07:00
Robert Schumacher
b14c1ba908 [libpq][harfbuzz][qt5-base] Fix non-Windows 2018-03-24 09:26:27 -07:00
Robert Schumacher
608456b325 Upgrades 2018-03-24 09:16:10 -07:00
Robert Schumacher
0778f2ef8e [parson][azure-uamqp-c][azure-umqtt-c][azure-c-shared-utility][azure-iot-sdk-c] Initial commits 2018-03-24 09:16:10 -07:00
Alexander Karatarakis
aa57df6d6e [ffmpeg] Fail-fast if spaces are preset in the path 2018-03-23 17:02:23 -07:00
Nagy-Egri Máté Ferenc
15cb53b9dd Add port: PLplot (#3117)
* Initial commit - added plplot files

* Added INTERFACE_INCLUDE_DIRECTORY to libplplot

* Fix installation layout

* Static linkage of plotting drivers (no need for PATH)

* .patch file instead of overwrite

* [plplot] Improve handling of cmake scripts. Avoid DLLS_WITHOUT_LIBS. Disable unused dependencies and require some.
2018-03-23 16:24:04 -07:00
Guillaume Truchot
7223ab50c1 Add librsync port (#3119)
* Add librsync port

* [librsync] Fix missing close paren
2018-03-23 15:59:43 -07:00
Robert Schumacher
0595f955cc [paho-mqtt][cfitsio][ccfits] Reduce conflicts in headers (unistd.h, etc) 2018-03-23 15:11:17 -07:00
Alexander Karatarakis
7c6dc9543d [cpprestsdk] Use new syntax in CONTROL 2018-03-23 13:27:16 -07:00
Robert Schumacher
7a1bc577c5 [sqlite-orm] Initial commit of 1.1 2018-03-23 10:55:04 -07:00
Robert Schumacher
55e385952d [graphite2] Patch out test executable. Fixes #3102. 2018-03-23 10:47:26 -07:00
ambroise
ca154ffb79 Initialize project
Rajout de fmem de Ambrou en version 1.0

Mise en place de fmem

Use original reposotory

Cleanup cmake file

Add gherkin-c port in vcpkg Microsoft tool

Use original reposotory

[fmem][gherkin-c] Fill in version. Remove cucumber-cpp.
2018-03-23 10:30:56 -07:00
Robert Schumacher
0167d4f917 [cctz][abseil] Require c++14 internally 2018-03-23 09:54:53 -07:00
Robert Schumacher
3d634005fb [qt5-quickcontrols] Depend on qt5-declarative 2018-03-23 09:52:47 -07:00
Alexander Karatarakis
a6866d477d [opengl] If-def on Windows vs other 2018-03-23 09:47:18 -07:00
Robert Schumacher
8d8e676711 [azmq] Initial commit of 1.0.2 2018-03-23 09:42:18 -07:00
Robert Schumacher
651fc94651 [mpark-variant] Initial commit of v1.3.0 2018-03-23 06:52:20 -07:00
Robert Schumacher
b00aa49657 [catch2] Use upstream github repo, which also generates cmake config targets. 2018-03-22 23:03:45 -07:00
Pavel Kisliak
b06e3f3c95 Add new package - BitSerializer (#3111) 2018-03-22 22:49:42 -07:00
pravic
c806505933 [sciter] Update to 4.1.4.5838 (#3110) 2018-03-22 08:01:42 -07:00
Robert Schumacher
ccd362f9e8 [yaml-cpp] Revert accidental version bump 2018-03-22 07:58:55 -07:00
Robert Schumacher
c3fb0b1697 [vcpkg] Download cmake on osx and linux 2018-03-22 06:52:55 -07:00
Robert Schumacher
67573ccf2c [pdcurses] Use out-of-source builds. Use official github. Fixes #2951. 2018-03-22 01:51:09 -07:00
Krzysztof Czurylo
5daba0bcbb [nvml] Initial commit for NVM Library (#1477) 2018-03-22 01:35:02 -07:00
Robert Schumacher
191fab2e59 [caf][gdcm2] Upgrades 2018-03-21 23:42:24 -07:00
Robert Schumacher
502c465386 [yaml-cpp][zeromq][zstd] Fix non-windows 2018-03-21 23:41:51 -07:00
Robert Schumacher
38c9c97b6b [double-conversion] Fix on non-windows 2018-03-21 23:33:41 -07:00
Alexander Karatarakis
a1a3220749 [opengl] Fix error message when WindowsSDK cannot be found 2018-03-21 16:42:06 -07:00
Robert Schumacher
9a0b2d19e3 [openssl] Don't require nasm on non-windows 2018-03-21 10:50:08 -07:00
Robert Schumacher
5442d35b91 [caf] Initial commit of 0.15.6 2018-03-21 10:23:50 -07:00
Robert Schumacher
88931dc94b [boost-modular-build-helper] Reformat 2018-03-21 09:54:13 -07:00
Robert Schumacher
da9c2e79a5 [openvpn3][tap-windows6] Initial commit 2018-03-21 09:50:10 -07:00
Robert Schumacher
43c804a59e [boost-modular-build-helper] Improve handling of non-windows 2018-03-21 09:49:15 -07:00
Robert Schumacher
7cf6615a01 [openssl] Use winsock2.h in headers instead of winsock.h 2018-03-21 01:13:27 -07:00
Robert Schumacher
b676c46043 [nanomsg] Initial commit of 1.1.2 2018-03-21 00:40:37 -07:00
Robert Schumacher
d5e433f03b [vcpkg-build-msbuild] Add option to use vcpkg's integration. Fixes #891. Fixes #828. 2018-03-20 21:49:53 -07:00
Robert Schumacher
0170cdf5ab [abseil][eastl][exiv2][nuklear][thrift][unicorn][zeromq] Upgrades 2018-03-20 21:47:55 -07:00
Robert Schumacher
9e54b3792d [mpg123] Disable LTCG for static libs to avoid ABI incompatibility 2018-03-20 21:45:11 -07:00
Alexander Karatarakis
39c63d2276
Merge pull request #2898 from martin-s/port-nvtt
New port "nvidia-texture-tools"
2018-03-20 12:46:52 -07:00
Alexander Karatarakis
f528d9b82f
Merge pull request #3092 from past-due/libpng_fix_vcpkg_build_type
[libpng] Fix static build failure when VCPKG_BUILD_TYPE is set
2018-03-20 02:05:30 -07:00
Alexander Karatarakis
7e644cd687
Merge pull request #3091 from past-due/libssh_fix_vcpkg_build_type
[libssh] Fix static build failure when VCPKG_BUILD_TYPE is set
2018-03-20 02:03:55 -07:00
Alexander Karatarakis
2463272864
Merge pull request #3090 from past-due/zlib_fix_vcpkg_build_type
[zlib] Fix static build failure when VCPKG_BUILD_TYPE is set
2018-03-20 02:00:31 -07:00
Alexander Karatarakis
e4c9769226
Merge pull request #3089 from past-due/box2d_fix_vcpkg_build_type
[box2d] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 01:56:55 -07:00
Alexander Karatarakis
b94a37b229
Merge pull request #3088 from past-due/protobuf_fix_vcpkg_build_type
[protobuf] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 01:50:59 -07:00
Alexander Karatarakis
1ef3d4b294
Merge pull request #3087 from past-due/double-conversion_fix_vcpkg_build_type
[double-conversion] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 01:46:27 -07:00
Alexander Karatarakis
db4cd67881
Merge pull request #3086 from past-due/yaml-cpp_fix_vcpkg_build_type
[yaml-cpp] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 01:44:39 -07:00
Alexander Karatarakis
d15e35dde3
Merge pull request #3085 from past-due/readosm_fix_vcpkg_build_type
[readosm] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 01:43:52 -07:00
Alexander Karatarakis
3ed3d43488
Merge pull request #3084 from past-due/libspatialite_fix_vcpkg_build_type
[libspatialite] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 01:40:00 -07:00
Alexander Karatarakis
4d0b70dffa
Merge pull request #3083 from past-due/freexl_fix_vcpkg_build_type
[freexl] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 01:32:41 -07:00
Alexander Karatarakis
9415cc0991
Merge pull request #3082 from past-due/proj4_fix_vcpkg_build_type
[proj4] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 01:29:25 -07:00
Alexander Karatarakis
41d5f84e28
Merge pull request #3081 from past-due/sqlite3_fix_vcpkg_build_type
[sqlite3] Fix build failure when VCPKG_BUILD_TYPE is set to "release"
2018-03-20 01:24:41 -07:00
Alexander Karatarakis
2b4b3d4c4d
Merge pull request #3079 from past-due/yoga_fix_vcpkg_build_type
[yoga] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 01:22:02 -07:00
Alexander Karatarakis
60572a997b
Merge pull request #3078 from past-due/paho-mqtt_fix_vcpkg_build_type
[paho-mqtt] Fix post-build validation failure when VCPKG_BUILD_TYPE is set
2018-03-20 00:27:52 -07:00
Alexander Karatarakis
679d425290
Merge pull request #3077 from past-due/chakracore_fix_vcpkg_build_type
[chakracore] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-20 00:21:14 -07:00
Alexander Karatarakis
efc0255f80 [signalrclient] Use vcpkg_from_github 2018-03-19 21:09:29 -07:00
Alexander Karatarakis
a67b809a16
Merge pull request #3076 from past-due/glew_fix_vcpkg_build_type
[glew] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-19 20:41:51 -07:00
Alexander Karatarakis
6558f7bec6
Merge pull request #3075 from past-due/sdl2_fix_vcpkg_build_type
[sdl2] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-19 20:33:20 -07:00
Alexander Karatarakis
193533e99c
Merge pull request #3067 from ivysnow/curl
[curl] fix a dependency error: "Error: Unable to satisfy dependency s…
2018-03-19 18:14:05 -07:00
Alexander Karatarakis
e842846112
Merge pull request #3074 from past-due/freetype_fix_vcpkg_build_type
[freetype] Fix build failure when VCPKG_BUILD_TYPE is set
2018-03-19 18:13:38 -07:00
past-due
d7394e883c [glew] Fix build failure when VCPKG_BUILD_TYPE is set 2018-03-19 20:37:24 -04:00
past-due
0b629c4ff1 [libpng] Fix static build failure when VCPKG_BUILD_TYPE is set 2018-03-19 20:15:49 -04:00
past-due
71dc69e213 [zlib] Fix static build failure when VCPKG_BUILD_TYPE is set 2018-03-19 20:06:57 -04:00
past-due
6f7d92ddd3 [libssh] Fix static build failure when VCPKG_BUILD_TYPE is set 2018-03-19 20:04:20 -04:00
past-due
2949174dad [box2d] Fix build failure when VCPKG_BUILD_TYPE is set 2018-03-19 19:41:20 -04:00
past-due
2efeda15a2 [protobuf] Fix build failure when VCPKG_BUILD_TYPE is set 2018-03-19 19:33:13 -04:00
past-due
9d02fb0dc8 [double-conversion] Fix build failure when VCPKG_BUILD_TYPE is set 2018-03-19 18:35:55 -04:00
past-due
27016a9b31 [yaml-cpp] Fix build failure when VCPKG_BUILD_TYPE is set 2018-03-19 18:26:06 -04:00
past-due
72564e610e [readosm] Fix build failure when VCPKG_BUILD_TYPE is set 2018-03-19 18:13:36 -04:00
past-due
a3ecd90797 [libspatialite] Fix build failure when VCPKG_BUILD_TYPE is set 2018-03-19 18:04:58 -04:00
past-due
cbf6adc9d3 [paho-mqtt] Fix post-build validation failure when VCPKG_BUILD_TYPE is set
The portfile was creating empty directories (for the "other" build type) if `VCPKG_BUILD_TYPE` was specified.
2018-03-19 17:55:29 -04:00
past-due
8e5e293a51 [freexl] Fix build failure when VCPKG_BUILD_TYPE is set 2018-03-19 17:15:02 -04:00
past-due
241e3ddd25 [proj4] Fix build failure when VCPKG_BUILD_TYPE is set 2018-03-19 16:58:29 -04:00
past-due
62a015b4f3 [sqlite3] Fix build failure when VCPKG_BUILD_TYPE is set to "release" 2018-03-19 16:46:22 -04:00
Art
4596fe67d9 Upgraded asio to version 1.12.0 2018-03-19 21:40:39 +01:00
past-due
57c3b6acb3 [yoga] Fix build failure when VCPKG_BUILD_TYPE is set 2018-03-19 16:38:12 -04:00
Robert Schumacher
4da9d6cbb6 [libmysql] Use relative include path. Fixes #3071 2018-03-19 13:17:59 -07:00
Robert Schumacher
49a719b78a [libmysql] Use system dependencies to avoid ODR violations 2018-03-19 13:06:57 -07:00
past-due
2a311cb01f [chakracore] Fix build failure when VCPKG_BUILD_TYPE is set 2018-03-19 16:02:19 -04:00
past-due
76d63567f0 [freetype] Fix build failures when VCPKG_BUILD_TYPE is set 2018-03-19 15:32:32 -04:00
past-due
8bed099d4c [sdl2] Fix build failure when VCPKG_BUILD_TYPE is set 2018-03-19 15:15:56 -04:00
Youngho Kim
5968ebf9f4 [ffmpeg] Add options 2018-03-19 08:42:47 -07:00
Robert Schumacher
371cc14917 [azure-storage-cpp] Upgrade to 3.2.1 2018-03-19 08:27:40 -07:00
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
Ivy Snow
d20fccad10 [curl] fix a dependency error: "Error: Unable to satisfy dependency ssl:x86-windows of curl[http2]:x86-windows" 2018-03-19 11:17:08 +08: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
Ugo Pattacini
55e2cccc19 purged empty directory in qt5 (#3028) 2018-03-18 05:13:40 -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
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
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
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
c17ce742f0 [libpq] Fix config writing into source dir 2018-03-13 07:32:27 -07:00
Robert Schumacher
511128b1c0 [openssl] Add BSD-generic64 2018-03-13 06:19:20 -07:00
Robert Schumacher
ab09c4a277 [libssh] Bake in LIBSSH_STATIC 2018-03-13 05:09:32 -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
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
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
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
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
e4372468a0 [cgal] Use commit SHA to ensure a stable reference 2018-03-09 17:55:29 -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
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
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
Koby Kahane
27ada0615c [lz4] update to 1.8.1.2 2018-01-22 15:13:16 +02:00
atkawa7
751877f4e8 [libdisasm] init 2018-01-21 12:48:37 +02:00
atkawa7
9863dd8b13 [cgicc] fix documentation 2018-01-20 16:21:27 +02:00
atkawa7
c407c6db1c [cgicc] init #2550 2018-01-20 16:18:36 +02:00
Robert Schumacher
55415f9200 [boost-asio] Added openssl as a dependency since most users will want it 2018-01-19 16:26:30 -08:00
Robert Schumacher
b7b61e917f [poco] Update to 1.8.1 2018-01-19 15:34:43 -08:00
Robert Schumacher
f522ff0811 [opencv] Improve CMake usage instructions 2018-01-19 14:46:52 -08:00
Alexander Karatarakis
f5939bff67
Merge pull request #2603 from ivysnow/xxhash
[xxhash] update to 0.6.4
2018-01-19 12:56:18 -08:00
Alexander Karatarakis
11d4d2fe40
Merge pull request #2604 from ivysnow/tiff
[tiff] update to 4.0.9
2018-01-19 12:56:02 -08:00
Alexander Karatarakis
cb21c18a47
Merge pull request #2606 from ivysnow/libogg
[libogg] update to 1.3.3
2018-01-19 12:55:07 -08:00
Alexander Karatarakis
a702c29e02
Merge pull request #2607 from ivysnow/libjpeg-turbo
[libjpeg-turbo] update to 1.5.3
2018-01-19 12:54:41 -08:00
Calum Robinson
b17566a694 [osg] Keep debug plugins separate 2018-01-19 16:04:09 +00:00
Ivy Snow
a5e1ae77a9 [xxhash] update to 0.6.4 2018-01-19 13:14:26 +08:00
Ivy Snow
c761d3704d [tiff] update to 4.0.9 2018-01-19 13:13:06 +08:00
Ivy Snow
933c46267b [libwebsockets] update to 2.4.1 2018-01-19 13:11:48 +08:00
Ivy Snow
5b1cff5b3c [libogg] update to 1.3.3 2018-01-19 13:10:01 +08:00
Ivy Snow
6fbd38035a [libjpeg-turbo] update to 1.5.3 2018-01-19 13:08:23 +08:00
Ivy Snow
a23484228d [libwebp] update to 0.6.1 2018-01-19 13:06:04 +08:00
Ivy Snow
04eb62a1bf [mongo-c-driver] update to 1.9.2 2018-01-19 12:10:05 +08:00
Ivy Snow
21d51eab4c [libbson] update to 1.9.2 2018-01-19 12:08:55 +08:00
Robert Schumacher
e44c1b292d [boost] Remove version from .lib filenames to improve CMake compatibility. Fixes #2459. 2018-01-18 11:03:26 -08:00
Robert Schumacher
353d635b97 [freetype][harfbuzz] Fix static freetype dependency. 2018-01-18 10:57:30 -08:00
Robert Schumacher
d35866018a
Merge pull request #1993 from Barath-Kannan/qt5_modular
Qt5 modular
2018-01-18 10:51:18 -08:00
Robert Schumacher
b47b4346f8 [vcpkg-build-qmake][vcpkg-configure-qmake] Collapse config-specific versions. 2018-01-18 07:36:54 -08:00
Robert Schumacher
51da0e25fa [qscintilla] Fix build against new modular qt 2018-01-18 07:36:50 -08:00
Robert Schumacher
d6dc7a078a [qwt][qscintilla][qca] Use dash in qt modular dependency 2018-01-18 07:36:44 -08:00
Robert Schumacher
d9d3744484 [qt5-base] Restore qtdeploy.ps1 2018-01-18 07:36:40 -08:00
Robert Schumacher
7b0cfc6f6c [qt5-base] Remove debug qmake.exe 2018-01-18 07:36:38 -08:00
Robert Schumacher
b4c041df93
Merge pull request #2554 from horenmar/Introduce-Catch-Classic
Introduce catch classic
2018-01-18 04:21:18 -08:00
Nikolay Baklicharov
1b5ec0bc10 librtmp: Fix debug build (#2537) 2018-01-18 04:20:18 -08:00
Martin Hořeňovský
381263aaa0 Update Catch to 1.12.0 2018-01-18 11:04:56 +01:00
Martin Hořeňovský
508edef95a Update Catch to 1.11.0 2018-01-18 11:04:54 +01:00
Martin Hořeňovský
129971d228 v1.10.0 2018-01-18 11:04:33 +01:00
Robert Schumacher
27188d3b1e
Merge pull request #2555 from horenmar/introduce-catch2
Add specific port for Catch2
2018-01-18 00:43:40 -08:00
Robert Schumacher
bbc24d2212 [catch2] Fix hashes and CONTROL 2018-01-18 00:40:16 -08:00
Robert Schumacher
1e95a2cd8a [boost-build] Bump version to include ZLIB/BZIP2 2018-01-17 23:22:01 -08:00
David Benson
9fe1006200 Restore support for zlib and gzip in iostreams 2018-01-17 23:21:58 -08:00
Robert Schumacher
78ac1d0bb6 [boost] Split boost-modular.cmake 2018-01-17 23:21:47 -08:00
Robert Schumacher
115bff5c07
Merge pull request #2530 from b-r-o-c-k/libodb-sqlite-fix
[libodb-sqlite] Allow static linking to libodb
2018-01-17 22:48:45 -08:00
Robert Schumacher
9fadc83fdc [libodb] Bump version due to package change 2018-01-17 22:48:10 -08:00
Barath Kannan
ca9ff199d6 append hyphen to qt5 module names 2018-01-18 10:02:56 +11:00
Barath Kannan
c30363d07b Merge branch 'master' into qt5_modular 2018-01-17 19:00:43 +11:00
Alexander Karatarakis
28c5c6ae46
Merge pull request #2566 from ivysnow/libconfig
[libconfig] update to 1.7.2
2018-01-16 14:53:26 -08:00
Alexander Karatarakis
b0bb4144cf
Merge pull request #2565 from crackedmind/fix_x86_mpg123
[mpg123] Fix x86 build
2018-01-16 14:53:09 -08:00
Alexander Karatarakis
b76360e4af
Merge pull request #2583 from pravic/sciter
[sciter] Update to 4.1.1.5703
2018-01-16 14:49:07 -08:00
jasjuang
5aa627e164 [SDL2] use vcpkg_from_github to enable --head 2018-01-16 14:13:15 -08:00
pravic
950918b9fb [sciter] Update to 4.1.1.5703 2018-01-15 21:23:40 +03:00
Ivy Snow
9e21f1aacf [libconfig] update to 1.7.2 2018-01-13 13:04:15 +08:00
Alexander Karatarakis
7f104409b6
Merge pull request #2558 from fwosar/master
[cpr] Fixed wrong include folder
2018-01-12 14:27:36 -08:00
Alexander Karatarakis
c4d1c645d9
Merge pull request #2557 from clvn/tre
[tre] Initial port
2018-01-12 11:44:05 -08:00
Alexander Karatarakis
591cfefc54
Merge pull request #2549 from vitaliyparinov/date-update
[date] Update HowardHinnant/date to 2.4
2018-01-12 11:41:46 -08:00
Fabian Wosar
62744550b9 Fixed wrong include folder
The port used to install "include/cpr" instead of "cpr" into the vcpkg include folder . As a result, attempting to use the cpr header would fail as the header includes "cpr/<header file>". In addition having to include <include/cpr/cpr.h> breaks the general vcpkg conventions.
2018-01-12 14:45:39 +01:00
clvn
d7cd72e396 [tre] Initial port 2018-01-12 12:24:02 +01:00
Martin Hořeňovský
0fb03e8b73 Add specific port for Catch2 2018-01-12 11:13:55 +01:00
Vitaliy Parinov
60fb59ce4d [date] Update to 2.4 cont. (removed DATE_BUILD_LIB usages) 2018-01-12 05:50:19 +03:00
Stanislav Ershov
5fdda7b89f [mpg123] Fix x86 build 2018-01-11 12:45:32 +03:00
Vitaliy Parinov
bfc50d8ee2 Update HowardHinnant/date to 2.4 2018-01-11 08:46:08 +03:00
Joel Clay
0e6e2c9658 Update magnum, magnum-plugins and corrade to latest 2018-01-10 20:47:42 -05:00
Alexander Karatarakis
2939b01fb9
Merge pull request #2547 from kobykahane/gflags_2_2_1
[gflags] update to 2.2.1
2018-01-10 13:45:25 -08:00
Alexander Karatarakis
d99a160111
Merge pull request #2546 from kobykahane/kobykahane/tclap_1_2_2
[tclap] update to 1.2.2
2018-01-10 13:32:32 -08:00
Alexander Karatarakis
4eb0a5c5b4
Merge pull request #2544 from fran6co/flatbuffers_1.8.0
[flatbuffers] update to 1.8.0
2018-01-10 13:13:01 -08:00
Alexander Karatarakis
a1e179f3db
Merge pull request #2543 from fran6co/grpc_1.8.3
[grpc] update to 1.8.3
2018-01-10 13:12:11 -08:00
Alexander Karatarakis
4f7e228d98
Merge pull request #2542 from pravic/sciter
[sciter] Update to 4.1.0.5687
2018-01-10 13:09:30 -08:00
Alexander Karatarakis
005b7d940f
Merge pull request #2539 from procxx/missing_version_rc
Add missing version.rc file to sdl2 libraries.
2018-01-10 12:27:59 -08:00
Koby Kahane
8c09cad80e [gflags] update to 2.2.1 2018-01-10 16:26:56 +02:00
Koby Kahane
443af9686b Update TCLAP to 1.2.2. 2018-01-10 15:40:27 +02:00
Francisco Facioni
b04abf9841 [flatbuffers] update to 1.8.0 2018-01-10 10:40:12 +00:00
Francisco Facioni
d837a89c64 [grpc] update to 1.8.3 2018-01-10 10:12:05 +00:00
pravic
96aa26ebad [sciter] Update to 4.1.0.5687 2018-01-10 12:47:53 +03:00
b-r-o-c-k
124a9354c0 [libodb] Allow static linking to libodb 2018-01-09 20:52:59 -06:00
Stanislav Ershov
2ad118a253 Add missing version.rc file to sdl2 libraries.
Affected sdl2 libraries:
- sdl2-image
- sdl2-mixer
- sdl2-net
- sdl2-ttf
2018-01-09 23:44:37 +03:00
James Chang
00782fb304 [realsense2] update to 2.9.0 2018-01-09 20:48:11 +08:00
Robert Schumacher
30a6668e22 [vtk] Add dependency from mpi feature to hdf5[parallel] 2018-01-09 02:01:40 -08:00
Robert Schumacher
5d6d8511a8
Merge pull request #2535 from twMr7/update_vtk
[vtk] update to 8.1.0
2018-01-09 02:00:54 -08:00
Robert Schumacher
56b6415c45
Merge pull request #2534 from twMr7/optional_parallel_hdf5
make parallel support optional
2018-01-09 02:00:43 -08:00
Robert Schumacher
ce3026aece
Merge pull request #2533 from procxx/sdl2-image
[sdl2-image] Update to 2.0.2
2018-01-09 00:21:53 -08:00
Robert Schumacher
cce3f40e00
Merge pull request #2529 from albertziegenhagel/fix-cgal-head
[cgal] Fix installation with --head
2018-01-08 23:36:02 -08:00
Robert Schumacher
7f7f2b629e [hdf5] Bump version to include new feature 2018-01-08 23:34:52 -08:00
Stanislav Ershov
48e9cc063e [sdl2-image] Update to 2.0.2 2018-01-09 10:25:24 +03:00
James Chang
90542f8cf3 [vtk] update to 8.1.0 2018-01-09 15:22:21 +08:00
James Chang
69e4ef6632 make parallel support optional 2018-01-09 14:22:02 +08:00
Alexander Karatarakis
65d56f25bb
Merge pull request #2532 from TheStormN/librtmp-to-v2.4
[librtmp] Update to 2.4
2018-01-08 14:13:47 -08:00
Nikolay Baklicharov
78ae618d8e [librtmp] Update to 2.4 2018-01-08 22:12:37 +02:00
Stanislav Ershov
17bdc084f9 [mpg123] Update to 1.25.8 2018-01-08 22:52:38 +03:00
Albert Ziegenhagel
eb34e61d6d [cgal] Use CGAL_INSTALL_CMAKE_DIR to force an installation path for CMake files 2018-01-08 14:04:42 +01:00
Alexander Karatarakis
31b1989394
Merge pull request #2508 from albertziegenhagel/python3-3.6.4
[python3] Update to 3.6.4
2018-01-07 11:27:31 -08:00
Alexander Karatarakis
023ffe900d
Merge pull request #2520 from procxx/add_sqlitecpp
[sqlitecpp] Initial port
2018-01-07 11:27:09 -08:00
Stanislav Ershov
9b4e48cb1d [sqlitecpp] Initial port 2018-01-06 12:58:22 +03:00
Force Charlie
ae82c74340 [llvm]: update llvm to 5.0.1 2018-01-06 10:07:16 +08:00
Robert Schumacher
cf802347a4
Merge pull request #2218 from jasjuang/llvm
[llvm] add in clang and enable tools
2018-01-05 15:37:14 -08:00
Alexander Karatarakis
2ce964f191
Merge pull request #2517 from albertziegenhagel/fix-pybind11-version
[pybind11] Fix version in CONTROL after update
2018-01-05 21:06:51 +02:00
Eric Mittelette
813d441ba2 adding args port file 2018-01-05 10:46:58 -08:00
Albert Ziegenhagel
087498f675
[pybind11] Fix version in CONTROL after update 2018-01-05 15:27:16 +01:00
Alexander Karatarakis
ed857484e7
Merge pull request #2505 from clvn/samplerate
[libsamplerate] Initial port
2018-01-05 13:47:30 +02:00
Alexander Karatarakis
cdce53330e
Merge pull request #2503 from procxx/add_cimg
[cimg] initial port
2018-01-05 13:42:37 +02:00
Alexander Karatarakis
94a9087b8f
Merge pull request #2504 from RT222/unicorn-lib
[unicorn-lib][rs-core-lib] Initial port
2018-01-05 13:40:16 +02:00
Alexander Karatarakis
0dfb113a27
Merge pull request #2502 from RT222/chaiscript
[chaiscript] Initial port
2018-01-05 13:36:04 +02:00
Alexander Karatarakis
577d9876b8
Merge pull request #2501 from RT222/sol
[Sol] Initial port
2018-01-05 13:35:04 +02:00
Alexander Karatarakis
29a98dec49
Merge pull request #2500 from RT222/yoga
[Yoga] Initial port
2018-01-05 13:30:44 +02:00
Alexander Karatarakis
7f193624e3
Merge pull request #2515 from procxx/update_libtorrent
[libtorrent] Update to 1.1.6
2018-01-05 13:29:59 +02:00
Alexander Karatarakis
5214c206a5
Merge pull request #2509 from albertziegenhagel/pybind11-2.2.1
[pybind11] Update to 2.2.1
2018-01-05 12:54:49 +02:00
Stanislav Ershov
ab881e91e4 [libtorrent] Update to 1.1.6 2018-01-05 09:35:02 +03:00
Robert Schumacher
729202adcc
Merge pull request #2514 from procxx/fix_libiconv
[libiconv] copy pdbs
2018-01-04 21:20:22 -08:00
Stanislav Ershov
e3ae00e4f1 [cimg] initial port 2018-01-05 07:57:58 +03:00
Stanislav Ershov
b39049f7b8 [libiconv] copy pdbs 2018-01-05 07:32:31 +03:00
Albert Ziegenhagel
75c66575c4 [vtk] Fix hdf5 target names after hdf5 has been updated to 1.10.1 2018-01-04 18:04:32 +01:00
Albert Ziegenhagel
23962328a4 [python3] Update to 3.6.4 2018-01-04 17:55:01 +01:00
Albert Ziegenhagel
f8ac383a61 [pybind11] Update to 2.2.1 2018-01-04 17:53:48 +01:00
Stanislav Ershov
cfe7560506 [imgui] Update to 1.53 2018-01-04 14:46:21 +03:00
clvn
11aba18495 [libsamplerate] Initial port 2018-01-04 08:04:54 +01:00
Robert Schumacher
de98ec658f [llvm] Fix installation of clang cmake targets 2018-01-03 20:12:49 -08:00
Rémy Tassoux
4351c4a648 [unicorn-lib][rs-core-lib] Initial port 2018-01-04 05:02:59 +01:00
Robert Schumacher
273f35372c [zeromq] Fix #2476 2018-01-03 19:52:14 -08:00
Rémy Tassoux
89400e8bd6 [chaiscript] Initial port 2018-01-04 04:48:49 +01:00
Rémy Tassoux
ed1304b21d [Sol] Initial port 2018-01-04 04:45:30 +01:00
Rémy Tassoux
2ae46fd676 [Yoga] Initial port 2018-01-04 04:34:44 +01:00
Robert Schumacher
b899067edb [boost-test] Move _exec_monitor libs to manual-link. Fixes #2444. 2018-01-03 17:45:15 -08:00
Robert Schumacher
3bebb10744 [log4cplus] Fix #2457. Update hash. 2018-01-03 17:44:19 -08:00
Jacek Blaszczynski
a28138eb9e Add preliminary support for arm-windows and arm64-windows triplets (#2371)
* Add preliminary support for arm-windows and arm64-windows triplets

Visual Studio 15.4 shipped with new VC tools targeting arm and arm64
for desktop. This change allows for recognition and usage of new
triplets supporting arm and arm64 Windows desktop and server targets.

* Remove unnecessary changes

* Part 2

* Part 3

* Make detection of Arm64 _VCPKG_TARGET_ARCHITECTURE precise

* Enforce usage of Visual Studio CMake generatorfor arm and temporarily arm64 targets

* Address code review feedback, clean libjpeg-turbo port.cmake

* [libjpeg-turbo][tiff] Reduce changes to existing libraries.

* [vcpkg-cmake] Simplify toolchain selection logic and improve comments
2018-01-03 17:19:52 -06:00
Robert Schumacher
893c567ecd
Merge pull request #2456 from clvn/jack
[jack2] Initial port
2018-01-03 16:32:29 -06:00
Alexander Karatarakis
4a095e8ced
Merge pull request #2490 from lebdron/libpqxx-6.0.0
[libpqxx] Initial port
2018-01-03 23:12:19 +02:00
clvn
ca9f73935d [soundtouch] Initial port (#2455)
* [soundtouch] Initial port

* [soundtouch] Fixed typo
2018-01-03 18:58:04 +02:00
Alexander Karatarakis
fca18d6e98
Merge pull request #2454 from clvn/portmidi
[portmidi] Initial port
2018-01-03 18:55:25 +02:00
Alexander Karatarakis
0c0875423b
Merge pull request #2449 from Tremoneck/addGainput
[gainput] Initial port
2018-01-03 18:11:15 +02:00
Alexander Karatarakis
cc0f540173
Merge pull request #2433 from fcharlie/master
[libgit2] Initial port.
2018-01-03 18:05:04 +02:00
Alexander Karatarakis
ca1248e05c
Merge pull request #2432 from RT222/master
[directxmesh] [directxtex] [directxtk] [bullet3] Update to the last version
2018-01-03 17:55:17 +02:00
Alexander Karatarakis
fad1a0d8a9
Merge pull request #2413 from xoviat/fftw
[fftw] Build more libs
2018-01-03 17:39:22 +02:00
Alexander Karatarakis
2561e54a3e
Merge pull request #2417 from Mixaill/libdatrie
[libdatrie] add version 0.2.10
2018-01-03 17:36:46 +02:00
Alexander Karatarakis
b65f76e5f0
Merge pull request #2464 from jtilander/box2d_static_library
Add support for Box2D to be build as a static library
2018-01-03 17:36:15 +02:00
Alexander Karatarakis
cd45f25ea5
Merge pull request #2495 from albertziegenhagel/hdf5-1.10.1
[hdf5] Update to 1.10.1
2018-01-03 15:30:34 +02:00
Alexander Karatarakis
c3a6f18eb9
Merge pull request #2494 from albertziegenhagel/szip-2.1.1
[szip] Update to 2.1.1
2018-01-03 15:30:20 +02:00
Alexander Karatarakis
14636552ad
Merge pull request #2492 from lebdron/cpp-redis-4.3.0
[cpp-redis] Update to 4.3.0
2018-01-03 15:29:12 +02:00
Albert Ziegenhagel
7d48a73928 Update HDF5 to 1.10.1 2018-01-03 13:28:42 +01:00
Albert Ziegenhagel
01995a5b7e Update szip to 2.1.1 2018-01-03 12:47:37 +01:00
Andrei Lebedev
68f9f89431 [cpp-redis] Update to 4.3.0 2018-01-03 02:03:43 +03:00
Andrei Lebedev
147e393362 [tacopie] Update to 3.2.0 2018-01-03 01:54:10 +03:00
Andrei Lebedev
a0d09ae1fb [libpqxx] Initial port 2018-01-03 01:43:06 +03:00
Sean Warren
cc99ad6ee4 Use vcpkg version of BLAS and LAPACK in dlib
dlib v19.8 detects these packages correctly
2018-01-03 07:58:20 +11:00
Stanislav Ershov
757e75f89e [zstd] update to 1.3.3 2018-01-02 15:20:44 +03:00
clvn
386e69c6b2 [jack2] Prefer using vcpkg_from_github. Removed check for Windows Store 2018-01-01 15:43:41 +01:00
Alexander Karatarakis
ead35fd00a
Merge pull request #2479 from ivysnow/mongoc
[libbson, mongo-c-driver] update to 1.9.0
2018-01-01 14:48:45 +02:00
jasjuang
e95ab9c510 [harfbuzz] update to 1.7.4 2018-01-01 00:19:40 -08:00
Ivy Snow
7f3e5e3f77 [mongo-c-driver] update to 1.9.0 2018-01-01 15:22:26 +08:00
Ivy Snow
ab884b5f0c [libbson] update to 1.9.0 2018-01-01 15:20:33 +08:00
Alexander Karatarakis
79fbc50de9
Merge pull request #2466 from pravic/sciter
[sciter] Update to 4.0.8.5649
2017-12-31 14:12:57 +02:00
Alexander Karatarakis
df015420e8
Merge pull request #2470 from Mixaill/asio_github
[asio] switch to vcpkg_from_github()
2017-12-31 14:12:17 +02:00
Barath Kannan
47189e90d5 fix qwt build 2017-12-31 10:12:22 +11:00
Barath Kannan
fe94a33bfe qt5 network auth module 2017-12-31 08:25:28 +11:00
Mikhail Paulyshka
7fbd67db7b [nlohmann-json] update to 3.0.1 2017-12-30 02:08:49 +03:00
Mikhail Paulyshka
42467a590e [asio] swith to vcpkg_from_github() 2017-12-30 01:22:14 +03:00
Jim Tilander
6800cbed5c Add support for Box2D to be build as a static library 2017-12-28 15:39:37 -08:00
Dmitry Marakasov
4bdaba0e50
Fix version 2017-12-28 22:28:44 +03:00
Mikhail Paulyshka
3aa16aeece [libdatrie] fix trietool for MSVC runtime 2017-12-28 16:20:38 +03:00
Frank Quinn
491e9c73a7 Modified OpenMAMA port to use vcpkg build option
This option enables searching in the debug directory for debug
libraries for OpenMAMA dependencies.
2017-12-27 23:03:48 +00:00
Alexander Karatarakis
50baf7db17
Merge pull request #2446 from ivysnow/libconfig
[libconfig] update to 1.7.1
2017-12-27 20:56:07 +02:00
Alexander Karatarakis
851f1ee1b0
Merge pull request #2451 from jasjuang/mpir
[mpir] use vcpkg_from_github
2017-12-27 20:53:23 +02:00
Alexander Karatarakis
c03f2b959b
Merge pull request #2450 from xoviat/patch-1
mpfr: fix download link
2017-12-27 20:52:47 +02:00
Alexander Karatarakis
841f2d3985
Merge pull request #2439 from UnaNancyOwen/update_realsense2
Update realsense2 port to librealsense v2.8.3
2017-12-27 20:47:33 +02:00
clvn
2de68fb779 [jack2] Initial commit 2017-12-27 12:18:50 +01:00
clvn
a3abeb2bb7 [portmidi] Initial port 2017-12-27 11:49:36 +01:00
Barath Kannan
d8f0ea9999 resolve merge conflicts 2017-12-27 16:57:43 +11:00
jasjuang
fe2d4e2ee9 [mpir] use vcpkg_from_github 2017-12-26 14:24:42 -08:00
xoviat
55d8069da3
mpfr: fix download link 2017-12-26 12:16:50 -06:00
Adrian Geipert
5abb2872f0 [gainput] Initial port 2017-12-26 17:46:05 +01:00
Ivy Snow
178517052f [fmt] update to 4.1.0 2017-12-26 12:45:49 +08:00
Ivy Snow
c8cddb849a [libconfig] update to 1.7.1 2017-12-26 12:43:00 +08:00
Tsukasa Sugiura
75f43baedf Update librealsense v2.8.3
Update librealsense v2.8.3.
2017-12-24 23:46:16 +09:00
Rémy Tassoux
538e61ab91 [bullet3] Update from 2.86.1 to 2.87 2017-12-23 18:07:20 +01:00
Rémy Tassoux
6699ddabb1 Merge remote-tracking branch 'upstream/master' 2017-12-23 18:02:35 +01:00
Force Charlie
44a1023f04 [libgit2] Initial port. 2017-12-24 00:14:20 +08:00
Rémy Tassoux
40245cde8c [directxtk] Update to the last version (dec2017) 2017-12-23 15:51:17 +01:00
Rémy Tassoux
63b7bcd8b9 [directxtex] Update to the last version (dec2017) 2017-12-23 15:51:00 +01:00
Rémy Tassoux
a5f206e423 [directxmesh] Update to the last version (dec2017) 2017-12-23 15:50:33 +01:00
pravic
e57bd44d28 [sciter] Update to 4.0.8.5649 2017-12-23 17:47:11 +03:00
jasjuang
6832578fe3 [opencv] update to 3.4.0 2017-12-22 21:23:57 -08:00
Robert Schumacher
753a19c618 Merge branch 'fix-linker-oom' into jasjuang-llvm 2017-12-21 12:14:03 -08:00
Robert Schumacher
db40d19f3d [qt5] Add atlmfc to dependencies on windows due to tlbase.h inclusion. Fixes #2344. 2017-12-21 12:02:08 -08:00
Robert Schumacher
95b739c1a8 [boost-python] Fix build. 2017-12-21 11:47:13 -08:00
Robert Schumacher
bf1045db70 Merge branch 'llvm' of https://github.com/jasjuang/vcpkg into jasjuang-llvm 2017-12-21 10:55:05 -08:00
Robert Schumacher
15ca078f60
Merge pull request #2419 from jasjuang/alembic
[alembic] update to 1.7.5
2017-12-21 10:29:20 -08:00
Robert Schumacher
4625659c26
Merge pull request #2376 from dzenanz/itk2
Improving support for ITK
2017-12-21 10:28:57 -08:00
Robert Schumacher
9491c60743 [assimp] Fixup: add missing patchfile 2017-12-21 03:46:39 -08:00
Robert Schumacher
4971bb4dca [libtorrent] Update to more recent snapshot to support boost 1.66 2017-12-21 03:46:08 -08:00
Robert Schumacher
ac32306cd2 [assimp] Fix unitialized variable issue. 2017-12-21 03:15:23 -08:00
Robert Schumacher
81bb62a8dd [boost] Fix uwp builds on systems with spaces 2017-12-21 02:38:02 -08:00
Robert Schumacher
26b5fe20b3
Merge pull request #2380 from IronsDu/master
Added port brynet - A C++ cross platform high performance TCP network library.
2017-12-21 00:21:15 -08:00
Robert Schumacher
31d686e7e4 [brynet] Use vcpkg_from_github 2017-12-21 00:19:44 -08:00
Vitaliy Didik
c426491191 [nghttp2] initial port (dynamic build only). (#2366)
* [nghttp2] initial port (dynamic build only).

* [nghttp2] Slight tweak
2017-12-21 00:13:50 -08:00
Robert Schumacher
b7ce0db27f [folly] Handle boost upgrade 2017-12-20 23:55:38 -08:00
Robert Schumacher
1e7b704939 [hpx] Handle boost breaking changes. Fixes #2416. 2017-12-20 23:47:39 -08:00
Guillaume Lachance
4e6678ba9d libmupdf initial port (#1950)
* libmupdf initial port

* [libmupdf] Use CMake for buildsystem replacement.
2017-12-20 23:39:45 -08:00
Anatoly Shirokov
a0b2767175 Added port libqrencode - a fast and compact QR Code encoding library (#2372)
* https://github.com/Microsoft/vcpkg/issues/2363

* libqrencode: Added necessary new line at end of CONTROL, portfile.cmake, usage files. Added copying the usage file in portfile.cmake, and removed unnecessary DBUILD_SHARED_LIBS as remarked @ras0219-msft

* [libqrencode] Adjust usage to match other packages
2017-12-20 23:37:02 -08:00
Robert Schumacher
d4b1d19912
Merge pull request #2409 from UnaNancyOwen/fix_boost
Initial experimental re-support for VCPKG_BUILD_TYPE release
2017-12-20 23:00:17 -08:00
jasjuang
b4e0467f9e [alembic] update to 1.7.5 2017-12-20 22:47:10 -08:00
Alexander Karatarakis
f10a95d551
Merge pull request #2403 from markgarcia/msvc-ignore-warning-C4201
[glm] Ignore MSVC warning C4201
2017-12-20 18:59:57 -08:00
Alexander Karatarakis
be3da41b0c
Merge pull request #2408 from pravic/sciter
[sciter] Update to 4.0.7.5637
2017-12-20 18:52:36 -08:00
Mikhail Paulyshka
cd6fb55cd9 [libdatrie] add version 0.2.10 2017-12-21 04:05:50 +03:00
Dženan Zukić
49e56732c0 Improving support for ITK 2017-12-20 14:31:52 -05:00
xoviat
f1f373b189
Merge branch 'master' into fftw 2017-12-20 13:24:59 -06:00
xoviat
6363688b6d [fftw] Build more libs 2017-12-20 13:23:07 -06:00
jasjuang
65f96fab1d [dlib] update to 19.8 2017-12-20 08:15:18 -08:00
Tsukasa Sugiura
6c55370286 Initial experimental re-support for VCPKG_BUILD_TYPE release
re-add this commit 5335d17
2017-12-20 18:57:16 +09:00
pravic
476dab7615 [sciter] Update to 4.0.7.5637 2017-12-20 08:56:32 +03:00
Robert Schumacher
8791faba96 [llvm] Add atlmfc to dependencies -- fixes #2400 2017-12-19 16:05:15 -08:00
Robert Schumacher
f381823f70
Merge pull request #2269 from Microsoft/boost-modular
[boost] Modularize and update to 1.66
2017-12-19 16:01:58 -08:00
Robert Schumacher
47e968937f [magnum] Remove --trace 2017-12-19 10:41:42 -08:00
Robert Schumacher
b79395c4ad Update downstream libraries to use modularized boost 2017-12-19 10:26:27 -08:00
Robert Schumacher
14358e8b25 [boost] Modularize 2017-12-19 10:21:58 -08:00
Mark Garcia
dde10c4936 [glm] Ignore MSVC warning C4201 2017-12-19 15:25:03 +08:00
Casey Carter
3f43b56bd9 Update Range-V3-VS2015. 2017-12-18 20:59:31 -08:00
Alexander Karatarakis
90c21c0c7d
Merge pull request #2388 from Chaiinik/master
[nlohmann-json] Update to 3.0.0
2017-12-18 17:43:08 -08:00
Michael Hansen
8ad25f0506 Update string-theory to 1.7 2017-12-18 11:10:11 -08:00
Chainik
9dd2ff2f07 [nlohmann-json] Update to 3.0.0 2017-12-17 15:01:16 +01:00
Alexander Karatarakis
76096c95f1
Merge pull request #2381 from markgarcia/tbb-2018_U2
[tbb] Update to 2018_U2
2017-12-15 15:46:38 -08:00
WPMGPRoSToTeMa
7c701c8012 [gsl-lite] Updated to 0.26.0 2017-12-15 21:20:32 +03:00
Mark Garcia
361c69660e [tbb] Update to 2018_U2 2017-12-15 17:59:11 +08:00
IronsDu
19cb797838 Added port brynet - A C++ cross platform high performance TCP network library using C++ 11. 2017-12-15 15:12:21 +08:00
Robert Schumacher
839285590a [gtest] Fix issue with renaming gtest DLLs in debug mode 2017-12-14 22:24:37 -08:00
Robert Schumacher
9af036fc0e [cpprestsdk] Update to 2.10.1 2017-12-14 19:06:12 -08:00
jasjuang
a196d7e398 [tinyxml2] update to 6.0.0 2017-12-14 13:29:55 -08:00
Barath Kannan
22e9a2b25d change serial module name 2017-12-15 07:15:38 +11:00
Barath Kannan
54c0f87da7 change to python2 for future web engine support 2017-12-15 07:07:24 +11:00
Barath Kannan
eb92719c5d fix naming issues 2017-12-15 07:02:25 +11:00