index
:
lanes
C-Implementation
gh-pages
master
A mirror of https://github.com/LuaLanes/lanes.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finalize version 3.16.2
v3.16.2
Benoit Germain
2023-08-17
2
-2
/
+2
*
Prevent crash on linux as non-root
Anssi Mäkinen
2023-08-17
1
-4
/
+4
*
Minor tweaks
v3.16.1
Benoit Germain
2023-08-16
5
-11
/
+10
*
new .internal_allocator configuration IUNTESTED)
Benoit Germain
2023-08-09
10
-53
/
+54
*
tweaks to linux thread priority management
Benoit Germain
2023-07-28
3
-102
/
+116
*
moonjit support
Benoit Germain
2022-03-09
10
-69
/
+87
*
Bug in __lanesclone with 3 parameters mechanism fixed (index was wrong in int...
valid-ptr
2022-03-01
1
-4
/
+4
*
Make allocator threadsafe by default when running LuaJIT, because LuaJIT allo...
Benoit Germain
2022-02-21
5
-21
/
+25
*
use malloc/free for keeper control structure when compiling for LuaJIT
Benoit Germain
2022-02-21
1
-6
/
+18
*
NEVER use allocator obtained from lua_getallocf to allocate stuff manually wh...
Benoit Germain
2022-02-17
5
-28
/
+74
*
__lanesclone is now called only once with 3 parameters dest, source, size -> ...
Benoit Germain
2022-02-08
2
-118
/
+106
*
Version bump
Benoit Germain
2022-02-07
1
-1
/
+1
*
A Lane's Lua state uses the Universe-defined allocator by default
Benoit Germain
2022-02-07
1
-2
/
+3
*
removed explicit calls to malloc/free
Benoit Germain
2022-02-07
4
-30
/
+43
*
Changed all indentations to all whitespaces
Benoit Germain
2022-02-07
20
-6567
/
+6564
*
Replace deprecated pthread_yield with sched_yield
SoundBot
2022-01-19
1
-1
/
+1
*
fix require() wrapper to return all values returned by original require()
Benoit Germain
2021-09-22
2
-17
/
+13
*
Merge branch 'master' of https://github.com/LuaLanes/lanes
Benoit Germain
2021-07-08
1
-0
/
+1
|
\
|
*
Update cancel.c
Benoit Germain
2021-06-28
1
-0
/
+1
*
|
fix function transfer with lua_dump for Lua 5.4 failing for functions big eno...
Benoit Germain
2021-07-08
2
-15
/
+27
|
/
*
fix stack overflow when transfering a clonable userdata referencing itself th...
Benoit Germain
2021-06-26
3
-138
/
+199
*
correctly transfer the uservalue of a deep userdata
Benoit Germain
2021-06-24
10
-418
/
+508
*
__lanesclone now receives the original as light userdata the first time it i...
Benoit Germain
2021-06-23
1
-4
/
+6
*
changed lanes.threads() output so that several lanes with the same name don't...
Benoit Germain
2021-06-16
2
-21
/
+26
*
Merge pull request #190 from eligovision/lanes_lua51_bugfix
Benoit Germain
2021-06-16
1
-1
/
+20
|
\
|
*
Compat lua_setiuservalue fixed for Lua 5.1 and LuaJIT
valid-ptr
2021-02-24
1
-1
/
+6
|
*
Bug fix for Lua 5.1/LuaJIT: lua_getiuservalue must check if lua_getfenv retur...
valid-ptr
2021-02-15
1
-0
/
+14
*
|
NetBSD support
nia
2020-10-05
2
-3
/
+15
|
/
*
Makefile detect MinGW 64 as well as MinGW 32
Benoit Germain
2020-04-22
1
-2
/
+2
*
fix THREAD_SET_AFFINITY always failing
Benoit Germain
2020-04-22
1
-2
/
+2
*
Lane cancellation rework
Benoit Germain
2019-04-26
7
-90
/
+133
*
Moved cancellation code in separate files
Benoit Germain
2019-04-22
7
-228
/
+316
*
Fix _GNU_SOURCE redefinition (#171)
Benoit Germain
2019-04-22
1
-4
/
+9
*
DEBUGSPEW_CODE in cancel_hook
Benoit Germain
2019-04-20
2
-1
/
+2
*
lane:cancel internal code refactorization
Benoit Germain
2019-04-19
2
-81
/
+74
*
[*] Hotfix for 64-bit iOS.
Igor Ivanov
2018-12-20
1
-1
/
+1
*
Fix clonable userdata uservalue transfer
Benoit Germain
2018-11-30
1
-5
/
+4
*
don't test __lanesignore for POD types (-> slightly faster when trasnfering l...
Benoit Germain
2018-11-30
2
-67
/
+99
*
Split a megafunction in smaller parts
Benoit Germain
2018-11-28
1
-234
/
+259
*
Lua 5.4 support
Benoit Germain
2018-11-27
7
-33
/
+149
*
Merge branch 'master' of https://github.com/LuaLanes/lanes
Benoit Germain
2018-11-27
4
-11
/
+96
|
\
|
*
Threads compilation for Android fixed; Thread can't be killed to date (warnin...
valid-ptr
2018-11-27
2
-1
/
+19
|
*
Trailing whitespaces deleted from lanes.lua
valid-ptr
2018-11-27
1
-10
/
+10
|
*
Merge pull request #166 from eligovision/lanes_linux_linking
Benoit Germain
2018-11-26
1
-0
/
+4
|
|
\
|
|
*
'Linking error while embedding Lanes' on Linux fix simplified
Konstantin S. Matveyev
2018-11-26
1
-4
/
+2
|
|
*
'Linking error while embedding Lanes' on Linux fix
Konstantin S. Matveyev
2018-11-26
1
-0
/
+6
|
*
|
Merge pull request #167 from eligovision/lanes_threads_macos
Benoit Germain
2018-11-26
2
-0
/
+63
|
|
\
\
|
|
*
|
Compilation of 'threading.c' fixed for macos
valid-ptr
2018-11-26
2
-0
/
+63
|
|
|
/
*
|
/
replace hardcoded "_LOADED" with lua-provided LUA_LOADED_TABLE
Benoit Germain
2018-11-27
2
-3
/
+3
|
/
/
*
/
Lanes version available in public header
Benoit Germain
2018-11-26
3
-4
/
+15
|
/
[next]