aboutsummaryrefslogtreecommitdiff
path: root/src/lane.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* lua_absindex → luaG_absindex for inliningBenoit Germain2024-06-041-1/+1
* Keeper management modernisation and improvementsBenoit Germain2024-05-301-1/+1
* Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c...Benoit Germain2024-05-291-1/+1
* Fix bad string_view constructionBenoit Germain2024-05-291-1/+1
* Moved implementation of lanes.nameof in a separate fileBenoit Germain2024-05-291-2/+2
* Fix bad uses of STRINGVIEW_FMTBenoit Germain2024-05-291-3/+3
* Handle LUA_ERRFILEBenoit Germain2024-05-281-1/+1
* Optional Decoda support (disabled by default)Benoit Germain2024-05-271-10/+10
* namespace tweaksBenoit Germain2024-05-271-38/+46
* Process upvalues equal to _G in Lua51 as in other flavorsBenoit Germain2024-05-241-13/+7
* DEBUGSPEW fprintf(stderr) → std::cerrBenoit Germain2024-05-221-7/+7
* lua503_getfield → strong typed luaG_getfieldBenoit Germain2024-05-221-1/+1
* More string_viewBenoit Germain2024-05-211-19/+19
* Lane::debugName is a std::string_viewBenoit Germain2024-05-201-10/+8
* Minor code tweaksBenoit Germain2024-05-171-1/+1
* Error reporting revampBenoit Germain2024-05-171-191/+237
* Fix bad assert when raising a non-string errorBenoit Germain2024-05-171-39/+54
* Lane::close()Benoit Germain2024-05-171-7/+4
* Strong typed Lua thread statusBenoit Germain2024-05-171-37/+37
* Shuffling code aroundBenoit Germain2024-05-141-0/+1
* Progressively applying the coding rulesBenoit Germain2024-05-141-3/+3
* Move Lane implementation in a separate fileBenoit Germain2024-05-141-0/+916