aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2018-10-25[tiff] Use lzma on linuxRobert Schumacher
2018-10-25[hunspell] Avoid building tools when targetting UWPRobert Schumacher
2018-10-25[flann] Fix parallel configureRobert Schumacher
2018-10-25[rapidjson] Fix #error on arm64Robert Schumacher
2018-10-25[fastcdr] Fix installed cmake filesRobert Schumacher
2018-10-25[entityx] Fix parallel configureRobert Schumacher
2018-10-25[openimageio] Improve robustnessRobert Schumacher
2018-10-25Upgrades 2018.10.11Robert Schumacher
2018-10-25[cpprestsdk] Improve websockets featureRobert Schumacher
2018-10-24[xerces-c] Update to 3.2.2 (#4246)Roger Leigh
* [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-24Correctly configure GTK3 to reflect recomended stable release settings (#4211)Danny Angelo Carminati Grein
* 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[mpir] Fix Linux buildsRobert Schumacher
2018-10-23Merge pull request #4449 from Cheney-W/UpdateLiblinearSHA512Alexander Karatarakis
[Liblinear]Update the SHA512
2018-10-23[libusb] Update to 1.0.22 (#4508)ryanfitzsimon
* [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[portaudio] fix wasapi support (#4236) (#4517)Stefan Wurzinger
* [portaudio] fix wasapi support (#4236) * [portaudio] Bump control version; prefer vcpkg_extract_source_archive_ex
2018-10-23[qt5-base] Update qtdeploy.ps1 to generate qt.conf, qml, and qtquick. Fixes ↵Robert Schumacher
#2857.
2018-10-23[cpprestsdk] Add feature for websockets (#4530)Robert Schumacher
2018-10-23[azure-storage-cpp] Upgrade to 5.2.0Robert Schumacher
2018-10-23Update suitesparse (#4515)Arkady Shapkin
* [metis] Small minor portfile improvements * [suitesparse] Update to version 5.1.2
2018-10-23[websocketpp] ModernizeRobert Schumacher
2018-10-23[berkeleydb] define unicode macro to make the api utf-8 (#4521)ken2812221
2018-10-23[trompeloeil] add new port (#4524)Maciej Patro
* [trompeloeil] add new port * [trompeloeil] Modernize
2018-10-22Qt 5.11 and static build fixes (#4164)Robert Colton
* 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-22Fix boost compile & linker flags (#3871)Matthias Schmieder
* 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-22plustache inital port (#4261)Tom Henoch
* plustache port * [plustache] Prefer static linking * [plustache] Requires boost-algorithm
2018-10-22Reproc initial port (#4263)Tom Henoch
* 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[libtins-4.0] new port (#4495)Agustín Rodríguez
* added libtins port * [libtins] Modernize * [libtins] Add missing winpcap dependency. Build static libs.
2018-10-22[orc] add apache orc library (#4496)Erwan BERNARD
* [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-20Merge pull request #4366 from jadedrip/llvm-7.0.0Alexander Karatarakis
update llvm to 7.0.0
2018-10-20[devil] Fix static buildsRobert Schumacher
2018-10-20[libmariadb] Fix /MD for static libs. Fixes #4493.Robert Schumacher
2018-10-20Fix crc32c CMake configuration directory. (#4509)Carlos O'Ryan
* 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-20uvw port (#4510)Michele Caini
2018-10-20updated port (#4511)Michele Caini
2018-10-20Add tmxparser port (#4512)Ashley Davis
* Add tmxparser port * [tmxparser] Keep only one flavor
2018-10-19[mio] Add new port (#4503)myd7349
* [mio] Add new port * [mio] Clean * [mio] Use vcpkg_fixup_cmake_targets
2018-10-19[pegtl] Update to 2.7.1 (#4504)myd7349
2018-10-19[libssh] Update to 0.7.6. Fixes #4494.Robert Schumacher
2018-10-17[docopt] Add new port to fix #3935 (#4343)myd7349
* [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[cryptopp] update to 7.0 (#4346)Koby Kahane
* [cryptopp] update to 7.0 * [cryptopp] Fix Linux builds
2018-10-17[libyaml] Add new port for libyaml v0.2.1 (#4484)Neil McNeight
* [libyaml] Add new port for libyaml v0.2.1 * [libyaml] Cleanup
2018-10-17[protobuf] Disable building the lite runtime. Resolves ↵Robert Schumacher
https://github.com/protocolbuffers/protobuf/issues/4925.
2018-10-16[vulkan-memory-allocator] Initial port for release 2.1.0 (#4482)Jens Weggemann
* [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[pcl] Add option introduced in upstream/HEAD (#4462)Tsukasa Sugiura
Add PCL_BUILD_WITH_QHULL_DYNAMIC_LINKING_WIN32 option introduced in upstream/HEAD.
2018-10-16[flatbuffers] fix executable remaining in bin folder (#4294)Erwan BERNARD
* [flatbuffers] fix executable remaining in bin folder * [flatbuffers] clean portfile for flatc executable
2018-10-16Initial restbed port (#4232)Tom Henoch
* Restbed port * [restbed] Disable tests to simplify build. Only build one flavor.
2018-10-15[cpprestsdk] Fix fixup_targets for new versions of cpprestsdkAlexander Karatarakis
2018-10-15[glbinding] Update to v3.0.2 (#4405)hesiod
* 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[geos] update to 3.6.3 (fix port build) (#4433)hlysunnaram
* [geos] update to 3.6.3 * [geos] Slight modernization * [geos] Move geos-config to /share/geos/ * [geos] Make share/geos directory
2018-10-15Merge pull request #4473 from BillyONeal/use_etc_sslAlexander Karatarakis
Use /etc/ssl for OpenSSL's configuration on *nix.