aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-06(#8013) [vcpkg] Compatibility with pwsh >= 6.2TheGoddessInari
In Powershell 6.2/7.0, `Get-ChildItem`'s paths are now printed as absolute paths instead of relative paths; this breaks the code we have that assumes that they're printed as relative paths. Thus, change the code to request the `Name` property specifically, which is what we actually wanted.
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-06[vcpkg] remove text from license (#8082)dan-shaw
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-06Add August changelog (#8048)Victor Romero
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-06[x-history] Prints CONTROL version history of a port 👻 (#7377)Victor Romero
* [port-history] Print port CONTROL version history * Add commands.porthistory.cpp to VS project * Get most recent commit for each version * Apply clang-format * Fix output format * Rename command to x-history
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-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-29Use macro instead of function to override execute_process() (#7980)Victor Romero
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
2019-08-29[status-value-lite, type-lite, value-ptr-lite] Add new ports (#7563)NancyLi1013
* [status-value-lite, type-lite, value-ptr-lite] Add new ports
2019-08-29[clue] Add new port (#7564)NancyLi1013
* [clue] Add new port
2019-08-29[libP7Client] new port (#7605)Alex Jakai
* Add port libP7Client
2019-08-28Download Mode (#7950)Victor Romero
* [portfile functions] Override execute_process() to accept ALLOW_IN_DOWNLOAD_MODE option * [vcpkg install] Set VCPKG_DOWNLOAD_MODE when using --only-downloads option * [vcpkg_find_acquire_program] Allow in Download Mode * Don't stop when build fails for a package * Download sources for all packages in dependency graph * Improve output messages * Enable acquiring MSYS packages in download mode * Documentation * Update documentation * execute_process() always fails on Download Mode * Regenerate docs and fix formatting * Run clang-format * Use _execute_process on vcpkg_from_<source> helpers * Fix calls to _execute_process() when not in Download Mode
2019-08-28[duktape] Update library to 2.4.0 (#7873)Ehsan
* Update pip hash * [duktape] Update library to 2.4.0
2019-08-28[ogdf] Update source link (#7846)Lily
2019-08-28Merge pull request #7945 from ehsan-mohammadi/dev0Phil Christensen
[liblsl] Fix installation
2019-08-28Change WIN32 to VCPKG_TARGET_IS_WINDOWSunknown