| Commit message (Expand) | Author | Files | Lines |
2024-03-27 | updated perftest.lua | Benoit Germain | 1 | -32/+42 |
2024-03-27 | C++ migration: buildfix for pre-5.4 Lua targets | Benoit Germain | 1 | -0/+1 |
2024-03-27 | C++ migration: deep_test vcproj configuration fix (we need at least C++17 sta... | Benoit Germain | 1 | -0/+18 |
2024-03-27 | C++ migration:: new helper template lua_newuserdatauv | Benoit Germain | 3 | -52/+59 |
2024-03-27 | C++ migration: fix deep userdata refcounting bug introduced by std::atomic usage | Benoit Germain | 1 | -3/+2 |
2024-03-27 | C++ migration: new helper templates lua_tolightuserdata and lua_tofulluserdata | Benoit Germain | 9 | -50/+74 |
2024-03-26 | C++ migration: templated lua_touserdata | Benoit Germain | 10 | -32/+76 |
2024-03-26 | C++ migration: Fix metatable caching bug introduced when converting the index... | Benoit Germain | 2 | -2/+2 |
2024-03-26 | C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classes | Benoit Germain | 9 | -100/+137 |
2024-03-25 | C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomic | Benoit Germain | 10 | -145/+115 |
2024-03-25 | C++ migration: revamped stack checking macros | Benoit Germain | 10 | -320/+366 |
2024-03-25 | deep_test VS user config | Benoit Germain | 1 | -0/+1 |