Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-11-15 | CMakeLists.txt get all sources | sonoro1234 | 1 | -1/+2 | |
2018-11-15 | Deep userdata must embed DeepPrelude to save an allocation (also changes ↵ | Benoit Germain | 9 | -61/+56 | |
Deep protocol) | |||||
2018-11-15 | CMakeLists.txt add linda.c | sonoro1234 | 1 | -1/+1 | |
2018-11-15 | rockspec for version v3.13.0 | Benoit Germain | 2 | -0/+70 | |
2018-11-15 | split linda code in a separate file | Benoit Germain | 5 | -1013/+1056 | |
2018-11-11 | fix a bunch of compilation warnings (issue #157) | Benoit Germain | 8 | -82/+91 | |
2018-11-09 | new API lanes.set_thread_affinity(), and et_debug_threadname implemented ↵ | Benoit Germain | 6 | -2/+60 | |
with win32 pthread | |||||
2018-11-08 | Improved deadlock bug test script | Benoit Germain | 1 | -10/+19 | |
2018-11-08 | Make sure any linda operation that can raise an error won't ever leave a ↵ | Benoit Germain | 6 | -44/+101 | |
mutex unreleased | |||||
2018-11-07 | __lanesclone mechanism should actually work now | Benoit Germain | 6 | -61/+230 | |
2018-11-07 | Little bugfix for __lanesclone support | Benoit Germain | 2 | -9/+12 | |
Don't fall back to the light userdata demotion when cloning succeeded (cloning still doesn't work yet) | |||||
2018-11-07 | Fix potential crash at application shutdown when deep userdata were created ↵ | Benoit Germain | 3 | -2/+15 | |
before Lanes is required | |||||
2018-11-06 | Documentation tweak | Benoit Germain | 1 | -1/+1 | |
2018-11-05 | rename deep_test.lua | Benoit Germain | 1 | -0/+0 | |
2018-11-05 | Fix compilation warning glitches | Benoit Germain | 2 | -1/+3 | |
2018-11-04 | Documentation for __lanesclone | Benoit Germain | 1 | -2/+17 | |
2018-11-03 | fix an internal error trying to call on_state_create in a lane without any ↵ | Benoit Germain | 5 | -38/+25 | |
libs loaded always duplicate the config structure in new lanes even when no libraries are initialized by the generator | |||||
2018-11-02 | Fix error with LuaJIT when ffi package isn't required | Benoit Germain | 4 | -5/+9 | |
2018-11-02 | Enum buildfix | Benoit Germain | 4 | -14/+13 | |
2018-10-31 | Better protect_allocator autodetection | Benoit Germain | 2 | -1/+4 | |