Commit message (Collapse) | 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 |
| | | | | | | | * mark all eligible classes Final * new TableIndex strong type * buildfixes for HAVE_DEBUGSPEW() * overridden virtual destructors tagged as such | ||||
* | 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 |
| | | | | The name of the lane was applied to the thread of the lane's creator instead of the lane's thread | ||||
* | 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 |
| | | | | | * Lane::waiting on does not need to be volatile or anything else, all accesses are controlled through status acquire/release semantics * this contains fixes about bad ordering of said accesses in Linda:send and Linda:receive | ||||
* | Cleaning up guano | Benoit Germain | 2024-11-13 | 1 | -3/+4 |
| | | | | Lane::selfdestruct_next and Universe::selfdestructFirst do not need to be volatile or anything else, all accesses are mutex-protected | ||||
* | Cleaning up guano | Benoit Germain | 2024-11-13 | 1 | -1/+1 |
| | | | | Converted volatile Lane::cancelRequest to std::atomic | ||||
* | Cleaning up guano | Benoit Germain | 2024-11-13 | 1 | -20/+26 |
| | | | | Converted volatile Lane::status to std::atomic | ||||
* | 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 → ↵ | Benoit Germain | 2024-10-28 | 1 | -2/+2 |
| | | | | threading.hpp | ||||
* | 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 _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 ↵ | Benoit Germain | 2024-07-03 | 1 | -17/+31 |
| | | | | name now) | ||||
* | Add minimal coroutine support: no doc, no error handling, no cancellation ↵ | Benoit Germain | 2024-07-03 | 1 | -24/+118 |
| | | | | handling (yet) | ||||
* | linda:limit() and linda:set() return a second value, a string representing ↵ | Benoit Germain | 2024-06-27 | 1 | -1/+1 |
| | | | | the fill status | ||||
* | 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 |
| |