| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix deeptest.lua | Benoit Germain | 2024-06-14 | 1 | -2/+6 |
* | lua_pushliteral -> luaG_pushstring | Benoit Germain | 2024-06-14 | 1 | -2/+2 |
* | A small step toward making clang happy | Benoit Germain | 2024-06-13 | 1 | -0/+63 |
* | Add support for to-be-closed linda | Benoit Germain | 2024-06-12 | 1 | -1/+2 |
* | Removed .demote_full_userdata | Benoit Germain | 2024-06-10 | 2 | -4/+11 |
* | Factorize uservalue extraction in luaG_getalluservalues | Benoit Germain | 2024-06-07 | 2 | -2/+10 |
* | Fix deep_test.cpp | Benoit Germain | 2024-06-07 | 1 | -2/+2 |
* | Use a precompiled header to speed up the build | Benoit Germain | 2024-06-07 | 2 | -1/+2 |
* | Debug code to help track linda gc during keeper operation | Benoit Germain | 2024-06-07 | 1 | -15/+37 |
* | Converted a few more raw string pointers to std::string_view | Benoit Germain | 2024-06-06 | 1 | -2/+2 |
* | Augment deep_test with deep:invoke() | Benoit Germain | 2024-06-06 | 4 | -8/+46 |
* | Fix deep_test for all flavors of Lua | Benoit Germain | 2024-06-06 | 4 | -81/+88 |
* | Boyscouting deep.cpp|h | Benoit Germain | 2024-05-29 | 1 | -13/+13 |
* | Start using string_view | Benoit Germain | 2024-05-20 | 1 | -1/+1 |
* | deep_test vcproj tweaks | Benoit Germain | 2024-05-13 | 2 | -10/+10 |
* | Some more code refactorization | Benoit Germain | 2024-05-13 | 3 | -6/+7 |
* | New lane generator option opt_tbl.name | Benoit Germain | 2024-05-13 | 1 | -3/+2 |
* | InterCopyContext always raises errors in a non-Keeper state | Benoit Germain | 2024-05-02 | 1 | -2/+3 |
* | All headers reformatted with updated clang-format settings | Benoit Germain | 2024-04-29 | 1 | -2/+2 |
* | C++ migration: wrap all Lua error raising API functions in a [[noreturn]] rai... | Benoit Germain | 2024-04-26 | 1 | -3/+3 |
* | Move LindaFactory in separate files | Benoit Germain | 2024-04-26 | 1 | -11/+14 |
* | some dead code elimination and other trifles | Benoit Germain | 2024-04-16 | 1 | -25/+25 |
* | C++ migration: inter-state transfer managed by a new class InterCopyContext | Benoit Germain | 2024-04-15 | 1 | -1/+1 |
* | C++ migration: deep userdata API rework. bye bye idfunc, hello DeepFactory | Benoit Germain | 2024-04-15 | 2 | -36/+44 |
* | C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore | Benoit Germain | 2024-04-09 | 1 | -139/+139 |
* | C++ migration: all enums are enum class | Benoit Germain | 2024-03-29 | 1 | -4/+4 |
* | C++ migration: deep_test vcproj configuration fix (we need at least C++17 sta... | Benoit Germain | 2024-03-27 | 1 | -0/+18 |
* | C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomic | Benoit Germain | 2024-03-25 | 2 | -4/+3 |
* | deep_test VS user config | Benoit Germain | 2024-03-25 | 1 | -0/+1 |
* | deep_test VS extension Smart Command Line Arguments config file | Benoit Germain | 2024-03-25 | 1 | -0/+16 |
* | C++ migration: make deep_test build and run | Benoit Germain | 2024-03-25 | 3 | -84/+77 |
* | C++ migration: buildfixes | Benoit Germain | 2024-03-19 | 2 | -20/+14 |
* | Bump deep_test.vcxproj to VS2022 | Benoit Germain | 2024-02-22 | 1 | -18/+18 |
* | moonjit support | Benoit Germain | 2022-03-09 | 2 | -6/+90 |
* | deep_test tweaks | Benoit Germain | 2022-02-27 | 3 | -13/+186 |
* | Update deep_test.vcxproj.user | Benoit Germain | 2022-02-21 | 1 | -10/+35 |
* | some fixes in deep_test vcproj for LuaJIT-2.1.0-beta3 testing | Benoit Germain | 2022-02-21 | 2 | -0/+85 |
* | __lanesclone is now called only once with 3 parameters dest, source, size -> ... | Benoit Germain | 2022-02-08 | 3 | -18/+21 |
* | deep_test vcproj migrated to VS2019v3.15.1 | Benoit Germain | 2021-07-08 | 3 | -24/+183 |
* | fix stack overflow when transfering a clonable userdata referencing itself th... | Benoit Germain | 2021-06-26 | 4 | -14/+46 |
* | correctly transfer the uservalue of a deep userdata | Benoit Germain | 2021-06-24 | 5 | -3/+23 |
* | expand deeptest.lua | Benoit Germain | 2021-06-24 | 2 | -18/+20 |
* | updated deep userdata unit test to expose issue #189 | Benoit Germain | 2021-06-23 | 2 | -9/+51 |
* | __lanesclone now receives the original as light userdata the first time it i... | Benoit Germain | 2021-06-23 | 1 | -4/+8 |
* | Fix clonable userdata uservalue transfer | Benoit Germain | 2018-11-30 | 5 | -9/+47 |
* | Lua 5.4 support | Benoit Germain | 2018-11-27 | 2 | -0/+78 |
* | Fix a buffer overrun | Benoit Germain | 2018-11-23 | 3 | -0/+219 |
* | Deep userdata must embed DeepPrelude to save an allocation (also changes Deep... | Benoit Germain | 2018-11-15 | 1 | -1/+2 |
* | __lanesclone mechanism should actually work now | Benoit Germain | 2018-11-07 | 2 | -39/+94 |
* | rename deep_test.lua | Benoit Germain | 2018-11-05 | 1 | -0/+0 |