<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/aws-sdk-cpp/CONTROL, branch master</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[aws-sdk-cpp] Fix PRIVATE =&gt; PRVATE typo (#15804)</title>
<updated>2021-01-22T05:03:37+00:00</updated>
<author>
<name>Billy O'Neal</name>
<email>bion@microsoft.com</email>
</author>
<published>2021-01-22T05:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=3f7b6777560cc9006aa43b3c4587e4d95bac7c40'/>
<id>3f7b6777560cc9006aa43b3c4587e4d95bac7c40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[aws-sdk-cpp] Update aws cpp sdk (#15760)</title>
<updated>2021-01-20T00:14:50+00:00</updated>
<author>
<name>Ahmed Yarub Hani Al Nuaimi</name>
<email>ahmedyarub@yahoo.com</email>
</author>
<published>2021-01-20T00:14:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=2b78e19efafe5d8e3031ff79f3c0beb86013ee48'/>
<id>2b78e19efafe5d8e3031ff79f3c0beb86013ee48</id>
<content type='text'>
* Update AWS C++ SDK version

* Update AWS C++ SDK version

* Update AWS C++ SDK version

Co-authored-by: Ahmed Yarub Hani Al Nuaimi &lt;ahmed.alnuaimi@zwift.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update AWS C++ SDK version

* Update AWS C++ SDK version

* Update AWS C++ SDK version

Co-authored-by: Ahmed Yarub Hani Al Nuaimi &lt;ahmed.alnuaimi@zwift.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[aws-sdk-cpp] Add find_dependency to AWSSDKConfig.cmake and fix usage (#14936)</title>
<updated>2020-12-05T00:15:10+00:00</updated>
<author>
<name>Jack·Boos·Yu</name>
<email>47264268+JackBoosY@users.noreply.github.com</email>
</author>
<published>2020-12-05T00:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=87a908d7b18c6b16f9c145b664b090edecee338e'/>
<id>87a908d7b18c6b16f9c145b664b090edecee338e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[aws-sdk-cpp] Restore AWSSDKConfig.cmake and add usage (#14868)</title>
<updated>2020-12-02T21:05:52+00:00</updated>
<author>
<name>Jack·Boos·Yu</name>
<email>47264268+JackBoosY@users.noreply.github.com</email>
</author>
<published>2020-12-02T21:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=ad36a4f16427320738a6d43f12b61510d712d91a'/>
<id>ad36a4f16427320738a6d43f12b61510d712d91a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm] update to 11.0.0 (#13998)</title>
<updated>2020-11-30T17:56:22+00:00</updated>
<author>
<name>yurybura</name>
<email>yurybura@gmail.com</email>
</author>
<published>2020-11-30T17:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=e95a7a8dc04da4bddb24a6fc122fe9dc3ccc7151'/>
<id>e95a7a8dc04da4bddb24a6fc122fe9dc3ccc7151</id>
<content type='text'>
* [vcpkg] allow to use semicolons in COMMAND argument

* [llvm] update to 11.0.0

* [vcpkg] use latest version

* [vcpkg] allow to use semicolons in OPTIONS

* fix vcpkg_fixup_cmake_targets

* [llvm] fix more install paths, add /bigobj option, fix up CMake targets

* Apply suggestions from code review

* [llvm] fix clang, flang, lld, mlir and polly CMake targets

* [llvm] remove empty include directory /include/flang/Config

* [llvm] Flang requires C++17

* [llvm] add /Zc:__cplusplus

* [llvm] remove empty include directory include/clang-tidy/plugin

* [llvm] try to fix ClangConfig.cmake, LLVMConfig.cmake, LLDConfig.cmake etc. with patch

* [llvm] set tools install dir to tools/llvm

* [aws-sdk-cpp] fix build after changes in vcpkg_configure_cmake.cmake

* [llvm] disable Flang and OpenMP on Windows

Co-authored-by: Nicole Mazzuca &lt;mazzucan@outlook.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg] allow to use semicolons in COMMAND argument

* [llvm] update to 11.0.0

* [vcpkg] use latest version

* [vcpkg] allow to use semicolons in OPTIONS

* fix vcpkg_fixup_cmake_targets

* [llvm] fix more install paths, add /bigobj option, fix up CMake targets

* Apply suggestions from code review

* [llvm] fix clang, flang, lld, mlir and polly CMake targets

* [llvm] remove empty include directory /include/flang/Config

* [llvm] Flang requires C++17

* [llvm] add /Zc:__cplusplus

* [llvm] remove empty include directory include/clang-tidy/plugin

* [llvm] try to fix ClangConfig.cmake, LLVMConfig.cmake, LLDConfig.cmake etc. with patch

* [llvm] set tools install dir to tools/llvm

* [aws-sdk-cpp] fix build after changes in vcpkg_configure_cmake.cmake

* [llvm] disable Flang and OpenMP on Windows

Co-authored-by: Nicole Mazzuca &lt;mazzucan@outlook.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[aws-sdk-cpp] Make aws-sdk-cpp rpath relocatable (#14546)</title>
<updated>2020-11-16T18:26:18+00:00</updated>
<author>
<name>Kevin Lalumiere</name>
<email>kevin.lalumiere@gmail.com</email>
</author>
<published>2020-11-16T18:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=3be0fec092cb4f0db935ae03680921b3dc859ed9'/>
<id>3be0fec092cb4f0db935ae03680921b3dc859ed9</id>
<content type='text'>
* Make aws-sdk-cpp rpath relocatable (fix #14544)

This is important since vcpkg offers binary caching which could be
shared between different machines (as long as both machines use the same
"toolchains" [more technically, as long as the vcpkg hash is the same])

* Allow cross-compilation

* Update port version

Co-authored-by: Kevin Lalumiere &lt;klalumiere@coveo.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Make aws-sdk-cpp rpath relocatable (fix #14544)

This is important since vcpkg offers binary caching which could be
shared between different machines (as long as both machines use the same
"toolchains" [more technically, as long as the vcpkg hash is the same])

* Allow cross-compilation

* Update port version

Co-authored-by: Kevin Lalumiere &lt;klalumiere@coveo.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[aws-sdk-cpp] Update to 1.8.83 (#14479)</title>
<updated>2020-11-09T23:27:51+00:00</updated>
<author>
<name>Phoebe</name>
<email>20694052+PhoebeHui@users.noreply.github.com</email>
</author>
<published>2020-11-09T23:27:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=254bd8fe89ba37d77718cefac6cd9a3f3446ebdd'/>
<id>254bd8fe89ba37d77718cefac6cd9a3f3446ebdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Fix more cases of semicolon mishandling in "scripts" - follow-up to PR #12926 (#13968)</title>
<updated>2020-10-27T02:30:27+00:00</updated>
<author>
<name>Joachim Gehweiler</name>
<email>44170764+jgehw@users.noreply.github.com</email>
</author>
<published>2020-10-27T02:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=0ff75ac80b9a3770afb3d2971c572628d80a631e'/>
<id>0ff75ac80b9a3770afb3d2971c572628d80a631e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>aws-sdk-cpp version update (#12316)</title>
<updated>2020-07-07T20:40:31+00:00</updated>
<author>
<name>Gilberto Lopez Zayas</name>
<email>vuner.lopez@gmail.com</email>
</author>
<published>2020-07-07T20:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=1c409c48cb5bbfb5e50e694da4804f95126be515'/>
<id>1c409c48cb5bbfb5e50e694da4804f95126be515</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[aws-sdk-cpp] Update to 1.7.333 (#11332)</title>
<updated>2020-05-16T00:05:00+00:00</updated>
<author>
<name>Lee Packham</name>
<email>me@leepackham.com</email>
</author>
<published>2020-05-16T00:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=7e6e30ff8e9e0b823c212d4e61471989eebcbb0f'/>
<id>7e6e30ff8e9e0b823c212d4e61471989eebcbb0f</id>
<content type='text'>
* Update CONTROL.in to match current version
* Update sha for checkout/checksum</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update CONTROL.in to match current version
* Update sha for checkout/checksum</pre>
</div>
</content>
</entry>
</feed>
