<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/json, branch 5.3.0</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.3.0</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.3.0'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2016-08-10T10:10:00+00:00</updated>
<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>Build and link gmp correctly on MSVC</title>
<updated>2015-05-12T19:07:46+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2015-05-12T18:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ecc514f11b77690bc1d2d782c8f00a9b045b4f4f'/>
<id>urn:sha1:ecc514f11b77690bc1d2d782c8f00a9b045b4f4f</id>
<content type='text'>
Also optimize json's library
</content>
</entry>
<entry>
<title>Fix several MSVC issues numeric.h</title>
<updated>2015-05-01T05:34:51+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2015-04-29T17:28:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6626a3f72f66703a161abccab90cffcec31c3932'/>
<id>urn:sha1:6626a3f72f66703a161abccab90cffcec31c3932</id>
<content type='text'>
-&gt; Round negative numbers correctly CMakeLists.txt
-&gt; Link Json with the static run-time library
</content>
</entry>
<entry>
<title>Clean up and tweak build system</title>
<updated>2015-03-27T19:00:48+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2015-02-27T23:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=93fcab952b28f4db39d9326b83f14cbd86c0cf17'/>
<id>urn:sha1:93fcab952b28f4db39d9326b83f14cbd86c0cf17</id>
<content type='text'>
  * Combine client and server man pages.
  * Update unit test options and available databases in man page.
  * Add `--worldname` to man page.
  * Fix a bunch of places where `"Minetest"` was used directly instead of `PROJECT_NAME`.
  * Disable server build by default on all operating systems.
  * Make `ENABLE_FREETYPE` not fail if FreeType isn't found.
  * Enable LevelDB, Redis, and FreeType detection by default.
  * Remove the `VERSION_PATCH_ORIG` hack.
  * Add option to search for and use system JSONCPP.
  * Remove broken LuaJIT version detection.
  * Rename `DISABLE_LUAJIT` to `ENABLE_LUAJIT`.
  * Rename `minetest_*` variables in `version.{h,cpp}` to `g_*`.
  * Clean up style of CMake files.
</content>
</entry>
<entry>
<title>fix link if system json lib exists</title>
<updated>2013-03-06T04:54:07+00:00</updated>
<author>
<name>proller</name>
<email>proller@github.com</email>
</author>
<published>2013-03-05T20:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=dd8593f2d6c1db06035be2e55a518109b74fc3b2'/>
<id>urn:sha1:dd8593f2d6c1db06035be2e55a518109b74fc3b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix json include</title>
<updated>2013-02-21T22:41:59+00:00</updated>
<author>
<name>Ilya Zhuravlev</name>
<email>zhuravlevilya@ya.ru</email>
</author>
<published>2013-02-21T22:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c19fc00b044daba41fbdc3762851c6a1bae74b40'/>
<id>urn:sha1:c19fc00b044daba41fbdc3762851c6a1bae74b40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new auto masterserver</title>
<updated>2013-02-21T22:04:53+00:00</updated>
<author>
<name>proller</name>
<email>proller@github.com</email>
</author>
<published>2013-02-21T22:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ee07c3f7cf638e854518d2cfcb9c11a64412cc72'/>
<id>urn:sha1:ee07c3f7cf638e854518d2cfcb9c11a64412cc72</id>
<content type='text'>
</content>
</entry>
</feed>
