aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-06-10Fix track_lanes.luaBenoit Germain1-9/+13
2024-06-10Unify the value returned by linda:deep() and the string conversion of an ↵Benoit Germain3-5/+20
unnamed Linda
2024-06-10Suspend/resume GC around Linda operationsBenoit Germain3-87/+88
2024-06-07Improvements in compat.hBenoit Germain5-52/+84
2024-06-07Factorize uservalue extraction in luaG_getalluservaluesBenoit Germain5-33/+47
2024-06-07Fix deep_test.cppBenoit Germain1-2/+2
2024-06-07Boyscouting some luaG_ functionsBenoit Germain17-124/+129
2024-06-07Use a precompiled header to speed up the buildBenoit Germain37-70/+45
2024-06-07Code boyscoutingBenoit Germain4-52/+53
2024-06-07Fix basic.luaBenoit Germain1-1/+1
2024-06-07Debug code to help track linda gc during keeper operationBenoit Germain5-19/+71
2024-06-07Reorganized debug stuffBenoit Germain4-151/+179
2024-06-06lanes.linda("auto")Benoit Germain4-5/+26
2024-06-06Converted a few more raw string pointers to std::string_viewBenoit Germain8-32/+39
2024-06-06Augment deep_test with deep:invoke()Benoit Germain4-8/+46
2024-06-06Tweak linda_perf.luaBenoit Germain1-8/+3
2024-06-06One more std::ranges::iota_viewBenoit Germain1-12/+16
2024-06-06Fix deep_test for all flavors of LuaBenoit Germain5-81/+152
2024-06-06Fix transfer of nil uservalues triggering a Lua API check because of ↵Benoit Germain2-19/+24
conversion to nil sentinels in keeper states
2024-06-06Fix Lua stack overflow in KeyUD:peek()Benoit Germain2-75/+90
2024-06-05Modernize compatBenoit Germain13-157/+206
2024-06-04lua_absindex → luaG_absindex for inliningBenoit Germain5-15/+11
2024-06-04Refactored keeper implementation of linda:send()Benoit Germain2-44/+58
2024-06-04Refactored keeper implementation of linda:receive()Benoit Germain6-53/+61
2024-06-04Refactored keeper implementation of linda:limit()Benoit Germain1-23/+31
2024-06-04Moved keeper functions aroundBenoit Germain3-154/+155
2024-06-04Refactored keeper implementation of linda:get()Benoit Germain3-24/+74
2024-06-04Keeper code internal improvementsBenoit Germain1-25/+25
2024-06-04Keeper code internal improvementsBenoit Germain1-33/+42
2024-06-04Fix linda.batched mode broken by previous changeBenoit Germain1-1/+1
2024-06-04Remove some useless compatibility stuffBenoit Germain3-47/+5
2024-06-04Fix incorrect Makefile indentsBenoit Pierre1-12/+12
Rules must be indented with tabs, not spaces.
2024-06-03New global setting "strip_functions"Benoit Germain6-35/+58
2024-06-03Code boyscoutingBenoit Germain2-7/+7
2024-06-03Moved lanes.sleep implementation to the C-sideBenoit Germain8-36/+67
2024-06-03Clarified keeper.cpp stack tracking commentsBenoit Germain2-268/+303
2024-05-31Some API changesBenoit Germain13-67/+126
* lanes.timers() can return nil, cancel_error if interrupted * linda:receive() always return a k,v, where k is nil when v is "timeout" or cancel_error * lanes.sleep returns nil, "timeout" during normal operations
2024-05-31Start modernizing Keeper implementationBenoit Germain4-212/+231
2024-05-31Improved multi-keeper testsBenoit Germain5-125/+178
2024-05-30Keeper management modernisation and improvementsBenoit Germain17-269/+423
* use a std::variant to manage the distinction between one or more keeper states. Use std::unique_ptr<Keeper[]> to manage the multiple keeper case. * setting "nb_keepers" renamed "nb_user_keepers", to indicate these are in addition to internal keeper #0 used for timers. * stricter lanes.linda() argument checking. group is imposed if more than one keeper is used. * more tests
2024-05-29Fix clang-tidy issues (most notably Microsoft-specific explicit constructor ↵Benoit Germain13-63/+71
calls)
2024-05-29Boyscouting deep.cpp|hBenoit Germain5-113/+128
2024-05-29Fix bad string_view constructionBenoit Germain1-1/+1
2024-05-29Organized namespace 'state'Benoit Germain4-267/+283
2024-05-29Fix bad std::optional usageBenoit Germain2-9/+12
2024-05-29Moved implementation of lanes.nameof in a separate fileBenoit Germain10-266/+310
2024-05-29Fix lanes.lua dependency on "io"Benoit Germain4-41/+34
2024-05-29Modernize serialize_requireBenoit Germain6-71/+64
2024-05-29PushDeepProxy internal changeBenoit Germain4-62/+48
2024-05-29Fix bad uses of STRINGVIEW_FMTBenoit Germain4-7/+7