aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2019-02-25[mongo-c-driver] fix mongo-c-driver build for linux (#5445)piloopin
* fix mongo-c-driver build for Linux
2019-02-25[libcuckoo] Add new port (#5436)myd7349
[libcuckoo] Add new port
2019-02-25[qt5-webview] Add new port (fix #5427) (#5441)myd7349
2019-02-23[stxxl] Fix STXXL_INCLUDE_DIRSmyd7349
2019-02-23[stxxl] Fix missing include directory exportingmyd7349
2019-02-22X plane (#5419)xDarKraDx
* Add X-Plane SDK support * fix: disallow x86 builds The x-plane SDK website claims that the SDK is only compatible with x64. The PR that adds support for this fails in x86, so I'm disallow x86 builds to align with the x-plane documentation. * fix: install sdk headers to the root include path The x-plane SDK website's examples expect that the sdk headers are at the root of the include path. I'm adjusting this port to align with those samples, as we want examples to "just work" as much as possible. * style: whitespace * Remove ununsed directory
2019-02-22[fix] Regression of copyright install at netcdf-c (#5414)Siarhei Siniak
* [~] Refactor * [~] Refactor
2019-02-22[qt5] Update to 5.12.1 and add some missing modules (#5293)Lennart Trunk
* Update qt5-base to 5.12.1 * update qt5-declarative to 5.12.1 * update qt5-modularscripts for 5.12.1 * update qt5-3d to 5.12.1 * update qt5-activeqt to 5.12.1 * add qt5-connectivity * update qt5-charts to 5.12.1 * update qt5-datavis3d to 5.12.1 * update qt5-gamepad to 5.12.1 * update qt5-graphicaleffects to 5.12.1 * update qt5-imageformats to 5.12.1 * add qt5-location * update qt5-multimedia to 5.12.1 * update qt5-networkauth to 5.12.1 * add qt5-purchasing * update qt5-quickcontrols to 5.12.1 * update qt5-quickcontrols2 to 5.12.1 * add qt5-remoteobjects * update qt5-script to 5.12.1 * update qt5-scxml to 5.12.1 * add qt5-sensors * update qt5-serialport to 5.12.1 * update qt5-speech to 5.12.1 * update qt5-svg to 5.12.1 * update qt5-tools to 5.12.1 * update qt5-virtualkeyboard to 5.12.1 * add qt5-webchannel * update qt5-websockets to 5.12.1 * update qt5-winextras to 5.12.1 * update qt5-xmlpatterns to 5.12.1 * update framework port to 5.12.1 and include the new modules * fix building qt5-base on linux * [qt5] Remove non-alphanumerical ASCII chars from dependencies
2019-02-22[curlpp] Add new port to fix #5352 (#5381)myd7349
2019-02-22[liblsl] Add port for sccn/liblsl (#5410)chausner
2019-02-21[x265] upgrade to 3.0, enable assembly (upgrade nasm to 2.14) (#5389)kiwixz
* [acquire nasm] upgrade to 2.14 * [x265] upgrade to 3.0, enable assembly * [x265] Enable assembly only on Windows
2019-02-21[xeus] Add new port (#5351)myd7349
* [xeus] Add new port * [xeus] Update to 2019-02-04 * [xeus] Update cryptopp dependency * [xeus] Update to 2019-02-13 * [xeus] Static building support
2019-02-21[azure] vcpkg update for master release 1.2.14 (#5405)Rajeev Massand
2019-02-21[caffe2] Fix linux build (#5385)Alexander Karatarakis
2019-02-21 [mlpack] Add new port (#5409)Miguel
* [mlpack] Add new port Add new port for the http://www.mlpack.org/ library * Tools optional and static build * Info fix * [mlpack] Use PATCHES parameter instead of apply_patches()
2019-02-21Add X-Plane SDK support (#5408)xDarKraDx
* Add X-Plane SDK support The x-plane SDK website claims that the SDK is only compatible with x64. The PR that adds support for this fails in x86, so I'm disallow x86 builds to align with the x-plane documentation. The x-plane SDK website's examples expect that the sdk headers are at the root of the include path. I'm adjusting this port to align with those samples, as we want examples to "just work" as much as possible.
2019-02-21[gl3w] Update (#3722)Alexander Karatarakis
2019-02-21[vtk] Change the runtime dir from tools to bin to fix DLL location (#5150)at-2500
* [vtk] Change the runtime dir from tools to bin to fix DLL location * Also move the tools on unixoid OS; Fix tool names in targets files * Remove duplicate vcpkg_copy_pdbs() * [vtk] Change version to force rebuild in CI
2019-02-21Updating HPX to V1.2.1 (#5407)Hartmut Kaiser
2019-02-20[libics] Add libics (#5398)Sean Warren
2019-02-20[ompl] Add new port (#5350)Juan C. Santamaria
* [ompl] Add new port Add new port for the https://github.com/ompl/ompl library * [ompl] Disable extra components * [ompl] Disable buggy CMake test
2019-02-19[sobjectizer] updated to 5.5.24.2 (#5400)eao197
* sobjectizer-v5.5.24 and so5extra-v1.2.2 * sobjectizer updated to v.5.5.24.1 * sobjectizer updated to v.5.5.24.2
2019-02-19[assimp] added remove debug/share (#5323)Lassi
* added remove debug/share * removed explicit OFF for framework option * use VCPKG_LIBRARY_LINKAGE to define if using ASSIMP_BUILD_SHARED_LIBS
2019-02-19[lest] Add lest v1.34.1 (was: v1.34.0) (#5353)Martin Moene
* [lest] Add lest v1.34.0 * [lest] Add lest v1.34.1 To support vcpkg installations, examples now specify folder 'lest' in the include directives, like: #include "lest/lest.hpp". * fix: update hash for lest
2019-02-16[doctest] update to 2.2.3, export cmake config (#5386)kiwixz
* [doctest] update to 2.2.3, export cmake config * [doctest] do not build tests
2019-02-16[sdl2-mixer] Fixes for installing on Linux (#5366)JackBister
* [sdl2-mixer] Fix libFLAC capitalization * [sdl2-mixer] Only build native_midi on Windows * [sdl2-mixer] Slight modernization; bump control version
2019-02-15[libunibreak] add missing source files and headers to the package (#5371)Jon Spencer
2019-02-15[xtensor] Upgrade xtensor, xsimd, and xtl (#5338)zhihaoy
One patch down, accepted by upstream.
2019-02-15[shaderc] install executable files on linux and macos (#5372)Jon Spencer
2019-02-15[spirv-tools] install executables on linux and macos (#5373)Jon Spencer
2019-02-14[range-v3] Update to latest (#5365)Casey Carter
2019-02-14[opencv] Add feature for building with TBB as parallel framework (#5123)emptyVoid
2019-02-14[fftw3] Add openmp to fftw3 (#4351)John Travers
2019-02-14Fix uvw.hpp not being installed (#5355)Helco
2019-02-14[tiff] Disable libwebp support. (#5348)Michael Hofmann
* [tiff]: disable libwebp support. Since version 4.0.10, libtiff supports optional compression modes using either libweb or zstd. When libtiff is built, and libwebp and/or zstd are found anywhere on the system, these modes will be enabled. However, the respective libraries are not added as link targets, so this will result in linker errors for any unsuspecting project using libtiff. Since zstd support was already disabled by a previous commit, I have also simply disabled libwebp support to fix this issue. A more proper fix might be to add both libwebp and zstd as required libtiff dependencies, and to patch libtiff's CMakeLists.txt, such that these libraries are properly linked to. However, it is currently very unlikely to encounter TIFF images in the wild compressed using either of these methods, so the effect of disabling support may not be noticeable at all. * [tiff] Change CONTROL version
2019-02-12[grpc] Update to v1.18.0Robert Schumacher
2019-02-12Updates 2019.01.30Robert Schumacher
2019-02-12Upgrade google-cloud-cpp to 0.6.0. (#5367)Carlos O'Ryan
In this version we can disable the unit and integration tests, though it still tries to find `googletest` so we cannot remove the dependency just yet.
2019-02-12[detours] new port (#5347)Charles Milette
* [detours] new port * [detours] Use PATCHES parameter instead of vcpkg_apply_patches function
2019-02-12[freetype] fix DLL install on Windows (#5354)Lennart Trunk
* [wip] fix DLL install on Windows * change patchfile encoding to UTF-8
2019-02-11[rocksdb] Add tbb support (#5142)Peter Goodman
* Add tbb feature support to rocksdb to enable CLOCK algorithm * Use RocksDB master branch. * Undid RocksDB head requirement. * fix: remove unnecessary FindTbb.cmake
2019-02-11[osg] Add Collada model support to OpenSceneGraph (#3950)Calum Robinson
* [collada-dom] Initial collada-dom port * [osg] Add Collada file support
2019-02-11Add spirv-cross to tools directory (#4532)Bradley Austin Davis
2019-02-11[corrade,magnum,-integration,-extras,-plugins] Update Magnum to v2019.01 (#5312)Jonathan Hale
* [corrade] Update to v2019.01 Signed-off-by: Squareys <squareys@googlemail.com> * [magnum] Update to v2019.01, remove shapes and glutapplication features These features were deprecated in earlier versions and now removed. Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-(extras,plugins,integration)] Update to v2019.01, add imgui feat. Signed-off-by: Squareys <squareys@googlemail.com> * [magnum] Improve dependencies to corrade Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Add faad2audioimporter - faad2 is currently not in vcpkg, hence commented out - The commented out empty line is required to have vcpkg parse the file without issues Signed-off-by: Squareys <squareys@googlemail.com>
2019-02-11[ampl-mp] Add new port (#5331)zhihaoy
* [ampl-mp] Add new port This port aims for solver development, so it does not build any existing solver modules. The shared library build is disabled for now because it has some problem on Windows. closes: #4491 * [ampl-mp] Disable MATLAB MEX support
2019-02-08[rapidjson] PREFER_NINJARobert Schumacher
2019-02-08[cppgraphqlgen] Update to v2.0.0 (#5308)Bill Avery
* [cppgraphqlgen] Update to v2.0.0 * [cppgraphqlgen] Pick up bug fix v2.0.1 * [cppgraphqlgen] Pick up bug fix v2.0.2
2019-02-08Update to freetype-2.9.1 (#5292)Lennart Trunk
2019-02-07feat(platform-folders): add port for platform-folders (#5329)Daniel Marshall
2019-02-07[glad] update to v0.1.29 (#5296)kiwixz