Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweak luaG_getfuncsubtype | Benoit Germain | 2024-06-19 | 1 | -14/+13 |
| | |||||
* | Boyscouting | Benoit Germain | 2024-06-14 | 1 | -6/+6 |
| | |||||
* | lua_pushliteral -> luaG_pushstring | Benoit Germain | 2024-06-14 | 1 | -3/+3 |
| | |||||
* | More fixes to make clang happy | Benoit Germain | 2024-06-14 | 1 | -2/+2 |
| | |||||
* | luaG_typename returns a std::string_view | Benoit Germain | 2024-06-10 | 1 | -3/+3 |
| | |||||
* | Boyscouting some luaG_ functions | Benoit Germain | 2024-06-07 | 1 | -8/+8 |
| | |||||
* | Use a precompiled header to speed up the build | Benoit Germain | 2024-06-07 | 1 | -0/+1 |
| | |||||
* | Modernize compat | Benoit Germain | 2024-06-05 | 1 | -17/+17 |
| | |||||
* | lua_absindex → luaG_absindex for inlining | Benoit Germain | 2024-06-04 | 1 | -2/+2 |
| | |||||
* | Remove some useless compatibility stuff | Benoit Germain | 2024-06-04 | 1 | -6/+4 |
| | |||||
* | Fix clang-tidy issues (most notably Microsoft-specific explicit constructor ↵ | Benoit Germain | 2024-05-29 | 1 | -5/+5 |
| | | | | calls) | ||||
* | Moved implementation of lanes.nameof in a separate file | Benoit Germain | 2024-05-29 | 1 | -243/+73 |
| | |||||
* | Modernize serialize_require | Benoit Germain | 2024-05-29 | 1 | -0/+57 |
| | |||||
* | namespace tweaks | Benoit Germain | 2024-05-27 | 1 | -2/+2 |
| | |||||
* | More string_view + improved DEBUGSPEW output | Benoit Germain | 2024-05-27 | 1 | -2/+2 |
| | |||||
* | DEBUGSPEW_PARAM_COMMA(Universe* U_) | Benoit Germain | 2024-05-23 | 1 | -16/+18 |
| | |||||
* | DEBUGSPEW fprintf(stderr) → std::cerr | Benoit Germain | 2024-05-22 | 1 | -15/+18 |
| | |||||
* | More string_view | Benoit Germain | 2024-05-20 | 1 | -17/+14 |
| | |||||
* | Start using string_view | Benoit Germain | 2024-05-20 | 1 | -21/+21 |
| | |||||
* | Shuffling code around | Benoit Germain | 2024-05-14 | 1 | -0/+1 |
| | |||||
* | Progressively applying the coding rules | Benoit Germain | 2024-05-14 | 1 | -6/+6 |
| | |||||
* | Almost nothing | Benoit Germain | 2024-05-14 | 1 | -1/+0 |
| | |||||
* | Moved Lane tracking implementation in a separate file | Benoit Germain | 2024-05-14 | 1 | -0/+1 |
| | |||||
* | Progressively applying the coding rules | Benoit Germain | 2024-05-13 | 1 | -62/+62 |
| | |||||
* | Move InterCopyContext implementation in a separate file | Benoit Germain | 2024-05-13 | 1 | -1305/+4 |
| | |||||
* | Some more code refactorization | Benoit Germain | 2024-05-13 | 1 | -1/+1 |
| | |||||
* | Improve error message on table transfer type mismatch | Benoit Germain | 2024-05-06 | 1 | -5/+5 |
| | |||||
* | Some code factorization | Benoit Germain | 2024-05-03 | 1 | -52/+4 |
| | |||||
* | Remove dependency on _G["package"] | Benoit Germain | 2024-05-02 | 1 | -3/+2 |
| | |||||
* | InterCopyContext always raises errors in a non-Keeper state | Benoit Germain | 2024-05-02 | 1 | -16/+15 |
| | |||||
* | Progressively applying the coding rules | Benoit Germain | 2024-05-02 | 1 | -33/+31 |
| | |||||
* | Progressively applying the coding rules | Benoit Germain | 2024-05-02 | 1 | -16/+16 |
| | |||||
* | Progressively applying the coding rules | Benoit Germain | 2024-04-30 | 1 | -91/+80 |
| | |||||
* | Progressively applying the coding rules | Benoit Germain | 2024-04-30 | 1 | -840/+661 |
| | |||||
* | Progressively applying the coding rules | Benoit Germain | 2024-04-29 | 1 | -6/+6 |
| | |||||
* | Function parameters L → L_ | Benoit Germain | 2024-04-29 | 1 | -318/+317 |
| | |||||
* | C++ migration: wrap all Lua error raising API functions in a [[noreturn]] ↵ | Benoit Germain | 2024-04-26 | 1 | -25/+25 |
| | | | | raise_... equivalent | ||||
* | Formalize a few coding style rules, start to enforce them for constants | Benoit Germain | 2024-04-26 | 1 | -40/+34 |
| | |||||
* | C++ migration: using KeeperState = Unique<lua_State*> | Benoit Germain | 2024-04-24 | 1 | -1/+1 |
| | |||||
* | C++ migration: enum → enum class | Benoit Germain | 2024-04-24 | 1 | -12/+12 |
| | |||||
* | ASSERT_L → LUA_ASSERT | Benoit Germain | 2024-04-24 | 1 | -28/+28 |
| | |||||
* | C++ migration: split UniqueKey into UniqueKey+RegistryUniqueKey | Benoit Germain | 2024-04-24 | 1 | -4/+4 |
| | |||||
* | some dead code elimination and other trifles | Benoit Germain | 2024-04-16 | 1 | -371/+298 |
| | |||||
* | C++ migration: more conversion to InterCopyContext. debugspew indentation is ↵ | Benoit Germain | 2024-04-16 | 1 | -86/+106 |
| | | | | managed by a scope object | ||||
* | C++ migration: inter-state transfer managed by a new class InterCopyContext | Benoit Germain | 2024-04-15 | 1 | -301/+320 |
| | |||||
* | Merge branch 'C-Implementation' | Benoit Germain | 2024-04-11 | 1 | -1/+1 |
| | | | | Since almost everything in C-implementation comes from manual cherry-picking stuff in master, the merge essentially consist in a pure git tree operation to reconnect stuff properly. | ||||
* | C++ migration: wrap lua type values in an enum class for type safety and ↵ | Benoit Germain | 2024-04-10 | 1 | -15/+15 |
| | | | | debugging purposes | ||||
* | C++ migration: luaG_inter_copy_* now return an enum class instead of an ↵ | Benoit Germain | 2024-04-10 | 1 | -14/+24 |
| | | | | anonymous int | ||||
* | C++ migration: fixed a few std::ignore | Benoit Germain | 2024-04-10 | 1 | -127/+124 |
| | |||||
* | C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore | Benoit Germain | 2024-04-09 | 1 | -128/+132 |
| |