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
/
compat.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix transfer of nil uservalues triggering a Lua API check because of conversi...
Benoit Germain
2024-06-06
1
-11
/
+24
*
lua_absindex → luaG_absindex for inlining
Benoit Germain
2024-06-04
1
-1
/
+1
*
More string_view + improved DEBUGSPEW output
Benoit Germain
2024-05-27
1
-2
/
+1
*
lua503_getfield → strong typed luaG_getfield
Benoit Germain
2024-05-22
1
-2
/
+2
*
Progressively applying the coding rules
Benoit Germain
2024-05-13
1
-6
/
+6
*
Move InterCopyContext implementation in a separate file
Benoit Germain
2024-05-13
1
-2
/
+5
*
Some more code refactorization
Benoit Germain
2024-05-13
1
-1
/
+1
*
Some code factorization
Benoit Germain
2024-05-03
1
-6
/
+6
*
Remove dependency on _G["package"]
Benoit Germain
2024-05-02
1
-1
/
+18
*
Progressively applying the coding rules
Benoit Germain
2024-04-29
1
-19
/
+19
*
Function parameters L → L_
Benoit Germain
2024-04-29
1
-46
/
+40
*
ASSERT_L → LUA_ASSERT
Benoit Germain
2024-04-24
1
-1
/
+1
*
some dead code elimination and other trifles
Benoit Germain
2024-04-16
1
-21
/
+18
*
C++ migration: fixed a few std::ignore
Benoit Germain
2024-04-10
1
-4
/
+5
*
C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore
Benoit Germain
2024-04-09
1
-3
/
+3
*
C++ migration: use strong type safety for source and destination states in tr...
Benoit Germain
2024-04-09
1
-10
/
+25
*
C++ migration: STACK_GROW is no longer a macro, sanitized and fixed warnings ...
Benoit Germain
2024-03-22
1
-1
/
+4
*
C++ migration: changed file extensions from .c to .cpp
Benoit Germain
2024-03-19
1
-0
/
+96