aboutsummaryrefslogtreecommitdiff
path: root/deep_test (follow)
Commit message (Expand)AuthorAgeFilesLines
* C++ migration: all enums are enum classBenoit Germain2024-03-291-4/+4
* C++ migration: deep_test vcproj configuration fix (we need at least C++17 sta...Benoit Germain2024-03-271-0/+18
* C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomicBenoit Germain2024-03-252-4/+3
* deep_test VS user configBenoit Germain2024-03-251-0/+1
* deep_test VS extension Smart Command Line Arguments config fileBenoit Germain2024-03-251-0/+16
* C++ migration: make deep_test build and runBenoit Germain2024-03-253-84/+77
* C++ migration: buildfixesBenoit Germain2024-03-192-20/+14
* Bump deep_test.vcxproj to VS2022Benoit Germain2024-02-221-18/+18
* moonjit supportBenoit Germain2022-03-092-6/+90
* deep_test tweaksBenoit Germain2022-02-273-13/+186
* Update deep_test.vcxproj.userBenoit Germain2022-02-211-10/+35
* some fixes in deep_test vcproj for LuaJIT-2.1.0-beta3 testingBenoit Germain2022-02-212-0/+85
* __lanesclone is now called only once with 3 parameters dest, source, size -> ...Benoit Germain2022-02-083-18/+21
* deep_test vcproj migrated to VS2019v3.15.1Benoit Germain2021-07-083-24/+183
* fix stack overflow when transfering a clonable userdata referencing itself th...Benoit Germain2021-06-264-14/+46
* correctly transfer the uservalue of a deep userdataBenoit Germain2021-06-245-3/+23
* expand deeptest.luaBenoit Germain2021-06-242-18/+20
* updated deep userdata unit test to expose issue #189Benoit Germain2021-06-232-9/+51
* __lanesclone now receives the original as light userdata the first time it i...Benoit Germain2021-06-231-4/+8
* Fix clonable userdata uservalue transferBenoit Germain2018-11-305-9/+47
* Lua 5.4 supportBenoit Germain2018-11-272-0/+78
* Fix a buffer overrunBenoit Germain2018-11-233-0/+219
* Deep userdata must embed DeepPrelude to save an allocation (also changes Deep...Benoit Germain2018-11-151-1/+2
* __lanesclone mechanism should actually work nowBenoit Germain2018-11-072-39/+94
* rename deep_test.luaBenoit Germain2018-11-051-0/+0
* add support for deep userdata cloningBenoit Germain2018-10-292-6/+74
* Deep userdata improvementsBenoit Germain2017-08-022-15/+45
* Fix for deep-aware modulesBenoit Germain2017-08-012-0/+104