Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wording fix: parameter → argument | Benoit Germain | 2024-06-14 | 1 | -1/+1 |
| | |||||
* | Boyscouting | Benoit Germain | 2024-06-14 | 1 | -4/+4 |
| | |||||
* | Fix error handling when indexing a lane with unexpected data | Benoit Germain | 2024-06-14 | 1 | -5/+15 |
| | |||||
* | lua_pushliteral -> luaG_pushstring | Benoit Germain | 2024-06-14 | 1 | -12/+12 |
| | |||||
* | More fixes to make clang happy | Benoit Germain | 2024-06-14 | 1 | -4/+10 |
| | |||||
* | A small step toward making clang happy | Benoit Germain | 2024-06-13 | 1 | -17/+18 |
| | |||||
* | Code boyscouting | Benoit Germain | 2024-06-12 | 1 | -5/+5 |
| | |||||
* | Modernize cancel code some more | Benoit Germain | 2024-06-11 | 1 | -7/+10 |
| | |||||
* | Move some cancel-related code around | Benoit Germain | 2024-06-11 | 1 | -0/+65 |
| | |||||
* | More application of the coding rules | Benoit Germain | 2024-06-11 | 1 | -2/+2 |
| | |||||
* | New lane:__close does a lane:join() | Benoit Germain | 2024-06-11 | 1 | -5/+26 |
| | |||||
* | Fixes and improvements to lane:join() | Benoit Germain | 2024-06-11 | 1 | -2/+12 |
| | | | | | * fix: returns nil,cancel_error when lane was cancelled * improvement: enforce non-nil first return value of lane body when using lane:join() to obtain the results | ||||
* | luaG_typename returns a std::string_view | Benoit Germain | 2024-06-10 | 1 | -2/+2 |
| | |||||
* | Boyscouting some luaG_ functions | Benoit Germain | 2024-06-07 | 1 | -11/+11 |
| | |||||
* | Use a precompiled header to speed up the build | Benoit Germain | 2024-06-07 | 1 | -1/+1 |
| | |||||
* | Converted a few more raw string pointers to std::string_view | Benoit Germain | 2024-06-06 | 1 | -2/+2 |
| | |||||
* | Modernize compat | Benoit Germain | 2024-06-05 | 1 | -16/+16 |
| | |||||
* | lua_absindex → luaG_absindex for inlining | Benoit Germain | 2024-06-04 | 1 | -1/+1 |
| | |||||
* | Keeper management modernisation and improvements | Benoit Germain | 2024-05-30 | 1 | -1/+1 |
| | | | | | | | * use a std::variant to manage the distinction between one or more keeper states. Use std::unique_ptr<Keeper[]> to manage the multiple keeper case. * setting "nb_keepers" renamed "nb_user_keepers", to indicate these are in addition to internal keeper #0 used for timers. * stricter lanes.linda() argument checking. group is imposed if more than one keeper is used. * more tests | ||||
* | Fix clang-tidy issues (most notably Microsoft-specific explicit constructor ↵ | Benoit Germain | 2024-05-29 | 1 | -1/+1 |
| | | | | calls) | ||||
* | Fix bad string_view construction | Benoit Germain | 2024-05-29 | 1 | -1/+1 |
| | |||||
* | Moved implementation of lanes.nameof in a separate file | Benoit Germain | 2024-05-29 | 1 | -2/+2 |
| | |||||
* | Fix bad uses of STRINGVIEW_FMT | Benoit Germain | 2024-05-29 | 1 | -3/+3 |
| | |||||
* | Handle LUA_ERRFILE | Benoit Germain | 2024-05-28 | 1 | -1/+1 |
| | |||||
* | Optional Decoda support (disabled by default) | Benoit Germain | 2024-05-27 | 1 | -10/+10 |
| | |||||
* | namespace tweaks | Benoit Germain | 2024-05-27 | 1 | -38/+46 |
| | |||||
* | Process upvalues equal to _G in Lua51 as in other flavors | Benoit Germain | 2024-05-24 | 1 | -13/+7 |
| | |||||
* | DEBUGSPEW fprintf(stderr) → std::cerr | Benoit Germain | 2024-05-22 | 1 | -7/+7 |
| | |||||
* | lua503_getfield → strong typed luaG_getfield | Benoit Germain | 2024-05-22 | 1 | -1/+1 |
| | |||||
* | More string_view | Benoit Germain | 2024-05-21 | 1 | -19/+19 |
| | |||||
* | Lane::debugName is a std::string_view | Benoit Germain | 2024-05-20 | 1 | -10/+8 |
| | |||||
* | Minor code tweaks | Benoit Germain | 2024-05-17 | 1 | -1/+1 |
| | |||||
* | Error reporting revamp | Benoit Germain | 2024-05-17 | 1 | -191/+237 |
| | | | | | | * set_error_reporting() is gone * new lane generator setting error_reporting_level * basic/extended stack trace is selectable at runtime instead of compile-time | ||||
* | Fix bad assert when raising a non-string error | Benoit Germain | 2024-05-17 | 1 | -39/+54 |
| | |||||
* | Lane::close() | Benoit Germain | 2024-05-17 | 1 | -7/+4 |
| | |||||
* | Strong typed Lua thread status | Benoit Germain | 2024-05-17 | 1 | -37/+37 |
| | |||||
* | Shuffling code around | Benoit Germain | 2024-05-14 | 1 | -0/+1 |
| | |||||
* | Progressively applying the coding rules | Benoit Germain | 2024-05-14 | 1 | -3/+3 |
| | |||||
* | Move Lane implementation in a separate file | Benoit Germain | 2024-05-14 | 1 | -0/+916 |