<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/icu, branch aws-lambda-cpp</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[icu] Fix mingw builds (#20253)</title>
<updated>2021-09-24T00:45:11+00:00</updated>
<author>
<name>Kai Pastor</name>
<email>dg0yt@darc.de</email>
</author>
<published>2021-09-24T00:45:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=d60da45f548d5e55537d7e546ffd0d7274a89795'/>
<id>d60da45f548d5e55537d7e546ffd0d7274a89795</id>
<content type='text'>
* Fix mingw dll installation

* Patch static lib naming

* Update icu homepage

* Fix mingw builds on windows triplet host

* Update versions

Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix mingw dll installation

* Patch static lib naming

* Update icu homepage

* Fix mingw builds on windows triplet host

* Update versions

Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[icu] Fix tool path (#19726)</title>
<updated>2021-09-07T22:19:28+00:00</updated>
<author>
<name>Phoebe</name>
<email>20694052+PhoebeHui@users.noreply.github.com</email>
</author>
<published>2021-09-07T22:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=6a8dea1ace99554907a73f85dedc166db6d4be3b'/>
<id>6a8dea1ace99554907a73f85dedc166db6d4be3b</id>
<content type='text'>
* [icu] Fix tool path

* Update the baseline version

* Apply the review suggestions

Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [icu] Fix tool path

* Update the baseline version

* Apply the review suggestions

Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[icu] fixes for macOS dynamic lib install (#19441)</title>
<updated>2021-09-03T23:42:38+00:00</updated>
<author>
<name>Adam</name>
<email>adam-bloom@users.noreply.github.com</email>
</author>
<published>2021-09-03T23:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=aed3b48635aad5b0e13a45acfb58c232648e46dd'/>
<id>aed3b48635aad5b0e13a45acfb58c232648e46dd</id>
<content type='text'>
* fixes for macOS dynamic lib install

* bump port version

* remove mingw change

* move install outside of conditional

* update portfile hash

Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fixes for macOS dynamic lib install

* bump port version

* remove mingw change

* move install outside of conditional

* update portfile hash

Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[icu] remove setting triplet (#19620)</title>
<updated>2021-09-01T21:29:06+00:00</updated>
<author>
<name>autoantwort</name>
<email>41973254+autoantwort@users.noreply.github.com</email>
</author>
<published>2021-09-01T21:29:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=adc1caf8f9cac9c14e184d7e2dc9cebe7af7c02d'/>
<id>adc1caf8f9cac9c14e184d7e2dc9cebe7af7c02d</id>
<content type='text'>
* [icu] remove setting triplet

* add version files</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [icu] remove setting triplet

* add version files</pre>
</div>
</content>
</entry>
<entry>
<title>[icu] Fix x86-osx -&gt; arm64-osx cross-compilation (#18608)</title>
<updated>2021-07-23T05:00:40+00:00</updated>
<author>
<name>Lucius Q. User</name>
<email>31438459+Lucius-Q-User@users.noreply.github.com</email>
</author>
<published>2021-07-23T05:00:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=80cb194dd7f5151dee9a61f42ac6d7f3da6a33af'/>
<id>80cb194dd7f5151dee9a61f42ac6d7f3da6a33af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg.cmake] Cleanup every special case in the find_package override (#18047)</title>
<updated>2021-05-28T17:00:20+00:00</updated>
<author>
<name>Alexander Neumann</name>
<email>30894796+Neumann-A@users.noreply.github.com</email>
</author>
<published>2021-05-28T17:00:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=0de461216d66a4d5ca1870254e27258a66f6e361'/>
<id>0de461216d66a4d5ca1870254e27258a66f6e361</id>
<content type='text'>
* move boost out of the toolchain

* move icu out of the toolchain

* remove CURL from the toolchain (was already unreachable?)

* remove gsl from toolchain

* remove grpc from toolchain

* version stuff

* fix indent and missing endif()

* version stuff

* Revert changes to vcpkg.cmake

* push port version

* version stuff</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* move boost out of the toolchain

* move icu out of the toolchain

* remove CURL from the toolchain (was already unreachable?)

* remove gsl from toolchain

* remove grpc from toolchain

* version stuff

* fix indent and missing endif()

* version stuff

* Revert changes to vcpkg.cmake

* push port version

* version stuff</pre>
</div>
</content>
</entry>
<entry>
<title>[icu] add host depedency  (#16577)</title>
<updated>2021-05-01T18:16:52+00:00</updated>
<author>
<name>autoantwort</name>
<email>41973254+autoantwort@users.noreply.github.com</email>
</author>
<published>2021-05-01T18:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=4b6289b936c71bbdb8f5c65973249132c0946235'/>
<id>4b6289b936c71bbdb8f5c65973249132c0946235</id>
<content type='text'>
* [icu] introduce host dependency

* add version files

* [icu] host dependency windows, update ci baseline

* add version files

* [icu] add debug messages

* [icu] do not depend on buildtree, install required files instead

* [icu] set env variable for dynamic libs

* [icu] find dlls for windows

* [icu] copy dlls

* [icu] cleanup, fix apple arm targets

* add version files

* [icu] no for-cross-compile subfolder

* add version files

* [icu] use  instead of

* add version files

* [icu] convert to vcpkg_configure_make

* [icu] also build on arm

* [icu] add DESTINATION param to vcpkg_copy_tools and use it

* [icu] use foreach in macOS build

* [icu] fix of copy tool dependencies on windows

* [icu] delete more folders on windows

* [icu] copy tool dependencies manually

* [icu] don't copy non existing pdb files

* add version files

* [icu] bring vcpkg_copy_pdbs() back

* add version files

* [icu] add comment

* add version files

* [icu] use BUILD_TRIPLET instead of VCPKG_MAKE_BUILD_TRIPLET

* add version files

* [icu] simply logic for build on mac

* add version files

* Trigger Build

* add version files

* Trigger Build

* Trigger Build

* Apply suggestions from code review

* Apply suggestions from code review

* Trigger Build

Co-authored-by: Billy Robert ONeal III &lt;bion@microsoft.com&gt;
Co-authored-by: nicole mazzuca &lt;83086508+strega-nil-ms@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [icu] introduce host dependency

* add version files

* [icu] host dependency windows, update ci baseline

* add version files

* [icu] add debug messages

* [icu] do not depend on buildtree, install required files instead

* [icu] set env variable for dynamic libs

* [icu] find dlls for windows

* [icu] copy dlls

* [icu] cleanup, fix apple arm targets

* add version files

* [icu] no for-cross-compile subfolder

* add version files

* [icu] use  instead of

* add version files

* [icu] convert to vcpkg_configure_make

* [icu] also build on arm

* [icu] add DESTINATION param to vcpkg_copy_tools and use it

* [icu] use foreach in macOS build

* [icu] fix of copy tool dependencies on windows

* [icu] delete more folders on windows

* [icu] copy tool dependencies manually

* [icu] don't copy non existing pdb files

* add version files

* [icu] bring vcpkg_copy_pdbs() back

* add version files

* [icu] add comment

* add version files

* [icu] use BUILD_TRIPLET instead of VCPKG_MAKE_BUILD_TRIPLET

* add version files

* [icu] simply logic for build on mac

* add version files

* Trigger Build

* add version files

* Trigger Build

* Trigger Build

* Apply suggestions from code review

* Apply suggestions from code review

* Trigger Build

Co-authored-by: Billy Robert ONeal III &lt;bion@microsoft.com&gt;
Co-authored-by: nicole mazzuca &lt;83086508+strega-nil-ms@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[V8, icu] Update v8 to version 9.0.257.17, icu to 69.1 (#16077)</title>
<updated>2021-04-20T00:15:39+00:00</updated>
<author>
<name>Rodrigo Hernandez Cordoba</name>
<email>kwizatz@aeongames.com</email>
</author>
<published>2021-04-20T00:15:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=66ce4e9277f113bda4a83e76a9c612deddc7634c'/>
<id>66ce4e9277f113bda4a83e76a9c612deddc7634c</id>
<content type='text'>
This change also includes a change to use the
Windows SDK as reported by the WinSDK ENV variable.
v8 9.0257.17 requires ICU to be version 68.x or up.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change also includes a change to use the
Windows SDK as reported by the WinSDK ENV variable.
v8 9.0257.17 requires ICU to be version 68.x or up.</pre>
</div>
</content>
</entry>
<entry>
<title>[icu] Add support for macos rpath prefix macro (#15706)</title>
<updated>2021-01-26T22:58:42+00:00</updated>
<author>
<name>Adam</name>
<email>adam-bloom@users.noreply.github.com</email>
</author>
<published>2021-01-26T22:58:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=e72302d44237c751bcf3db8a4d5922d34d45f68f'/>
<id>e72302d44237c751bcf3db8a4d5922d34d45f68f</id>
<content type='text'>
* [icu] Add support for macos rpath prefix macro

* update port_versions for icu

* address review comments

* update baseline

Co-authored-by: JackBoosY &lt;yuzaiyang@beyondsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [icu] Add support for macos rpath prefix macro

* update port_versions for icu

* address review comments

* update baseline

Co-authored-by: JackBoosY &lt;yuzaiyang@beyondsoft.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[icu] mingw support + [mp3lame] Fix VCPKG_TARGET_STATIC_LIBRARY_SUFFIX (#14969)</title>
<updated>2020-12-15T23:00:41+00:00</updated>
<author>
<name>Long Nguyen</name>
<email>nguyen.long.908132@gmail.com</email>
</author>
<published>2020-12-15T23:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=7944ed328a10833c4a6b3ab3ff947b2a0b9f8d9b'/>
<id>7944ed328a10833c4a6b3ab3ff947b2a0b9f8d9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
