<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/docs/examples, branch update-shapelib-150</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] Implement --editable (#12200)</title>
<updated>2020-07-07T20:53:19+00:00</updated>
<author>
<name>ras0219</name>
<email>533828+ras0219@users.noreply.github.com</email>
</author>
<published>2020-07-07T20:53:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=f9bdf139535f25dd0847fecff22a1c8c606da613'/>
<id>f9bdf139535f25dd0847fecff22a1c8c606da613</id>
<content type='text'>
--editable suppresses binary caching and source re-extraction for packages listed on the command line (similar to --head).

This fundamentally changes the port maintenance loop, so several example documents were updated. To avoid users having substantial changes suddenly destroyed by forgetting to pass --editable, "clean" sources have different extract locations.

The undocumented command `build` implies `--editable`.

Co-authored-by: Robert Schumacher &lt;roschuma@microsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--editable suppresses binary caching and source re-extraction for packages listed on the command line (similar to --head).

This fundamentally changes the port maintenance loop, so several example documents were updated. To avoid users having substantial changes suddenly destroyed by forgetting to pass --editable, "clean" sources have different extract locations.

The undocumented command `build` implies `--editable`.

Co-authored-by: Robert Schumacher &lt;roschuma@microsoft.com&gt;</pre>
</div>
</content>
</entry>
<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>[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] 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>Correct parameter reference (#10472)</title>
<updated>2020-03-20T23:37:09+00:00</updated>
<author>
<name>Michael Kelley</name>
<email>michael.a.kelley@gmail.com</email>
</author>
<published>2020-03-20T23:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=a5a244f5bdc390fc1c3d42e126e0bfd80541f060'/>
<id>a5a244f5bdc390fc1c3d42e126e0bfd80541f060</id>
<content type='text'>
- Change references to --overlay-ports to --overlay-triplets</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Change references to --overlay-ports to --overlay-triplets</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated call to include</title>
<updated>2019-12-17T00:15:01+00:00</updated>
<author>
<name>Griffin Downs</name>
<email>35574547+grdowns@users.noreply.github.com</email>
</author>
<published>2019-12-17T00:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=43fa3e60cfb96fa42940d234b011514c8be92256'/>
<id>43fa3e60cfb96fa42940d234b011514c8be92256</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg-docs] Reword and reorganize overlay-triplets-linux-dynamic.md (#7502)</title>
<updated>2019-08-02T22:42:17+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2019-08-02T22:42:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=4d551ff4b3cea2f387b02ed69486a23b1be2fd73'/>
<id>4d551ff4b3cea2f387b02ed69486a23b1be2fd73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Example: Building dynamic libraries on Linux using overlay triplets (#7291)</title>
<updated>2019-07-17T18:34:31+00:00</updated>
<author>
<name>Victor Romero</name>
<email>romerosanchezv@gmail.com</email>
</author>
<published>2019-07-17T18:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=30a3e3256f27623a3fce643d8d56170e9d3dc256'/>
<id>30a3e3256f27623a3fce643d8d56170e9d3dc256</id>
<content type='text'>
* Example building dynamic libraries on Linux using overlay triplets

* Change triplets list to multi-columns

* Override default triplets example
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Example building dynamic libraries on Linux using overlay triplets

* Change triplets list to multi-columns

* Override default triplets example
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg create, docs] Update create command's template and documentation on patching (#5370)</title>
<updated>2019-02-15T22:32:07+00:00</updated>
<author>
<name>Victor Romero</name>
<email>romerosanchezv@gmail.com</email>
</author>
<published>2019-02-15T22:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=7a18088cf2c513863761200b0d01f20be8bfa2c2'/>
<id>7a18088cf2c513863761200b0d01f20be8bfa2c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into documentation</title>
<updated>2018-11-20T18:45:21+00:00</updated>
<author>
<name>Roelf-Jilling</name>
<email>r-j.wolthuis@live.com</email>
</author>
<published>2018-11-20T18:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=370984d139c0799446e45706b45c8cb8eb77db44'/>
<id>370984d139c0799446e45706b45c8cb8eb77db44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
