| Commit message (Expand) | Author | Age | Files | Lines |
* | C++ migration: luaG_inter_copy_* now return an enum class instead of an anony... | Benoit Germain | 2024-04-10 | 1 | -6/+6 |
* | C++ migration: fixed a few std::ignore | Benoit Germain | 2024-04-10 | 1 | -3/+3 |
* | C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore | Benoit Germain | 2024-04-09 | 1 | -29/+29 |
* | C++ migration: use strong type safety for source and destination states in tr... | Benoit Germain | 2024-04-09 | 1 | -8/+8 |
* | C++ migration: use std::jthread, std::condition_variable, std::chrono. | Benoit Germain | 2024-04-08 | 1 | -10/+9 |
* | Enable manual control of GC inside keeper states | Benoit Germain | 2024-04-05 | 1 | -8/+46 |
* | C++ migration: fix some warnings in 32 bits builds | Benoit Germain | 2024-03-31 | 1 | -2/+2 |
* | 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 | -10/+11 |
* | C++ migration: lots of noise, but it's only some minor code cleanup | Benoit Germain | 2024-03-28 | 1 | -1/+1 |
* | C++ migration: Linda is a proper class with overloaded operator new/delete | Benoit Germain | 2024-03-28 | 1 | -3/+3 |
* | C++ migration: cleanup usage of lua_error and luaL_error | Benoit Germain | 2024-03-28 | 1 | -6/+3 |
* | C++ migration:: new helper template lua_newuserdatauv | Benoit Germain | 2024-03-27 | 1 | -48/+50 |
* | C++ migration: new helper templates lua_tolightuserdata and lua_tofulluserdata | Benoit Germain | 2024-03-27 | 1 | -7/+12 |
* | C++ migration: templated lua_touserdata | Benoit Germain | 2024-03-26 | 1 | -12/+20 |
* | C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classes | Benoit Germain | 2024-03-26 | 1 | -9/+3 |
* | C++ migration: revamped stack checking macros | Benoit Germain | 2024-03-25 | 1 | -23/+23 |
* | C++ migration: STACK_GROW is no longer a macro, sanitized and fixed warnings ... | Benoit Germain | 2024-03-22 | 1 | -370/+386 |
* | C++ migration: REGISTRY_SET and REGISTRY_GET are gone, welcome templates and ... | Benoit Germain | 2024-03-21 | 1 | -5/+4 |
* | C++ migration: removed most typedef, removed uint_t | Benoit Germain | 2024-03-20 | 1 | -4/+4 |
* | C++ migration: more NULL → nullptr | Benoit Germain | 2024-03-20 | 1 | -2/+2 |
* | C++ migration: UniqueKey | Benoit Germain | 2024-03-20 | 1 | -3/+3 |
* | C++ migration: bool_t → bool | Benoit Germain | 2024-03-20 | 1 | -1/+1 |
* | C++ migration: NULL → nullptr | Benoit Germain | 2024-03-19 | 1 | -18/+18 |
* | C++ migration: changed file extensions from .c to .cpp | Benoit Germain | 2024-03-19 | 1 | -0/+825 |