| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust lanes.configure() documentation | Benoit Germain | 2024-06-11 | 1 | -1/+1 |
* | Fix lanes.genlock() | Benoit Germain | 2024-06-11 | 1 | -1/+5 |
* | Removed .demote_full_userdata | Benoit Germain | 2024-06-10 | 1 | -2/+0 |
* | linda:send() returns nil,<something> in case of error | Benoit Germain | 2024-06-10 | 1 | -1/+2 |
* | New global setting "strip_functions" | Benoit Germain | 2024-06-03 | 1 | -23/+25 |
* | Moved lanes.sleep implementation to the C-side | Benoit Germain | 2024-06-03 | 1 | -23/+3 |
* | Some API changes | Benoit Germain | 2024-05-31 | 1 | -15/+23 |
* | Improved multi-keeper tests | Benoit Germain | 2024-05-31 | 1 | -18/+19 |
* | Keeper management modernisation and improvements | Benoit Germain | 2024-05-30 | 1 | -5/+5 |
* | Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c... | Benoit Germain | 2024-05-29 | 1 | -2/+2 |
* | Fix lanes.lua dependency on "io" | Benoit Germain | 2024-05-29 | 1 | -28/+25 |
* | New Lanes finalizer API lanes.finally() | Benoit Germain | 2024-05-28 | 1 | -0/+1 |
* | Minor code tweaks | Benoit Germain | 2024-05-17 | 1 | -10/+15 |
* | Error reporting revamp | Benoit Germain | 2024-05-17 | 1 | -4/+17 |
* | Fix missing lanes.null | Benoit Germain | 2024-05-17 | 1 | -0/+1 |
* | Almost nothing | Benoit Germain | 2024-05-14 | 1 | -2/+1 |
* | Linda API changes | Benoit Germain | 2024-05-13 | 1 | -7/+10 |
* | API changes | Benoit Germain | 2024-05-13 | 1 | -2/+4 |
* | New lane generator option opt_tbl.name | Benoit Germain | 2024-05-13 | 1 | -9/+13 |
* | de-megathodize lanes.configure() | Benoit Germain | 2024-05-02 | 1 | -607/+649 |
* | C++ migration: use std::jthread, std::condition_variable, std::chrono. | Benoit Germain | 2024-04-08 | 1 | -222/+229 |
* | Enable manual control of GC inside keeper states | Benoit Germain | 2024-04-05 | 1 | -0/+5 |
* | Finalize version 3.16.2v3.16.2 | Benoit Germain | 2023-08-17 | 1 | -1/+1 |
* | new .internal_allocator configuration IUNTESTED) | Benoit Germain | 2023-08-09 | 1 | -1/+7 |
* | Make allocator threadsafe by default when running LuaJIT, because LuaJIT allo... | Benoit Germain | 2022-02-21 | 1 | -1/+2 |
* | Changed all indentations to all whitespaces | Benoit Germain | 2022-02-07 | 1 | -690/+690 |
* | Lane cancellation rework | Benoit Germain | 2019-04-26 | 1 | -14/+3 |
* | Trailing whitespaces deleted from lanes.lua | valid-ptr | 2018-11-27 | 1 | -10/+10 |
* | Lanes version available in public header | Benoit Germain | 2018-11-26 | 1 | -1/+1 |
* | User-provided unknown configure option raises an error | Benoit Germain | 2018-11-26 | 1 | -0/+6 |
* | protect_allocator configure option is gone, long live allocator (more embedde... | Benoit Germain | 2018-11-25 | 1 | -3/+5 |
* | new API lanes.set_thread_affinity(), and et_debug_threadname implemented with... | Benoit Germain | 2018-11-09 | 1 | -1/+2 |
* | Fix error with LuaJIT when ffi package isn't required | Benoit Germain | 2018-11-02 | 1 | -1/+1 |
* | Better protect_allocator autodetection | Benoit Germain | 2018-10-31 | 1 | -1/+1 |
* | Fix error when using strict checking | Benoit Germain | 2017-08-03 | 1 | -1/+1 |
* | Table transfer improvements | Benoit Germain | 2017-06-05 | 1 | -10/+8 |
* | Improve LuaJIT support | Benoit Germain | 2017-05-10 | 1 | -0/+3 |
* | Not needed to call configure. It is called automatically with no settings if ... | aryajur | 2015-09-18 | 1 | -478/+489 |
* | Fix standard library lists for Lua 5.3 | mpeterv | 2015-04-12 | 1 | -0/+1 |
* | New API lanes.sleep (bumped version to 3.9.7) | Benoit Germain | 2014-09-18 | 1 | -4/+21 |
* | Minor fixes and tweaks | Benoit Germain | 2014-05-16 | 1 | -83/+104 |
* | lindas can have a group for keeper state assignation control | Benoit Germain | 2014-02-17 | 1 | -11/+0 |
* | more fixes/tweaks about cancelled lindas | Benoit Germain | 2014-02-13 | 1 | -35/+53 |
* | new lane launcher option gc_cb | Benoit Germain | 2014-01-22 | 1 | -4/+10 |
* | get()/set() improvements | Benoit Germain | 2014-01-20 | 1 | -1/+1 |
* | Cancellation improvements and some fixes | Benoit Germain | 2014-01-16 | 1 | -1/+1 |
* | fix on_state_create circular logic issue | Benoit Germain | 2014-01-06 | 1 | -1/+1 |
* | new config option demote_full_userdata | Benoit Germain | 2013-12-20 | 1 | -34/+16 |
* | new API lanes.set_thread_priority() | Benoit Germain | 2013-12-04 | 1 | -0/+1 |
* | pthread thread priority refacto: lanes.lua | Benoit Germain | 2013-12-02 | 1 | -1/+1 |