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
/
docs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2025-07-24
Use LANES_DEBUG instead of MSVC-specific _DEBUG to activate debug code
Benoit Germain
2
-44
/
+45
2025-07-24
Use LANES_DEBUG instead of MSVC-specific _DEBUG to activate debug code
Benoit Germain
4
-22
/
+32
2025-07-22
workaround a possible Lua 5.5 bug when dumping functions (but it doesn't solv...
Benoit Germain
1
-0
/
+5
2025-07-22
New helper to push function bytecode (to facilitate Lua 5.5 support)
Benoit Germain
3
-38
/
+53
2025-07-20
cmake for c++20 in master branch
sonoro1234
1
-2
/
+3
2025-07-04
Minor doc fixes
Benoit Germain
1
-2
/
+2
2025-07-04
Added Lua 5.5 support
Benoit Germain
10
-32
/
+97
2025-07-04
Changed lua wrapper prefixes from luaG_ to luaW_ (w as in wrapper!)
Benoit Germain
25
-390
/
+390
2025-07-04
Added targets for Lua 5.5 in VS projects and Solution
Benoit Germain
4
-0
/
+737
2025-07-04
Split coro tests in several scripts
Benoit Germain
13
-203
/
+288
2025-07-03
Fix more issues related to suspended coroutines and join/indexing operations
Benoit Germain
5
-162
/
+269
2025-07-01
Clarified interactions between join() and coroutines
Benoit Germain
2
-46
/
+75
2025-06-26
Preparation for lane:close() and correct to-be-closed variables
Benoit Germain
9
-123
/
+299
2025-06-26
Minor documentation fix
Benoit Germain
1
-2
/
+2
2025-06-25
Minor code refacto (Lane::waitForCompletion)
Benoit Germain
2
-27
/
+15
2025-06-24
Move some tests to a separate script
Benoit Germain
5
-27
/
+33
2025-06-24
Better protection of selfdestruct chain at universe shutdown
Benoit Germain
1
-15
/
+18
2025-06-23
Added 2 tests in tasking_basic
Benoit Germain
1
-0
/
+27
2025-06-05
Change lane:join() return values
Benoit Germain
17
-67
/
+85
2025-05-22
Minor code cosmetic changes
Benoit Germain
3
-64
/
+89
2025-05-21
Code factorization in KeyUD::pop()
Benoit Germain
1
-9
/
+19
2025-05-07
Thread priority rework
Benoit Germain
11
-171
/
+347
2025-05-06
Renamed a few unit tests
Benoit Germain
2
-10
/
+10
2025-05-06
Fix priorities for Mingw builds
Benoit Germain
1
-2
/
+2
2025-04-29
Move ProtectedAllocator::Protected_lua_Alloc in universe.cpp
Benoit Germain
2
-8
/
+13
2025-04-29
Updated comments on unit test lanes.configure.allocator/protected
Benoit Germain
2
-2
/
+2
2025-04-29
Retarget vcxproj to latest Windows SDK
Benoit Germain
1
-1
/
+1
2025-04-29
Split unittest lanes.configure.allocator
Benoit Germain
1
-31
/
+47
2025-04-28
Remove a useless mutex guard on lane setf-destruct
Benoit Germain
3
-2
/
+3
[next]