Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New compatibility helper luaG_rawget | Benoit Germain | 9 days | 1 | -2/+1 |
| | |||||
* | lanes.collectgarbage() and linda:collectgarbage() | Benoit Germain | 2024-12-10 | 1 | -0/+24 |
| | |||||
* | Improved DeepPrelude architecture | Benoit Germain | 2024-12-09 | 1 | -0/+34 |
| | |||||
* | New method linda:restrict() | Benoit Germain | 2024-12-03 | 1 | -24/+80 |
| | |||||
* | More [[nodiscard]] boyscouting | Benoit Germain | 2024-11-20 | 1 | -2/+4 |
| | |||||
* | Cleaning up guano | Benoit Germain | 2024-11-13 | 1 | -2/+2 |
| | | | | | * 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 | -2/+2 |
| | | | | Converted volatile Lane::cancelRequest to std::atomic | ||||
* | Cleaning up guano | Benoit Germain | 2024-11-13 | 1 | -6/+6 |
| | | | | Converted volatile Lane::status to std::atomic | ||||
* | 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 |
| | |||||
* | New linda:wake() and linda.status | Benoit Germain | 2024-10-25 | 1 | -10/+99 |
| | |||||
* | Make Unique even stronger | Benoit Germain | 2024-10-24 | 1 | -4/+4 |
| | |||||
* | Added strong types UserValueCount and UnusedInt | Benoit Germain | 2024-10-24 | 1 | -2/+2 |
| | |||||
* | Sprinkling StackIndex all over the place | Benoit Germain | 2024-10-08 | 1 | -26/+26 |
| | |||||
* | Internal improvements: new strong types StackIndex and KeeperIndex | Benoit Germain | 2024-10-07 | 1 | -28/+28 |
| | |||||
* | Build fixes for mingw/g++ | Benoit Germain | 2024-10-01 | 1 | -17/+18 |
| | |||||
* | less char const* in the code | Benoit Germain | 2024-09-24 | 1 | -2/+2 |
| | |||||
* | linda:limit() and linda:set() return a second value, a string representing ↵ | Benoit Germain | 2024-06-27 | 1 | -9/+11 |
| | | | | the fill status | ||||
* | Change linda:limit() | Benoit Germain | 2024-06-26 | 1 | -8/+21 |
| | | | | | | * read the current limit of a key if no limit is provided * "unlimited" is to be used to clear the limit * fix linda:set() not ignoring the limit | ||||
* | Lindas now accept deep user data as valid keys | Benoit Germain | 2024-06-24 | 1 | -0/+8 |
| | |||||
* | Boyscouting | Benoit Germain | 2024-06-14 | 1 | -358/+383 |
| | |||||
* | lua_pushliteral -> luaG_pushstring | Benoit Germain | 2024-06-14 | 1 | -5/+5 |
| | |||||
* | More char* -> std::string_view conversions | Benoit Germain | 2024-06-14 | 1 | -4/+4 |
| | |||||
* | linda :get(), :set(), :limit() return value changes | Benoit Germain | 2024-06-12 | 1 | -19/+19 |
| | |||||
* | Add support for to-be-closed linda | Benoit Germain | 2024-06-12 | 1 | -14/+101 |
| | |||||
* | linda:send() returns nil,<something> in case of error | Benoit Germain | 2024-06-10 | 1 | -4/+12 |
| | |||||
* | Unify the value returned by linda:deep() and the string conversion of an ↵ | Benoit Germain | 2024-06-10 | 1 | -2/+2 |
| | | | | unnamed Linda | ||||
* | Suspend/resume GC around Linda operations | Benoit Germain | 2024-06-10 | 1 | -0/+8 |
| | |||||
* | Boyscouting some luaG_ functions | Benoit Germain | 2024-06-07 | 1 | -5/+5 |
| | |||||
* | Use a precompiled header to speed up the build | Benoit Germain | 2024-06-07 | 1 | -3/+1 |
| | |||||
* | Code boyscouting | Benoit Germain | 2024-06-07 | 1 | -41/+41 |
| | |||||
* | Debug code to help track linda gc during keeper operation | Benoit Germain | 2024-06-07 | 1 | -0/+2 |
| | |||||
* | lanes.linda("auto") | Benoit Germain | 2024-06-06 | 1 | -1/+2 |
| | |||||
* | One more std::ranges::iota_view | Benoit Germain | 2024-06-06 | 1 | -12/+16 |
| | |||||
* | Modernize compat | Benoit Germain | 2024-06-05 | 1 | -10/+10 |
| | |||||
* | Refactored keeper implementation of linda:receive() | Benoit Germain | 2024-06-04 | 1 | -1/+4 |
| | |||||
* | Fix linda.batched mode broken by previous change | Benoit Germain | 2024-06-04 | 1 | -1/+1 |
| | |||||
* | Remove some useless compatibility stuff | Benoit Germain | 2024-06-04 | 1 | -4/+1 |
| | |||||
* | Some API changes | Benoit Germain | 2024-05-31 | 1 | -3/+16 |
| | | | | | | * lanes.timers() can return nil, cancel_error if interrupted * linda:receive() always return a k,v, where k is nil when v is "timeout" or cancel_error * lanes.sleep returns nil, "timeout" during normal operations | ||||
* | Start modernizing Keeper implementation | Benoit Germain | 2024-05-31 | 1 | -0/+26 |
| | |||||
* | Keeper management modernisation and improvements | Benoit Germain | 2024-05-30 | 1 | -7/+18 |
| | | | | | | | * 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 uses of STRINGVIEW_FMT | Benoit Germain | 2024-05-29 | 1 | -1/+1 |
| | |||||
* | More string_view | Benoit Germain | 2024-05-27 | 1 | -6/+6 |
| | |||||
* | namespace tweaks | Benoit Germain | 2024-05-27 | 1 | -18/+20 |
| | |||||
* | More string_view + improved DEBUGSPEW output | Benoit Germain | 2024-05-27 | 1 | -3/+3 |
| | |||||
* | Fix buffer overrun in Linda name | Benoit Germain | 2024-05-22 | 1 | -14/+20 |
| | |||||
* | Fix __lanesignore | Benoit Germain | 2024-05-22 | 1 | -13/+0 |
| |