| Commit message (Expand) | Author | Age | Files | Lines |
* | New compatibility helper luaG_rawget | Benoit Germain | 9 days | 1 | -8/+4 |
* | All enums are [[nodiscard]] | Benoit Germain | 2025-02-05 | 1 | -0/+1 |
* | Minor internal code tweaks | Benoit Germain | 2025-02-05 | 1 | -2/+2 |
* | Unit tests for thread name | Benoit Germain | 2024-12-16 | 1 | -6/+6 |
* | Fix lane {.name} setting application | Benoit Germain | 2024-12-13 | 1 | -25/+34 |
* | Better validation of lane:cancel() arguments | Benoit Germain | 2024-12-04 | 1 | -0/+1 |
* | Internal rework of an enum bad practice usage | Benoit Germain | 2024-12-03 | 1 | -3/+3 |
* | More [[nodiscard]] boyscouting | Benoit Germain | 2024-11-20 | 1 | -7/+14 |
* | Cleaning up guano | Benoit Germain | 2024-11-13 | 1 | -3/+4 |
* | Cleaning up guano | Benoit Germain | 2024-11-13 | 1 | -3/+4 |
* | Cleaning up guano | Benoit Germain | 2024-11-13 | 1 | -1/+1 |
* | Cleaning up guano | Benoit Germain | 2024-11-13 | 1 | -20/+26 |
* | Renamed intercopycontext.h → intercopycontext.hpp, state.h → state.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
* | Renamed debugspew.h → debugspew.hpp, lindafactory.h → lindafactory.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
* | Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → threading... | Benoit Germain | 2024-10-28 | 1 | -2/+2 |
* | Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → ... | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
* | Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
* | Some internal function name changes + slight lane:__index optimization | Benoit Germain | 2024-10-28 | 1 | -23/+25 |
* | Fix a minor assert message + code boyscouting | Benoit Germain | 2024-10-25 | 1 | -2/+2 |
* | Modernized some more trifles | Benoit Germain | 2024-10-24 | 1 | -6/+6 |
* | Factorized Lane::cancelSoft/cancelHard → internalCancel | Benoit Germain | 2024-10-24 | 1 | -24/+9 |
* | Strengthen more code with UserValueIndex | Benoit Germain | 2024-10-24 | 1 | -9/+9 |
* | More strong typing for UniqueKey::getSubTable() arguments | Benoit Germain | 2024-10-24 | 1 | -1/+1 |
* | Sprinkling StackIndex all over the place | Benoit Germain | 2024-10-08 | 1 | -69/+71 |
* | Code boyscouting | Benoit Germain | 2024-07-30 | 1 | -22/+22 |
* | Internal refactorization to properly handle lua_resume idiosyncrasies | Benoit Germain | 2024-07-29 | 1 | -166/+259 |
* | get_debug_threadname → get_threadname | Benoit Germain | 2024-07-04 | 1 | -4/+4 |
* | Fix finalizers in coroutine lanes | Benoit Germain | 2024-07-04 | 1 | -2/+4 |
* | Error handling in coroutine lanes | Benoit Germain | 2024-07-04 | 1 | -22/+20 |
* | It is possible to index and join a suspended coroutine lane | Benoit Germain | 2024-07-03 | 1 | -13/+52 |
* | Renamed set_debug_threadname → lane_threadname (can also read the current n... | Benoit Germain | 2024-07-03 | 1 | -17/+31 |
* | Add minimal coroutine support: no doc, no error handling, no cancellation han... | Benoit Germain | 2024-07-03 | 1 | -24/+118 |
* | linda:limit() and linda:set() return a second value, a string representing th... | Benoit Germain | 2024-06-27 | 1 | -1/+1 |
* | 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 |
* | 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 |