| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use string_view for Linda names | Benoit Germain | 2024-05-20 | 1 | -24/+31 |
* | linda:limit uses nil instead of -1 to unblock | Benoit Germain | 2024-05-20 | 1 | -5/+6 |
* | Fixed forgotten int → LuaError | Benoit Germain | 2024-05-20 | 1 | -2/+2 |
* | Alpha-sort Linda's Lua API | Benoit Germain | 2024-05-20 | 1 | -296/+298 |
* | Restore linda:limit(0), it was a mistake | Benoit Germain | 2024-05-20 | 1 | -2/+3 |
* | linda:limit errors on limits < 1 | Benoit Germain | 2024-05-20 | 1 | -2/+4 |
* | Shuffling code around | Benoit Germain | 2024-05-14 | 1 | -87/+89 |
* | Move Lane implementation in a separate file | Benoit Germain | 2024-05-14 | 1 | -1/+1 |
* | Progressively applying the coding rules | Benoit Germain | 2024-05-13 | 1 | -232/+232 |
* | Move InterCopyContext implementation in a separate file | Benoit Germain | 2024-05-13 | 1 | -4/+0 |
* | Linda API changes | Benoit Germain | 2024-05-13 | 1 | -16/+9 |
* | Progressively applying the coding rules | Benoit Germain | 2024-05-02 | 1 | -36/+36 |
* | Progressively applying the coding rules | Benoit Germain | 2024-05-02 | 1 | -14/+14 |
* | Progressively applying the coding rules | Benoit Germain | 2024-04-30 | 1 | -239/+150 |
* | Function parameters L → L_ | Benoit Germain | 2024-04-29 | 1 | -128/+128 |
* | C++ migration: wrap all Lua error raising API functions in a [[noreturn]] rai... | Benoit Germain | 2024-04-26 | 1 | -8/+8 |
* | Move LindaFactory in separate files | Benoit Germain | 2024-04-26 | 1 | -139/+25 |
* | Formalize a few coding style rules, start to enforce them for constants | Benoit Germain | 2024-04-26 | 1 | -21/+21 |
* | C++ integration: cleanup in Linda/Keeper interaction | Benoit Germain | 2024-04-25 | 1 | -111/+79 |
* | C++ migration: using KeeperState = Unique<lua_State*> | Benoit Germain | 2024-04-24 | 1 | -5/+5 |
* | ASSERT_L → LUA_ASSERT | Benoit Germain | 2024-04-24 | 1 | -14/+14 |
* | C++ migration: inter-state transfer managed by a new class InterCopyContext | Benoit Germain | 2024-04-15 | 1 | -2/+2 |