| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactored keeper implementation of linda:get() | Benoit Germain | 2024-06-04 | 2 | -7/+51 |
* | New global setting "strip_functions" | Benoit Germain | 2024-06-03 | 1 | -11/+13 |
* | Moved lanes.sleep implementation to the C-side | Benoit Germain | 2024-06-03 | 1 | -2/+9 |
* | Clarified keeper.cpp stack tracking comments | Benoit Germain | 2024-06-03 | 1 | -3/+9 |
* | Some API changes | Benoit Germain | 2024-05-31 | 10 | -41/+77 |
* | Start modernizing Keeper implementation | Benoit Germain | 2024-05-31 | 1 | -3/+3 |
* | Improved multi-keeper tests | Benoit Germain | 2024-05-31 | 2 | -102/+153 |
* | Keeper management modernisation and improvements | Benoit Germain | 2024-05-30 | 6 | -26/+46 |
* | Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c... | Benoit Germain | 2024-05-29 | 1 | -1/+1 |
* | Fix bad std::optional usage | Benoit Germain | 2024-05-29 | 1 | -2/+2 |
* | Fix lanes.lua dependency on "io" | Benoit Germain | 2024-05-29 | 1 | -0/+2 |
* | New Lanes finalizer API lanes.finally() | Benoit Germain | 2024-05-28 | 2 | -30/+46 |
* | More string_view | Benoit Germain | 2024-05-27 | 1 | -4/+24 |
* | Process upvalues equal to _G in Lua51 as in other flavors | Benoit Germain | 2024-05-24 | 1 | -2/+3 |
* | on_state_create receives a string argument, "lane" or "keeper" | Benoit Germain | 2024-05-23 | 2 | -7/+7 |
* | Fix __lanesignore | Benoit Germain | 2024-05-22 | 1 | -20/+22 |
* | lua503_getfield → strong typed luaG_getfield | Benoit Germain | 2024-05-22 | 1 | -1/+1 |
* | linda:limit uses nil instead of -1 to unblock | Benoit Germain | 2024-05-20 | 1 | -5/+5 |
* | linda:limit errors on limits < 1 | Benoit Germain | 2024-05-20 | 2 | -2/+6 |
* | Minor code tweaks | Benoit Germain | 2024-05-17 | 1 | -2/+1 |
* | Error reporting revamp | Benoit Germain | 2024-05-17 | 1 | -40/+224 |
* | Linda API changes | Benoit Germain | 2024-05-13 | 1 | -145/+151 |
* | Some more code refactorization | Benoit Germain | 2024-05-13 | 1 | -1/+1 |
* | API changes | Benoit Germain | 2024-05-13 | 1 | -21/+29 |
* | Some code factorization | Benoit Germain | 2024-05-03 | 1 | -1/+1 |
* | Progressively applying the coding rules | Benoit Germain | 2024-05-02 | 1 | -4/+6 |
* | Progressively applying the coding rules | Benoit Germain | 2024-04-30 | 1 | -1/+1 |
* | Progressively applying the coding rules | Benoit Germain | 2024-04-29 | 1 | -0/+2 |
* | some dead code elimination and other trifles | Benoit Germain | 2024-04-16 | 3 | -34/+44 |
* | C++ migration: inter-state transfer managed by a new class InterCopyContext | Benoit Germain | 2024-04-15 | 1 | -6/+11 |
* | Merge branch 'C-Implementation' | Benoit Germain | 2024-04-15 | 1 | -1/+1 |
|\ |
|
| * | fix keeper state stack accumulating garbage in case of transfer errors | Benoit Germain | 2024-04-15 | 1 | -1/+1 |
* | | C++ migration: keeper_call returns a std::optional | Benoit Germain | 2024-04-15 | 1 | -15/+59 |
* | | Merge branch 'C-Implementation' | Benoit Germain | 2024-04-11 | 1 | -3/+12 |
|\| |
|
| * | Bring all interesting fixes from the C++ implementation back into the C imple... | Benoit Germain | 2024-04-11 | 8 | -194/+332 |
* | | C++ migration: use std::jthread, std::condition_variable, std::chrono. | Benoit Germain | 2024-04-08 | 1 | -15/+5 |
* | | Tweak some test scripts | Benoit Germain | 2024-04-08 | 3 | -6/+9 |
* | | Enable manual control of GC inside keeper states | Benoit Germain | 2024-04-05 | 2 | -48/+31 |
* | | tweak cancel.lua to enable individual tests. fix "hook" test for LuaJIT (need... | Benoit Germain | 2024-04-04 | 1 | -10/+24 |
* | | tweaks to basic.lua and linda_perf.lua | Benoit Germain | 2024-04-04 | 2 | -40/+77 |
* | | tweak cancel.lua test file to be able to cherry-pick tests with command line ... | Benoit Germain | 2024-03-28 | 1 | -88/+103 |
* | | C++ migration: less kludgy Linda name management with a std::variant | Benoit Germain | 2024-03-28 | 2 | -1/+10 |
* | | updated perftest.lua | Benoit Germain | 2024-03-27 | 1 | -32/+42 |
* | | C++ migration: templated lua_touserdata | Benoit Germain | 2024-03-26 | 1 | -4/+35 |
* | | C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classes | Benoit Germain | 2024-03-26 | 1 | -0/+2 |
* | | C++ migration: revamped stack checking macros | Benoit Germain | 2024-03-25 | 1 | -0/+7 |
* | | C++ migration: STACK_GROW is no longer a macro, sanitized and fixed warnings ... | Benoit Germain | 2024-03-22 | 1 | -6/+29 |
|/ |
|
* | Minor tweaksv3.16.1 | Benoit Germain | 2023-08-16 | 2 | -3/+1 |
* | Update deadlock.lua | Benoit Germain | 2022-02-07 | 1 | -0/+2 |
* | fix require() wrapper to return all values returned by original require() | Benoit Germain | 2021-09-22 | 1 | -2/+6 |