Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copy deep_userdata_example test script in the test framework | Benoit Germain | 2025-07-31 | 1 | -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 Germain | 2025-07-04 | 1 | -7/+7 |
| | |||||
* | Fix 32 bits compilation warnings | Benoit Germain | 2025-04-04 | 1 | -8/+8 |
| | |||||
* | Sample module deep test renamed deep_userdata_example | Benoit Germain | 2025-03-11 | 1 | -0/+340 |