aboutsummaryrefslogtreecommitdiff
path: root/.vs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2024-05-28New Lanes finalizer API lanes.finally()Benoit Germain8-54/+126
2024-05-28Handle LUA_ERRFILEBenoit Germain2-2/+3
2024-05-28Sprinkle a bit of std::ranges::iota_viewBenoit Germain3-19/+23
2024-05-27Optional Decoda support (disabled by default)Benoit Germain8-35/+49
2024-05-27More string_viewBenoit Germain4-45/+49
2024-05-27More string_viewBenoit Germain7-19/+54
2024-05-27namespace tweaksBenoit Germain7-98/+111
2024-05-27More string_view + improved DEBUGSPEW outputBenoit Germain9-37/+68
2024-05-24Process upvalues equal to _G in Lua51 as in other flavorsBenoit Germain9-90/+59
2024-05-24Process upvalues equal to G_ in Lua51 as in other flavorsBenoit Germain9-90/+59
2024-05-23DEBUGSPEW_PARAM_COMMA(Universe* U_)Benoit Germain7-34/+36
2024-05-23Automatically initialize "jit" module in new lanesBenoit Germain2-3/+10
2024-05-23on_state_create receives a string argument, "lane" or "keeper"Benoit Germain4-41/+43
2024-05-22DEBUGSPEW fprintf(stderr) → std::cerrBenoit Germain11-125/+138
2024-05-22Fix buffer overrun in Linda nameBenoit Germain2-14/+21
2024-05-22Fix __lanesignoreBenoit Germain5-56/+35
2024-05-22lua503_getfield → strong typed luaG_getfieldBenoit Germain9-83/+69
2024-05-21More string_viewBenoit Germain4-25/+26
2024-05-20Use string_view for Linda namesBenoit Germain3-34/+37
2024-05-20Lane::debugName is a std::string_viewBenoit Germain9-38/+47
2024-05-20More string_viewBenoit Germain8-85/+88
2024-05-20linda:limit uses nil instead of -1 to unblockBenoit Germain4-19/+18
2024-05-20Fixed forgotten int → LuaErrorBenoit Germain4-10/+10
2024-05-20Alpha-sort Linda's Lua APIBenoit Germain1-296/+298
2024-05-20Restore linda:limit(0), it was a mistakeBenoit Germain1-2/+3
2024-05-20Start using string_viewBenoit Germain10-80/+83
2024-05-20linda:limit errors on limits < 1Benoit Germain5-27/+30
2024-05-17Minor code tweaksBenoit Germain8-90/+101
2024-05-17Error reporting revampBenoit Germain7-266/+545
2024-05-17Fix bad assert when raising a non-string errorBenoit Germain1-39/+54
2024-05-17Lane::close()Benoit Germain2-7/+5
2024-05-17Strong typed Lua thread statusBenoit Germain2-38/+64
2024-05-17Fix LUA_ASSERT not showing the line number properlyBenoit Germain1-2/+2
2024-05-17Fix missing lanes.nullBenoit Germain1-0/+1
2024-05-14Shuffling code aroundBenoit Germain15-366/+388
2024-05-14Progressively applying the coding rulesBenoit Germain5-23/+23
2024-05-14Almost nothingBenoit Germain5-8/+9
2024-05-14Move Lane implementation in a separate fileBenoit Germain10-903/+956
2024-05-14Moved Lane tracking implementation in a separate fileBenoit Germain8-92/+159
2024-05-13Progressively applying the coding rulesBenoit Germain3-67/+68
2024-05-13Progressively applying the coding rulesBenoit Germain10-754/+751
2024-05-13Progressively applying the coding rulesBenoit Germain6-441/+442
2024-05-13deep_test vcproj tweaksBenoit Germain2-10/+10
2024-05-13Move InterCopyContext implementation in a separate fileBenoit Germain19-1464/+1489
2024-05-13Linda API changesBenoit Germain10-228/+250
2024-05-13Some more code refactorizationBenoit Germain14-199/+244
2024-05-13API changesBenoit Germain3-26/+36