| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move InterCopyContext implementation in a separate file | Benoit Germain | 2024-05-13 | 1 | -0/+1 |
* | Some more code refactorization | Benoit Germain | 2024-05-13 | 1 | -48/+59 |
* | Some code factorization | Benoit Germain | 2024-05-03 | 1 | -1/+1 |
* | Progressively applying the coding rules | Benoit Germain | 2024-05-02 | 1 | -17/+17 |
* | Progressively applying the coding rules | Benoit Germain | 2024-04-30 | 1 | -180/+147 |
* | Progressively applying the coding rules | Benoit Germain | 2024-04-29 | 1 | -8/+8 |
* | Function parameters L → L_ | Benoit Germain | 2024-04-29 | 1 | -51/+51 |
* | C++ migration: wrap all Lua error raising API functions in a [[noreturn]] rai... | Benoit Germain | 2024-04-26 | 1 | -4/+4 |
* | Formalize a few coding style rules, start to enforce them for constants | Benoit Germain | 2024-04-26 | 1 | -6/+6 |