<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/blend2d, 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>[blend2d] Update to beta_2021-03-17 (#16804)</title>
<updated>2021-03-23T21:30:38+00:00</updated>
<author>
<name>ZeeWanderer</name>
<email>mxx888777@gmail.com</email>
</author>
<published>2021-03-23T21:30:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=e1e3d81a593d23c32aeefbbce73036844c91a198'/>
<id>e1e3d81a593d23c32aeefbbce73036844c91a198</id>
<content type='text'>
* [blend2d] Update to 2021-03-17

* [blend2d] update port_versions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [blend2d] Update to 2021-03-17

* [blend2d] update port_versions</pre>
</div>
</content>
</entry>
<entry>
<title>[blend2d] Update to beta_2021-01-02 (#15672)</title>
<updated>2021-01-19T19:48:50+00:00</updated>
<author>
<name>ZeeWanderer</name>
<email>mxx888777@gmail.com</email>
</author>
<published>2021-01-19T19:48:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=d33b06d80867f870afc7322423bc93de6cf6fc71'/>
<id>d33b06d80867f870afc7322423bc93de6cf6fc71</id>
<content type='text'>
* [blend2d] Update to beta_2021-01-02

* [blend2d] update port_versions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [blend2d] Update to beta_2021-01-02

* [blend2d] update port_versions</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg manifest] Add documentation! (#13488)</title>
<updated>2020-09-14T22:07:02+00:00</updated>
<author>
<name>nicole mazzuca</name>
<email>mazzucan@outlook.com</email>
</author>
<published>2020-09-14T22:07:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=0fec1340eba828e95c489796eb0c7a4330120686'/>
<id>0fec1340eba828e95c489796eb0c7a4330120686</id>
<content type='text'>
* [vcpkg docs] add docs for manifest files

These are just for the maintainer docs,
not user docs.

* [vcpkg] EBNF-ify platform expression parsing

this modifies nothing about what strings are accepted or rejected,
it just moves stuff around.

also adds tests.

* [vcpkg docs] add manifest mode example

* [wip] docs for augustin

also fix tabs

* [vcpkg manifest] switch to using maps for features

* Apply suggestions from code review

* un-experimentize format-manifest

* flesh out the user manifest mode docs

* CRs

* billy CRs

* final personal pass-thru</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg docs] add docs for manifest files

These are just for the maintainer docs,
not user docs.

* [vcpkg] EBNF-ify platform expression parsing

this modifies nothing about what strings are accepted or rejected,
it just moves stuff around.

also adds tests.

* [vcpkg docs] add manifest mode example

* [wip] docs for augustin

also fix tabs

* [vcpkg manifest] switch to using maps for features

* Apply suggestions from code review

* un-experimentize format-manifest

* flesh out the user manifest mode docs

* CRs

* billy CRs

* final personal pass-thru</pre>
</div>
</content>
</entry>
<entry>
<title>[blend2d] Update to beta_2020-08-24 (#13258)</title>
<updated>2020-09-01T20:17:18+00:00</updated>
<author>
<name>ZeeWanderer</name>
<email>mxx888777@gmail.com</email>
</author>
<published>2020-09-01T20:17:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=684b5e8c8d0a85e193995e4eac9a4547c172ac6d'/>
<id>684b5e8c8d0a85e193995e4eac9a4547c172ac6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[blend2d] Update to beta_2020-07-31 (#12667)</title>
<updated>2020-08-05T21:05:58+00:00</updated>
<author>
<name>ZeeWanderer</name>
<email>mxx888777@gmail.com</email>
</author>
<published>2020-08-05T21:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=4454f8fb9870102b85d9118ec2c2e80a08b8a474'/>
<id>4454f8fb9870102b85d9118ec2c2e80a08b8a474</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg format-manifest] Add convert-control flag (#12471)</title>
<updated>2020-08-02T17:08:07+00:00</updated>
<author>
<name>nicole mazzuca</name>
<email>mazzucan@outlook.com</email>
</author>
<published>2020-08-02T17:08:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=1c2af994151fb3e177df54f89223b056ecddbcec'/>
<id>1c2af994151fb3e177df54f89223b056ecddbcec</id>
<content type='text'>
* [vcpkg format-manifest] initial convert-control attempt

TODO: manifest comments! we should keep $directives

* Finalize x-format-manifest

First, fix Json::parse -- "\c", for any c, was incorrectly parsed.
It would emit the escaped character, and then parse the character, so
that `\b` would give you { '\b', 'b' }.

Second, canonicalize source paragraphs as we're parsing them. This found
an error in qt5 -- The `declarative` feature was listed twice, and we
now catch it, so I removed the second paragraph.

Add PlatformExpression::complexity to allow ordering platform
expressions in a somewhat reasonable way.

Notes:
  - We allow `all_modules` as a feature name for back-compat with
    paraview
  - In order to actually convert CONTROL to vcpkg.json, we'd need to
    rename the qt5 `default` feature.
  - We need to add support for $directives in x-format-manifest

* fix qt5 port

* format

* fix compile

* fix tests for canonicalization

* Clean up code

* add error message for nothing to format

* add extra_info field

* add `const X&amp;` overloads for `Object::insert[_or_replace]`

* fix compile

* simple CRs

* add tests

* format

* Fix mosquitto port file

also unmerge a line

* fail the tests on malformed manifest

* fix format_all

* fix coroutine port-version

* format manifests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg format-manifest] initial convert-control attempt

TODO: manifest comments! we should keep $directives

* Finalize x-format-manifest

First, fix Json::parse -- "\c", for any c, was incorrectly parsed.
It would emit the escaped character, and then parse the character, so
that `\b` would give you { '\b', 'b' }.

Second, canonicalize source paragraphs as we're parsing them. This found
an error in qt5 -- The `declarative` feature was listed twice, and we
now catch it, so I removed the second paragraph.

Add PlatformExpression::complexity to allow ordering platform
expressions in a somewhat reasonable way.

Notes:
  - We allow `all_modules` as a feature name for back-compat with
    paraview
  - In order to actually convert CONTROL to vcpkg.json, we'd need to
    rename the qt5 `default` feature.
  - We need to add support for $directives in x-format-manifest

* fix qt5 port

* format

* fix compile

* fix tests for canonicalization

* Clean up code

* add error message for nothing to format

* add extra_info field

* add `const X&amp;` overloads for `Object::insert[_or_replace]`

* fix compile

* simple CRs

* add tests

* format

* Fix mosquitto port file

also unmerge a line

* fail the tests on malformed manifest

* fix format_all

* fix coroutine port-version

* format manifests</pre>
</div>
</content>
</entry>
<entry>
<title>[blend2d] Update to beta_2020-07-09 (#12360)</title>
<updated>2020-07-13T19:30:10+00:00</updated>
<author>
<name>ZeeWanderer</name>
<email>mxx888777@gmail.com</email>
</author>
<published>2020-07-13T19:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=dcf6e5fe06c20dca18e9daf9e98d3169c5f86de7'/>
<id>dcf6e5fe06c20dca18e9daf9e98d3169c5f86de7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[blend2d] Update to beta_2020-06-01 (#11778)</title>
<updated>2020-06-05T18:59:33+00:00</updated>
<author>
<name>ZeeWanderer</name>
<email>mxx888777@gmail.com</email>
</author>
<published>2020-06-05T18:59:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=c797ee9623d38a53e92b9e0ca8d5f6944b0aa665'/>
<id>c797ee9623d38a53e92b9e0ca8d5f6944b0aa665</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[blend2d] Update to beta_2020-05-04 (#11155)</title>
<updated>2020-05-08T05:30:20+00:00</updated>
<author>
<name>ZeeWanderer</name>
<email>mxx888777@gmail.com</email>
</author>
<published>2020-05-08T05:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=124e8151c1b1b19342fd819b94a455c892c5d1b7'/>
<id>124e8151c1b1b19342fd819b94a455c892c5d1b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[blend2d] Update to beta_2020-04-19 (#10891)</title>
<updated>2020-04-21T20:22:14+00:00</updated>
<author>
<name>ZeeWanderer</name>
<email>mxx888777@gmail.com</email>
</author>
<published>2020-04-21T20:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=fb59609d9ba672dfc62a7a5f5b4bfeba35293587'/>
<id>fb59609d9ba672dfc62a7a5f5b4bfeba35293587</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
