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
2026-03-05
Tweak test lanes.embedding.with_default_allocator/single_state
Benoit Germain
1
-2
/
+4
2026-03-05
CLAUDE.md improvements
Benoit Germain
1
-2
/
+7
2026-03-05
Internal improvements
Benoit Germain
8
-154
/
+188
2026-03-04
Tweak CLAUDE.md
Benoit Germain
1
-2
/
+4
2026-03-03
Shamelessly grab Lua's CSS and use them for ourselves in the documentation
Benoit Germain
6
-463
/
+689
2026-03-03
Update copyright dates
Benoit Germain
3
-12
/
+12
2026-03-03
Improve Unique<> by making the arithmetic operators optional
Benoit Germain
2
-7
/
+18
2026-03-02
Add CLAUDE.md
Benoit Germain
3
-0
/
+138
2026-03-02
lane_new internal code cleanup step 7: PrepareLaneUserData
Benoit Germain
1
-57
/
+57
2026-03-02
lane_new internal code cleanup step 6: TransferArguments
Benoit Germain
1
-9
/
+16
2026-03-02
lane_new internal code cleanup step 5: TransferLaneBody
Benoit Germain
1
-20
/
+29
2026-03-02
lane_new internal code cleanup step 4: TransferGlobals
Benoit Germain
1
-21
/
+28
2026-03-02
lane_new internal code cleanup step 3: RequireModulesInLane
Benoit Germain
1
-44
/
+51
2026-03-02
lane_new internal code cleanup step 2: TransferPackage
Benoit Germain
1
-8
/
+16
2026-03-02
lane_new internal code cleanup step 1: ResolveLanePriority
Benoit Germain
1
-14
/
+27
2026-02-27
Unify sleep() timeout with send() and receive (nil means forever)
v4.0.0
Benoit Germain
5
-28
/
+28
2026-02-26
More minor doc tweaks
Benoit Germain
2
-12
/
+16
2026-02-26
Listed some remaining doc glitches to be reflected upon
Benoit Germain
1
-0
/
+20
2026-02-26
Fix typo in convert_max_attempts documentation
Benoit Germain
1
-1
/
+1
2026-02-26
Fix lanes.timers() documentation error, and add the relevant unit test
Benoit Germain
2
-4
/
+10
2026-02-26
Fix thread_priority_range() documentation error
Benoit Germain
1
-1
/
+1
2026-02-26
Fix documentation about finalizers
Benoit Germain
1
-1
/
+1
2026-02-26
Fix linda:receive() documentation error
Benoit Germain
1
-1
/
+1
2026-02-26
update CHANGES
Benoit Germain
1
-1
/
+2
2026-02-26
More cancellation documentation fixes
Benoit Germain
1
-2
/
+4
2026-02-26
Fix comments for lane_cancel
Benoit Germain
1
-4
/
+1
2026-02-26
change cancel_test() to raise cancel_error on hard-cancels by default
Benoit Germain
8
-20
/
+43
2026-02-26
Improve cancel_test() documentation and unit test
Benoit Germain
2
-5
/
+19
2025-12-01
Updated COPYRIGHT and README
Benoit Germain
4
-1
/
+25
2025-11-19
Link lanes_core.so with -fvisibility=hidden
Benoit Germain
1
-1
/
+1
2025-10-30
Test full userdata keys with verbose_errors
Benoit Germain
2
-3
/
+12
2025-10-30
Stronger test for verbose_errors
Benoit Germain
1
-5
/
+9
2025-10-27
Two less global variables
Benoit Germain
1
-2
/
+3
2025-10-27
verbose_errors improvement
Benoit Germain
8
-14
/
+62
2025-10-21
Fix STACK_GROW under Clang
Benoit Germain
1
-1
/
+1
2025-09-30
Lift restriction on functions and userdata as table keys
Benoit Germain
6
-50
/
+149
2025-09-29
Lift restriction on tables as table keys
Benoit Germain
7
-14
/
+54
2025-09-29
Many small doc tweaks
Benoit Germain
1
-39
/
+42
2025-09-23
Fix embedded tests when PATH is insufficient
Benoit Germain
1
-14
/
+35
2025-09-22
Fix a small doc typo
Benoit Germain
1
-2
/
+2
2025-09-20
Improve table and userdata conversions
Benoit Germain
12
-132
/
+656
2025-08-21
Improved func_is_string unit test
Benoit Germain
1
-19
/
+27
2025-07-31
Copy deep_userdata_example test script in the test framework
Benoit Germain
6
-3
/
+180
2025-07-31
Adjust deep_userdata_example test script to the latest linda API changes
Benoit Germain
1
-1
/
+1
2025-07-31
RAII + setjmp = UB
Benoit Germain
2
-40
/
+13
2025-07-28
I don't even know why I ever included luajit.h. removed it.
Benoit Germain
1
-1
/
+0
2025-07-27
Tiny makefile tweak for Lua 5.5
Benoit Germain
1
-1
/
+1
2025-07-25
Split lanes.sleep unit tests and some linda unit tests too
Benoit Germain
2
-76
/
+91
2025-07-25
Fix crashes in MSVC release builds related to KeeperOperationInProgress
Benoit Germain
3
-14
/
+24
2025-07-24
Rework function bytecode dumping to be Lua5.5-ready
Benoit Germain
7
-45
/
+53
[next]