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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-07
Use a precompiled header to speed up the build
Benoit Germain
33
-68
/
+41
2024-06-07
Code boyscouting
Benoit Germain
4
-52
/
+53
2024-06-07
Fix basic.lua
Benoit Germain
1
-1
/
+1
2024-06-07
Debug code to help track linda gc during keeper operation
Benoit Germain
5
-19
/
+71
2024-06-07
Reorganized debug stuff
Benoit Germain
4
-151
/
+179
2024-06-06
lanes.linda("auto")
Benoit Germain
4
-5
/
+26
2024-06-06
Converted a few more raw string pointers to std::string_view
Benoit Germain
8
-32
/
+39
2024-06-06
Augment deep_test with deep:invoke()
Benoit Germain
4
-8
/
+46
2024-06-06
Tweak linda_perf.lua
Benoit Germain
1
-8
/
+3
2024-06-06
One more std::ranges::iota_view
Benoit Germain
1
-12
/
+16
2024-06-06
Fix deep_test for all flavors of Lua
Benoit Germain
5
-81
/
+152
2024-06-06
Fix transfer of nil uservalues triggering a Lua API check because of conversi...
Benoit Germain
2
-19
/
+24
2024-06-06
Fix Lua stack overflow in KeyUD:peek()
Benoit Germain
2
-75
/
+90
2024-06-05
Modernize compat
Benoit Germain
13
-157
/
+206
2024-06-04
lua_absindex → luaG_absindex for inlining
Benoit Germain
5
-15
/
+11
2024-06-04
Refactored keeper implementation of linda:send()
Benoit Germain
2
-44
/
+58
2024-06-04
Refactored keeper implementation of linda:receive()
Benoit Germain
6
-53
/
+61
2024-06-04
Refactored keeper implementation of linda:limit()
Benoit Germain
1
-23
/
+31
2024-06-04
Moved keeper functions around
Benoit Germain
3
-154
/
+155
2024-06-04
Refactored keeper implementation of linda:get()
Benoit Germain
3
-24
/
+74
2024-06-04
Keeper code internal improvements
Benoit Germain
1
-25
/
+25
2024-06-04
Keeper code internal improvements
Benoit Germain
1
-33
/
+42
2024-06-04
Fix linda.batched mode broken by previous change
Benoit Germain
1
-1
/
+1
2024-06-04
Remove some useless compatibility stuff
Benoit Germain
3
-47
/
+5
2024-06-03
New global setting "strip_functions"
Benoit Germain
6
-35
/
+58
2024-06-03
Code boyscouting
Benoit Germain
2
-7
/
+7
2024-06-03
Moved lanes.sleep implementation to the C-side
Benoit Germain
8
-36
/
+67
2024-06-03
Clarified keeper.cpp stack tracking comments
Benoit Germain
2
-268
/
+303
2024-05-31
Some API changes
Benoit Germain
13
-67
/
+126
2024-05-31
Start modernizing Keeper implementation
Benoit Germain
4
-212
/
+231
2024-05-31
Improved multi-keeper tests
Benoit Germain
5
-125
/
+178
2024-05-30
Keeper management modernisation and improvements
Benoit Germain
17
-269
/
+423
2024-05-29
Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c...
Benoit Germain
13
-63
/
+71
2024-05-29
Boyscouting deep.cpp|h
Benoit Germain
5
-113
/
+128
2024-05-29
Fix bad string_view construction
Benoit Germain
1
-1
/
+1
2024-05-29
Organized namespace 'state'
Benoit Germain
4
-267
/
+283
2024-05-29
Fix bad std::optional usage
Benoit Germain
2
-9
/
+12
2024-05-29
Moved implementation of lanes.nameof in a separate file
Benoit Germain
10
-266
/
+310
2024-05-29
Fix lanes.lua dependency on "io"
Benoit Germain
4
-41
/
+34
2024-05-29
Modernize serialize_require
Benoit Germain
6
-71
/
+64
2024-05-29
PushDeepProxy internal change
Benoit Germain
4
-62
/
+48
2024-05-29
Fix bad uses of STRINGVIEW_FMT
Benoit Germain
4
-7
/
+7
2024-05-28
New Lanes finalizer API lanes.finally()
Benoit Germain
8
-54
/
+126
2024-05-28
Handle LUA_ERRFILE
Benoit Germain
2
-2
/
+3
2024-05-28
Sprinkle a bit of std::ranges::iota_view
Benoit Germain
3
-19
/
+23
2024-05-27
Optional Decoda support (disabled by default)
Benoit Germain
8
-35
/
+49
2024-05-27
More string_view
Benoit Germain
4
-45
/
+49
2024-05-27
More string_view
Benoit Germain
7
-19
/
+54
2024-05-27
namespace tweaks
Benoit Germain
7
-98
/
+111
2024-05-27
More string_view + improved DEBUGSPEW output
Benoit Germain
9
-37
/
+68
[next]