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
/
intercopycontext.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove obsolete comments
Benoit Germain
2024-06-26
1
-16
/
+0
*
Having luaG_tostring return a non-empty string_view on non-string values was ...
Benoit Germain
2024-06-24
1
-1
/
+1
*
Wording fix: parameter → argument
Benoit Germain
2024-06-14
1
-2
/
+2
*
Handle std::ignore cases that should not be ignored
Benoit Germain
2024-06-14
1
-1
/
+4
*
lua_pushliteral -> luaG_pushstring
Benoit Germain
2024-06-14
1
-6
/
+6
*
More char* -> std::string_view conversions
Benoit Germain
2024-06-14
1
-14
/
+15
*
More char* -> std::string_view conversions
Benoit Germain
2024-06-14
1
-22
/
+18
*
More fixes to make clang happy
Benoit Germain
2024-06-14
1
-2
/
+1
*
A small step toward making clang happy
Benoit Germain
2024-06-13
1
-1
/
+1
*
More application of the coding rules
Benoit Germain
2024-06-11
1
-73
/
+73
*
Removed .demote_full_userdata
Benoit Germain
2024-06-10
1
-15
/
+4
*
Replaced __lanesignore with __lanesconvert
Benoit Germain
2024-06-10
1
-14
/
+73
*
luaG_typename returns a std::string_view
Benoit Germain
2024-06-10
1
-1
/
+1
*
Improvements in compat.h
Benoit Germain
2024-06-07
1
-2
/
+2
*
Factorize uservalue extraction in luaG_getalluservalues
Benoit Germain
2024-06-07
1
-23
/
+13
*
Boyscouting some luaG_ functions
Benoit Germain
2024-06-07
1
-22
/
+23
*
Use a precompiled header to speed up the build
Benoit Germain
2024-06-07
1
-1
/
+1
*
Converted a few more raw string pointers to std::string_view
Benoit Germain
2024-06-06
1
-4
/
+4
*
Modernize compat
Benoit Germain
2024-06-05
1
-21
/
+21
*
lua_absindex → luaG_absindex for inlining
Benoit Germain
2024-06-04
1
-7
/
+7
*
New global setting "strip_functions"
Benoit Germain
2024-06-03
1
-1
/
+1
*
Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c...
Benoit Germain
2024-05-29
1
-2
/
+3
*
Boyscouting deep.cpp|h
Benoit Germain
2024-05-29
1
-1
/
+1
*
Moved implementation of lanes.nameof in a separate file
Benoit Germain
2024-05-29
1
-2
/
+3
*
PushDeepProxy internal change
Benoit Germain
2024-05-29
1
-6
/
+3
*
Fix bad uses of STRINGVIEW_FMT
Benoit Germain
2024-05-29
1
-2
/
+2
*
Sprinkle a bit of std::ranges::iota_view
Benoit Germain
2024-05-28
1
-3
/
+3
*
Optional Decoda support (disabled by default)
Benoit Germain
2024-05-27
1
-8
/
+9
*
More string_view
Benoit Germain
2024-05-27
1
-27
/
+31
*
More string_view + improved DEBUGSPEW output
Benoit Germain
2024-05-27
1
-4
/
+20
*
Process upvalues equal to _G in Lua51 as in other flavors
Benoit Germain
2024-05-24
1
-21
/
+9
*
DEBUGSPEW_PARAM_COMMA(Universe* U_)
Benoit Germain
2024-05-23
1
-3
/
+3
*
DEBUGSPEW fprintf(stderr) → std::cerr
Benoit Germain
2024-05-22
1
-35
/
+35
*
Fix __lanesignore
Benoit Germain
2024-05-22
1
-2
/
+13
*
lua503_getfield → strong typed luaG_getfield
Benoit Germain
2024-05-22
1
-7
/
+5
*
Lane::debugName is a std::string_view
Benoit Germain
2024-05-20
1
-4
/
+4
*
More string_view
Benoit Germain
2024-05-20
1
-46
/
+41
*
Start using string_view
Benoit Germain
2024-05-20
1
-45
/
+44
*
Minor code tweaks
Benoit Germain
2024-05-17
1
-5
/
+5
*
Shuffling code around
Benoit Germain
2024-05-14
1
-0
/
+1
*
Progressively applying the coding rules
Benoit Germain
2024-05-14
1
-6
/
+6
*
Progressively applying the coding rules
Benoit Germain
2024-05-13
1
-2
/
+3
*
Progressively applying the coding rules
Benoit Germain
2024-05-13
1
-200
/
+199
*
Move InterCopyContext implementation in a separate file
Benoit Germain
2024-05-13
1
-0
/
+1296