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
/
.vs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-24
Strengthen more code with UserValueIndex
Benoit Germain
7
-26
/
+26
2024-10-24
More strong typing for UniqueKey::getSubTable() arguments
Benoit Germain
5
-7
/
+10
2024-10-24
Make Unique even stronger
Benoit Germain
14
-36
/
+49
2024-10-24
Added strong types UserValueCount and UnusedInt
Benoit Germain
11
-17
/
+36
2024-10-16
Fix/suppress MSVC /Wall warnings
Benoit Germain
9
-23
/
+56
2024-10-15
Fix incorrect int-bool conversions
Benoit Germain
3
-3
/
+3
2024-10-15
Fix missing virtual destructor
Benoit Germain
1
-1
/
+1
2024-10-09
Improved Unique<> implementation, moved StackIndex into a separate header
Benoit Germain
4
-17
/
+34
2024-10-09
Minor Makefile update
Benoit Germain
1
-3
/
+3
2024-10-09
Minor code style fix
Benoit Germain
1
-2
/
+2
2024-10-08
Sprinkling StackIndex all over the place
Benoit Germain
26
-380
/
+394
2024-10-07
Internal improvements: new strong types StackIndex and KeeperIndex
Benoit Germain
8
-79
/
+84
2024-10-01
.gitignore precompiled headers and mapfile
Benoit Germain
1
-0
/
+2
2024-10-01
Makefile fixes for g++/mingw
Benoit Germain
2
-6
/
+16
2024-10-01
Build fixes for mingw/g++
Benoit Germain
6
-24
/
+37
2024-09-24
Update CHANGES and documentation
Benoit Germain
2
-1
/
+4
2024-09-24
less char const* in the code
Benoit Germain
2
-7
/
+7
2024-09-24
Modernized lanes.gen() base library list processing code
Benoit Germain
2
-15
/
+25
2024-07-30
Fix index.html
Benoit Germain
1
-83
/
+83
2024-07-30
Code boyscouting
Benoit Germain
4
-28
/
+30
2024-07-29
Internal refactorization to properly handle lua_resume idiosyncrasies
Benoit Germain
8
-187
/
+292
2024-07-29
Fix luaG_setmetatable
Benoit Germain
1
-2
/
+2
2024-07-08
Update BUGS
Benoit Germain
1
-46
/
+1
2024-07-04
Reorganize CHANGES contents
Benoit Germain
1
-35
/
+40
2024-07-04
Documentation for coroutine lanes
Benoit Germain
2
-10
/
+62
2024-07-04
get_debug_threadname → get_threadname
Benoit Germain
3
-8
/
+8
2024-07-04
Fix finalizers in coroutine lanes
Benoit Germain
2
-6
/
+11
2024-07-04
Error handling in coroutine lanes
Benoit Germain
2
-23
/
+28
2024-07-03
It is possible to index and join a suspended coroutine lane
Benoit Germain
3
-16
/
+57
2024-07-03
Renamed set_debug_threadname → lane_threadname (can also read the current n...
Benoit Germain
10
-35
/
+64
2024-07-03
Add minimal coroutine support: no doc, no error handling, no cancellation han...
Benoit Germain
3
-36
/
+160
2024-07-02
Improved recursive.lua
Benoit Germain
1
-5
/
+5
2024-07-02
InterCopyContex::interCopy() can copy stuff from below the top of the source ...
Benoit Germain
1
-3
/
+8
2024-07-02
Wrap lua_resume for compatibility
Benoit Germain
1
-0
/
+46
2024-07-01
A small step toward coroutine-based lanes
Benoit Germain
2
-42
/
+59
2024-07-01
lanes.finally() handler decides whether to thow or freeze
Benoit Germain
2
-14
/
+17
2024-06-28
Make Lanes crash on purpose at shutdown if some lanes still run
Benoit Germain
7
-54
/
+48
2024-06-27
linda:limit() and linda:set() return a second value, a string representing th...
Benoit Germain
6
-46
/
+92
2024-06-26
Change linda:limit()
Benoit Germain
7
-36
/
+66
2024-06-26
Remove obsolete comments
Benoit Germain
1
-16
/
+0
2024-06-26
Boyscouting
Benoit Germain
1
-7
/
+7
2024-06-26
Fix (harmless) bad internal usage of luaopen_lanes_core
Benoit Germain
1
-13
/
+4
2024-06-26
Make lanes.gen stricter on base libraries
Benoit Germain
8
-33
/
+71
2024-06-25
Fix lanes.gen not correctly detecting '*' misuse
Benoit Germain
1
-1
/
+5
2024-06-24
Lindas now accept deep user data as valid keys
Benoit Germain
5
-2
/
+19
2024-06-24
linda:dump correctly outputs limit as "unlimited" for unlimited keys
Benoit Germain
2
-1
/
+6
2024-06-24
Having luaG_tostring return a non-empty string_view on non-string values was ...
Benoit Germain
3
-3
/
+3
2024-06-24
Fix wrong Linda name when not giving any
Benoit Germain
3
-2
/
+22
2024-06-21
Fix luaG_tostring to return a valid string even if the value is not convertible
Benoit Germain
1
-1
/
+1
2024-06-20
Revert overzealous upvalue check on on_state_create
Benoit Germain
2
-16
/
+6
[next]