aboutsummaryrefslogtreecommitdiff
path: root/deep_userdata_example/deep_userdata_example.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copy deep_userdata_example test script in the test frameworkBenoit Germain2025-07-311-1/+1
| | | | | * I need to keep deep_userdata_example hackishly built-in inside the unit tests executable, because using the external module cause a crash in Lua51 tests (module is unloaded before some deep objects are GCed...) * copy the test script in the proper location and invoke it as part of the tests
* Changed lua wrapper prefixes from luaG_ to luaW_ (w as in wrapper!)Benoit Germain2025-07-041-7/+7
|
* Fix 32 bits compilation warningsBenoit Germain2025-04-041-8/+8
|
* Sample module deep test renamed deep_userdata_exampleBenoit Germain2025-03-111-0/+340