Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2024-06-14 | Wording fix: parameter → argument | Benoit Germain | 16 | -35/+35 |
2024-06-14 | Boyscouting | Benoit Germain | 4 | -7/+7 |
2024-06-14 | Handle std::ignore cases that should not be ignored | Benoit Germain | 3 | -8/+14 |
2024-06-14 | Fix deeptest.lua | Benoit Germain | 1 | -2/+6 |
2024-06-14 | Fix error handling when indexing a lane with unexpected data | Benoit Germain | 2 | -6/+18 |
2024-06-14 | lua_pushliteral -> luaG_pushstring | Benoit Germain | 16 | -53/+53 |
2024-06-14 | More char* -> std::string_view conversions | Benoit Germain | 3 | -17/+18 |
2024-06-14 | More char* -> std::string_view conversions | Benoit Germain | 6 | -101/+109 |
2024-06-14 | More fixes to make clang happy | Benoit Germain | 11 | -174/+135 |
2024-06-13 | A small step toward making clang happy | Benoit Germain | 7 | -22/+102 |
2024-06-12 | linda :get(), :set(), :limit() return value changes | Benoit Germain | 12 | -93/+129 |
2024-06-12 | Documentation fixes | Benoit Germain | 2 | -2/+2 |
2024-06-12 | Replace __FILE__/__LINE__ with std::source_location | Benoit Germain | 1 | -16/+27 |