aboutsummaryrefslogtreecommitdiff
path: root/src/intercopycontext.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete commentsBenoit Germain2024-06-261-16/+0
* Having luaG_tostring return a non-empty string_view on non-string values was ...Benoit Germain2024-06-241-1/+1
* Wording fix: parameter → argumentBenoit Germain2024-06-141-2/+2
* Handle std::ignore cases that should not be ignoredBenoit Germain2024-06-141-1/+4
* lua_pushliteral -> luaG_pushstringBenoit Germain2024-06-141-6/+6
* More char* -> std::string_view conversionsBenoit Germain2024-06-141-14/+15
* More char* -> std::string_view conversionsBenoit Germain2024-06-141-22/+18
* More fixes to make clang happyBenoit Germain2024-06-141-2/+1
* A small step toward making clang happyBenoit Germain2024-06-131-1/+1
* More application of the coding rulesBenoit Germain2024-06-111-73/+73
* Removed .demote_full_userdataBenoit Germain2024-06-101-15/+4
* Replaced __lanesignore with __lanesconvertBenoit Germain2024-06-101-14/+73
* luaG_typename returns a std::string_viewBenoit Germain2024-06-101-1/+1
* Improvements in compat.hBenoit Germain2024-06-071-2/+2
* Factorize uservalue extraction in luaG_getalluservaluesBenoit Germain2024-06-071-23/+13
* Boyscouting some luaG_ functionsBenoit Germain2024-06-071-22/+23
* Use a precompiled header to speed up the buildBenoit Germain2024-06-071-1/+1
* Converted a few more raw string pointers to std::string_viewBenoit Germain2024-06-061-4/+4
* Modernize compatBenoit Germain2024-06-051-21/+21
* lua_absindex → luaG_absindex for inliningBenoit Germain2024-06-041-7/+7
* New global setting "strip_functions"Benoit Germain2024-06-031-1/+1
* Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c...Benoit Germain2024-05-291-2/+3
* Boyscouting deep.cpp|hBenoit Germain2024-05-291-1/+1
* Moved implementation of lanes.nameof in a separate fileBenoit Germain2024-05-291-2/+3
* PushDeepProxy internal changeBenoit Germain2024-05-291-6/+3
* Fix bad uses of STRINGVIEW_FMTBenoit Germain2024-05-291-2/+2
* Sprinkle a bit of std::ranges::iota_viewBenoit Germain2024-05-281-3/+3
* Optional Decoda support (disabled by default)Benoit Germain2024-05-271-8/+9
* More string_viewBenoit Germain2024-05-271-27/+31
* More string_view + improved DEBUGSPEW outputBenoit Germain2024-05-271-4/+20
* Process upvalues equal to _G in Lua51 as in other flavorsBenoit Germain2024-05-241-21/+9
* DEBUGSPEW_PARAM_COMMA(Universe* U_)Benoit Germain2024-05-231-3/+3
* DEBUGSPEW fprintf(stderr) → std::cerrBenoit Germain2024-05-221-35/+35
* Fix __lanesignoreBenoit Germain2024-05-221-2/+13
* lua503_getfield → strong typed luaG_getfieldBenoit Germain2024-05-221-7/+5
* Lane::debugName is a std::string_viewBenoit Germain2024-05-201-4/+4
* More string_viewBenoit Germain2024-05-201-46/+41
* Start using string_viewBenoit Germain2024-05-201-45/+44
* Minor code tweaksBenoit Germain2024-05-171-5/+5
* Shuffling code aroundBenoit Germain2024-05-141-0/+1
* Progressively applying the coding rulesBenoit Germain2024-05-141-6/+6
* Progressively applying the coding rulesBenoit Germain2024-05-131-2/+3
* Progressively applying the coding rulesBenoit Germain2024-05-131-200/+199
* Move InterCopyContext implementation in a separate fileBenoit Germain2024-05-131-0/+1296