aboutsummaryrefslogtreecommitdiff
path: root/ports/aws-sdk-cpp
AgeCommit message (Collapse)Author
2018-04-06[aws-sdk-cpp][catch2][exiv2][forest][nuklear][rs-core-lib][thrift] UpgradesRobert Schumacher
2018-04-06[aws-sdk-cpp] Fix linuxAlexander Karatarakis
2018-04-05[abseil][aws-sdk-cpp][azure-c-shared-utility][azure-iot-sdk-c][azure-uamqp-c ↵Robert Schumacher
][azure-umqtt-c][breakpad][exiv2][gdcm2][grpc][nuklear][rocksdb][rs-core-lib][thrift][zeromq] Upgrades
2018-04-03[abseil][aws-sdk-cpp][clara][eastl][exiv2][libuv][nuklear][openimageio][thri ↵Robert Schumacher
ft] Upgrades
2018-04-02[aws-sdk-cpp][discord-rpc][thrift] UpgradesRobert Schumacher
2018-03-29[abseil][aws-sdk-cpp][exiv2][rs-core-lib][tbb][thrift][zeromq] UpgradesRobert Schumacher
2018-03-28[abseil][aws-sdk-cpp][breakpad][exiv2][nuklear][zeromq] UpgradesRobert Schumacher
2018-03-26[aws-sdk-cpp] Remove polly-sample feature. Fixes #3123.Robert Schumacher
2018-03-24[aws-sdk-cpp] Update and fix cmake filesRobert Schumacher
2018-02-16[aws-sdk-cpp] update to 1.3.58 (#2810)Jason Juang
2017-12-04[aws-sdk-cpp] update to 1.3.15jasjuang
2017-09-28update to 1.2.4 and fix cmake exportsjasjuang
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