<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes/src, 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>2023-08-16T07:59:15+00:00</updated>
<entry>
<title>Minor tweaks</title>
<updated>2023-08-16T07:59:15+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>benoit.germain@ubisoft.com</email>
</author>
<published>2023-08-16T07:59:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=f7245f66295752306ee58c1a9be0ed01b653e347'/>
<id>urn:sha1:f7245f66295752306ee58c1a9be0ed01b653e347</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new .internal_allocator configuration IUNTESTED)</title>
<updated>2023-08-09T10:15:54+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2023-08-09T10:15:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=ad7258f68ce525845508fc0c4a329c282982ffa0'/>
<id>urn:sha1:ad7258f68ce525845508fc0c4a329c282982ffa0</id>
<content type='text'>
new configuration option .internal_allocator to help LuaJIT users. THIS IS YET UNTESTED, USE AT YOUR OWN RISKS.
</content>
</entry>
<entry>
<title>tweaks to linux thread priority management</title>
<updated>2023-07-28T12:48:16+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>benoit.germain@ubisoft.com</email>
</author>
<published>2023-07-28T12:48:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=d73f4cee37b0a43edadf9709289798ee4bfccc0e'/>
<id>urn:sha1:d73f4cee37b0a43edadf9709289798ee4bfccc0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moonjit support</title>
<updated>2022-03-09T13:11:21+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2022-03-09T13:11:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=49ef9d50d475921aab0c50b13b857f8cb990fcc0'/>
<id>urn:sha1:49ef9d50d475921aab0c50b13b857f8cb990fcc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug in __lanesclone with 3 parameters mechanism fixed (index was wrong in inter_copy_function); Some comments improved</title>
<updated>2022-03-01T13:52:05+00:00</updated>
<author>
<name>valid-ptr</name>
<email>konstantin.matveyev@eligovision.ru</email>
</author>
<published>2022-03-01T13:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=96b6ad6b2a1a513c4e763f868538c85f72080fdd'/>
<id>urn:sha1:96b6ad6b2a1a513c4e763f868538c85f72080fdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make allocator threadsafe by default when running LuaJIT, because LuaJIT allocator is not</title>
<updated>2022-02-21T10:30:51+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2022-02-21T10:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=baf5414b853524bb20df2b92e4b4e13bb1e425cd'/>
<id>urn:sha1:baf5414b853524bb20df2b92e4b4e13bb1e425cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use malloc/free for keeper control structure when compiling for LuaJIT</title>
<updated>2022-02-21T09:43:55+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2022-02-21T09:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=a147fa3aaf2a60252bd9cfd609ee7b65725d0ce8'/>
<id>urn:sha1:a147fa3aaf2a60252bd9cfd609ee7b65725d0ce8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NEVER use allocator obtained from lua_getallocf to allocate stuff manually when compiling for LuaJIT</title>
<updated>2022-02-17T15:30:36+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2022-02-17T15:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=c2f88350772c01631ea3b7d60e56cea335c458b7'/>
<id>urn:sha1:c2f88350772c01631ea3b7d60e56cea335c458b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>__lanesclone is now called only once with 3 parameters dest, source, size -&gt; BREAKS CUSTOM DEEP USERDATA API</title>
<updated>2022-02-08T09:39:48+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2022-02-08T09:39:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=2c0000d5169cacf950d06637ada1a371cf382896'/>
<id>urn:sha1:2c0000d5169cacf950d06637ada1a371cf382896</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Version bump</title>
<updated>2022-02-07T15:35:17+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2022-02-07T15:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=54152c35e76acd1f21b477caf0a4403128032039'/>
<id>urn:sha1:54152c35e76acd1f21b477caf0a4403128032039</id>
<content type='text'>
</content>
</entry>
</feed>
