aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2019-09-09[magic-get] Add new port (#8072)Alvin
* fix8031issue-add_port_magic-get * fix8031issue-Change download license file name Signed-off-by: AlvinZhangH <260137639@qq.com>
2019-09-09[quantlib] Add new port (#7283)myd7349
* [quantlib] Add new port * [quantlib] Fix x64-windows-static build * [quantlib] Use unique_ptr by default
2019-09-09[libvpx] Fix build when VCPKG_BUILD_TYPE is set. (#8100)Joseph Davies
2019-09-09[grpc] Update grpc to 1.23.0 (#8109)Jozef Izso
2019-09-09[unrar] Update to 5.8.1 (#8108)FaultyRAM
2019-09-09Fix how to use VULKAN_SDK under Visual Studio (#8092)Sean Farrell
Environment variables are referenced with brackets not curly braces. Copying and using the line will not result frustration.
2019-09-07[libvpx] Update to 1.8.1. (#8086)Joseph Davies
2019-09-07[re2] Update library to 2019-09-01 (#8089)Ehsan
2019-09-07[xalan-c] fixed cmake files location (#7795)crusader-mike
* [xalan-c] fixed cmake files location * [xalan-c] Bump version
2019-09-07remove 'usage' filezi-m
2019-09-07Merge remote-tracking branch 'upstream/master' into wxchartdirzi-m
2019-09-06[libhydrogen] Add new port (#7436)myd7349
* [libhydrogen] Add new port * [libhydrogen] Update to 2019-08-10 * [libhydrogen] Fix cmake not found error * [libhydrogen] Remove patch * [libhydrogen] Update to 2019-08-11
2019-09-06[cello] Add new port (#7386)myd7349
2019-09-06[unrar] Don't use a custom struct member alignment (#8053)FaultyRAM
2019-09-06sobjectizer updated to 5.6.1 (#8052)eao197
2019-09-06[nativefiledialog] Add new port (#7944)myd7349
* [nativefiledialog] Add new port * [nativefiledialog] Use zenity if GTK3 not found * Add UWP fatal error
2019-09-06libpq requires HAVE_CRYPTO_LOCK for thread safety with openssl <1.1.0 (#8076)Ian P. Cooke
2019-09-06[VTK/GLEW] Fix Regression of VTK with newer CMake Versions (#7967)Alexander Neumann
* Add glew variables lost by cmakes new FindGLEW to wrapper The variables are required by ports like VTK * fix file location. * completly refactor wrapper. Static case was not handled correctly * add singular variables for pangolin
2019-09-06[tensorflow-cc]Fix build error and add warning message. (#8023)JackBoosY
* [tensorflow-cc]Fix build error and add warning message. * [tensorflow-cc]Re-generate patch.
2019-09-05modernize many ports (#7986)Phoebe
* modernize many ports * Update the code to handle copyright * Retriger to build qt5-gamepad
2019-09-04Update WTL to 10.0.9163. (#8005)Christian Ullrich
* Update WTL to 10.0.9163 * Update download path.
2019-09-04Update portfile.cmake (#8043)Long Huan
2019-09-04[gettext]Improve gettext on Linux. (#7990)JackBoosY
2019-09-03[cppkafka] Add new port (#7987)NancyLi1013
* [cppkafka] Add new port * Add test and example options.
2019-09-03[exiv2] Update library to 0.27.2 (#7992)Ehsan
2019-09-03Update to v0.133.0 (#8034)Robert Schumacher
2019-09-03[volk] Add new port (#8035)Jens Weggemann
* [volk] Add new port * [volk] Add missing vulkan dependency.
2019-09-03Add support for writing ports of Ignition Robotics libraries and ports for ↵Silvio Traversaro
ignition-cmake0 and ignition-math4 (#7781) * Add ignition-modularscript port Modeled after the qt5-modularscript port, this port just contain ignition_modular_library, an helper CMake function to simplify the process of writing port of C++ libraries developed by the Ignition Robotics project ( https://ignitionrobotics.org ). * Add ignition-cmake0 port * Add ignition-math4 port
2019-09-03fix7835issue - raylib update to 2.5.0 (#7848)Alvin
2019-09-03[imgui-sfml] Add new port (#7429)Tri Tran
* [imgui-sfml] Add new package ImGui-SFML * Static build only to match with `imgui`. * [imgui-sfml] Fix case-sensitive imgui package name * [imgui-sfml] Require C++11 * [imgui-sfml] Include IMGUI_API define * [imgui-sfml] Remove delegating ctor - C++11 is not required
2019-09-03[entt] Update to 3.1.0 (#7984)Stanislav Ershov
2019-09-03[mpg123] add Windows ARM support (#7934)driver1998
2019-09-03[anyrpc] Add new port (#7438)Falko Axmann
* Add port anyrpc * Add port anyrpc Added missing `vcpkg_install_cmake()` * Add port anyrpc Added patch to detect endianness on ARM. * Add port anyrpc further tweaks to endianness detection.
2019-09-03[pcre2] Fix build with Emscripten/WASM (#7948)Simon Hausmann
PCRE does not support Just-in-time compilation when targeting WebAssembly.
2019-09-03[dmlc] Add new port (#7549)NancyLi1013
* [dmlc-core] Add new port * rebuild * Fix error building dynamic crt linkage * Fix error building dynamic crt linkage * Fix error building dynamic crt linkage * Add openmp as feature * Rename this port as dmlc * remove dmlc core files
2019-09-03[libxslt]Fix dependent ports in static builds. (#7451)JackBoosY
2019-09-03[gtest]Re-fix gmock target. (#7887)JackBoosY
2019-09-03[breakpad] Fix build failed with Visual Studio 2019 (#7938)Lily
2019-09-03Update to v0.133.0Daniel Parker
2019-09-03[dimcli] Upgrade to version 5.0.1wangli28
2019-08-30[glib] Fix install config.h (#7963)2019.08Lily
* [glib] Fix install config.h
2019-08-30[liblas] Fix Geotiff linkage (#7975)Alexander Neumann
* [liblas] Fix Geotiff linkage
2019-08-30[Qt5] Fix libpq linkage in wrapper (#7973)Alexander Neumann
* PostgreSQL_LIBRARY will contain optimized/debug keywords which will not work in INTERFACE_LINK_LIBRARIES
2019-08-30[mecab] Add new port (#7589)xuchaoUCAS
* [mecab] Add new port
2019-08-30[openblas]Enable x86 build and fix usage errors. (#7888)JackBoosY
* [openblas]Enable x86 build. * [openblas]Fix include openblas_config.h path. * [openblas] * [openblas]fix typo error.
2019-08-30Avoid naming nonstandard <ymath.h> to retrieve a NaN constant, as that ↵Billy O'Neal
header is no longer #includable from C. (#7979)
2019-08-30[libpng] Fix find_package() in CONFIG mode (#7968) (#7972)Victor Romero
* Fix find_package(libpng CONFIG) * Fix typos
2019-08-29[libp7client] Rename port folder to lowercase (#7977)Victor Romero
2019-08-29RESTinio updated to v.0.6.0 (#7962)eao197
2019-08-29[kvasir-mpl] Add new port (#7562)NancyLi1013
* [kvasir-mpl] Add new port