<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/scripts, branch 2019.10</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[libxslt]Using vcpkg_install_nmake in Windows, support unix. (#8589)</title>
<updated>2019-10-30T06:23:36+00:00</updated>
<author>
<name>JackBoosY</name>
<email>47264268+JackBoosY@users.noreply.github.com</email>
</author>
<published>2019-10-30T06:23:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=934275b7125e89caeaeff167d567574bf41e8264'/>
<id>934275b7125e89caeaeff167d567574bf41e8264</id>
<content type='text'>
* [libxslt]Using vcpkg_install_nmake in Windows, support unix.

* support PRERUN_SHELL/PRERUN_SHELL_DEBUG/PRERUN_SHELL_RELEASE

* Re-trigger CI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [libxslt]Using vcpkg_install_nmake in Windows, support unix.

* support PRERUN_SHELL/PRERUN_SHELL_DEBUG/PRERUN_SHELL_RELEASE

* Re-trigger CI.
</pre>
</div>
</content>
</entry>
<entry>
<title>mesonbuild - Update to 0.52.0 (#8639)</title>
<updated>2019-10-28T22:47:40+00:00</updated>
<author>
<name>Wolfgang Stöggl</name>
<email>c72578@yahoo.de</email>
</author>
<published>2019-10-28T22:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=af55822ea1d8b1cc8ff7daf4d4b0850405f12e89'/>
<id>af55822ea1d8b1cc8ff7daf4d4b0850405f12e89</id>
<content type='text'>
* mesonbuild - Update to 0.52.0

* [tool-meson] Add package to represent dependency on Meson build-system
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* mesonbuild - Update to 0.52.0

* [tool-meson] Add package to represent dependency on Meson build-system
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix separate make and install execution error issue. (#8540)</title>
<updated>2019-10-22T05:49:23+00:00</updated>
<author>
<name>JackBoosY</name>
<email>47264268+JackBoosY@users.noreply.github.com</email>
</author>
<published>2019-10-22T05:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=1bdb6bfec1929b0d30cb5a4c3353c1e62905f10f'/>
<id>1bdb6bfec1929b0d30cb5a4c3353c1e62905f10f</id>
<content type='text'>
* Fix separate make and install execution error issue.

* trigger CI system.

* Fix multiple copy files under debug, fix separator between make and install in linux.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix separate make and install execution error issue.

* trigger CI system.

* Fix multiple copy files under debug, fix separator between make and install in linux.
</pre>
</div>
</content>
</entry>
<entry>
<title>support SKIP_CONFIGURE in vcpkg_configure_make. (#8647)</title>
<updated>2019-10-21T23:23:52+00:00</updated>
<author>
<name>JackBoosY</name>
<email>47264268+JackBoosY@users.noreply.github.com</email>
</author>
<published>2019-10-21T23:23:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=988b1c989797380b92ef19c651e391bac546e0dc'/>
<id>988b1c989797380b92ef19c651e391bac546e0dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add AUTOCONF support with vcpkg_configure_make. (#8610)</title>
<updated>2019-10-21T23:23:23+00:00</updated>
<author>
<name>JackBoosY</name>
<email>47264268+JackBoosY@users.noreply.github.com</email>
</author>
<published>2019-10-21T23:23:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=b99d0734129db2416e594dcd2aa382857429cce2'/>
<id>b99d0734129db2416e594dcd2aa382857429cce2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vcpkg_configure_meson - Remove compiler flag /Oi (#8667)</title>
<updated>2019-10-21T22:25:58+00:00</updated>
<author>
<name>Wolfgang Stöggl</name>
<email>c72578@yahoo.de</email>
</author>
<published>2019-10-21T22:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=6e30ee1ae8b560c53b5e72cf7a9dcd8176cedb50'/>
<id>6e30ee1ae8b560c53b5e72cf7a9dcd8176cedb50</id>
<content type='text'>
Removing the compiler flag /Oi (Generate Intrinsic Functions) allows
meson to detect functions like memmove, memset correctly. This is
relevant to meson configure for fribidi (see fribidi/meson.build).

This fixes the following "issues" (from fribidi meson-log.txt):
  testfile.c(17): error C2168: 'memmove': too few actual parameters for
  intrinsic function
  Checking for function "memmove" : NO
  testfile.c(17): error C2168: 'memset': too few actual parameters for
  intrinsic function
  Checking for function "memset" : NO

And enables detection of the functions:
  Checking for function "memmove" : YES
  Checking for function "memset" : YES</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removing the compiler flag /Oi (Generate Intrinsic Functions) allows
meson to detect functions like memmove, memset correctly. This is
relevant to meson configure for fribidi (see fribidi/meson.build).

This fixes the following "issues" (from fribidi meson-log.txt):
  testfile.c(17): error C2168: 'memmove': too few actual parameters for
  intrinsic function
  Checking for function "memmove" : NO
  testfile.c(17): error C2168: 'memset': too few actual parameters for
  intrinsic function
  Checking for function "memset" : NO

And enables detection of the functions:
  Checking for function "memmove" : YES
  Checking for function "memset" : YES</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg_download_distfile.cmake] Fix Examples (#8669)</title>
<updated>2019-10-21T22:25:25+00:00</updated>
<author>
<name>Ehsan</name>
<email>mohammadi.ehsan1994@gmail.com</email>
</author>
<published>2019-10-21T22:25:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=6f37346354774bea181016fef3238c8d3770b6f4'/>
<id>6f37346354774bea181016fef3238c8d3770b6f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix CMake checks for Apple Clang 11.0 on macOS 10.15 (#8580)</title>
<updated>2019-10-14T23:04:05+00:00</updated>
<author>
<name>Joel Pelaez Jorge</name>
<email>joel.pelaez.jorge@gmail.com</email>
</author>
<published>2019-10-14T23:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=db3e74fa9c683f2fdd7f0244cedc0fbf3f9478f6'/>
<id>db3e74fa9c683f2fdd7f0244cedc0fbf3f9478f6</id>
<content type='text'>
* Fix CMake checks for Apple Clang 11.0 on macOS 10.15

* Use clang++ instance clang if allowAppleClang is enabled
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix CMake checks for Apple Clang 11.0 on macOS 10.15

* Use clang++ instance clang if allowAppleClang is enabled
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8488 from JackBoosY/dev/jack/update_template</title>
<updated>2019-10-09T18:27:21+00:00</updated>
<author>
<name>Victor Romero</name>
<email>romerosanchezv@gmail.com</email>
</author>
<published>2019-10-09T18:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=a595ff63227693973c0787502b32d7c8903ac1c8'/>
<id>a595ff63227693973c0787502b32d7c8903ac1c8</id>
<content type='text'>
update templates.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
update templates.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix option -j (#8489)</title>
<updated>2019-10-09T12:54:19+00:00</updated>
<author>
<name>JackBoosY</name>
<email>47264268+JackBoosY@users.noreply.github.com</email>
</author>
<published>2019-10-09T12:54:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=37be706f568f07b1507e7e1717a9bc4910747a61'/>
<id>37be706f568f07b1507e7e1717a9bc4910747a61</id>
<content type='text'>
* Remove unusable parameters -j

* trigger CI system.

* Add option -j to make.

* Re-trigger CI system.

* Fix -j in make, fix NO_DEBUG in nmake.

* Re-trigger CI system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove unusable parameters -j

* trigger CI system.

* Add option -j to make.

* Re-trigger CI system.

* Fix -j in make, fix NO_DEBUG in nmake.

* Re-trigger CI system.
</pre>
</div>
</content>
</entry>
</feed>
