aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove uintptr_t againv3.17.0Benoit Germain2024-04-296-16/+20
* expose nil sentinel as lanes.nullBenoit Germain2024-04-291-0/+3
* fix keeper state stack accumulating garbage in case of transfer errorsBenoit Germain2024-04-155-2/+12
* Bring all interesting fixes from the C++ implementation back into the C imple...Benoit Germain2024-04-1129-615/+880
* fix small internal issue with when hitting timeout on thread kill during thre...Benoit Germain2024-03-192-2/+5
* Fixed documentation regarding "standard modules"Benoit Germain2024-02-231-22/+73
* Better CHANGE commentv3.16.3Benoit Germain2024-02-221-1/+1
* Detect runtime LuaJIT/PUC-Lua mismatchBenoit Germain2024-02-225-10/+25
* Merge branch 'master' of https://github.com/LuaLanes/lanesBenoit Germain2024-02-221-1/+5
|\
| * Merge pull request #222 from ConiKost/muslBenoit Germain2024-01-281-1/+5
| |\
| | * src/threading.h: fix compilation on muslConrad Kostecki2024-01-231-1/+5
| |/
* / Bump deep_test.vcxproj to VS2022Benoit Germain2024-02-221-18/+18
|/
* Finalize version 3.16.2v3.16.2Benoit Germain2023-08-175-5/+9
* Merge pull request #219 from Mitalie/fix-linux-crashBenoit Germain2023-08-171-4/+4
|\
| * Prevent crash on linux as non-rootAnssi Mäkinen2023-08-171-4/+4
|/
* Minor tweaksv3.16.1Benoit Germain2023-08-168-16/+13
* new .internal_allocator configuration IUNTESTED)Benoit Germain2023-08-0913-62/+83
* tweaks to linux thread priority managementBenoit Germain2023-07-284-102/+122
* Update comparison.htmlBenoit Germain2023-07-281-2/+2
* moonjit supportBenoit Germain2022-03-0912-75/+177
* Merge pull request #209 from jlainema/patch-1Benoit Germain2022-03-041-1/+1
|\
| * Update lanes-3.16.0-0.rockspecjlainema2022-03-031-1/+1
|/
* Merge pull request #208 from eligovision/lanes_lanesclone3args_fixv3.16.0Benoit Germain2022-03-011-4/+4
|\
| * Bug in __lanesclone with 3 parameters mechanism fixed (index was wrong in int...valid-ptr2022-03-011-4/+4
|/
* deep_test tweaksBenoit Germain2022-02-273-13/+186
* Make allocator threadsafe by default when running LuaJIT, because LuaJIT allo...Benoit Germain2022-02-215-21/+25
* use malloc/free for keeper control structure when compiling for LuaJITBenoit Germain2022-02-211-6/+18
* Update deep_test.vcxproj.userBenoit Germain2022-02-211-10/+35
* some fixes in deep_test vcproj for LuaJIT-2.1.0-beta3 testingBenoit Germain2022-02-212-0/+85
* NEVER use allocator obtained from lua_getallocf to allocate stuff manually wh...Benoit Germain2022-02-176-28/+77
* __lanesclone is now called only once with 3 parameters dest, source, size -> ...Benoit Germain2022-02-088-157/+142
* Version bumpBenoit Germain2022-02-073-5/+7
* A Lane's Lua state uses the Universe-defined allocator by defaultBenoit Germain2022-02-071-2/+3
* removed explicit calls to malloc/freeBenoit Germain2022-02-075-30/+46
* Update deadlock.luaBenoit Germain2022-02-071-0/+2
* Fix rockspec deprecated github urlBenoit Germain2022-02-071-1/+1
* Changed all indentations to all whitespacesBenoit Germain2022-02-0720-6567/+6564
* Merge pull request #203 from SoundBot/patch-1Benoit Germain2022-02-071-1/+1
|\
| * Replace deprecated pthread_yield with sched_yieldSoundBot2022-01-191-1/+1
|/
* Fix missing cancel.c in rockspecBenoit Germain2021-11-171-1/+13
* fix require() wrapper to return all values returned by original require()Benoit Germain2021-09-226-151/+22
* deep_test vcproj migrated to VS2019v3.15.1Benoit Germain2021-07-083-24/+183
* Merge branch 'master' of https://github.com/LuaLanes/lanesBenoit Germain2021-07-081-0/+1
|\
| * Update cancel.cBenoit Germain2021-06-281-0/+1
* | fix function transfer with lua_dump for Lua 5.4 failing for functions big eno...Benoit Germain2021-07-085-16/+98
|/
* Update lanes-3.15.0-0.rockspecv3.15.0Benoit Germain2021-06-281-2/+2
* fixed some testsBenoit Germain2021-06-283-4/+6
* fix stack overflow when transfering a clonable userdata referencing itself th...Benoit Germain2021-06-267-152/+245
* correctly transfer the uservalue of a deep userdataBenoit Germain2021-06-2417-422/+598
* expand deeptest.luaBenoit Germain2021-06-242-18/+20