<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/cmake, branch 5.0.1</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.0.1</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.0.1'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2019-02-03T08:53:54+00:00</updated>
<entry>
<title>DragonFly BSD is somewhat identical to FreeBSD (#8159)</title>
<updated>2019-02-03T08:53:54+00:00</updated>
<author>
<name>Leonid Bobrov</name>
<email>mazocomp@disroot.org</email>
</author>
<published>2019-02-03T08:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=339341ba4e270cc86e82db008e6325f03d1046f7'/>
<id>urn:sha1:339341ba4e270cc86e82db008e6325f03d1046f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix libgmp detection (#7488)</title>
<updated>2018-06-26T08:00:33+00:00</updated>
<author>
<name>Leonid Bobrov</name>
<email>mazocomp@disroot.org</email>
</author>
<published>2018-06-26T08:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ae8ae6c9062cde3f8bc388f4ab23c6ff65b5af40'/>
<id>urn:sha1:ae8ae6c9062cde3f8bc388f4ab23c6ff65b5af40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix luajit include not being found</title>
<updated>2018-05-08T18:06:55+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2018-05-08T18:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=50c33d9638c31e70e6111687b19d58ee990e744b'/>
<id>urn:sha1:50c33d9638c31e70e6111687b19d58ee990e744b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial Haiku support (#6568)</title>
<updated>2017-10-30T07:17:43+00:00</updated>
<author>
<name>miqlas</name>
<email>miqlas@users.noreply.github.com</email>
</author>
<published>2017-10-30T07:17:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a95e0d18762c8182a3c2ba074b5961d5c00a90a4'/>
<id>urn:sha1:a95e0d18762c8182a3c2ba074b5961d5c00a90a4</id>
<content type='text'>
* Iitial Haiku support
</content>
</entry>
<entry>
<title>Fix cmake library default build problem since moving to lib/</title>
<updated>2017-04-07T21:56:02+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2017-04-07T21:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ff4fef570e8df6ce44ceb1d9071f860474eb1f95'/>
<id>urn:sha1:ff4fef570e8df6ce44ceb1d9071f860474eb1f95</id>
<content type='text'>
Also make Lua library check a cmake module
</content>
</entry>
<entry>
<title>Update embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ instead of src/ (#5473)</title>
<updated>2017-04-02T08:51:50+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-04-02T08:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=86b1542181a92841d174e1caec94d084a34e5158'/>
<id>urn:sha1:86b1542181a92841d174e1caec94d084a34e5158</id>
<content type='text'>
* Update embedded jsoncpp from unk version to 0.10.6

0.10.6 is last release without c++11

* Make jsoncpp more compliant with its amalgamate

Jsoncpp cpp file should be upper, make the library like it does in amalgamate

* Reorganization: move minetest embedded libs outside of source tree to /lib

* Fix a dead grep in LINT
</content>
</entry>
<entry>
<title>Fixes for compiling with a newer (system) jsoncpp (#4429)</title>
<updated>2016-08-10T10:10:00+00:00</updated>
<author>
<name>Rogier-5</name>
<email>Rogier-5@users.noreply.github.com</email>
</author>
<published>2016-08-10T10:10:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=4503b5097f99d2806763650f33d8ef3b49f77ce4'/>
<id>urn:sha1:4503b5097f99d2806763650f33d8ef3b49f77ce4</id>
<content type='text'>
* Move included json code to jsoncpp subdirectory

This is needed to avoid having to specify the minetest src directory
as a system include when fixing the json includes.

* Fix json includes

They used "", so that the compiler searches the project's directory
first. The result was that when compiling with a system jsoncpp,
the project's own version of json.h was still included, instead of
the system version.

The includes now use &lt;&gt;, so a system location, or one specified with
'-Ilocation' is searched only.

* Fix for jsoncpp deprecated function warning

When compiling with a newer version of jsoncpp (and
ENABLE_SYSTEM_JSONCPP=true), jsoncpp emits a warning
about a deprecated function that minetest uses.
</content>
</entry>
<entry>
<title>Really fix ncurses lookup on Arch Linux</title>
<updated>2016-05-16T10:43:50+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2016-05-16T10:42:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=decbd396df0855f0a356c836cf7c0c5b133964cf'/>
<id>urn:sha1:decbd396df0855f0a356c836cf7c0c5b133964cf</id>
<content type='text'>
Commit 27ee8d8943080a5dd735c9faa47c726604bafdff forgot to add the paths
without ncursesw/ to the find_path() call
</content>
</entry>
<entry>
<title>Fix ncurses lookup on Arch Linux</title>
<updated>2016-04-08T06:11:45+00:00</updated>
<author>
<name>David Knapp</name>
<email>psychicsurgeon@gmail.com</email>
</author>
<published>2016-04-06T06:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=27ee8d8943080a5dd735c9faa47c726604bafdff'/>
<id>urn:sha1:27ee8d8943080a5dd735c9faa47c726604bafdff</id>
<content type='text'>
Arch Linux doesn't put it's ncursesw includes inside an ncursesw
directory.  This script ends up setting USE_CURSES as true, but
doesn't pick up any of the headers.

https://bugs.archlinux.org/task/13994
</content>
</entry>
<entry>
<title>Improve LuaJIT detection</title>
<updated>2015-12-05T22:31:09+00:00</updated>
<author>
<name>Ferdinand Thiessen</name>
<email>rpm@fthiessen.de</email>
</author>
<published>2015-12-03T20:18:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=70ece71ee4e8f8bff5cbc572710c0fa6fc3b355f'/>
<id>urn:sha1:70ece71ee4e8f8bff5cbc572710c0fa6fc3b355f</id>
<content type='text'>
On openSUSE luajit is not detected correctly.
This is because openSUSE is using a lua version suffix, like other Linux distributions do it also.
So the include directory is:
include/luajit-5_1-2.0
</content>
</entry>
</feed>
