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
/
lane.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a minor assert message + code boyscouting
Benoit Germain
2024-10-25
1
-2
/
+2
*
Modernized some more trifles
Benoit Germain
2024-10-24
1
-6
/
+6
*
Factorized Lane::cancelSoft/cancelHard → internalCancel
Benoit Germain
2024-10-24
1
-24
/
+9
*
Strengthen more code with UserValueIndex
Benoit Germain
2024-10-24
1
-9
/
+9
*
More strong typing for UniqueKey::getSubTable() arguments
Benoit Germain
2024-10-24
1
-1
/
+1
*
Sprinkling StackIndex all over the place
Benoit Germain
2024-10-08
1
-69
/
+71
*
Code boyscouting
Benoit Germain
2024-07-30
1
-22
/
+22
*
Internal refactorization to properly handle lua_resume idiosyncrasies
Benoit Germain
2024-07-29
1
-166
/
+259
*
get_debug_threadname → get_threadname
Benoit Germain
2024-07-04
1
-4
/
+4
*
Fix finalizers in coroutine lanes
Benoit Germain
2024-07-04
1
-2
/
+4
*
Error handling in coroutine lanes
Benoit Germain
2024-07-04
1
-22
/
+20
*
It is possible to index and join a suspended coroutine lane
Benoit Germain
2024-07-03
1
-13
/
+52
*
Renamed set_debug_threadname → lane_threadname (can also read the current n...
Benoit Germain
2024-07-03
1
-17
/
+31
*
Add minimal coroutine support: no doc, no error handling, no cancellation han...
Benoit Germain
2024-07-03
1
-24
/
+118
*
linda:limit() and linda:set() return a second value, a string representing th...
Benoit Germain
2024-06-27
1
-1
/
+1
*
Wording fix: parameter → argument
Benoit Germain
2024-06-14
1
-1
/
+1
*
Boyscouting
Benoit Germain
2024-06-14
1
-4
/
+4
*
Fix error handling when indexing a lane with unexpected data
Benoit Germain
2024-06-14
1
-5
/
+15
*
lua_pushliteral -> luaG_pushstring
Benoit Germain
2024-06-14
1
-12
/
+12
*
More fixes to make clang happy
Benoit Germain
2024-06-14
1
-4
/
+10
*
A small step toward making clang happy
Benoit Germain
2024-06-13
1
-17
/
+18
*
Code boyscouting
Benoit Germain
2024-06-12
1
-5
/
+5
*
Modernize cancel code some more
Benoit Germain
2024-06-11
1
-7
/
+10
*
Move some cancel-related code around
Benoit Germain
2024-06-11
1
-0
/
+65
*
More application of the coding rules
Benoit Germain
2024-06-11
1
-2
/
+2
*
New lane:__close does a lane:join()
Benoit Germain
2024-06-11
1
-5
/
+26
*
Fixes and improvements to lane:join()
Benoit Germain
2024-06-11
1
-2
/
+12
*
luaG_typename returns a std::string_view
Benoit Germain
2024-06-10
1
-2
/
+2
*
Boyscouting some luaG_ functions
Benoit Germain
2024-06-07
1
-11
/
+11
*
Use a precompiled header to speed up the build
Benoit Germain
2024-06-07
1
-1
/
+1
*
Converted a few more raw string pointers to std::string_view
Benoit Germain
2024-06-06
1
-2
/
+2
*
Modernize compat
Benoit Germain
2024-06-05
1
-16
/
+16
*
lua_absindex → luaG_absindex for inlining
Benoit Germain
2024-06-04
1
-1
/
+1
*
Keeper management modernisation and improvements
Benoit Germain
2024-05-30
1
-1
/
+1
*
Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c...
Benoit Germain
2024-05-29
1
-1
/
+1
*
Fix bad string_view construction
Benoit Germain
2024-05-29
1
-1
/
+1
*
Moved implementation of lanes.nameof in a separate file
Benoit Germain
2024-05-29
1
-2
/
+2
*
Fix bad uses of STRINGVIEW_FMT
Benoit Germain
2024-05-29
1
-3
/
+3
*
Handle LUA_ERRFILE
Benoit Germain
2024-05-28
1
-1
/
+1
*
Optional Decoda support (disabled by default)
Benoit Germain
2024-05-27
1
-10
/
+10
*
namespace tweaks
Benoit Germain
2024-05-27
1
-38
/
+46
*
Process upvalues equal to _G in Lua51 as in other flavors
Benoit Germain
2024-05-24
1
-13
/
+7
*
DEBUGSPEW fprintf(stderr) → std::cerr
Benoit Germain
2024-05-22
1
-7
/
+7
*
lua503_getfield → strong typed luaG_getfield
Benoit Germain
2024-05-22
1
-1
/
+1
*
More string_view
Benoit Germain
2024-05-21
1
-19
/
+19
*
Lane::debugName is a std::string_view
Benoit Germain
2024-05-20
1
-10
/
+8
*
Minor code tweaks
Benoit Germain
2024-05-17
1
-1
/
+1
*
Error reporting revamp
Benoit Germain
2024-05-17
1
-191
/
+237
*
Fix bad assert when raising a non-string error
Benoit Germain
2024-05-17
1
-39
/
+54
*
Lane::close()
Benoit Germain
2024-05-17
1
-7
/
+4
[next]