| Commit message (Expand) | 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 |
* | Cleaning up guano | Benoit Germain | 2024-11-13 | 1 | -2/+2 |
* | Cleaning up guano | Benoit Germain | 2024-11-13 | 1 | -6/+6 |
* | 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 |
* | 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 th... | Benoit Germain | 2024-06-27 | 1 | -9/+11 |
* | Change linda:limit() | Benoit Germain | 2024-06-26 | 1 | -8/+21 |
* | 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 unna... | Benoit Germain | 2024-06-10 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c... | Benoit Germain | 2024-05-29 | 1 | -1/+1 |
* | 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 |