<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/CMakeLists.txt, branch 0.2.20110922_3</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.2.20110922_3</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.2.20110922_3'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2011-10-15T23:24:11+00:00</updated>
<entry>
<title>Fix stable to build with MSVC2010, update version</title>
<updated>2011-10-15T23:24:11+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2011-10-15T23:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f446fbf0175fc3ebae18487bcea7c033d09d953b'/>
<id>urn:sha1:f446fbf0175fc3ebae18487bcea7c033d09d953b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move PLATFORM_LIBS around to make sqlite3 link with libdl on some distros</title>
<updated>2011-09-26T18:57:17+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2011-09-23T05:48:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7504a748d0217e2f202478cdefb53ab4a8c37bc0'/>
<id>urn:sha1:7504a748d0217e2f202478cdefb53ab4a8c37bc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SQLite needs to be linked with -ldl on some Linux distros.</title>
<updated>2011-09-16T16:06:45+00:00</updated>
<author>
<name>Kahrl</name>
<email>kahrl@gmx.net</email>
</author>
<published>2011-09-14T23:11:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=40707e3c5bc730ebc5780b1c545c5daeb3353a42'/>
<id>urn:sha1:40707e3c5bc730ebc5780b1c545c5daeb3353a42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added ipban support</title>
<updated>2011-08-12T01:37:18+00:00</updated>
<author>
<name>Constantin Wenger</name>
<email>constantin.wenger@googlemail.com</email>
</author>
<published>2011-08-11T23:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5784c14ab798847248e4682ef28434767a549fc6'/>
<id>urn:sha1:5784c14ab798847248e4682ef28434767a549fc6</id>
<content type='text'>
commands:
/#ipban &lt;nick&gt;
/#ipunban &lt;ip&gt;</content>
</entry>
<entry>
<title>Merged some FreeBSD fixes</title>
<updated>2011-08-11T09:32:36+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2011-08-11T09:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=69fca4f3cb59b3c3c5788830807d241fc8a0fc9a'/>
<id>urn:sha1:69fca4f3cb59b3c3c5788830807d241fc8a0fc9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Proper placement of binary files.</title>
<updated>2011-08-11T09:19:33+00:00</updated>
<author>
<name>q66</name>
<email>quaker66@gmail.com</email>
</author>
<published>2011-08-11T09:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f6ed45fc20876fb01027446a1c3960658c030870'/>
<id>urn:sha1:f6ed45fc20876fb01027446a1c3960658c030870</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clang doesn't like -Wno-unused-but-set-variable</title>
<updated>2011-08-11T08:08:58+00:00</updated>
<author>
<name>Giuseppe Bilotta</name>
<email>giuseppe.bilotta@gmail.com</email>
</author>
<published>2011-08-11T08:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=805564dcf2cf2f55fb4860f8224ae82edee75395'/>
<id>urn:sha1:805564dcf2cf2f55fb4860f8224ae82edee75395</id>
<content type='text'>
The release versions of CMake don't yet properly support flag checking
in Clang, so we need to exclude it explicitly for the time being.
</content>
</entry>
<entry>
<title>Project uses C++, so use CHECK_CXX_COMPILER_FLAG</title>
<updated>2011-08-11T08:06:48+00:00</updated>
<author>
<name>Giuseppe Bilotta</name>
<email>giuseppe.bilotta@gmail.com</email>
</author>
<published>2011-08-11T08:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=76fb792544a794d22c439b6f2731f4be5911438e'/>
<id>urn:sha1:76fb792544a794d22c439b6f2731f4be5911438e</id>
<content type='text'>
Although this doesn't change much for our specific case, it can make a
difference for some flags, so use the appropriate macro.
</content>
</entry>
<entry>
<title>Check whether -Wno-unused-but-set-variable is supported before using</title>
<updated>2011-08-01T18:17:32+00:00</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@amdmi3.ru</email>
</author>
<published>2011-08-01T18:17:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=318a730c459a8524d7030d261946c35815dd4b29'/>
<id>urn:sha1:318a730c459a8524d7030d261946c35815dd4b29</id>
<content type='text'>
it. It seems to only be available on recent (&gt;=4.6) versions of gcc.
</content>
</entry>
<entry>
<title>merged delta and c55</title>
<updated>2011-08-05T08:22:13+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2011-08-05T08:22:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=64a6da3e45838a6f764777728736dfa0f6678778'/>
<id>urn:sha1:64a6da3e45838a6f764777728736dfa0f6678778</id>
<content type='text'>
</content>
</entry>
</feed>
