<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes/src/Makefile, branch v3.13.0</title>
<subtitle>A mirror of https://github.com/LuaLanes/lanes.git
</subtitle>
<id>https://git.lua4.win/lanes/atom?h=v3.13.0</id>
<link rel='self' href='https://git.lua4.win/lanes/atom?h=v3.13.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/'/>
<updated>2018-11-19T11:09:33+00:00</updated>
<entry>
<title>Fix build errors</title>
<updated>2018-11-19T11:09:33+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2018-11-19T11:09:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=b7466ec36218ff7cba3ecb0ea0cd3f9d53bafd1f'/>
<id>urn:sha1:b7466ec36218ff7cba3ecb0ea0cd3f9d53bafd1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for deep-aware modules</title>
<updated>2017-08-01T07:40:44+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>b n t DOT g e r m a i n AT g m a i l DOT c o m</email>
</author>
<published>2017-08-01T07:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=e0dbd33c2d4776d6b2213dd82f344166eafde438'/>
<id>urn:sha1:e0dbd33c2d4776d6b2213dd82f344166eafde438</id>
<content type='text'>
Don't crash when using a module that creates Lanes-compatible deep
userdata.
Added a sample deep-aware module.
</content>
</entry>
<entry>
<title>Deep userdata changes</title>
<updated>2014-06-17T14:34:31+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2014-06-17T14:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=77630de350fc89038378c798cd482ed751280fc2'/>
<id>urn:sha1:77630de350fc89038378c798cd482ed751280fc2</id>
<content type='text'>
* bumped version to 3.9.6
* separate deep userdata code in a dedicated file to allow external
modules to implement Lanes-compatible deep userdata without requiring a
binary dependency against the Lanes module. because of this linda_id
function(eDO_metatable) must push 2 values on the stack: a metatable and
a deep version string obtained from luaG_pushdeepversion()
</content>
</entry>
<entry>
<title>Merge pull request #101 from Stepets/master</title>
<updated>2014-04-26T12:53:15+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2014-04-26T12:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=555e3c26c733ce653aafec25ea77b25b6b1bed07'/>
<id>urn:sha1:555e3c26c733ce653aafec25ea77b25b6b1bed07</id>
<content type='text'>
LuaJIT auto detect part 2</content>
</entry>
<entry>
<title>LuaJIT auto detect part 2</title>
<updated>2014-04-26T10:26:31+00:00</updated>
<author>
<name>Stepets</name>
<email>stepa.alimov.93@gmail.com</email>
</author>
<published>2014-04-26T10:26:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=8da7b226def76b14b18cb29c4a9d41316ae6cfcd'/>
<id>urn:sha1:8da7b226def76b14b18cb29c4a9d41316ae6cfcd</id>
<content type='text'>
now one may just type "make" without specifing flags and libs and get luajit compatible lanes build
!!pkg-config required!!</content>
</entry>
<entry>
<title>Fix build issues with compat.c/h</title>
<updated>2014-04-23T09:35:32+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2014-04-23T09:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=b80ff4be9bdbaa6c0c61621aa5aed30715b9109e'/>
<id>urn:sha1:b80ff4be9bdbaa6c0c61621aa5aed30715b9109e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Building Lanes doesn't need lua.exe</title>
<updated>2013-04-08T15:26:45+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2013-04-08T15:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=c2beed7e137d1f79db6b41472a7f81ab97966b06'/>
<id>urn:sha1:c2beed7e137d1f79db6b41472a7f81ab97966b06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* removed the search for MSVCR80.DLL when building for MinGW32 since it no longer seems to be necessary</title>
<updated>2012-08-14T20:00:47+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-08-14T20:00:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=7767a0133c5c8945a887b06061aae332446f37bb'/>
<id>urn:sha1:7767a0133c5c8945a887b06061aae332446f37bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>one more step toward 5.2 compatibility</title>
<updated>2012-07-10T19:43:32+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2012-07-10T19:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=0373f863a9dbabbbe3e9aa74bea3e4b778f3a0cd'/>
<id>urn:sha1:0373f863a9dbabbbe3e9aa74bea3e4b778f3a0cd</id>
<content type='text'>
   * lua51-lanes renamed lanes.core
   * keeper state microcode is no longer embedded inside lanes.core, but located and loaded with package.loaders[2]
   * changed rockspec build type from "make" to "builtin"
</content>
</entry>
<entry>
<title>fix link on Ubuntu 11.10</title>
<updated>2011-11-09T16:22:08+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2011-11-09T16:22:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=39995dd7d0aa465f08ac0d36c74f01f49b6711c3'/>
<id>urn:sha1:39995dd7d0aa465f08ac0d36c74f01f49b6711c3</id>
<content type='text'>
</content>
</entry>
</feed>
