aboutsummaryrefslogtreecommitdiff
path: root/src/intercopycontext.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* New compatibility helper luaG_rawgetBenoit Germain9 days1-19/+9
* All enums are [[nodiscard]]Benoit Germain2025-02-051-1/+1
* Minor internal code tweaksBenoit Germain2025-02-051-1/+1
* Fix bad formatted error messageBenoit Germain2024-12-201-2/+1
* Data transfer supports registered non-deep full userdataBenoit Germain2024-12-021-14/+84
* More [[nodiscard]] boyscoutingBenoit Germain2024-11-201-23/+46
* Renamed intercopycontext.h → intercopycontext.hpp, state.h → state.hppBenoit Germain2024-10-281-1/+1
* Renamed debugspew.h → debugspew.hpp, lindafactory.h → lindafactory.hppBenoit Germain2024-10-281-1/+1
* Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → threading...Benoit Germain2024-10-281-2/+2
* Renamed universe.h → universe.hppBenoit Germain2024-10-281-1/+1
* Renamed tracker.h → tracker.hpp, nameof.h → nameof.hppBenoit Germain2024-10-281-1/+1
* Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → ...Benoit Germain2024-10-281-1/+1
* Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hppBenoit Germain2024-10-281-2/+2
* Improve Unique some moreBenoit Germain2024-10-241-6/+6
* More strong typing for UniqueKey::getSubTable() argumentsBenoit Germain2024-10-241-2/+2
* Make Unique even strongerBenoit Germain2024-10-241-5/+5
* Added strong types UserValueCount and UnusedIntBenoit Germain2024-10-241-3/+3
* Fix/suppress MSVC /Wall warningsBenoit Germain2024-10-161-3/+3
* Sprinkling StackIndex all over the placeBenoit Germain2024-10-081-40/+42
* InterCopyContex::interCopy() can copy stuff from below the top of the source ...Benoit Germain2024-07-021-3/+8
* 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