| Commit message (Expand) | Author | Files | Lines |
2024-06-11 | New lane:__close does a lane:join() | Benoit Germain | 3 | -9/+54 |
2024-06-11 | Fixes and improvements to lane:join() | Benoit Germain | 11 | -28/+61 |
2024-06-11 | Fix lanes.genlock() | Benoit Germain | 1 | -1/+5 |
2024-06-10 | Removed .demote_full_userdata | Benoit Germain | 7 | -65/+29 |
2024-06-10 | linda:send() returns nil,<something> in case of error | Benoit Germain | 5 | -31/+47 |
2024-06-10 | Replaced __lanesignore with __lanesconvert | Benoit Germain | 4 | -64/+121 |
2024-06-10 | luaG_typename returns a std::string_view | Benoit Germain | 6 | -15/+22 |
2024-06-10 | Fix track_lanes.lua | Benoit Germain | 1 | -9/+13 |
2024-06-10 | Unify the value returned by linda:deep() and the string conversion of an unna... | Benoit Germain | 3 | -5/+20 |
2024-06-10 | Suspend/resume GC around Linda operations | Benoit Germain | 3 | -87/+88 |
2024-06-07 | Improvements in compat.h | Benoit Germain | 5 | -52/+84 |
2024-06-07 | Factorize uservalue extraction in luaG_getalluservalues | Benoit Germain | 5 | -33/+47 |
2024-06-07 | Fix deep_test.cpp | Benoit Germain | 1 | -2/+2 |
2024-06-07 | Boyscouting some luaG_ functions | Benoit Germain | 17 | -124/+129 |
2024-06-07 | Use a precompiled header to speed up the build | Benoit Germain | 37 | -70/+45 |
2024-06-07 | Code boyscouting | Benoit Germain | 4 | -52/+53 |
2024-06-07 | Fix basic.lua | Benoit Germain | 1 | -1/+1 |
2024-06-07 | Debug code to help track linda gc during keeper operation | Benoit Germain | 5 | -19/+71 |
2024-06-07 | Reorganized debug stuff | Benoit Germain | 4 | -151/+179 |
2024-06-06 | lanes.linda("auto") | Benoit Germain | 4 | -5/+26 |
2024-06-06 | Converted a few more raw string pointers to std::string_view | Benoit Germain | 8 | -32/+39 |
2024-06-06 | Augment deep_test with deep:invoke() | Benoit Germain | 4 | -8/+46 |
2024-06-06 | Tweak linda_perf.lua | Benoit Germain | 1 | -8/+3 |
2024-06-06 | One more std::ranges::iota_view | Benoit Germain | 1 | -12/+16 |
2024-06-06 | Fix deep_test for all flavors of Lua | Benoit Germain | 5 | -81/+152 |
2024-06-06 | Fix transfer of nil uservalues triggering a Lua API check because of conversi... | Benoit Germain | 2 | -19/+24 |
2024-06-06 | Fix Lua stack overflow in KeyUD:peek() | Benoit Germain | 2 | -75/+90 |
2024-06-05 | Modernize compat | Benoit Germain | 13 | -157/+206 |
2024-06-04 | lua_absindex → luaG_absindex for inlining | Benoit Germain | 5 | -15/+11 |
2024-06-04 | Refactored keeper implementation of linda:send() | Benoit Germain | 2 | -44/+58 |
2024-06-04 | Refactored keeper implementation of linda:receive() | Benoit Germain | 6 | -53/+61 |
2024-06-04 | Refactored keeper implementation of linda:limit() | Benoit Germain | 1 | -23/+31 |
2024-06-04 | Moved keeper functions around | Benoit Germain | 3 | -154/+155 |
2024-06-04 | Refactored keeper implementation of linda:get() | Benoit Germain | 3 | -24/+74 |
2024-06-04 | Keeper code internal improvements | Benoit Germain | 1 | -25/+25 |
2024-06-04 | Keeper code internal improvements | Benoit Germain | 1 | -33/+42 |
2024-06-04 | Fix linda.batched mode broken by previous change | Benoit Germain | 1 | -1/+1 |
2024-06-04 | Remove some useless compatibility stuff | Benoit Germain | 3 | -47/+5 |
2024-06-04 | Fix incorrect Makefile indents | Benoit Pierre | 1 | -12/+12 |
2024-06-03 | New global setting "strip_functions" | Benoit Germain | 6 | -35/+58 |
2024-06-03 | Code boyscouting | Benoit Germain | 2 | -7/+7 |
2024-06-03 | Moved lanes.sleep implementation to the C-side | Benoit Germain | 8 | -36/+67 |
2024-06-03 | Clarified keeper.cpp stack tracking comments | Benoit Germain | 2 | -268/+303 |
2024-05-31 | Some API changes | Benoit Germain | 13 | -67/+126 |
2024-05-31 | Start modernizing Keeper implementation | Benoit Germain | 4 | -212/+231 |
2024-05-31 | Improved multi-keeper tests | Benoit Germain | 5 | -125/+178 |
2024-05-30 | Keeper management modernisation and improvements | Benoit Germain | 17 | -269/+423 |
2024-05-29 | Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c... | Benoit Germain | 13 | -63/+71 |
2024-05-29 | Boyscouting deep.cpp|h | Benoit Germain | 5 | -113/+128 |
2024-05-29 | Fix bad string_view construction | Benoit Germain | 1 | -1/+1 |