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
/
linda.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sprinkling StackIndex all over the place
Benoit Germain
2024-10-08
1
-26
/
+26
*
Internal improvements: new strong types StackIndex and KeeperIndex
Benoit Germain
2024-10-07
1
-28
/
+28
*
Build fixes for mingw/g++
Benoit Germain
2024-10-01
1
-17
/
+18
*
less char const* in the code
Benoit Germain
2024-09-24
1
-2
/
+2
*
linda:limit() and linda:set() return a second value, a string representing th...
Benoit Germain
2024-06-27
1
-9
/
+11
*
Change linda:limit()
Benoit Germain
2024-06-26
1
-8
/
+21
*
Lindas now accept deep user data as valid keys
Benoit Germain
2024-06-24
1
-0
/
+8
*
Boyscouting
Benoit Germain
2024-06-14
1
-358
/
+383
*
lua_pushliteral -> luaG_pushstring
Benoit Germain
2024-06-14
1
-5
/
+5
*
More char* -> std::string_view conversions
Benoit Germain
2024-06-14
1
-4
/
+4
*
linda :get(), :set(), :limit() return value changes
Benoit Germain
2024-06-12
1
-19
/
+19
*
Add support for to-be-closed linda
Benoit Germain
2024-06-12
1
-14
/
+101
*
linda:send() returns nil,<something> in case of error
Benoit Germain
2024-06-10
1
-4
/
+12
*
Unify the value returned by linda:deep() and the string conversion of an unna...
Benoit Germain
2024-06-10
1
-2
/
+2
*
Suspend/resume GC around Linda operations
Benoit Germain
2024-06-10
1
-0
/
+8
*
Boyscouting some luaG_ functions
Benoit Germain
2024-06-07
1
-5
/
+5
*
Use a precompiled header to speed up the build
Benoit Germain
2024-06-07
1
-3
/
+1
*
Code boyscouting
Benoit Germain
2024-06-07
1
-41
/
+41
*
Debug code to help track linda gc during keeper operation
Benoit Germain
2024-06-07
1
-0
/
+2
*
lanes.linda("auto")
Benoit Germain
2024-06-06
1
-1
/
+2
*
One more std::ranges::iota_view
Benoit Germain
2024-06-06
1
-12
/
+16
*
Modernize compat
Benoit Germain
2024-06-05
1
-10
/
+10
*
Refactored keeper implementation of linda:receive()
Benoit Germain
2024-06-04
1
-1
/
+4
*
Fix linda.batched mode broken by previous change
Benoit Germain
2024-06-04
1
-1
/
+1
*
Remove some useless compatibility stuff
Benoit Germain
2024-06-04
1
-4
/
+1
*
Some API changes
Benoit Germain
2024-05-31
1
-3
/
+16
*
Start modernizing Keeper implementation
Benoit Germain
2024-05-31
1
-0
/
+26
*
Keeper management modernisation and improvements
Benoit Germain
2024-05-30
1
-7
/
+18
*
Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c...
Benoit Germain
2024-05-29
1
-1
/
+1
*
Fix bad uses of STRINGVIEW_FMT
Benoit Germain
2024-05-29
1
-1
/
+1
*
More string_view
Benoit Germain
2024-05-27
1
-6
/
+6
*
namespace tweaks
Benoit Germain
2024-05-27
1
-18
/
+20
*
More string_view + improved DEBUGSPEW output
Benoit Germain
2024-05-27
1
-3
/
+3
*
Fix buffer overrun in Linda name
Benoit Germain
2024-05-22
1
-14
/
+20
*
Fix __lanesignore
Benoit Germain
2024-05-22
1
-13
/
+0
*
Use string_view for Linda names
Benoit Germain
2024-05-20
1
-24
/
+31
*
linda:limit uses nil instead of -1 to unblock
Benoit Germain
2024-05-20
1
-5
/
+6
*
Fixed forgotten int → LuaError
Benoit Germain
2024-05-20
1
-2
/
+2
*
Alpha-sort Linda's Lua API
Benoit Germain
2024-05-20
1
-296
/
+298
*
Restore linda:limit(0), it was a mistake
Benoit Germain
2024-05-20
1
-2
/
+3
*
linda:limit errors on limits < 1
Benoit Germain
2024-05-20
1
-2
/
+4
*
Shuffling code around
Benoit Germain
2024-05-14
1
-87
/
+89
*
Move Lane implementation in a separate file
Benoit Germain
2024-05-14
1
-1
/
+1
*
Progressively applying the coding rules
Benoit Germain
2024-05-13
1
-232
/
+232
*
Move InterCopyContext implementation in a separate file
Benoit Germain
2024-05-13
1
-4
/
+0
*
Linda API changes
Benoit Germain
2024-05-13
1
-16
/
+9
*
Progressively applying the coding rules
Benoit Germain
2024-05-02
1
-36
/
+36
*
Progressively applying the coding rules
Benoit Germain
2024-05-02
1
-14
/
+14
*
Progressively applying the coding rules
Benoit Germain
2024-04-30
1
-239
/
+150
*
Function parameters L → L_
Benoit Germain
2024-04-29
1
-128
/
+128
[next]