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
*
Give a name to all lanes in the tests
HEAD
master
Benoit Germain
26 hours
30
-62
/
+62
*
lanes/core.[so|dll] → lanes_core.[so|dll]
Benoit Germain
29 hours
1
-1
/
+1
*
Add a VisualStudio solution to build and debug Lanes
Benoit Germain
4 days
1
-2
/
+2
*
Fix/disable some unit tests against LuaJIT until the failure reason is discov...
Benoit Germain
5 days
1
-1
/
+2
*
lanes.nameof internal code refacto + a few unit tests
Benoit Germain
10 days
1
-2
/
+2
*
Make VS Test Explorer happy by absorbing the text output of legacy tests
Benoit Germain
2024-12-20
1
-4
/
+14
*
Migrated unit tests to Catch2 v3.7.1
Benoit Germain
2024-12-20
1
-5
/
+5
*
Internal rework of an enum bad practice usage
Benoit Germain
2024-12-03
1
-56
/
+56
*
New method linda:restrict()
Benoit Germain
2024-12-03
2
-3
/
+10
*
Internal refactorization to properly handle lua_resume idiosyncrasies
Benoit Germain
2024-07-29
4
-5
/
+12
*
get_debug_threadname → get_threadname
Benoit Germain
2024-07-04
1
-3
/
+3
*
Fix finalizers in coroutine lanes
Benoit Germain
2024-07-04
1
-4
/
+7
*
Renamed set_debug_threadname → lane_threadname (can also read the current n...
Benoit Germain
2024-07-03
5
-14
/
+14
*
Improved recursive.lua
Benoit Germain
2024-07-02
1
-5
/
+5
*
linda:limit() and linda:set() return a second value, a string representing th...
Benoit Germain
2024-06-27
1
-0
/
+1
*
Change linda:limit()
Benoit Germain
2024-06-26
1
-2
/
+2
*
Make lanes.gen stricter on base libraries
Benoit Germain
2024-06-26
1
-1
/
+1
*
Fix on_state_create incorrectly rejecting Lua functions with only _ENV as upv...
Benoit Germain
2024-06-19
1
-7
/
+2
*
Wording fix: parameter → argument
Benoit Germain
2024-06-14
5
-11
/
+11
*
Fix error handling when indexing a lane with unexpected data
Benoit Germain
2024-06-14
1
-1
/
+3
*
More char* -> std::string_view conversions
Benoit Germain
2024-06-14
1
-2
/
+2
*
More fixes to make clang happy
Benoit Germain
2024-06-14
1
-2
/
+12
*
linda :get(), :set(), :limit() return value changes
Benoit Germain
2024-06-12
7
-33
/
+45
*
Unit test for to-be-closed Lanes and Lindas
Benoit Germain
2024-06-12
1
-0
/
+123
*
Adjust lanes.configure() documentation
Benoit Germain
2024-06-11
15
-43
/
+35
*
New lane:__close does a lane:join()
Benoit Germain
2024-06-11
1
-4
/
+27
*
Fixes and improvements to lane:join()
Benoit Germain
2024-06-11
9
-7
/
+32
*
linda:send() returns nil,<something> in case of error
Benoit Germain
2024-06-10
1
-7
/
+7
*
Replaced __lanesignore with __lanesconvert
Benoit Germain
2024-06-10
1
-2
/
+2
*
Fix track_lanes.lua
Benoit Germain
2024-06-10
1
-9
/
+13
*
Suspend/resume GC around Linda operations
Benoit Germain
2024-06-10
1
-4
/
+8
*
Fix basic.lua
Benoit Germain
2024-06-07
1
-1
/
+1
*
lanes.linda("auto")
Benoit Germain
2024-06-06
1
-3
/
+4
*
Tweak linda_perf.lua
Benoit Germain
2024-06-06
1
-8
/
+3
*
Fix Lua stack overflow in KeyUD:peek()
Benoit Germain
2024-06-06
1
-74
/
+87
*
Refactored keeper implementation of linda:receive()
Benoit Germain
2024-06-04
3
-3
/
+9
*
Refactored keeper implementation of linda:get()
Benoit Germain
2024-06-04
2
-7
/
+51
*
New global setting "strip_functions"
Benoit Germain
2024-06-03
1
-11
/
+13
*
Moved lanes.sleep implementation to the C-side
Benoit Germain
2024-06-03
1
-2
/
+9
*
Clarified keeper.cpp stack tracking comments
Benoit Germain
2024-06-03
1
-3
/
+9
*
Some API changes
Benoit Germain
2024-05-31
10
-41
/
+77
*
Start modernizing Keeper implementation
Benoit Germain
2024-05-31
1
-3
/
+3
*
Improved multi-keeper tests
Benoit Germain
2024-05-31
2
-102
/
+153
*
Keeper management modernisation and improvements
Benoit Germain
2024-05-30
6
-26
/
+46
*
Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c...
Benoit Germain
2024-05-29
1
-1
/
+1
*
Fix bad std::optional usage
Benoit Germain
2024-05-29
1
-2
/
+2
*
Fix lanes.lua dependency on "io"
Benoit Germain
2024-05-29
1
-0
/
+2
*
New Lanes finalizer API lanes.finally()
Benoit Germain
2024-05-28
2
-30
/
+46
*
More string_view
Benoit Germain
2024-05-27
1
-4
/
+24
*
Process upvalues equal to _G in Lua51 as in other flavors
Benoit Germain
2024-05-24
1
-2
/
+3
[next]