Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed compat.h → compat.hpp | Benoit Germain | 2024-10-28 | 1 | -428/+0 |
| | |||||
* | Renamed debug.h → debug.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
| | |||||
* | New compatibility helper luaG_rawgetfield | Benoit Germain | 2024-10-25 | 1 | -47/+57 |
| | |||||
* | Strengthen more code with UserValueIndex | Benoit Germain | 2024-10-24 | 1 | -2/+2 |
| | |||||
* | Make Unique even stronger | Benoit Germain | 2024-10-24 | 1 | -3/+3 |
| | |||||
* | Added strong types UserValueCount and UnusedInt | Benoit Germain | 2024-10-24 | 1 | -1/+1 |
| | |||||
* | Improved Unique<> implementation, moved StackIndex into a separate header | Benoit Germain | 2024-10-09 | 1 | -4/+1 |
| | |||||
* | Sprinkling StackIndex all over the place | Benoit Germain | 2024-10-08 | 1 | -22/+26 |
| | |||||
* | less char const* in the code | Benoit Germain | 2024-09-24 | 1 | -5/+5 |
| | |||||
* | Internal refactorization to properly handle lua_resume idiosyncrasies | Benoit Germain | 2024-07-29 | 1 | -10/+15 |
| | |||||
* | Fix luaG_setmetatable | Benoit Germain | 2024-07-29 | 1 | -2/+2 |
| | |||||
* | Wrap lua_resume for compatibility | Benoit Germain | 2024-07-02 | 1 | -0/+46 |
| | |||||
* | Having luaG_tostring return a non-empty string_view on non-string values was ↵ | Benoit Germain | 2024-06-24 | 1 | -1/+1 |
| | | | | a bad idea | ||||
* | Fix luaG_tostring to return a valid string even if the value is not convertible | Benoit Germain | 2024-06-21 | 1 | -1/+1 |
| | |||||
* | lua_pushliteral -> luaG_pushstring | Benoit Germain | 2024-06-14 | 1 | -1/+1 |
| | |||||
* | More char* -> std::string_view conversions | Benoit Germain | 2024-06-14 | 1 | -0/+8 |
| | |||||
* | More fixes to make clang happy | Benoit Germain | 2024-06-14 | 1 | -149/+80 |
| | |||||
* | A small step toward making clang happy | Benoit Germain | 2024-06-13 | 1 | -3/+3 |
| | |||||
* | All Lua headers included just once in _pch.h | Benoit Germain | 2024-06-11 | 1 | -11/+0 |
| | |||||
* | luaG_typename returns a std::string_view | Benoit Germain | 2024-06-10 | 1 | -3/+10 |
| | |||||
* | Improvements in compat.h | Benoit Germain | 2024-06-07 | 1 | -46/+78 |
| | |||||
* | Factorize uservalue extraction in luaG_getalluservalues | Benoit Germain | 2024-06-07 | 1 | -0/+4 |
| | |||||
* | Boyscouting some luaG_ functions | Benoit Germain | 2024-06-07 | 1 | -5/+38 |
| | |||||
* | Use a precompiled header to speed up the build | Benoit Germain | 2024-06-07 | 1 | -3/+0 |
| | |||||
* | Converted a few more raw string pointers to std::string_view | Benoit Germain | 2024-06-06 | 1 | -12/+18 |
| | |||||
* | Fix deep_test for all flavors of Lua | Benoit Germain | 2024-06-06 | 1 | -0/+64 |
| | |||||
* | Fix transfer of nil uservalues triggering a Lua API check because of ↵ | Benoit Germain | 2024-06-06 | 1 | -8/+0 |
| | | | | conversion to nil sentinels in keeper states | ||||
* | Modernize compat | Benoit Germain | 2024-06-05 | 1 | -48/+97 |
| | |||||
* | lua_absindex → luaG_absindex for inlining | Benoit Germain | 2024-06-04 | 1 | -4/+0 |
| | |||||
* | Refactored keeper implementation of linda:send() | Benoit Germain | 2024-06-04 | 1 | -0/+8 |
| | |||||
* | Remove some useless compatibility stuff | Benoit Germain | 2024-06-04 | 1 | -37/+0 |
| | |||||
* | Handle LUA_ERRFILE | Benoit Germain | 2024-05-28 | 1 | -1/+2 |
| | |||||
* | More string_view | Benoit Germain | 2024-05-27 | 1 | -0/+10 |
| | |||||
* | More string_view + improved DEBUGSPEW output | Benoit Germain | 2024-05-27 | 1 | -4/+4 |
| | |||||
* | DEBUGSPEW fprintf(stderr) → std::cerr | Benoit Germain | 2024-05-22 | 1 | -0/+9 |
| | |||||
* | lua503_getfield → strong typed luaG_getfield | Benoit Germain | 2024-05-22 | 1 | -39/+33 |
| | |||||
* | Lane::debugName is a std::string_view | Benoit Germain | 2024-05-20 | 1 | -1/+12 |
| | |||||
* | More string_view | Benoit Germain | 2024-05-20 | 1 | -0/+11 |
| | |||||
* | Strong typed Lua thread status | Benoit Germain | 2024-05-17 | 1 | -1/+27 |
| | |||||
* | Some more code refactorization | Benoit Germain | 2024-05-13 | 1 | -0/+2 |
| | |||||
* | Some code factorization | Benoit Germain | 2024-05-03 | 1 | -1/+2 |
| | |||||
* | Remove dependency on _G["package"] | Benoit Germain | 2024-05-02 | 1 | -0/+21 |
| | |||||
* | Progressively applying the coding rules | Benoit Germain | 2024-04-29 | 1 | -29/+103 |
| | |||||
* | Function parameters L → L_ | Benoit Germain | 2024-04-29 | 1 | -3/+3 |
| | |||||
* | All headers reformatted with updated clang-format settings | Benoit Germain | 2024-04-29 | 1 | -21/+21 |
| | |||||
* | C++ migration: wrap lua type values in an enum class for type safety and ↵ | Benoit Germain | 2024-04-10 | 1 | -0/+27 |
| | | | | debugging purposes | ||||
* | C++ migration: lots of noise, but it's only some minor code cleanup | Benoit Germain | 2024-03-28 | 1 | -0/+1 |
| | |||||
* | C++ migration: more NULL → nullptr | Benoit Germain | 2024-03-20 | 1 | -1/+1 |
| | |||||
* | C++ migration: buildfixes | Benoit Germain | 2024-03-19 | 1 | -4/+7 |
| | | | | Essentially, buildfixes when compiling as C++, plus properly marking public API as extern "C" | ||||
* | moonjit support | Benoit Germain | 2022-03-09 | 1 | -0/+25 |
| |