aboutsummaryrefslogtreecommitdiff
path: root/BUGS (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-11More application of the coding rulesBenoit Germain7-109/+113
2024-06-11Remove what looks like to have been a bug workaround for MSVC std::unique_ptr...Benoit Germain1-2/+1
2024-06-11Adjust lanes.configure() documentationBenoit Germain17-160/+151
2024-06-11New lane:__close does a lane:join()Benoit Germain3-9/+54
2024-06-11Fixes and improvements to lane:join()Benoit Germain11-28/+61
2024-06-11Fix lanes.genlock()Benoit Germain1-1/+5
2024-06-10Removed .demote_full_userdataBenoit Germain7-65/+29
2024-06-10linda:send() returns nil,<something> in case of errorBenoit Germain5-31/+47
2024-06-10Replaced __lanesignore with __lanesconvertBenoit Germain4-64/+121
2024-06-10luaG_typename returns a std::string_viewBenoit Germain6-15/+22
2024-06-10Fix track_lanes.luaBenoit Germain1-9/+13
2024-06-10Unify the value returned by linda:deep() and the string conversion of an unna...Benoit Germain3-5/+20
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 conversi...Benoit Germain2-19/+24
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
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
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