| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor internal code tweaks | Benoit Germain | 2025-02-05 | 1 | -1/+1 |
* | AllocatorDefinition implementation improvements | Benoit Germain | 2024-11-20 | 1 | -1/+1 |
* | Simplified lane base library string parsing | Benoit Germain | 2024-11-19 | 1 | -13/+7 |
* | Renamed intercopycontext.h → intercopycontext.hpp, state.h → state.hpp | Benoit Germain | 2024-10-28 | 1 | -2/+2 |
* | Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → threading... | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
* | Renamed universe.h → universe.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 |
* | Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hpp | Benoit Germain | 2024-10-28 | 1 | -2/+2 |
* | Modernized some more trifles | Benoit Germain | 2024-10-24 | 1 | -1/+1 |
* | Fix/suppress MSVC /Wall warnings | Benoit Germain | 2024-10-16 | 1 | -2/+2 |
* | Sprinkling StackIndex all over the place | Benoit Germain | 2024-10-08 | 1 | -3/+3 |
* | Modernized lanes.gen() base library list processing code | Benoit Germain | 2024-09-24 | 1 | -14/+22 |
* | Fix (harmless) bad internal usage of luaopen_lanes_core | Benoit Germain | 2024-06-26 | 1 | -13/+4 |
* | Make lanes.gen stricter on base libraries | Benoit Germain | 2024-06-26 | 1 | -8/+28 |
* | Tweak luaG_getfuncsubtype | Benoit Germain | 2024-06-19 | 1 | -2/+0 |
* | Improved on_state_create implementation | Benoit Germain | 2024-06-19 | 1 | -69/+2 |
* | Give a chance to config.allocator to provide a specific allocator for interna... | Benoit Germain | 2024-06-18 | 1 | -17/+2 |
* | Moved AllocatorDefinition in a lanes namespace | Benoit Germain | 2024-06-18 | 1 | -2/+2 |
* | When it is a function, config.allocator is called with a string hint | Benoit Germain | 2024-06-18 | 1 | -6/+9 |
* | Foolproofed config.allocator when it is a function | Benoit Germain | 2024-06-17 | 1 | -0/+3 |
* | Boyscouting | Benoit Germain | 2024-06-14 | 1 | -7/+7 |
* | Handle std::ignore cases that should not be ignored | Benoit Germain | 2024-06-14 | 1 | -2/+5 |
* | lua_pushliteral -> luaG_pushstring | Benoit Germain | 2024-06-14 | 1 | -3/+3 |
* | More char* -> std::string_view conversions | Benoit Germain | 2024-06-14 | 1 | -4/+4 |
* | More application of the coding rules | Benoit Germain | 2024-06-11 | 1 | -1/+1 |
* | luaG_typename returns a std::string_view | Benoit Germain | 2024-06-10 | 1 | -1/+1 |
* | Improvements in compat.h | Benoit Germain | 2024-06-07 | 1 | -1/+1 |
* | Boyscouting some luaG_ functions | Benoit Germain | 2024-06-07 | 1 | -5/+5 |
* | Use a precompiled header to speed up the build | Benoit Germain | 2024-06-07 | 1 | -2/+1 |
* | Modernize compat | Benoit Germain | 2024-06-05 | 1 | -5/+5 |
* | Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c... | Benoit Germain | 2024-05-29 | 1 | -2/+2 |
* | Organized namespace 'state' | Benoit Germain | 2024-05-29 | 1 | -256/+273 |
* | Fix bad std::optional usage | Benoit Germain | 2024-05-29 | 1 | -7/+10 |
* | Moved implementation of lanes.nameof in a separate file | Benoit Germain | 2024-05-29 | 1 | -2/+2 |
* | Modernize serialize_require | Benoit Germain | 2024-05-29 | 1 | -67/+1 |
* | New Lanes finalizer API lanes.finally() | Benoit Germain | 2024-05-28 | 1 | -1/+1 |
* | More string_view | Benoit Germain | 2024-05-27 | 1 | -7/+8 |
* | namespace tweaks | Benoit Germain | 2024-05-27 | 1 | -23/+23 |
* | More string_view + improved DEBUGSPEW output | Benoit Germain | 2024-05-27 | 1 | -17/+28 |
* | Process upvalues equal to _G in Lua51 as in other flavors | Benoit Germain | 2024-05-24 | 1 | -31/+35 |
* | DEBUGSPEW_PARAM_COMMA(Universe* U_) | Benoit Germain | 2024-05-23 | 1 | -8/+8 |
* | Automatically initialize "jit" module in new lanes | Benoit Germain | 2024-05-23 | 1 | -1/+5 |
* | on_state_create receives a string argument, "lane" or "keeper" | Benoit Germain | 2024-05-23 | 1 | -25/+31 |
* | DEBUGSPEW fprintf(stderr) → std::cerr | Benoit Germain | 2024-05-22 | 1 | -32/+24 |
* | lua503_getfield → strong typed luaG_getfield | Benoit Germain | 2024-05-22 | 1 | -3/+2 |
* | Fixed forgotten int → LuaError | Benoit Germain | 2024-05-20 | 1 | -2/+2 |
* | Shuffling code around | Benoit Germain | 2024-05-14 | 1 | -5/+5 |
* | Progressively applying the coding rules | Benoit Germain | 2024-05-14 | 1 | -2/+2 |
* | Move Lane implementation in a separate file | Benoit Germain | 2024-05-14 | 1 | -1/+1 |
* | Progressively applying the coding rules | Benoit Germain | 2024-05-13 | 1 | -68/+65 |