<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes, 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:53:37+00:00</updated>
<entry>
<title>Delete lanes-3.8.3-1.rockspec</title>
<updated>2017-06-05T09:53:37+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2017-06-05T09:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=0454f240bd443c75cf2a63544a6552a56ed132ff'/>
<id>urn:sha1:0454f240bd443c75cf2a63544a6552a56ed132ff</id>
<content type='text'>
</content>
</entry>
<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>Merge pull request #127 from first-leon/patch-1</title>
<updated>2017-06-05T09:29:00+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2017-06-05T09:29:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=972ed7d61c0d00b4a8d3c6b9f67143a4c26a77ec'/>
<id>urn:sha1:972ed7d61c0d00b4a8d3c6b9f67143a4c26a77ec</id>
<content type='text'>
OpenWRT support</content>
</entry>
<entry>
<title>rockspec for 3.11</title>
<updated>2017-06-05T09:26:07+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2017-06-05T09:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=a8219ef46c36f80e76ab0c38b29bb0eaba489931'/>
<id>urn:sha1:a8219ef46c36f80e76ab0c38b29bb0eaba489931</id>
<content type='text'>
</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>Add test for table caching in basic.lua</title>
<updated>2017-05-16T08:01:05+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt period germain arrobase gmail period com</email>
</author>
<published>2017-05-16T08:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=568d085cc9dee5f569f8c750f419d913ac470ff7'/>
<id>urn:sha1:568d085cc9dee5f569f8c750f419d913ac470ff7</id>
<content type='text'>
When transfering a table through multiple references, the transfer
result should preserve reference equality.
</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>
</feed>
