<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/catch2, 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] Guard build type for Catch2 (#19793)</title>
<updated>2021-09-04T00:01:51+00:00</updated>
<author>
<name>Rayan</name>
<email>yweiyun@163.com</email>
</author>
<published>2021-09-04T00:01:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=38d6712d5644ede4ff597e889549f5d540dcf8ff'/>
<id>38d6712d5644ede4ff597e889549f5d540dcf8ff</id>
<content type='text'>
* guard build type for catch2

* update port-version

* update baseline &amp; version</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* guard build type for catch2

* update port-version

* update baseline &amp; version</pre>
</div>
</content>
</entry>
<entry>
<title>[catch2] Update to version 2.13.7 (#19376)</title>
<updated>2021-08-13T06:37:35+00:00</updated>
<author>
<name>Ryan</name>
<email>ryan__mckenzie@hotmail.com</email>
</author>
<published>2021-08-13T06:37:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=7bdf2f8e853a476f96f3d1ba3be409b65822a29d'/>
<id>7bdf2f8e853a476f96f3d1ba3be409b65822a29d</id>
<content type='text'>
* update version to 2.13.7

* fixup deprecated functions

* apply cmake quoting guidelines

* update baseline

* remove unneeded quotes

* update baseline

* update baseline

* restore versions from master

* add new versions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update version to 2.13.7

* fixup deprecated functions

* apply cmake quoting guidelines

* update baseline

* remove unneeded quotes

* update baseline

* update baseline

* restore versions from master

* add new versions</pre>
</div>
</content>
</entry>
<entry>
<title>[catch2] Support static build (#19396)</title>
<updated>2021-08-10T07:59:01+00:00</updated>
<author>
<name>NancyLi1013</name>
<email>46708020+NancyLi1013@users.noreply.github.com</email>
</author>
<published>2021-08-10T07:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=646aa7d8c0e62eb056aa1904b08664f663d7864e'/>
<id>646aa7d8c0e62eb056aa1904b08664f663d7864e</id>
<content type='text'>
* [catch2] Update to 1.13.7 and support static build

* Update version files

* Revert the new version update changes

* Update version files

* Update versions/c-/catch2.json

* Fix install path for lib and pkgconfig

* Update versions/c-/catch2.json</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [catch2] Update to 1.13.7 and support static build

* Update version files

* Revert the new version update changes

* Update version files

* Update versions/c-/catch2.json

* Fix install path for lib and pkgconfig

* Update versions/c-/catch2.json</pre>
</div>
</content>
</entry>
<entry>
<title>[catch2] Fix linux build in NTFS fs (#18814)</title>
<updated>2021-07-06T20:36:25+00:00</updated>
<author>
<name>LE GARREC Vincent</name>
<email>github@le-garrec.fr</email>
</author>
<published>2021-07-06T20:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=fc6d2ed5b92b5cbdc3fc17f538b6562811ac0bbc'/>
<id>fc6d2ed5b92b5cbdc3fc17f538b6562811ac0bbc</id>
<content type='text'>
file(RENAME Camel lower) works fine when running vcpkg in
Windows Powershell with triplet x64-windows in NTFS fs.

file(RENAME Camel lower) does not work fine when running vcpkg in
WSL with triplet x64-linux in NTFS.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
file(RENAME Camel lower) works fine when running vcpkg in
Windows Powershell with triplet x64-windows in NTFS fs.

file(RENAME Camel lower) does not work fine when running vcpkg in
WSL with triplet x64-linux in NTFS.</pre>
</div>
</content>
</entry>
<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>
</feed>
