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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rework function bytecode dumping to be Lua5.5-ready
Benoit Germain
2025-07-24
7
-45
/
+53
*
Use LANES_DEBUG instead of MSVC-specific _DEBUG to activate debug code
Benoit Germain
2025-07-24
2
-44
/
+45
*
Use LANES_DEBUG instead of MSVC-specific _DEBUG to activate debug code
Benoit Germain
2025-07-24
4
-22
/
+32
*
workaround a possible Lua 5.5 bug when dumping functions (but it doesn't solv...
Benoit Germain
2025-07-22
1
-0
/
+5
*
New helper to push function bytecode (to facilitate Lua 5.5 support)
Benoit Germain
2025-07-22
3
-38
/
+53
*
Merge pull request #240 from sonoro1234/master_cmake2
Benoit Germain
2025-07-22
1
-2
/
+3
|
\
|
*
cmake for c++20 in master branch
sonoro1234
2025-07-20
1
-2
/
+3
|
/
*
Minor doc fixes
Benoit Germain
2025-07-04
1
-2
/
+2
*
Added Lua 5.5 support
Benoit Germain
2025-07-04
10
-32
/
+97
*
Changed lua wrapper prefixes from luaG_ to luaW_ (w as in wrapper!)
Benoit Germain
2025-07-04
25
-390
/
+390
*
Added targets for Lua 5.5 in VS projects and Solution
Benoit Germain
2025-07-04
4
-0
/
+737
*
Split coro tests in several scripts
Benoit Germain
2025-07-04
13
-203
/
+288
*
Fix more issues related to suspended coroutines and join/indexing operations
Benoit Germain
2025-07-03
5
-162
/
+269
*
Clarified interactions between join() and coroutines
Benoit Germain
2025-07-01
2
-46
/
+75
*
Preparation for lane:close() and correct to-be-closed variables
Benoit Germain
2025-06-26
9
-123
/
+299
*
Minor documentation fix
Benoit Germain
2025-06-26
1
-2
/
+2
*
Minor code refacto (Lane::waitForCompletion)
Benoit Germain
2025-06-25
2
-27
/
+15
*
Move some tests to a separate script
Benoit Germain
2025-06-24
5
-27
/
+33
*
Better protection of selfdestruct chain at universe shutdown
Benoit Germain
2025-06-24
1
-15
/
+18
*
Added 2 tests in tasking_basic
Benoit Germain
2025-06-23
1
-0
/
+27
*
Change lane:join() return values
Benoit Germain
2025-06-05
17
-67
/
+85
*
Minor code cosmetic changes
Benoit Germain
2025-05-22
3
-64
/
+89
*
Code factorization in KeyUD::pop()
Benoit Germain
2025-05-21
1
-9
/
+19
*
Thread priority rework
Benoit Germain
2025-05-07
11
-171
/
+347
*
Renamed a few unit tests
Benoit Germain
2025-05-06
2
-10
/
+10
*
Fix priorities for Mingw builds
Benoit Germain
2025-05-06
1
-2
/
+2
*
Move ProtectedAllocator::Protected_lua_Alloc in universe.cpp
Benoit Germain
2025-04-29
2
-8
/
+13
*
Updated comments on unit test lanes.configure.allocator/protected
Benoit Germain
2025-04-29
2
-2
/
+2
*
Retarget vcxproj to latest Windows SDK
Benoit Germain
2025-04-29
1
-1
/
+1
*
Split unittest lanes.configure.allocator
Benoit Germain
2025-04-29
1
-31
/
+47
*
Remove a useless mutex guard on lane setf-destruct
Benoit Germain
2025-04-28
3
-2
/
+3
*
Minor internal tweaks in shutdown code
Benoit Germain
2025-04-28
4
-12
/
+23
*
Code factorization in linda send/receive implementation
Benoit Germain
2025-04-25
1
-64
/
+40
*
Unit test fixes
Benoit Germain
2025-04-24
4
-10
/
+42
*
Fix rockspec
Benoit Germain
2025-04-23
1
-1
/
+1
*
cancel_test() returns "soft"/"hard" instead of true
Benoit Germain
2025-04-23
4
-8
/
+23
*
Fix doc typos
Benoit Germain
2025-04-23
1
-38
/
+38
*
Documentation improvements
Benoit Germain
2025-04-21
1
-10
/
+88
*
Make gcc more happy
Benoit Germain
2025-04-20
3
-3
/
+5
*
Make gcc happy
Benoit Germain
2025-04-20
2
-3
/
+3
*
A unit test for linda wake_period
Benoit Germain
2025-04-18
7
-15
/
+64
*
New feature: Linda periodical cancellation checks
Benoit Germain
2025-04-18
24
-426
/
+627
*
Linda batched mode rework
Benoit Germain
2025-04-15
14
-174
/
+174
*
A bit of code factorization
Benoit Germain
2025-04-15
2
-88
/
+87
*
Fix documentation for lane:cancel()
Benoit Germain
2025-04-15
1
-1
/
+1
*
Fix some tests (kinda)
Benoit Germain
2025-04-15
8
-82
/
+120
*
Makefile tweaks
Benoit Germain
2025-04-14
2
-5
/
+3
*
Ignore .vscode folder
Benoit Germain
2025-04-14
1
-0
/
+1
*
Remove whitspaces from test names
Benoit Germain
2025-04-14
3
-6
/
+6
*
A configuration file to debug mingw ucrt64 builds with vscode
Benoit Germain
2025-04-14
1
-0
/
+44
[prev]
[next]