| Commit message (Expand) | Author | Age | Files | Lines |
* | Code boyscouting | Benoit Germain | 2024-07-30 | 1 | -0/+2 |
* | Internal refactorization to properly handle lua_resume idiosyncrasies | Benoit Germain | 2024-07-29 | 1 | -4/+4 |
* | Error handling in coroutine lanes | Benoit Germain | 2024-07-04 | 1 | -1/+8 |
* | It is possible to index and join a suspended coroutine lane | Benoit Germain | 2024-07-03 | 1 | -0/+2 |
* | Renamed set_debug_threadname → lane_threadname (can also read the current n... | Benoit Germain | 2024-07-03 | 1 | -0/+14 |
* | Add minimal coroutine support: no doc, no error handling, no cancellation han... | Benoit Germain | 2024-07-03 | 1 | -6/+20 |
* | Wording fix: parameter → argument | Benoit Germain | 2024-06-14 | 1 | -1/+1 |
* | Boyscouting | Benoit Germain | 2024-06-14 | 1 | -1/+1 |
* | lua_pushliteral -> luaG_pushstring | Benoit Germain | 2024-06-14 | 1 | -1/+1 |
* | More fixes to make clang happy | Benoit Germain | 2024-06-14 | 1 | -1/+1 |
* | A small step toward making clang happy | Benoit Germain | 2024-06-13 | 1 | -0/+4 |
* | Code boyscouting | Benoit Germain | 2024-06-12 | 1 | -1/+1 |
* | Move some cancel-related code around | Benoit Germain | 2024-06-11 | 1 | -1/+9 |
* | Use a precompiled header to speed up the build | Benoit Germain | 2024-06-07 | 1 | -7/+0 |
* | Optional Decoda support (disabled by default) | Benoit Germain | 2024-05-27 | 1 | -4/+7 |
* | Process upvalues equal to _G in Lua51 as in other flavors | Benoit Germain | 2024-05-24 | 1 | -2/+0 |
* | More string_view | Benoit Germain | 2024-05-21 | 1 | -4/+5 |
* | Lane::debugName is a std::string_view | Benoit Germain | 2024-05-20 | 1 | -1/+1 |
* | Minor code tweaks | Benoit Germain | 2024-05-17 | 1 | -3/+1 |
* | Error reporting revamp | Benoit Germain | 2024-05-17 | 1 | -5/+16 |
* | Lane::close() | Benoit Germain | 2024-05-17 | 1 | -0/+1 |
* | Almost nothing | Benoit Germain | 2024-05-14 | 1 | -1/+1 |
* | Move Lane implementation in a separate file | Benoit Germain | 2024-05-14 | 1 | -0/+140 |