<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/catch2/CONTROL, 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>[catch2] updated catch2 to version 2.13.6 (#17435)</title>
<updated>2021-05-21T08:35:18+00:00</updated>
<author>
<name>georg-emg</name>
<email>71000124+georg-emg@users.noreply.github.com</email>
</author>
<published>2021-05-21T08:35:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=2f9972005f61f02fa3cda7fc062d1b834b534b8d'/>
<id>2f9972005f61f02fa3cda7fc062d1b834b534b8d</id>
<content type='text'>
* - updated catch2 to version 2.13.6
- replaces catch2 CONTROL file with proper manifest

* vcpkg x-add-version catch2

* fixed the portfile to REALLY update catch2 to version 2.13.6

* vcpkg x-add-version catch2 --overwrite-version

* fixed the portfile AGAIN to REALLY REALLY update catch2 to version 2.13.6 this time

* vcpkg x-add-version catch2 --overwrite-version

* updated hash in portfile.cmake for catch2

* vcpkg x-add-version catch2 --overwrite-version

* Update version-string as version-semver

* Update versions/c-/catch2.json

Co-authored-by: NancyLi1013 &lt;lirui09@beyondsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* - updated catch2 to version 2.13.6
- replaces catch2 CONTROL file with proper manifest

* vcpkg x-add-version catch2

* fixed the portfile to REALLY update catch2 to version 2.13.6

* vcpkg x-add-version catch2 --overwrite-version

* fixed the portfile AGAIN to REALLY REALLY update catch2 to version 2.13.6 this time

* vcpkg x-add-version catch2 --overwrite-version

* updated hash in portfile.cmake for catch2

* vcpkg x-add-version catch2 --overwrite-version

* Update version-string as version-semver

* Update versions/c-/catch2.json

Co-authored-by: NancyLi1013 &lt;lirui09@beyondsoft.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[catch2] Fix share/catch2 directory name conflict (#17271)</title>
<updated>2021-04-19T23:48:12+00:00</updated>
<author>
<name>Michael Wild</name>
<email>michael.andreas.wild@gmail.com</email>
</author>
<published>2021-04-19T23:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=f9bd4c8740f3f4e5261eb5df2aeefaff1f1571d0'/>
<id>f9bd4c8740f3f4e5261eb5df2aeefaff1f1571d0</id>
<content type='text'>
Catch2 installs into share/Catch2/ and lib/cmake/Catch2.
The vcpkg_fixup_cmake_targets() function tries to move the contents from
the latter directory to share/catch2, i.e. differing in case w.r.t. the
former.

On Linux this results in both names being present. On pure Windows the
first name "wins". It breaks in a Linux Docker container where the
installation root is located on a bound directory that is on a
case-insensitive file system, such as from a host running Windows.

Fixes: #17228.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Catch2 installs into share/Catch2/ and lib/cmake/Catch2.
The vcpkg_fixup_cmake_targets() function tries to move the contents from
the latter directory to share/catch2, i.e. differing in case w.r.t. the
former.

On Linux this results in both names being present. On pure Windows the
first name "wins". It breaks in a Linux Docker container where the
installation root is located on a bound directory that is on a
case-insensitive file system, such as from a host running Windows.

Fixes: #17228.</pre>
</div>
</content>
</entry>
<entry>
<title>[many ports] 2019.09.14 Updates (#13536)</title>
<updated>2020-10-13T20:17:32+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2020-10-13T20:17:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=75bd2efe0dce862dfa025209b8cecc61a00a1852'/>
<id>75bd2efe0dce862dfa025209b8cecc61a00a1852</id>
<content type='text'>
* [many ports] 2019.09.14 Updates

* Revert failure ports

* Revert failure ports

* Revert failure ports

* [urdfdom] Fix find dependency console_bridge

* Revert failure ports

* [devil] Compatible with jasper 2.0.20

* [devil] Refix compatible with jasper functions declaration on different os

* Update ports/alembic/CONTROL

Co-authored-by: Phoebe &lt;20694052+PhoebeHui@users.noreply.github.com&gt;

* Revert failure ports wangle

* [azure-kinect-sensor-sdk] Fix build with matroska 1.6.2

* Revert failure ports

* Revert failure ports

* [urdfdom-headers] Fix include path in config.cmake file

* upload patch

* [urdfdom-headers] Refix include path in config.cmake file

* [qt5-imageformats] Fix missing include math.h

* [urdfdom-headers] Refix include path in config.cmake file

* [qt5] Fix adding option PATCHES and other options when using qt_submodule_installation

* Remove updated ports version

* Commit suggestions

* [libideviceactivation] revert

Co-authored-by: JackBoosY &lt;yuzaiyang@beyondsoft.com&gt;
Co-authored-by: Jack·Boos·Yu &lt;47264268+JackBoosY@users.noreply.github.com&gt;
Co-authored-by: Phoebe &lt;20694052+PhoebeHui@users.noreply.github.com&gt;
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>
* [many ports] 2019.09.14 Updates

* Revert failure ports

* Revert failure ports

* Revert failure ports

* [urdfdom] Fix find dependency console_bridge

* Revert failure ports

* [devil] Compatible with jasper 2.0.20

* [devil] Refix compatible with jasper functions declaration on different os

* Update ports/alembic/CONTROL

Co-authored-by: Phoebe &lt;20694052+PhoebeHui@users.noreply.github.com&gt;

* Revert failure ports wangle

* [azure-kinect-sensor-sdk] Fix build with matroska 1.6.2

* Revert failure ports

* Revert failure ports

* [urdfdom-headers] Fix include path in config.cmake file

* upload patch

* [urdfdom-headers] Refix include path in config.cmake file

* [qt5-imageformats] Fix missing include math.h

* [urdfdom-headers] Refix include path in config.cmake file

* [qt5] Fix adding option PATCHES and other options when using qt_submodule_installation

* Remove updated ports version

* Commit suggestions

* [libideviceactivation] revert

Co-authored-by: JackBoosY &lt;yuzaiyang@beyondsoft.com&gt;
Co-authored-by: Jack·Boos·Yu &lt;47264268+JackBoosY@users.noreply.github.com&gt;
Co-authored-by: Phoebe &lt;20694052+PhoebeHui@users.noreply.github.com&gt;
Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[catch2] Update to 2.12.1 (#10996)</title>
<updated>2020-04-24T19:56:10+00:00</updated>
<author>
<name>NancyLi1013</name>
<email>46708020+NancyLi1013@users.noreply.github.com</email>
</author>
<published>2020-04-24T19:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=57e28435d2d75e5834088e281caceeee0a91d83f'/>
<id>57e28435d2d75e5834088e281caceeee0a91d83f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[catch2] Update to 2.11.3 (#10536)</title>
<updated>2020-03-28T02:15:58+00:00</updated>
<author>
<name>Phoebe</name>
<email>20694052+PhoebeHui@users.noreply.github.com</email>
</author>
<published>2020-03-28T02:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=4b822a1388d01c0cdb51168c115a78a9c3e05121'/>
<id>4b822a1388d01c0cdb51168c115a78a9c3e05121</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[catch2] Update to 2.1.1 (#9685)</title>
<updated>2020-01-16T20:19:27+00:00</updated>
<author>
<name>NancyLi1013</name>
<email>46708020+NancyLi1013@users.noreply.github.com</email>
</author>
<published>2020-01-16T20:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=2f02076c51d7fa762251c019555f9d26414b0c96'/>
<id>2f02076c51d7fa762251c019555f9d26414b0c96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[catch2] Update library to 2.11.0 (#9089)</title>
<updated>2019-11-25T06:00:23+00:00</updated>
<author>
<name>Ehsan</name>
<email>mohammadi.ehsan1994@gmail.com</email>
</author>
<published>2019-11-25T06:00:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=4603d007c2ed1e5119f929ee4e1a91edb3f63820'/>
<id>4603d007c2ed1e5119f929ee4e1a91edb3f63820</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[catch2] Update to 2.10.1 (#8684)</title>
<updated>2019-10-21T22:19:09+00:00</updated>
<author>
<name>RT222</name>
<email>contact@rt2.fr</email>
</author>
<published>2019-10-21T22:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=056cbddd367f8dce6a84b22ec9d5b890292ee5e6'/>
<id>056cbddd367f8dce6a84b22ec9d5b890292ee5e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[catch2] Update library to 2.9.2</title>
<updated>2019-08-15T09:25:08+00:00</updated>
<author>
<name>unknown</name>
<email>mohammadi.ehsan1994@gmail.com</email>
</author>
<published>2019-08-15T09:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=278bbe4769932a786c7e1b86e4bc9a0cf57d1c68'/>
<id>278bbe4769932a786c7e1b86e4bc9a0cf57d1c68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Catch2] Update to v2.9.1 (#7497)</title>
<updated>2019-08-02T00:39:56+00:00</updated>
<author>
<name>RT222</name>
<email>contact@rt2.fr</email>
</author>
<published>2019-08-02T00:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=69cc77d08d94b8b30e6bea32a74e87b547cad400'/>
<id>69cc77d08d94b8b30e6bea32a74e87b547cad400</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
