Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → ↵ | Benoit Germain | 2024-10-28 | 1 | -209/+0 |
| | | | | threading.hpp | ||||
* | Renamed universe.h → universe.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
| | |||||
* | Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → ↵ | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
| | | | | keeper.hpp, tools.h → tools.hpp | ||||
* | Renamed uniquekey.h → uniquekey.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
| | |||||
* | Modernized some more trifles | Benoit Germain | 2024-10-24 | 1 | -4/+17 |
| | |||||
* | Factorized Lane::cancelSoft/cancelHard → internalCancel | Benoit Germain | 2024-10-24 | 1 | -4/+4 |
| | |||||
* | Sprinkling StackIndex all over the place | Benoit Germain | 2024-10-08 | 1 | -3/+3 |
| | |||||
* | 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 ↵ | Benoit Germain | 2024-07-03 | 1 | -0/+14 |
| | | | | name now) | ||||
* | Add minimal coroutine support: no doc, no error handling, no cancellation ↵ | Benoit Germain | 2024-07-03 | 1 | -6/+20 |
| | | | | handling (yet) | ||||
* | 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 |
| | | | | | | * 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 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 |