Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix unit tests failing for Lua 5.3 | Benoit Germain | 2025-03-10 | 1 | -4/+3 |
| | | | | | * Fix compatibility function lua_getiuservalue() for Lua 5.3 * Fix handling of nil function upvalues in lanes.nameof() | ||||
* | Buildfix against Lua 5.1 (no lua_Unsigned) | Benoit Germain | 2025-03-07 | 1 | -3/+3 |
| | | | | Unit tests for lanes.nameof() fail with Lua 5.3 only (to be investigated later) | ||||
* | Revamped lanes.nameof | Benoit Germain | 2025-03-07 | 1 | -110/+200 |
| | |||||
* | lanes.nameof internal code refacto + a few unit tests | Benoit Germain | 2025-03-05 | 1 | -52/+57 |
| | |||||
* | Minor internal code tweaks | Benoit Germain | 2025-02-05 | 1 | -3/+3 |
| | | | | | | | * mark all eligible classes Final * new TableIndex strong type * buildfixes for HAVE_DEBUGSPEW() * overridden virtual destructors tagged as such | ||||
* | More [[nodiscard]] boyscouting | Benoit Germain | 2024-11-20 | 1 | -1/+2 |
| | |||||
* | Renamed tracker.h → tracker.hpp, nameof.h → nameof.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
| | |||||
* | Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → ↵ | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
| | | | | keeper.hpp, tools.h → tools.hpp | ||||
* | Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
| | |||||
* | Strengthen more code with UserValueIndex | Benoit Germain | 2024-10-24 | 1 | -1/+1 |
| | |||||
* | Sprinkling StackIndex all over the place | Benoit Germain | 2024-10-08 | 1 | -9/+9 |
| | |||||
* | Boyscouting | Benoit Germain | 2024-06-14 | 1 | -1/+0 |
| | |||||
* | lua_pushliteral -> luaG_pushstring | Benoit Germain | 2024-06-14 | 1 | -5/+5 |
| | |||||
* | Improvements in compat.h | Benoit Germain | 2024-06-07 | 1 | -1/+1 |
| | |||||
* | Boyscouting some luaG_ functions | Benoit Germain | 2024-06-07 | 1 | -1/+1 |
| | |||||
* | Use a precompiled header to speed up the build | Benoit Germain | 2024-06-07 | 1 | -0/+1 |
| | |||||
* | Modernize compat | Benoit Germain | 2024-06-05 | 1 | -7/+7 |
| | |||||
* | Moved implementation of lanes.nameof in a separate file | Benoit Germain | 2024-05-29 | 1 | -0/+208 |