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
/
ABOUT
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-20
Revert overzealous upvalue check on on_state_create
Benoit Germain
2
-16
/
+6
2024-06-20
Better error message on unknown configuration setting
Benoit Germain
1
-2
/
+2
2024-06-19
Boyscouting
Benoit Germain
1
-14
/
+14
2024-06-19
Config parameter validators can append extra information to the error message
Benoit Germain
1
-11
/
+45
2024-06-19
Tweak luaG_getfuncsubtype
Benoit Germain
2
-16
/
+13
2024-06-19
Fix on_state_create incorrectly rejecting Lua functions with only _ENV as upv...
Benoit Germain
2
-14
/
+19
2024-06-19
Improved on_state_create implementation
Benoit Germain
5
-76
/
+84
2024-06-18
Give a chance to config.allocator to provide a specific allocator for interna...
Benoit Germain
6
-26
/
+35
2024-06-18
Updated CHANGES
Benoit Germain
1
-17
/
+19
2024-06-18
Moved AllocatorDefinition in a lanes namespace
Benoit Germain
6
-48
/
+59
2024-06-18
When it is a function, config.allocator is called with a string hint
Benoit Germain
6
-62
/
+67
2024-06-17
Foolproofed config.allocator when it is a function
Benoit Germain
5
-21
/
+38
2024-06-17
List configure settings alphabetically in documentation
Benoit Germain
1
-61
/
+64
2024-06-17
Fix validation of boolean settings
Benoit Germain
1
-1
/
+1
2024-06-14
Boyscouting
Benoit Germain
6
-375
/
+398
2024-06-14
Wording fix: parameter → argument
Benoit Germain
16
-35
/
+35
2024-06-14
Boyscouting
Benoit Germain
4
-7
/
+7
2024-06-14
Handle std::ignore cases that should not be ignored
Benoit Germain
3
-8
/
+14
2024-06-14
Fix deeptest.lua
Benoit Germain
1
-2
/
+6
2024-06-14
Fix error handling when indexing a lane with unexpected data
Benoit Germain
2
-6
/
+18
2024-06-14
lua_pushliteral -> luaG_pushstring
Benoit Germain
16
-53
/
+53
2024-06-14
More char* -> std::string_view conversions
Benoit Germain
3
-17
/
+18
2024-06-14
More char* -> std::string_view conversions
Benoit Germain
6
-101
/
+109
2024-06-14
More fixes to make clang happy
Benoit Germain
11
-174
/
+135
2024-06-13
A small step toward making clang happy
Benoit Germain
7
-22
/
+102
2024-06-12
linda :get(), :set(), :limit() return value changes
Benoit Germain
12
-93
/
+129
2024-06-12
Documentation fixes
Benoit Germain
2
-2
/
+2
2024-06-12
Replace __FILE__/__LINE__ with std::source_location
Benoit Germain
1
-16
/
+27