<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes/src/nameof.cpp, branch v4.0.0</title>
<subtitle>A mirror of https://github.com/LuaLanes/lanes.git
</subtitle>
<id>https://git.lua4.win/lanes/atom?h=v4.0.0</id>
<link rel='self' href='https://git.lua4.win/lanes/atom?h=v4.0.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/'/>
<updated>2025-07-04T11:50:53+00:00</updated>
<entry>
<title>Changed lua wrapper prefixes from luaG_ to luaW_ (w as in wrapper!)</title>
<updated>2025-07-04T11:50:53+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>benoit.germain@ubisoft.com</email>
</author>
<published>2025-07-04T11:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=042055968ab0c48faec607889814e38c50c09efa'/>
<id>urn:sha1:042055968ab0c48faec607889814e38c50c09efa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix unit tests failing for Lua 5.3</title>
<updated>2025-03-10T15:12:53+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>benoit.germain@ubisoft.com</email>
</author>
<published>2025-03-10T15:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=cd6169cf3ecaa41a0aec1cfddd98284fa831285c'/>
<id>urn:sha1:cd6169cf3ecaa41a0aec1cfddd98284fa831285c</id>
<content type='text'>
* Fix compatibility function lua_getiuservalue() for Lua 5.3
* Fix handling of nil function upvalues in lanes.nameof()
</content>
</entry>
<entry>
<title>Buildfix against Lua 5.1 (no lua_Unsigned)</title>
<updated>2025-03-07T17:14:19+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>benoit.germain@ubisoft.com</email>
</author>
<published>2025-03-07T17:14:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=6aca0e436306b176ab7e2e866927442280055b52'/>
<id>urn:sha1:6aca0e436306b176ab7e2e866927442280055b52</id>
<content type='text'>
Unit tests for lanes.nameof() fail with Lua 5.3 only (to be investigated later)
</content>
</entry>
<entry>
<title>Revamped lanes.nameof</title>
<updated>2025-03-07T16:44:59+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>benoit.germain@ubisoft.com</email>
</author>
<published>2025-03-07T16:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=aaef96a2faeb761b2a8b893158899f48c39cbf4b'/>
<id>urn:sha1:aaef96a2faeb761b2a8b893158899f48c39cbf4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lanes.nameof internal code refacto + a few unit tests</title>
<updated>2025-03-05T09:34:27+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>benoit.germain@ubisoft.com</email>
</author>
<published>2025-03-05T09:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=723476a90cccc611f9c80f812f0b96541fab326e'/>
<id>urn:sha1:723476a90cccc611f9c80f812f0b96541fab326e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor internal code tweaks</title>
<updated>2025-02-05T11:27:02+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>benoit.germain@ubisoft.com</email>
</author>
<published>2025-02-05T11:27:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=05e4cce366cccf92ad88f80695efa548fae187de'/>
<id>urn:sha1:05e4cce366cccf92ad88f80695efa548fae187de</id>
<content type='text'>
* mark all eligible classes Final
* new TableIndex strong type
* buildfixes for HAVE_DEBUGSPEW()
* overridden virtual destructors tagged as such
</content>
</entry>
<entry>
<title>More [[nodiscard]] boyscouting</title>
<updated>2024-11-20T17:03:33+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>benoit.germain@ubisoft.com</email>
</author>
<published>2024-11-20T17:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=0f6f3c207c46fa28059403e5f16af774d20c7ea2'/>
<id>urn:sha1:0f6f3c207c46fa28059403e5f16af774d20c7ea2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed tracker.h → tracker.hpp, nameof.h → nameof.hpp</title>
<updated>2024-10-28T17:01:24+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>benoit.germain@ubisoft.com</email>
</author>
<published>2024-10-28T17:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=8ac314c806a0ed0d78a000474a779743d6ae5943'/>
<id>urn:sha1:8ac314c806a0ed0d78a000474a779743d6ae5943</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → keeper.hpp, tools.h → tools.hpp</title>
<updated>2024-10-28T16:57:31+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>benoit.germain@ubisoft.com</email>
</author>
<published>2024-10-28T16:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=76da2875eb2af9f8191c2adf4f9663ac3a2cec89'/>
<id>urn:sha1:76da2875eb2af9f8191c2adf4f9663ac3a2cec89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hpp</title>
<updated>2024-10-28T16:24:30+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>benoit.germain@ubisoft.com</email>
</author>
<published>2024-10-28T16:24:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=c1859c3bab84dd1e712b946f4976702cfd9db5d2'/>
<id>urn:sha1:c1859c3bab84dd1e712b946f4976702cfd9db5d2</id>
<content type='text'>
</content>
</entry>
</feed>
