<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/lua, branch 2020.04</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>Add post-build usage info for Lua port. (#9934)</title>
<updated>2020-02-06T19:07:19+00:00</updated>
<author>
<name>paul-reilly</name>
<email>paul-reilly@users.noreply.github.com</email>
</author>
<published>2020-02-06T19:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=aaddcb1afb3b2db595ba9d6cab5ddf0e9450a7c2'/>
<id>aaddcb1afb3b2db595ba9d6cab5ddf0e9450a7c2</id>
<content type='text'>
* Add post-build usage info for Lua port.

* Fix CMake command that moves info file

* Update Lua package version number
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add post-build usage info for Lua port.

* Fix CMake command that moves info file

* Update Lua package version number
</pre>
</div>
</content>
</entry>
<entry>
<title>[lua] Add [cpp] feature to additionally build lua-c++ (#7101)</title>
<updated>2019-07-02T20:49:17+00:00</updated>
<author>
<name>Kevin Lu</name>
<email>6320810+kevinlul@users.noreply.github.com</email>
</author>
<published>2019-07-02T20:49:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=8ca8de6926bc67ccc71f4b3f4733ce2f1d3b0547'/>
<id>8ca8de6926bc67ccc71f4b3f4733ce2f1d3b0547</id>
<content type='text'>
* [lua] Add [cpp] feature to build lua-c++

* [lua] Switch tab for spaces in CMakeLists, set version to 5.3.5-2 as requested

* Use spaces for indentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [lua] Add [cpp] feature to build lua-c++

* [lua] Switch tab for spaces in CMakeLists, set version to 5.3.5-2 as requested

* Use spaces for indentation
</pre>
</div>
</content>
</entry>
<entry>
<title>[WIP] Add a Homepage URL entry for vcpkg ports (#2933)</title>
<updated>2019-06-15T23:54:47+00:00</updated>
<author>
<name>pravic</name>
<email>ehysta@gmail.com</email>
</author>
<published>2019-06-15T23:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=18b029a5e3997fa4fdc7d3d06d56568a1d6f74ad'/>
<id>18b029a5e3997fa4fdc7d3d06d56568a1d6f74ad</id>
<content type='text'>
* [vcpkg] Add "Homepage" field to the CONTROL files.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg] Add "Homepage" field to the CONTROL files.</pre>
</div>
</content>
</entry>
<entry>
<title>[lua] Upgrade to 5.3.5 and add support for Linux and macOS (#6515)</title>
<updated>2019-05-18T21:33:05+00:00</updated>
<author>
<name>TitanSnow</name>
<email>sweeto@live.cn</email>
</author>
<published>2019-05-18T21:33:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=a462daf2518a8f5ae23bfb3b1b41cd29043a64e2'/>
<id>a462daf2518a8f5ae23bfb3b1b41cd29043a64e2</id>
<content type='text'>
* upgrade lua to 5.3.5

* support POSIX systems

* bump version in CONTROL file

* -lm

* fix copyright check

* don't use c89 on windows

vs2015 already supports c99

* correct vcpkg_extract_source_archive_ex usage and platform detection

* fix FreeBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* upgrade lua to 5.3.5

* support POSIX systems

* bump version in CONTROL file

* -lm

* fix copyright check

* don't use c89 on windows

vs2015 already supports c99

* correct vcpkg_extract_source_archive_ex usage and platform detection

* fix FreeBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>[lua] Move tools to /tools/lua</title>
<updated>2017-10-17T22:08:30+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2017-10-17T22:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=1211c777663c4716caa0e3a58f3ea84dab1ab714'/>
<id>1211c777663c4716caa0e3a58f3ea84dab1ab714</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[lua] fix static build</title>
<updated>2017-10-17T17:29:34+00:00</updated>
<author>
<name>alex85k</name>
<email>alex85k@github.com</email>
</author>
<published>2017-10-17T17:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=6fb6abba22faf36bca31fcfdb05d84c08cfc9a58'/>
<id>6fb6abba22faf36bca31fcfdb05d84c08cfc9a58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dynamically link lua.dll to lua.exe</title>
<updated>2017-09-28T01:24:38+00:00</updated>
<author>
<name>Stephen E. Baker</name>
<email>baker.stephen.e@gmail.com</email>
</author>
<published>2017-09-28T01:24:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=493d94e2964b3c52d285d90c066d26157441b2dc'/>
<id>493d94e2964b3c52d285d90c066d26157441b2dc</id>
<content type='text'>
For lua.exe to load C modules which are linked against lua, it must itself be
linked against lua, otherwise loading the module fails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For lua.exe to load C modules which are linked against lua, it must itself be
linked against lua, otherwise loading the module fails.
</pre>
</div>
</content>
</entry>
<entry>
<title>vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)</title>
<updated>2017-09-09T07:12:54+00:00</updated>
<author>
<name>Alexander Karatarakis</name>
<email>alkarata@microsoft.com</email>
</author>
<published>2017-09-09T07:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=26516fe485b0e9048dd4809256a7e4526957c6e9'/>
<id>26516fe485b0e9048dd4809256a7e4526957c6e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[lua] Expanded comment on COMPILE_AS_CPP</title>
<updated>2017-03-02T15:16:46+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2017-03-02T15:16:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=3e0dc1e81e0fa0960abca18bba6c560df4317adb'/>
<id>3e0dc1e81e0fa0960abca18bba6c560df4317adb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[lua] add comment about new option</title>
<updated>2017-03-02T15:02:45+00:00</updated>
<author>
<name>codicodi</name>
<email>rob.ceglinski@gmail.com</email>
</author>
<published>2017-03-02T15:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=b9b27e72d31106ec6b159590a77014d02a655f93'/>
<id>b9b27e72d31106ec6b159590a77014d02a655f93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
