| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | C++ migration: UniqueKey | Benoit Germain | 2024-03-20 | 1 | -9/+9 |
* | C++ migration: bool_t → bool | Benoit Germain | 2024-03-20 | 1 | -17/+14 |
* | C++ migration: NULL → nullptr | Benoit Germain | 2024-03-19 | 1 | -23/+23 |
* | C++ migration: changed file extensions from .c to .cpp | Benoit Germain | 2024-03-19 | 1 | -0/+945 |