Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 debu... | Benoit Germain | 2024-04-10 | 1 | -0/+27 |
* | 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 |
* | moonjit support | Benoit Germain | 2022-03-09 | 1 | -0/+25 |
* | Lua 5.4 support | Benoit Germain | 2018-11-27 | 1 | -4/+26 |
* | Fix 64 bits compilation warnings | Benoit Germain | 2016-11-21 | 1 | -0/+1 |
* | preliminary Lua 5.3 support | Benoit Germain | 2014-12-16 | 1 | -5/+20 |
* | Fix build issues with compat.c/h | Benoit Germain | 2014-04-23 | 1 | -0/+4 |
* | moved compatibility code in a separate file | Benoit Germain | 2014-04-03 | 1 | -0/+29 |