| Commit message (Expand) | Author | Age | Files | Lines |
* | New compatibility helper luaG_rawget | Benoit Germain | 10 days | 1 | -19/+9 |
* | All enums are [[nodiscard]] | Benoit Germain | 2025-02-05 | 1 | -1/+1 |
* | Minor internal code tweaks | Benoit Germain | 2025-02-05 | 1 | -1/+1 |
* | Fix bad formatted error message | Benoit Germain | 2024-12-20 | 1 | -2/+1 |
* | Data transfer supports registered non-deep full userdata | Benoit Germain | 2024-12-02 | 1 | -14/+84 |
* | More [[nodiscard]] boyscouting | Benoit Germain | 2024-11-20 | 1 | -23/+46 |
* | Renamed intercopycontext.h → intercopycontext.hpp, state.h → state.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
* | Renamed debugspew.h → debugspew.hpp, lindafactory.h → lindafactory.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
* | Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → threading... | Benoit Germain | 2024-10-28 | 1 | -2/+2 |
* | Renamed universe.h → universe.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
* | Renamed tracker.h → tracker.hpp, nameof.h → nameof.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
* | Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → ... | 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 | -2/+2 |
* | Improve Unique some more | Benoit Germain | 2024-10-24 | 1 | -6/+6 |
* | More strong typing for UniqueKey::getSubTable() arguments | Benoit Germain | 2024-10-24 | 1 | -2/+2 |
* | Make Unique even stronger | Benoit Germain | 2024-10-24 | 1 | -5/+5 |
* | Added strong types UserValueCount and UnusedInt | Benoit Germain | 2024-10-24 | 1 | -3/+3 |
* | Fix/suppress MSVC /Wall warnings | Benoit Germain | 2024-10-16 | 1 | -3/+3 |
* | Sprinkling StackIndex all over the place | Benoit Germain | 2024-10-08 | 1 | -40/+42 |
* | InterCopyContex::interCopy() can copy stuff from below the top of the source ... | Benoit Germain | 2024-07-02 | 1 | -3/+8 |
* | 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 |