<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/docs/specifications, 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>Update manifests.md (#20598)</title>
<updated>2021-10-12T00:22:32+00:00</updated>
<author>
<name>Dmitriy Fishman</name>
<email>fishman.code@gmail.com</email>
</author>
<published>2021-10-12T00:22:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=b4c00cb0e35c0d845088126c67213df56a64a988'/>
<id>b4c00cb0e35c0d845088126c67213df56a64a988</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[doc] Fix spelling errors (#17560)</title>
<updated>2021-05-09T17:48:42+00:00</updated>
<author>
<name>Kai Pastor</name>
<email>dg0yt@darc.de</email>
</author>
<published>2021-05-09T17:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=5a271a9290282e09149401486f88dc106dc65b71'/>
<id>5a271a9290282e09149401486f88dc106dc65b71</id>
<content type='text'>
* [doc] Fix spelling errors in docs

* [doc] Fix spelling errors in scripts

* Bump version

* x-add-version

* Fix another typo

* Rebuild</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [doc] Fix spelling errors in docs

* [doc] Fix spelling errors in scripts

* Bump version

* x-add-version

* Fix another typo

* Rebuild</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg docs] Modify manifest-root-dir as manifest-root in specifications/manifests.md (#16760)</title>
<updated>2021-03-18T20:19:51+00:00</updated>
<author>
<name>NancyLi1013</name>
<email>46708020+NancyLi1013@users.noreply.github.com</email>
</author>
<published>2021-03-18T20:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=1eca0d23cda1fc86748278ab4c244c531325570d'/>
<id>1eca0d23cda1fc86748278ab4c244c531325570d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Improve inter-document linking; add 'latest' links (#16502)</title>
<updated>2021-03-12T00:37:49+00:00</updated>
<author>
<name>ras0219</name>
<email>533828+ras0219@users.noreply.github.com</email>
</author>
<published>2021-03-12T00:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=75522bb1f2e7d863078bcd06322348f053a9e33f'/>
<id>75522bb1f2e7d863078bcd06322348f053a9e33f</id>
<content type='text'>
* [docs] Improve inter-document linking; add 'latest' links

* [docs] Apply suggestions from code review

Co-authored-by: nicole mazzuca &lt;mazzucan@outlook.com&gt;

Co-authored-by: nicole mazzuca &lt;mazzucan@outlook.com&gt;
Co-authored-by: Robert Schumacher &lt;roschuma@microsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [docs] Improve inter-document linking; add 'latest' links

* [docs] Apply suggestions from code review

Co-authored-by: nicole mazzuca &lt;mazzucan@outlook.com&gt;

Co-authored-by: nicole mazzuca &lt;mazzucan@outlook.com&gt;
Co-authored-by: Robert Schumacher &lt;roschuma@microsoft.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Add scripts tree extraction notes. (#16055)</title>
<updated>2021-02-18T22:10:41+00:00</updated>
<author>
<name>Billy O'Neal</name>
<email>bion@microsoft.com</email>
</author>
<published>2021-02-18T22:10:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=5dbf58d96dbc71c7fdde518911c1cffa024b26a3'/>
<id>5dbf58d96dbc71c7fdde518911c1cffa024b26a3</id>
<content type='text'>

Co-authored-by: nicole mazzuca &lt;mazzucan@outlook.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Co-authored-by: nicole mazzuca &lt;mazzucan@outlook.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg registries] Registries: Take 2 (#13590)</title>
<updated>2021-02-03T22:44:43+00:00</updated>
<author>
<name>nicole mazzuca</name>
<email>mazzucan@outlook.com</email>
</author>
<published>2021-02-03T22:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=f226416d2eafc495dd03572cb61542fb1670ffdc'/>
<id>f226416d2eafc495dd03572cb61542fb1670ffdc</id>
<content type='text'>
* [vcpkg registries] Registries: Take 2

unfortunately without all the history because I really screwed up the git commands

This RFC is the new state of the world with regard to our plan for registries; it is very different from the old RFC. It includes registry databases, which are how one describes the set of versions of ports that one has access to. It also includes the specification for git registries, and updates the specification for filesystem registries with these new registry databases.

Since this RFC completely changes how registries work, the existing implementation will be broken.

* update the registries RFC for modern design

* remove bikeshedding</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg registries] Registries: Take 2

unfortunately without all the history because I really screwed up the git commands

This RFC is the new state of the world with regard to our plan for registries; it is very different from the old RFC. It includes registry databases, which are how one describes the set of versions of ports that one has access to. It also includes the specification for git registries, and updates the specification for filesystem registries with these new registry databases.

Since this RFC completely changes how registries work, the existing implementation will be broken.

* update the registries RFC for modern design

* remove bikeshedding</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Rename `port_versions` to `versions` (#15784)</title>
<updated>2021-01-21T17:53:22+00:00</updated>
<author>
<name>nicole mazzuca</name>
<email>mazzucan@outlook.com</email>
</author>
<published>2021-01-21T17:53:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=68a74950d0400f5a803026d0860f49853984bf11'/>
<id>68a74950d0400f5a803026d0860f49853984bf11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix wrong path in specifications/manifests.md (#15688)</title>
<updated>2021-01-19T08:45:07+00:00</updated>
<author>
<name>Alessandro Arcangeli</name>
<email>alessandroarcangeli.rm@gmail.com</email>
</author>
<published>2021-01-19T08:45:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=a9a636c1a6af4cbfa0427762f9258a76348a0a0d'/>
<id>a9a636c1a6af4cbfa0427762f9258a76348a0a0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] RFC: Versioning (#11758)</title>
<updated>2021-01-17T00:38:46+00:00</updated>
<author>
<name>Victor Romero</name>
<email>romerosanchezv@gmail.com</email>
</author>
<published>2021-01-17T00:38:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=31eda3e931f30a480d90eac5f5ffa9fa9944121d'/>
<id>31eda3e931f30a480d90eac5f5ffa9fa9944121d</id>
<content type='text'>
* Initial commit of Versioning Specification

* Add image for algorith example

* Add image file

* Address some PR comments

* Apply suggestions from code review

Co-authored-by: Yehezkel Bernat &lt;yehezkelshb@gmail.com&gt;
Co-authored-by: Miro Knejp &lt;miro@knejp.de&gt;
Co-authored-by: Rachel Lu &lt;lurachel18@gmail.com&gt;

* Update spec

* Modify how baseline versions work

* Add implementation details spec

* WIP: Update specs to reflect latest discussions

* Maybe fix formatting on GitHub preview

* Apply suggestions from code review

Co-authored-by: ras0219 &lt;533828+ras0219@users.noreply.github.com&gt;

* Update spec

* Update spec, match implementation

* Delete unnecessary files

Co-authored-by: Yehezkel Bernat &lt;yehezkelshb@gmail.com&gt;
Co-authored-by: Miro Knejp &lt;miro@knejp.de&gt;
Co-authored-by: Rachel Lu &lt;lurachel18@gmail.com&gt;
Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;
Co-authored-by: ras0219 &lt;533828+ras0219@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Initial commit of Versioning Specification

* Add image for algorith example

* Add image file

* Address some PR comments

* Apply suggestions from code review

Co-authored-by: Yehezkel Bernat &lt;yehezkelshb@gmail.com&gt;
Co-authored-by: Miro Knejp &lt;miro@knejp.de&gt;
Co-authored-by: Rachel Lu &lt;lurachel18@gmail.com&gt;

* Update spec

* Modify how baseline versions work

* Add implementation details spec

* WIP: Update specs to reflect latest discussions

* Maybe fix formatting on GitHub preview

* Apply suggestions from code review

Co-authored-by: ras0219 &lt;533828+ras0219@users.noreply.github.com&gt;

* Update spec

* Update spec, match implementation

* Delete unnecessary files

Co-authored-by: Yehezkel Bernat &lt;yehezkelshb@gmail.com&gt;
Co-authored-by: Miro Knejp &lt;miro@knejp.de&gt;
Co-authored-by: Rachel Lu &lt;lurachel18@gmail.com&gt;
Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;
Co-authored-by: ras0219 &lt;533828+ras0219@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg-docs] Add docs/users/binarycaching.md (#13517)</title>
<updated>2020-09-16T01:04:12+00:00</updated>
<author>
<name>ras0219</name>
<email>533828+ras0219@users.noreply.github.com</email>
</author>
<published>2020-09-16T01:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=54a09ff4efd96e268899ef975abb943d8247c0e2'/>
<id>54a09ff4efd96e268899ef975abb943d8247c0e2</id>
<content type='text'>
* [vcpkg-docs] Add docs/users/binarycaching.md

* [vcpkg] Address PR Comments

Co-authored-by: Robert Schumacher &lt;roschuma@microsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg-docs] Add docs/users/binarycaching.md

* [vcpkg] Address PR Comments

Co-authored-by: Robert Schumacher &lt;roschuma@microsoft.com&gt;</pre>
</div>
</content>
</entry>
</feed>
