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 unit tests failing for Lua 5.3
Benoit Germain
5 days
1
-3
/
+3
*
Renamed macros_and_utils.h → macros_and_utils.hpp
Benoit Germain
2024-10-28
1
-1
/
+1
*
Renamed compat.h → compat.hpp
Benoit Germain
2024-10-28
1
-1
/
+1
*
Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hpp
Benoit Germain
2024-10-28
1
-1
/
+1
*
Strengthen more code with UserValueIndex
Benoit Germain
2024-10-24
1
-4
/
+4
*
Make Unique even stronger
Benoit Germain
2024-10-24
1
-1
/
+1
*
Added strong types UserValueCount and UnusedInt
Benoit Germain
2024-10-24
1
-2
/
+2
*
Fix incorrect int-bool conversions
Benoit Germain
2024-10-15
1
-1
/
+1
*
Minor code style fix
Benoit Germain
2024-10-09
1
-2
/
+2
*
Sprinkling StackIndex all over the place
Benoit Germain
2024-10-08
1
-10
/
+10
*
Add support for to-be-closed linda
Benoit Germain
2024-06-12
1
-1
/
+1
*
Factorize uservalue extraction in luaG_getalluservalues
Benoit Germain
2024-06-07
1
-8
/
+20
*
Use a precompiled header to speed up the build
Benoit Germain
2024-06-07
1
-0
/
+1
*
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