Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Benoit Germain | 2021-06-26 | 4 | -14/+46 |
| | | | | through a uservalue | ||||
* | 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 ↵ | Benoit Germain | 2021-06-23 | 1 | -4/+8 |
| | | | | is called | ||||
* | 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 ↵ | Benoit Germain | 2018-11-15 | 1 | -1/+2 |
| | | | | Deep protocol) | ||||
* | __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 |
| | |||||
* | add support for deep userdata cloning | Benoit Germain | 2018-10-29 | 2 | -6/+74 |
| | |||||
* | Deep userdata improvements | Benoit Germain | 2017-08-02 | 2 | -15/+45 |
| | | | | | Support for user-provided __gc Improved example | ||||
* | Fix for deep-aware modules | Benoit Germain | 2017-08-01 | 2 | -0/+104 |
Don't crash when using a module that creates Lanes-compatible deep userdata. Added a sample deep-aware module. |