<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes/src/Makefile, branch v3.16.1</title>
<subtitle>A mirror of https://github.com/LuaLanes/lanes.git
</subtitle>
<id>https://git.lua4.win/lanes/atom?h=v3.16.1</id>
<link rel='self' href='https://git.lua4.win/lanes/atom?h=v3.16.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/'/>
<updated>2021-06-24T15:47:20+00:00</updated>
<entry>
<title>correctly transfer the uservalue of a deep userdata</title>
<updated>2021-06-24T15:47:20+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2021-06-24T15:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=050e14dd7fa04e2262ae6b1cc984d76c4149b664'/>
<id>urn:sha1:050e14dd7fa04e2262ae6b1cc984d76c4149b664</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile detect MinGW 64 as well as MinGW 32</title>
<updated>2020-04-22T09:26:16+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2020-04-22T09:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=a24e54d7d506d4ac38516143b25593922a9959cf'/>
<id>urn:sha1:a24e54d7d506d4ac38516143b25593922a9959cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lane cancellation rework</title>
<updated>2019-04-26T10:20:06+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>2019-04-26T10:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=9c84074c89661cd1e776eff3d4aa5329a2ac9524'/>
<id>urn:sha1:9c84074c89661cd1e776eff3d4aa5329a2ac9524</id>
<content type='text'>
opt.cancelstep is gone, hook is installed by lane:cancel() if requested
lane:cancel() rework (see doc)
</content>
</entry>
<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>
</feed>
