aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-28C++ migration: cleanup usage of lua_error and luaL_errorBenoit Germain8-35/+44
2024-03-28tweak cancel.lua test file to be able to cherry-pick tests with command line ...Benoit Germain1-88/+103
2024-03-28C++ migration: less kludgy Linda name management with a std::variantBenoit Germain5-75/+168
2024-03-27updated perftest.luaBenoit Germain1-32/+42
2024-03-27C++ migration: buildfix for pre-5.4 Lua targetsBenoit Germain1-0/+1
2024-03-27C++ migration: deep_test vcproj configuration fix (we need at least C++17 sta...Benoit Germain1-0/+18
2024-03-27C++ migration:: new helper template lua_newuserdatauvBenoit Germain3-52/+59
2024-03-27C++ migration: fix deep userdata refcounting bug introduced by std::atomic usageBenoit Germain1-3/+2
2024-03-27C++ migration: new helper templates lua_tolightuserdata and lua_tofulluserdataBenoit Germain9-50/+74
2024-03-26C++ migration: templated lua_touserdataBenoit Germain10-32/+76
2024-03-26C++ migration: Fix metatable caching bug introduced when converting the index...Benoit Germain2-2/+2
2024-03-26C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classesBenoit Germain9-100/+137
2024-03-25C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomicBenoit Germain10-145/+115
2024-03-25C++ migration: revamped stack checking macrosBenoit Germain10-320/+366
2024-03-25deep_test VS user configBenoit Germain1-0/+1