<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes/src, branch v3.11</title>
<subtitle>A mirror of https://github.com/LuaLanes/lanes.git
</subtitle>
<id>https://git.lua4.win/lanes/atom?h=v3.11</id>
<link rel='self' href='https://git.lua4.win/lanes/atom?h=v3.11'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/'/>
<updated>2017-06-05T09:29:36+00:00</updated>
<entry>
<title>Merge pull request #126 from aidanholm/master</title>
<updated>2017-06-05T09:29:36+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2017-06-05T09:29:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=0371c1f79d0fae90f77eee4c911e54245bd3468c'/>
<id>urn:sha1:0371c1f79d0fae90f77eee4c911e54245bd3468c</id>
<content type='text'>
Fix build with USE_DEBUG_SPEW</content>
</entry>
<entry>
<title>Table transfer improvements</title>
<updated>2017-06-05T09:25:31+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2017-06-05T09:25:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=c2ca1fce531e29f8209660b18ef0a493722813f1'/>
<id>urn:sha1:c2ca1fce531e29f8209660b18ef0a493722813f1</id>
<content type='text'>
* new API function lanes.register( "name", module) to manually register
a module table after it was required
* Transfering registered module tables will link the equivalent in the
destination state instead of cloning it
* bumped version to 3.11
</content>
</entry>
<entry>
<title>prepare the way for module table lookup</title>
<updated>2017-05-16T08:07:31+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2017-05-16T08:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=0ede50e2da00f2915ceb50184425c42bda83adfd'/>
<id>urn:sha1:0ede50e2da00f2915ceb50184425c42bda83adfd</id>
<content type='text'>
Add tables when populating lookup databases.
The idea is, when transfering a known table, to perform a lookup in the
destination for the equivalent table instead of cloning the original
(not implemented yet).
</content>
</entry>
<entry>
<title>Some code formatting and other non-changes</title>
<updated>2017-05-12T08:24:32+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2017-05-12T08:24:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=e75210b564d06ed7b3a377ad5463d9bc48ad9835'/>
<id>urn:sha1:e75210b564d06ed7b3a377ad5463d9bc48ad9835</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suppress a #pragma message</title>
<updated>2017-05-10T15:13:04+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2017-05-10T15:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=f52a6dabba0f6739979fe6312a2c28d02e594a9f'/>
<id>urn:sha1:f52a6dabba0f6739979fe6312a2c28d02e594a9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve LuaJIT support</title>
<updated>2017-05-10T15:10:29+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2017-05-10T15:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=e5f454b3cee91f79f4f107b68a4708addc0a914a'/>
<id>urn:sha1:e5f454b3cee91f79f4f107b68a4708addc0a914a</id>
<content type='text'>
* better LuaJIT-specific headers detection
* add LuaJIT-specific libraries when known
* properly raise an error when attempting to transfer a LUAT_CDATA value
* some compilationg warning fixes
</content>
</entry>
<entry>
<title>Fix build with USE_DEBUG_SPEW</title>
<updated>2016-12-13T06:41:45+00:00</updated>
<author>
<name>Aidan Holm</name>
<email>aidanholm@gmail.com</email>
</author>
<published>2016-12-13T06:41:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=a836a945657f4597c878925d59133fb90412593d'/>
<id>urn:sha1:a836a945657f4597c878925d59133fb90412593d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version, update doc</title>
<updated>2016-11-21T14:27:44+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2016-11-21T14:27:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=0a064da8d02d0863463583e4f693462ef7725c2f'/>
<id>urn:sha1:0a064da8d02d0863463583e4f693462ef7725c2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #124 from trukanduk/master</title>
<updated>2016-11-21T14:02:50+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2016-11-21T14:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=8d2e855c7d043a7cbf4bed111e1402c327e62eda'/>
<id>urn:sha1:8d2e855c7d043a7cbf4bed111e1402c327e62eda</id>
<content type='text'>
Added __lanesignore field for metatables</content>
</entry>
<entry>
<title>Merge pull request #125 from mpeterv/fix-implicit-n2s-conversion</title>
<updated>2016-11-21T13:59:07+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2016-11-21T13:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=24256bd35a9d228f4ecd2a9edfd88ce63932e359'/>
<id>urn:sha1:24256bd35a9d228f4ecd2a9edfd88ce63932e359</id>
<content type='text'>
Fix an implicit number-to-string conversion in keeper.c</content>
</entry>
</feed>
