<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/docs/index.md, branch signing</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[vcpkg] Improve Android doc (triplets, usage with cmake and prefab) (#11264)</title>
<updated>2020-05-13T23:42:13+00:00</updated>
<author>
<name>Pascal Thomet</name>
<email>pthomet@gmail.com</email>
</author>
<published>2020-05-13T23:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=55be137d5ba6230f62aa7fb0994fda1728ce7fef'/>
<id>55be137d5ba6230f62aa7fb0994fda1728ce7fef</id>
<content type='text'>
* Android: add docs/examples/vcpkg_android_example_cmake/

* Add docs/users/android.md

* Improve Android prefab doc

Following additional informations given by @atkawa7 at
https://github.com/microsoft/vcpkg/pull/11264

* Link to android.md
* Update the prefab usage instructions: "vcpkg install"
    the 4 archs before exporting a prefab
* added --prefab-debug flag
* added gradle integration info
* reviewed the prefab output directory structure
  (from a dump of an actual export)

* docs/users/triplets.md: link to android.md

* docs/index.md: link to android.md

* android.md: specify 2 possibiities for android_ndk_home

* Added examples/vcpkg_android_example_cmake_script/cmake/vcpkg_android.cmake

Usage:

1. Main CMakeLists:
  if (VCPKG_TARGET_ANDROID)
      include("cmake/vcpkg_android.cmake")
  endif()

2. cmake invocation:
  cmake .. -DVCPKG_TARGET_ANDROID=ON -DANDROID_ABI=armeabi-v7a

* trigger pipeline build

* trigger pipelines</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Android: add docs/examples/vcpkg_android_example_cmake/

* Add docs/users/android.md

* Improve Android prefab doc

Following additional informations given by @atkawa7 at
https://github.com/microsoft/vcpkg/pull/11264

* Link to android.md
* Update the prefab usage instructions: "vcpkg install"
    the 4 archs before exporting a prefab
* added --prefab-debug flag
* added gradle integration info
* reviewed the prefab output directory structure
  (from a dump of an actual export)

* docs/users/triplets.md: link to android.md

* docs/index.md: link to android.md

* android.md: specify 2 possibiities for android_ndk_home

* Added examples/vcpkg_android_example_cmake_script/cmake/vcpkg_android.cmake

Usage:

1. Main CMakeLists:
  if (VCPKG_TARGET_ANDROID)
      include("cmake/vcpkg_android.cmake")
  endif()

2. cmake invocation:
  cmake .. -DVCPKG_TARGET_ANDROID=ON -DANDROID_ABI=armeabi-v7a

* trigger pipeline build

* trigger pipelines</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg docs] More tool maintainer docs! (#7821)</title>
<updated>2019-08-24T18:36:12+00:00</updated>
<author>
<name>nicole mazzuca</name>
<email>mazzucan@outlook.com</email>
</author>
<published>2019-08-24T18:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=2a81a2d3220353fa8a5890e234b77cadc2c4b589'/>
<id>2a81a2d3220353fa8a5890e234b77cadc2c4b589</id>
<content type='text'>
* [vcpkg docs] Add benchmarking 🏎 to the docs!

Also, minor changes to the testing docs.

* add documentation for the layout of the project
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg docs] Add benchmarking 🏎 to the docs!

Also, minor changes to the testing docs.

* add documentation for the layout of the project
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tests, and add documentation! (#7506)</title>
<updated>2019-08-02T16:52:39+00:00</updated>
<author>
<name>nicole mazzuca</name>
<email>mazzucan@outlook.com</email>
</author>
<published>2019-08-02T16:52:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=165907550c8f6ce7506beef591f55cd3f8458d78'/>
<id>165907550c8f6ce7506beef591f55cd3f8458d78</id>
<content type='text'>
This PR does the following:

* fix tests -- now, they're always built in the CMake scripts, and they work on VS2015
  *add a new flag, BUILD_TESTING, which allows one to turn off testing builds
* Add documentation for running tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR does the following:

* fix tests -- now, they're always built in the CMake scripts, and they work on VS2015
  *add a new flag, BUILD_TESTING, which allows one to turn off testing builds
* Add documentation for running tests
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Add maintainer guidelines (#6871)</title>
<updated>2019-06-22T04:33:29+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2019-06-22T04:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=9cfcc711469778370af64830086cc62afd523dfc'/>
<id>9cfcc711469778370af64830086cc62afd523dfc</id>
<content type='text'>
* [maintainer-guide] Initial commit of maintainer guidelines

* [maintainer-guide] Rearrange sections

* [maintainer-guide] Add note about GitHub Draft PRs

* [maintainer-guide] Improvements

* [maintainer-guide] Address comments about versioning conventions

* [maintainer-guide] Add section about how portfiles interact with CMakeLists.txt

* [maintainer-guidelines] Add link from docs index
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [maintainer-guide] Initial commit of maintainer guidelines

* [maintainer-guide] Rearrange sections

* [maintainer-guide] Add note about GitHub Draft PRs

* [maintainer-guide] Improvements

* [maintainer-guide] Address comments about versioning conventions

* [maintainer-guide] Add section about how portfiles interact with CMakeLists.txt

* [maintainer-guidelines] Add link from docs index
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow redirection of the downloads folder with an environment variable. (#4883)</title>
<updated>2018-12-11T19:48:41+00:00</updated>
<author>
<name>Billy O'Neal</name>
<email>billy.oneal@gmail.com</email>
</author>
<published>2018-12-11T19:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=cf7e2f3906f78dcb89f320a642428b54c00e4e0b'/>
<id>cf7e2f3906f78dcb89f320a642428b54c00e4e0b</id>
<content type='text'>
* Add detection for VCPKG_DOWNLOADS environment variable in vcpkgpaths.cpp.

* Pass the downloads directory from VcpkgPaths to cmake.

* Also fixup bootstrap on *nix.

* Make error message a little prettier.

* Make that bash script actually work :)

* [vcpkg] Alter Optional&lt;&gt; usage style

* [vcpkg-docs] Add section on Environment Variables to the docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add detection for VCPKG_DOWNLOADS environment variable in vcpkgpaths.cpp.

* Pass the downloads directory from VcpkgPaths to cmake.

* Also fixup bootstrap on *nix.

* Make error message a little prettier.

* Make that bash script actually work :)

* [vcpkg] Alter Optional&lt;&gt; usage style

* [vcpkg-docs] Add section on Environment Variables to the docs
</pre>
</div>
</content>
</entry>
<entry>
<title>Add packaging GitHub repo example</title>
<updated>2018-11-16T11:24:19+00:00</updated>
<author>
<name>Simon Brand</name>
<email>tartanllama@gmail.com</email>
</author>
<published>2018-11-16T11:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=077b7f1378537478ec97a57af664ebba2efc0c86'/>
<id>077b7f1378537478ec97a57af664ebba2efc0c86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename example documents</title>
<updated>2018-11-15T11:23:34+00:00</updated>
<author>
<name>Simon Brand</name>
<email>tartanllama@gmail.com</email>
</author>
<published>2018-11-15T11:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=56c94a81027dae14ea8adabcbda800d0f7c10d0b'/>
<id>56c94a81027dae14ea8adabcbda800d0f7c10d0b</id>
<content type='text'>
The current names and titles of the examples put too much emphasis on the package which is being demonstrated rather than the concept. This can be jarring for newcomers. This patch renames them to put the emphasis on the concept instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current names and titles of the examples put too much emphasis on the package which is being demonstrated rather than the concept. This can be jarring for newcomers. This patch renames them to put the emphasis on the concept instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation</title>
<updated>2018-06-08T23:33:38+00:00</updated>
<author>
<name>Alexander Karatarakis</name>
<email>alkarata@microsoft.com</email>
</author>
<published>2018-06-08T23:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=39c70573df301fb5e4297abbc7f05cc05c0af0a4'/>
<id>39c70573df301fb5e4297abbc7f05cc05c0af0a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adding a blog link in the doc</title>
<updated>2018-05-16T16:25:44+00:00</updated>
<author>
<name>Eric Mittelette</name>
<email>ericmitt@corp.microsoft.com</email>
</author>
<published>2018-05-16T16:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=1d39174ca5a15462764fb65c04571f45794b0711'/>
<id>1d39174ca5a15462764fb65c04571f45794b0711</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add crossplatform announcement to docs</title>
<updated>2018-04-24T22:52:32+00:00</updated>
<author>
<name>Joel Clay</name>
<email>joelrclay@gmail.com</email>
</author>
<published>2018-04-24T22:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=f51b9d403a5a1bb99aa7c13e6b64f398ff423a40'/>
<id>f51b9d403a5a1bb99aa7c13e6b64f398ff423a40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
