aboutsummaryrefslogtreecommitdiff
path: root/src/lane.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → ↵Benoit Germain2024-10-281-209/+0
| | | | threading.hpp
* Renamed universe.h → universe.hppBenoit Germain2024-10-281-1/+1
|
* Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → ↵Benoit Germain2024-10-281-1/+1
| | | | keeper.hpp, tools.h → tools.hpp
* Renamed uniquekey.h → uniquekey.hppBenoit Germain2024-10-281-1/+1
|
* Modernized some more triflesBenoit Germain2024-10-241-4/+17
|
* Factorized Lane::cancelSoft/cancelHard → internalCancelBenoit Germain2024-10-241-4/+4
|
* Sprinkling StackIndex all over the placeBenoit Germain2024-10-081-3/+3
|
* Code boyscoutingBenoit Germain2024-07-301-0/+2
|
* Internal refactorization to properly handle lua_resume idiosyncrasiesBenoit Germain2024-07-291-4/+4
|
* Error handling in coroutine lanesBenoit Germain2024-07-041-1/+8
|
* It is possible to index and join a suspended coroutine laneBenoit Germain2024-07-031-0/+2
|
* Renamed set_debug_threadname → lane_threadname (can also read the current ↵Benoit Germain2024-07-031-0/+14
| | | | name now)
* Add minimal coroutine support: no doc, no error handling, no cancellation ↵Benoit Germain2024-07-031-6/+20
| | | | handling (yet)
* 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