aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2017-02-08[aws-sdk-cpp] bump version to 1.0.61sdflysha
I created a PR here: https://github.com/Microsoft/vcpkg/pull/631 but forgot to bump the aws-sdk-cpp version, I fixed it here.
2017-02-07Add CUDA portfileAlexander Karatarakis
The intention of this package is for other packages to declare a dependency on CUDA
2017-02-07[grpc] Fix exported targetsMax Smolens
Fix gRPC's exported targets. Now CMake projects can do: find_package(gRPC CONFIG REQUIRED) and then use the exported targets such as gRPC::grpc and gRPC::grpc++. Additionally, install gRPC tools and protoc plugins into the 'tools' directory. The plugins are required to generate gRPC client and server interfaces from .proto service definitions.
2017-02-06[poco] Fix #475 by adding include path to public interface.Robert Schumacher
2017-02-05[sqlite-modern-cpp] add build-dependsflysha
2017-02-05add sqlite-modern-cppflysha
https://github.com/aminroosta/sqlite_modern_cpp
2017-02-04Merge pull request #631 from sdcb/aws-sdk-cpp-1.0.61Alexander Karatarakis
[aws-sdk-cpp] upgrade to 1.0.61
2017-02-04[aws-sdk-cpp] upgrade to 1.0.61sdcb
1. upgrade to 1.0.61 2. disable warning as error temply(fix https://github.com/Microsoft/vcpkg/issues/629 before https://github.com/aws/aws-sdk-cpp/issues/438) 3. using cmake file(append) instead of patch to define #define USE_IMPORT_EXPORT in SDKConfig.h (simplified code)
2017-02-03[wt] Apply upstream patch to fix boost 1.63 compat. Fixes #626.Robert Schumacher
2017-02-03[webscoketpp] Fix dependenciesAlexander Karatarakis
2017-02-03[cpprestsdk] Use websocketpp from vcpkg instead of cpprest's copyAlexander Karatarakis
2017-02-03Add Ninja supportcodicodi
2017-02-02Add websocketppAlexander Karatarakis
2017-02-02[fmt] Bump version to 3.0.1-2 to correspond with binary output change in ↵Robert Schumacher
4f5f52ff47
2017-02-02[cereal] directly copy folder instead of invoking another cmake to copyAlexander Karatarakis
2017-02-01Merge pull request #421 from Agadoul/masterRobert Schumacher
lcms port
2017-02-01[libvorbis] Fixup missed commit in a2f3a4bRobert Schumacher
2017-02-01[libvorbis] Move patch application outside if() to ensure it applies to ↵Robert Schumacher
previously obtained sources
2017-02-01Install grpc_cpp_plugin.exe into tools folderDženan Zukić
2017-02-01added patch to add missing NO_DEPRECATE defines for UWPDale Stammen
2017-01-31[boost] Add additional build assertions.Robert Schumacher
2017-01-30Merge pull request #615 from stammen/bzip2-fix-uwpRobert Schumacher
[bzip2] Fix UWP builds
2017-01-30Merge pull request #602 from codicodi/add-atkRobert Schumacher
add atk
2017-01-30Merge pull request #603 from codicodi/add-pangoRobert Schumacher
add pango
2017-01-30Merge pull request #605 from smasherprog/masterRobert Schumacher
Fixed incorrect naming of files
2017-01-30[fltk] Bump version to correspond with binary layout changeRobert Schumacher
2017-01-30[openssl] Update UWP/WinRT to 1.0.2kRobert Schumacher
2017-01-30uwp builds need _CRT_SECURE_NO_WARNINGS and others definedDale Stammen
2017-01-30implment reviews.agadoul
2017-01-30use induced library type.agadoul
2017-01-29Fixed incorrect naming of filesScott
Reverting the naming to stick with how the FLTK library naturally decided to name their files. There was an error in the renaming where the incorrect libraries were being renamed. Reverting this fixes build linking issues
2017-01-29add pangocodicodi
2017-01-29add atkcodicodi
2017-01-28Merge pull request #600 from zuntrax/libopusRobert Schumacher
[libopus] add version 1.1.4
2017-01-28[opus] Rename libopus to opus to match upstream project's nameRobert Schumacher
2017-01-28Merge pull request #598 from Microsoft/boost163Robert Schumacher
[boost] Update to 1.63
2017-01-28[libopus] add version 1.1.4Markus Otto
2017-01-28[openssl] Update to 1.0.2kChristian Ullrich
2017-01-27Merge pull request #597 from codicodi/hb-gobjectRobert Schumacher
[harfbuzz] add gobject support
2017-01-27[harfbuzz] Uses in-source builds, so we need to clean them every time.Robert Schumacher
2017-01-27Merge pull request #596 from codicodi/bump-cairoRobert Schumacher
[cairo] update port
2017-01-26Rename xercesc to xerces-c and fix copyright file placementAlexander Karatarakis
2017-01-26add xercescEric Mittelette
2017-01-26[boost] Update to 1.63Alexander Karatarakis
2017-01-26[harfbuzz] list glib as dependencycodicodi
2017-01-26[harfbuzz] bump versioncodicodi
2017-01-26[harfbuzz] add glib supportcodicodi
2017-01-26[cairo] update portcodicodi
2017-01-25Merge pull request #586 from codicodi/fix-libarchiveRobert Schumacher
[libarchive] fix build with VS2017
2017-01-25[libarchive] Disable libiconv supportRobert Schumacher
This fixes an issue with the detection code on VS2017. Additionally, it appears that the functionality provided by libiconv is minimal on Windows due to the existance of the Win32 conversion APIs.