<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/jsoncpp/json/UPDATING, branch 0.4.17.1</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.17.1</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.17.1'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2017-04-02T08:51:50+00:00</updated>
<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>
</feed>
