aboutsummaryrefslogtreecommitdiff
path: root/BUGS (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-15CMakeLists.txt get all sourcessonoro12341-1/+2
2018-11-15Deep userdata must embed DeepPrelude to save an allocation (also changes ↵Benoit Germain9-61/+56
Deep protocol)
2018-11-15CMakeLists.txt add linda.csonoro12341-1/+1
2018-11-15rockspec for version v3.13.0Benoit Germain2-0/+70
2018-11-15split linda code in a separate fileBenoit Germain5-1013/+1056
2018-11-11fix a bunch of compilation warnings (issue #157)Benoit Germain8-82/+91
2018-11-09new API lanes.set_thread_affinity(), and et_debug_threadname implemented ↵Benoit Germain6-2/+60
with win32 pthread
2018-11-08Improved deadlock bug test scriptBenoit Germain1-10/+19
2018-11-08Make sure any linda operation that can raise an error won't ever leave a ↵Benoit Germain6-44/+101
mutex unreleased
2018-11-07__lanesclone mechanism should actually work nowBenoit Germain6-61/+230
2018-11-07Little bugfix for __lanesclone supportBenoit Germain2-9/+12
Don't fall back to the light userdata demotion when cloning succeeded (cloning still doesn't work yet)
2018-11-07Fix potential crash at application shutdown when deep userdata were created ↵Benoit Germain3-2/+15
before Lanes is required
2018-11-06Documentation tweakBenoit Germain1-1/+1
2018-11-05rename deep_test.luaBenoit Germain1-0/+0
2018-11-05Fix compilation warning glitchesBenoit Germain2-1/+3
2018-11-04Documentation for __lanescloneBenoit Germain1-2/+17
2018-11-03fix an internal error trying to call on_state_create in a lane without any ↵Benoit Germain5-38/+25
libs loaded always duplicate the config structure in new lanes even when no libraries are initialized by the generator
2018-11-02Fix error with LuaJIT when ffi package isn't requiredBenoit Germain4-5/+9
2018-11-02Enum buildfixBenoit Germain4-14/+13
2018-10-31Better protect_allocator autodetectionBenoit Germain2-1/+4