<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/docs, 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>Mention --ignore-space-at-eol in patching.md (#11952)</title>
<updated>2020-06-18T22:35:30+00:00</updated>
<author>
<name>Leonid Pospelov</name>
<email>pospelovlm@yandex.ru</email>
</author>
<published>2020-06-18T22:35:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=5f237aa8a44a09fc2447366f2a07601a03491cd9'/>
<id>5f237aa8a44a09fc2447366f2a07601a03491cd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] [cudnn] [msmpi] [openmpi] Update VMSS (#11365)</title>
<updated>2020-06-11T18:13:09+00:00</updated>
<author>
<name>Billy O'Neal</name>
<email>bion@microsoft.com</email>
</author>
<published>2020-06-11T18:13:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=55d6bd1b7d1fab3515b3c7f18d2607906919d356'/>
<id>55d6bd1b7d1fab3515b3c7f18d2607906919d356</id>
<content type='text'>
Co-authored-by: @JackBoosY 
Co-authored-by: Stefano Sinigardi &lt;stesinigardi@hotmail.com&gt;
Co-authored-by: Voskrese &lt;10104740+Voskrese@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: @JackBoosY 
Co-authored-by: Stefano Sinigardi &lt;stesinigardi@hotmail.com&gt;
Co-authored-by: Voskrese &lt;10104740+Voskrese@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] fix CMakeLists example for SQLite3 (#11763)</title>
<updated>2020-06-05T17:58:29+00:00</updated>
<author>
<name>James Liu</name>
<email>disposedtrolley@users.noreply.github.com</email>
</author>
<published>2020-06-05T17:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=92db9a65e66cdaad4948c2b5405e9566dc12d783'/>
<id>92db9a65e66cdaad4948c2b5405e9566dc12d783</id>
<content type='text'>
* docs: fix CMakeLists example for SQLite3

* docs: simplify CMake config

* fix: remove extra parenthesis</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* docs: fix CMakeLists example for SQLite3

* docs: simplify CMake config

* fix: remove extra parenthesis</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] add x86-wasm.cmake to community triplets (#11323)</title>
<updated>2020-06-02T23:07:41+00:00</updated>
<author>
<name>Mohammed Alyousef</name>
<email>may642_2000@hotmail.com</email>
</author>
<published>2020-06-02T23:07:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=a6257ac262f441a97869b7ec40ddc4bcce19570d'/>
<id>a6257ac262f441a97869b7ec40ddc4bcce19570d</id>
<content type='text'>
* add x86-wasm.cmake to community triplets

The EMSDK enviroment variable is normally defined when first installing Emscripten.

* Rename x86-wasm.cmake to wasm32-emscripten.cmake

* Update wasm32-emscripten.cmake

* Update wasm32-emscripten.cmake

* Add wasm32 and wasm64 arch to docs

* Create wasm64-emscripten.cmake

* remove wasm64

* Delete wasm64-emscripten.cmake

* Add wasm32 to list of identifiers

* add emscripten VCPKG_CMAKE_SYSTEM_NAME support

* add path check to EMSDK cmake toolchain</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add x86-wasm.cmake to community triplets

The EMSDK enviroment variable is normally defined when first installing Emscripten.

* Rename x86-wasm.cmake to wasm32-emscripten.cmake

* Update wasm32-emscripten.cmake

* Update wasm32-emscripten.cmake

* Add wasm32 and wasm64 arch to docs

* Create wasm64-emscripten.cmake

* remove wasm64

* Delete wasm64-emscripten.cmake

* Add wasm32 to list of identifiers

* add emscripten VCPKG_CMAKE_SYSTEM_NAME support

* add path check to EMSDK cmake toolchain</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] RFC: Manifests (#11203)</title>
<updated>2020-06-01T18:30:56+00:00</updated>
<author>
<name>nicole mazzuca</name>
<email>mazzucan@outlook.com</email>
</author>
<published>2020-06-01T18:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=1ffc953ab56070984dc9ed34cadd91ec6c0d5218'/>
<id>1ffc953ab56070984dc9ed34cadd91ec6c0d5218</id>
<content type='text'>
* [vcpkg] Add manifests specification

* Remove invisible tabs and fix nested lists

Somehow, a lot of tabs where inserted betweend the `*` and start of list items, and they didn't show up in the github source view 🤷.

* feedback from @traversaro

* fix stuff from review

Co-authored-by: Edhebi &lt;aurore53000@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg] Add manifests specification

* Remove invisible tabs and fix nested lists

Somehow, a lot of tabs where inserted betweend the `*` and start of list items, and they didn't show up in the github source view 🤷.

* feedback from @traversaro

* fix stuff from review

Co-authored-by: Edhebi &lt;aurore53000@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg metrics] Allow someone to opt out after build (#11542)</title>
<updated>2020-05-29T21:09:03+00:00</updated>
<author>
<name>nicole mazzuca</name>
<email>mazzucan@outlook.com</email>
</author>
<published>2020-05-29T21:09:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=09319cd79e3bee6a41bb76db739aef3f3644f19f'/>
<id>09319cd79e3bee6a41bb76db739aef3f3644f19f</id>
<content type='text'>
* [vcpkg metrics] start using json library

Additionally, add floats to the JSON library since they're required.

* [vcpkg metrics] allow users to disable metrics after the build

Additionally, as a drive by, fix UUID generation

* fix metrics data

* code review</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg metrics] start using json library

Additionally, add floats to the JSON library since they're required.

* [vcpkg metrics] allow users to disable metrics after the build

Additionally, as a drive by, fix UUID generation

* fix metrics data

* code review</pre>
</div>
</content>
</entry>
<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>[gn, crashpad] Add GN build support and crashpad port (#10505)</title>
<updated>2020-05-11T21:58:12+00:00</updated>
<author>
<name>Martin Vejdarski</name>
<email>extrulm@gmail.com</email>
</author>
<published>2020-05-11T21:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=6d5a1a897eca21b956d7b1de71af9a1f25c08e33'/>
<id>6d5a1a897eca21b956d7b1de71af9a1f25c08e33</id>
<content type='text'>
* [vcpkg_find_acquire_program] Add gn

* [GN] Add build system support

* [crashpad] Add new port</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg_find_acquire_program] Add gn

* [GN] Add build system support

* [crashpad] Add new port</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Add new function vcpkg_copy_tools (#8749)</title>
<updated>2020-05-01T22:28:55+00:00</updated>
<author>
<name>myd7349</name>
<email>myd7349@gmail.com</email>
</author>
<published>2020-05-01T22:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=0ab1a9e1c64a3968631b59647e771beda7d1f256'/>
<id>0ab1a9e1c64a3968631b59647e771beda7d1f256</id>
<content type='text'>
* [vcpkg] Add new function vcpkg_copy_tools

* [cpuinfo][czmq][nanomsg][uriparser] Use vcpkg_copy_tools

* [czmq] Clean even tools are not copied

[libsvm][zyre] Use vcpkg_copy_tools

* [vcpkg-copy-tools] Clean debug/bin

This should fix czmq build error

* [czmq] czmq does not have BUILD_TOOLS option

* [vcpkg] Split clean logic into another function

* [cpuinfo][czmq][nanomsg][uriparser] Fix calling of vcpkg_copy_tools

* [zyre] Fix regression error

* [vcpkg] Update try_remove_empty_directory

* [libsvm] Fix vcpkg_copy_tools call</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg] Add new function vcpkg_copy_tools

* [cpuinfo][czmq][nanomsg][uriparser] Use vcpkg_copy_tools

* [czmq] Clean even tools are not copied

[libsvm][zyre] Use vcpkg_copy_tools

* [vcpkg-copy-tools] Clean debug/bin

This should fix czmq build error

* [czmq] czmq does not have BUILD_TOOLS option

* [vcpkg] Split clean logic into another function

* [cpuinfo][czmq][nanomsg][uriparser] Fix calling of vcpkg_copy_tools

* [zyre] Fix regression error

* [vcpkg] Update try_remove_empty_directory

* [libsvm] Fix vcpkg_copy_tools call</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Catch2 include path in documentation (#11007)</title>
<updated>2020-04-30T17:14:45+00:00</updated>
<author>
<name>Martin Hořeňovský</name>
<email>martin.horenovsky@gmail.com</email>
</author>
<published>2020-04-30T17:14:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=86f5397f76fa6b8141ea828640e94050b9c7b8e1'/>
<id>86f5397f76fa6b8141ea828640e94050b9c7b8e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
