| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Essentially, buildfixes when compiling as C++, plus properly marking public API as extern "C"
|
|
|
|
| |
new configuration option .internal_allocator to help LuaJIT users. THIS IS YET UNTESTED, USE AT YOUR OWN RISKS.
|
| |
|
|
|
|
| |
Lane and linda userdata were allocated with malloc/free, preventing embedders from fully controlling memory operations. Now all internal Lanes allocations go through the master state alloc function.
|
|
|
|
| |
Tabs mess up alignment of stack contents comments, so I'm done with them.
|
|
|
|
|
|
| |
lots of data)
+ more code refactoring
|
|
|
|
| |
embedders-friendly)
|
|
|
|
|
|
|
| |
libs loaded
always duplicate the config structure in new lanes even when no
libraries are initialized by the generator
|
| |
|
|
Don't crash when using a module that creates Lanes-compatible deep
userdata.
Added a sample deep-aware module.
|