Commit Graph

15 Commits

Author SHA1 Message Date
Robert Schumacher
a018ade610 [aws-sdk-cpp] Switch build to use Ninja to improve performance. 2017-02-23 18:36:47 -08:00
sdflysha
994ebec3ea [aws-sdk-cpp] bump version to 1.0.61
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-08 10:50:01 +08:00
sdcb
85cab47ea4 [aws-sdk-cpp] upgrade to 1.0.61
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-04 11:18:04 +08:00
flysha
efb81070ce [aws-sdk-cpp] upgrade to 1.0.47 2016-12-24 21:36:21 +08:00
Robert Schumacher
a05a033d74 [aws-sdk-cpp] Check VCPKG_CRT_LINKAGE instead of VCPKG_LIBRARY_LINKAGE. Rename archive to avoid collisions with other libraries. 2016-12-06 13:58:04 -08:00
sdcb
007de30723 [aws-sdk-cpp] correct patch path 2016-12-01 10:56:43 +08:00
sdcb
e6a26aaa31 [aws-sdk-cpp] set FORCE_SHARED_CRT ON when building dynamic. 2016-12-01 10:27:27 +08:00
sdcb
76f99eecfc [aws-sdk-cpp] add patch to define USE_IMPORT_EXPORT to fix dynamic build link issue 2016-12-01 10:23:35 +08:00
flysha
915d99ecb7 [aws-sdk-cpp] correct FORCE_SHARED_CRT 2016-11-30 23:06:00 +08:00
flysha
5b2d836e14 [aws-sdk-cpp] enable static and disable test 2016-11-30 23:03:49 +08:00
sdcb
865faa4017 [aws-sdk] issues occurs in static build, revert code. 2016-11-29 11:04:32 +08:00
sdcb
a4b593ac62 [aws-sdk] drop static block because aws-sdk actually works in static builds. 2016-11-29 10:32:38 +08:00
flysha
84c99801c4 [aws-sdk-cpp] specify dynamic only 2016-11-28 23:06:04 +08:00
flysha
94776cec0e [aws-sdk-cpp] correct the lib file 2016-11-28 23:03:26 +08:00
sdcb
e2e1c7d778 Add aws-sdk-cpp
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
2016-11-28 19:15:42 +08:00