aboutsummaryrefslogtreecommitdiff
path: root/ports/aws-sdk-cpp
AgeCommit message (Collapse)Author
2017-09-25Fix more port hashes due to github tar.gz changeAlexander Karatarakis
Related: cb239b92 It looks like github changed the version (or the generally the way) they do tars, causing some hash mismatches. This fixes the affected ports.
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-02-23[aws-sdk-cpp] Switch build to use Ninja to improve performance.Robert Schumacher
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-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)
2016-12-24[aws-sdk-cpp] upgrade to 1.0.47flysha
2016-12-06[aws-sdk-cpp] Check VCPKG_CRT_LINKAGE instead of VCPKG_LIBRARY_LINKAGE. ↵Robert Schumacher
Rename archive to avoid collisions with other libraries.
2016-12-01[aws-sdk-cpp] correct patch pathsdcb
2016-12-01[aws-sdk-cpp] set FORCE_SHARED_CRT ON when building dynamic.sdcb
2016-12-01[aws-sdk-cpp] add patch to define USE_IMPORT_EXPORT to fix dynamic build ↵sdcb
link issue
2016-11-30[aws-sdk-cpp] correct FORCE_SHARED_CRTflysha
2016-11-30[aws-sdk-cpp] enable static and disable testflysha
2016-11-29[aws-sdk] issues occurs in static build, revert code.sdcb
2016-11-29[aws-sdk] drop static block because aws-sdk actually works in static builds.sdcb
2016-11-28[aws-sdk-cpp] specify dynamic onlyflysha
2016-11-28[aws-sdk-cpp] correct the lib fileflysha
2016-11-28Add aws-sdk-cppsdcb
Note: 1. I add a patch to not using git, because git will emit a wrong version number in initialize_project_version.cmake file. 2. building aws-sdk-cpp will emit some very long file(longer than 258 in my machine), to make it work, you must moving vcpkg into some shorter path like: C:\vcpkg