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
/
lanes.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sprinkling StackIndex all over the place
Benoit Germain
2024-10-08
1
-34
/
+34
*
Code boyscouting
Benoit Germain
2024-07-30
1
-4
/
+4
*
get_debug_threadname → get_threadname
Benoit Germain
2024-07-04
1
-1
/
+1
*
It is possible to index and join a suspended coroutine lane
Benoit Germain
2024-07-03
1
-3
/
+3
*
Add minimal coroutine support: no doc, no error handling, no cancellation han...
Benoit Germain
2024-07-03
1
-6
/
+22
*
A small step toward coroutine-based lanes
Benoit Germain
2024-07-01
1
-1
/
+3
*
Boyscouting
Benoit Germain
2024-06-26
1
-7
/
+7
*
Make lanes.gen stricter on base libraries
Benoit Germain
2024-06-26
1
-0
/
+1
*
Wording fix: parameter → argument
Benoit Germain
2024-06-14
1
-1
/
+1
*
lua_pushliteral -> luaG_pushstring
Benoit Germain
2024-06-14
1
-6
/
+6
*
A small step toward making clang happy
Benoit Germain
2024-06-13
1
-0
/
+9
*
More application of the coding rules
Benoit Germain
2024-06-11
1
-7
/
+7
*
linda:send() returns nil,<something> in case of error
Benoit Germain
2024-06-10
1
-2
/
+2
*
luaG_typename returns a std::string_view
Benoit Germain
2024-06-10
1
-5
/
+5
*
Improvements in compat.h
Benoit Germain
2024-06-07
1
-2
/
+2
*
Boyscouting some luaG_ functions
Benoit Germain
2024-06-07
1
-16
/
+14
*
Use a precompiled header to speed up the build
Benoit Germain
2024-06-07
1
-2
/
+1
*
Converted a few more raw string pointers to std::string_view
Benoit Germain
2024-06-06
1
-2
/
+4
*
Modernize compat
Benoit Germain
2024-06-05
1
-17
/
+17
*
Moved lanes.sleep implementation to the C-side
Benoit Germain
2024-06-03
1
-5
/
+33
*
Improved multi-keeper tests
Benoit Germain
2024-05-31
1
-1
/
+1
*
Keeper management modernisation and improvements
Benoit Germain
2024-05-30
1
-41
/
+2
*
Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c...
Benoit Germain
2024-05-29
1
-9
/
+9
*
Organized namespace 'state'
Benoit Germain
2024-05-29
1
-2
/
+2
*
Moved implementation of lanes.nameof in a separate file
Benoit Germain
2024-05-29
1
-6
/
+7
*
Modernize serialize_require
Benoit Germain
2024-05-29
1
-1
/
+1
*
PushDeepProxy internal change
Benoit Germain
2024-05-29
1
-10
/
+2
*
New Lanes finalizer API lanes.finally()
Benoit Germain
2024-05-28
1
-0
/
+1
*
Optional Decoda support (disabled by default)
Benoit Germain
2024-05-27
1
-0
/
+3
*
More string_view
Benoit Germain
2024-05-27
1
-1
/
+1
*
More string_view
Benoit Germain
2024-05-27
1
-1
/
+1
*
namespace tweaks
Benoit Germain
2024-05-27
1
-14
/
+16
*
Process upvalues equal to _G in Lua51 as in other flavors
Benoit Germain
2024-05-24
1
-8
/
+5
*
DEBUGSPEW_PARAM_COMMA(Universe* U_)
Benoit Germain
2024-05-23
1
-3
/
+3
*
DEBUGSPEW fprintf(stderr) → std::cerr
Benoit Germain
2024-05-22
1
-22
/
+22
*
lua503_getfield → strong typed luaG_getfield
Benoit Germain
2024-05-22
1
-8
/
+7
*
Lane::debugName is a std::string_view
Benoit Germain
2024-05-20
1
-10
/
+10
*
More string_view
Benoit Germain
2024-05-20
1
-5
/
+4
*
Fixed forgotten int → LuaError
Benoit Germain
2024-05-20
1
-3
/
+4
*
Start using string_view
Benoit Germain
2024-05-20
1
-4
/
+4
*
Minor code tweaks
Benoit Germain
2024-05-17
1
-67
/
+76
*
Error reporting revamp
Benoit Germain
2024-05-17
1
-20
/
+22
*
Shuffling code around
Benoit Germain
2024-05-14
1
-81
/
+3
*
Progressively applying the coding rules
Benoit Germain
2024-05-14
1
-6
/
+6
*
Move Lane implementation in a separate file
Benoit Germain
2024-05-14
1
-892
/
+2
*
Moved Lane tracking implementation in a separate file
Benoit Germain
2024-05-14
1
-83
/
+8
*
Progressively applying the coding rules
Benoit Germain
2024-05-13
1
-44
/
+44
*
Progressively applying the coding rules
Benoit Germain
2024-05-13
1
-331
/
+331
*
Move InterCopyContext implementation in a separate file
Benoit Germain
2024-05-13
1
-1
/
+80
*
Linda API changes
Benoit Germain
2024-05-13
1
-20
/
+26
[next]