aboutsummaryrefslogtreecommitdiff
path: root/src/lane.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Wording fix: parameter → argumentBenoit Germain2024-06-141-1/+1
|
* BoyscoutingBenoit Germain2024-06-141-1/+1
|
* lua_pushliteral -> luaG_pushstringBenoit Germain2024-06-141-1/+1
|
* More fixes to make clang happyBenoit Germain2024-06-141-1/+1
|
* A small step toward making clang happyBenoit Germain2024-06-131-0/+4
|
* Code boyscoutingBenoit Germain2024-06-121-1/+1
|
* Move some cancel-related code aroundBenoit Germain2024-06-111-1/+9
|
* Use a precompiled header to speed up the buildBenoit Germain2024-06-071-7/+0
|
* Optional Decoda support (disabled by default)Benoit Germain2024-05-271-4/+7
|
* Process upvalues equal to _G in Lua51 as in other flavorsBenoit Germain2024-05-241-2/+0
|
* More string_viewBenoit Germain2024-05-211-4/+5
|
* Lane::debugName is a std::string_viewBenoit Germain2024-05-201-1/+1
|
* Minor code tweaksBenoit Germain2024-05-171-3/+1
|
* Error reporting revampBenoit Germain2024-05-171-5/+16
| | | | | | * set_error_reporting() is gone * new lane generator setting error_reporting_level * basic/extended stack trace is selectable at runtime instead of compile-time
* Lane::close()Benoit Germain2024-05-171-0/+1
|
* Almost nothingBenoit Germain2024-05-141-1/+1
|
* Move Lane implementation in a separate fileBenoit Germain2024-05-141-0/+140