| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | C++ migration: all linda operations go through a different lua_CFunction so a... | Benoit Germain | 2024-04-15 | 1 | -365/+369 |
* | C++ migration: deep userdata API rework. bye bye idfunc, hello DeepFactory | Benoit Germain | 2024-04-15 | 1 | -151/+141 |
* | C++ migration: keeper_call returns a std::optional | Benoit Germain | 2024-04-15 | 1 | -67/+80 |
* | C++ migration: luaG_inter_copy_* now return an enum class instead of an anony... | Benoit Germain | 2024-04-10 | 1 | -1/+1 |
* | C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore | Benoit Germain | 2024-04-09 | 1 | -6/+6 |
* | C++ migration: use strong type safety for source and destination states in tr... | Benoit Germain | 2024-04-09 | 1 | -5/+5 |
* | C++ migration: lanes.now_secs uses std::chrono::sytem_clock. plus more enum c... | Benoit Germain | 2024-04-08 | 1 | -10/+10 |
* | C++ migration: use std::jthread, std::condition_variable, std::chrono. | Benoit Germain | 2024-04-08 | 1 | -40/+52 |
* | Enable manual control of GC inside keeper states | Benoit Germain | 2024-04-05 | 1 | -5/+12 |
* | C++ migration: all enums are enum class | Benoit Germain | 2024-03-29 | 1 | -8/+8 |
* | C++ migration: improved UniqueKey interface | Benoit Germain | 2024-03-28 | 1 | -17/+16 |
* | linda.batched is now a lightuserdata instead of a string. plus some reformatt... | Benoit Germain | 2024-03-28 | 1 | -348/+331 |
* | C++ migration: Linda is a proper class with overloaded operator new/delete | Benoit Germain | 2024-03-28 | 1 | -12/+16 |
* | C++ migration: cleanup usage of lua_error and luaL_error | Benoit Germain | 2024-03-28 | 1 | -4/+4 |
* | C++ migration: less kludgy Linda name management with a std::variant | Benoit Germain | 2024-03-28 | 1 | -70/+156 |
* | C++ migration: new helper templates lua_tolightuserdata and lua_tofulluserdata | Benoit Germain | 2024-03-27 | 1 | -1/+1 |
* | C++ migration: templated lua_touserdata | Benoit Germain | 2024-03-26 | 1 | -1/+1 |
* | C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classes | Benoit Germain | 2024-03-26 | 1 | -13/+5 |
* | C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomic | Benoit Germain | 2024-03-25 | 1 | -4/+4 |
* | C++ migration: revamped stack checking macros | Benoit Germain | 2024-03-25 | 1 | -8/+8 |
* | C++ migration: ThreadStatus, CancelRequest and CancelResult are enum class | Benoit Germain | 2024-03-20 | 1 | -17/+17 |
* | C++ migration: removed most typedef, removed uint_t | Benoit Germain | 2024-03-20 | 1 | -3/+3 |