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
/
tests
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
some dead code elimination and other trifles
Benoit Germain
2024-04-16
3
-34
/
+44
*
C++ migration: inter-state transfer managed by a new class InterCopyContext
Benoit Germain
2024-04-15
1
-6
/
+11
*
Merge branch 'C-Implementation'
Benoit Germain
2024-04-15
1
-1
/
+1
|
\
|
*
fix keeper state stack accumulating garbage in case of transfer errors
Benoit Germain
2024-04-15
1
-1
/
+1
*
|
C++ migration: keeper_call returns a std::optional
Benoit Germain
2024-04-15
1
-15
/
+59
*
|
Merge branch 'C-Implementation'
Benoit Germain
2024-04-11
1
-3
/
+12
|
\
|
|
*
Bring all interesting fixes from the C++ implementation back into the C imple...
Benoit Germain
2024-04-11
8
-194
/
+332
*
|
C++ migration: use std::jthread, std::condition_variable, std::chrono.
Benoit Germain
2024-04-08
1
-15
/
+5
*
|
Tweak some test scripts
Benoit Germain
2024-04-08
3
-6
/
+9
*
|
Enable manual control of GC inside keeper states
Benoit Germain
2024-04-05
2
-48
/
+31
*
|
tweak cancel.lua to enable individual tests. fix "hook" test for LuaJIT (need...
Benoit Germain
2024-04-04
1
-10
/
+24
*
|
tweaks to basic.lua and linda_perf.lua
Benoit Germain
2024-04-04
2
-40
/
+77
*
|
tweak cancel.lua test file to be able to cherry-pick tests with command line ...
Benoit Germain
2024-03-28
1
-88
/
+103
*
|
C++ migration: less kludgy Linda name management with a std::variant
Benoit Germain
2024-03-28
2
-1
/
+10
*
|
updated perftest.lua
Benoit Germain
2024-03-27
1
-32
/
+42
*
|
C++ migration: templated lua_touserdata
Benoit Germain
2024-03-26
1
-4
/
+35
*
|
C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classes
Benoit Germain
2024-03-26
1
-0
/
+2
*
|
C++ migration: revamped stack checking macros
Benoit Germain
2024-03-25
1
-0
/
+7
*
|
C++ migration: STACK_GROW is no longer a macro, sanitized and fixed warnings ...
Benoit Germain
2024-03-22
1
-6
/
+29
|
/
*
Minor tweaks
v3.16.1
Benoit Germain
2023-08-16
2
-3
/
+1
*
Update deadlock.lua
Benoit Germain
2022-02-07
1
-0
/
+2
*
fix require() wrapper to return all values returned by original require()
Benoit Germain
2021-09-22
1
-2
/
+6
*
fixed some tests
Benoit Germain
2021-06-28
3
-4
/
+6
*
changed lanes.threads() output so that several lanes with the same name don't...
Benoit Germain
2021-06-16
1
-0
/
+72
*
Create manual_register.lua
Benoit Germain
2019-12-13
1
-0
/
+35
*
Lane cancellation rework
Benoit Germain
2019-04-26
4
-67
/
+139
*
lane:cancel internal code refactorization
Benoit Germain
2019-04-19
1
-56
/
+56
*
don't test __lanesignore for POD types (-> slightly faster when trasnfering l...
Benoit Germain
2018-11-30
1
-2
/
+1
*
Lua 5.4 support
Benoit Germain
2018-11-27
1
-1
/
+1
*
test script tweaks
Benoit Germain
2018-11-23
2
-7
/
+18
*
Raise an error instead of crashing when attempting to transfer a non-deep ful...
Benoit Germain
2018-11-23
1
-3
/
+6
*
Create lanes_as_upvalue.lua
Benoit Germain
2018-11-21
1
-0
/
+8
*
Internal code tweaks
Benoit Germain
2018-11-19
1
-0
/
+6
*
Improved deadlock bug test script
Benoit Germain
2018-11-08
1
-10
/
+19
*
Make sure any linda operation that can raise an error won't ever leave a mute...
Benoit Germain
2018-11-08
1
-0
/
+28
*
New test protect_allocator
Benoit Germain
2018-10-31
1
-0
/
+50
*
Fix protectproxy.lua
Benoit Germain
2018-10-30
1
-2
/
+1
*
Table transfer improvements
Benoit Germain
2017-06-05
1
-6
/
+7
*
Add test for table caching in basic.lua
Benoit Germain
2017-05-16
1
-0
/
+8
*
Fix package test for Lua 5.2 and Lua 5.3
mpeterv
2015-02-25
1
-8
/
+10
*
Multiverse compatibility
Benoit Germain
2014-02-26
2
-2
/
+2
*
lindas can have a group for keeper state assignation control
Benoit Germain
2014-02-17
1
-2
/
+2
*
more fixes/tweaks about cancelled lindas
Benoit Germain
2014-02-13
2
-2
/
+32
*
new API linda:cancel("read"|"write"|"both"|"none")
Benoit Germain
2014-02-10
1
-2
/
+17
*
2 crash fixes and 1 experiment
Benoit Germain
2014-01-22
1
-0
/
+1
*
new lane launcher option gc_cb
Benoit Germain
2014-01-22
1
-10
/
+26
*
linda performance improvement
Benoit Germain
2014-01-20
1
-76
/
+54
*
Turn potential malicious-crafted code crashes into normal Lua errors
Benoit Germain
2014-01-20
1
-2
/
+7
*
Cancellation improvements and some fixes
Benoit Germain
2014-01-16
3
-13
/
+105
*
errors inside finalizers generate a full stack just like any other error
Benoit Germain
2013-10-22
1
-3
/
+2
[next]