| Commit message (Expand) | Author | Age | Files | Lines |
* | More string_view | Benoit Germain | 2024-05-20 | 1 | -1/+3 |
* | Linda API changes | Benoit Germain | 2024-05-13 | 1 | -1/+1 |
* | Progressively applying the coding rules | Benoit Germain | 2024-04-29 | 1 | -2/+2 |
* | Function parameters L → L_ | Benoit Germain | 2024-04-29 | 1 | -4/+4 |
* | All headers reformatted with updated clang-format settings | Benoit Germain | 2024-04-29 | 1 | -2/+3 |
* | C++ migration: wrap all Lua error raising API functions in a [[noreturn]] rai... | Benoit Germain | 2024-04-26 | 1 | -1/+1 |
* | Formalize a few coding style rules, start to enforce them for constants | Benoit Germain | 2024-04-26 | 1 | -3/+3 |
* | C++ migration: split UniqueKey into UniqueKey+RegistryUniqueKey | Benoit Germain | 2024-04-24 | 1 | -1/+1 |
* | some dead code elimination and other trifles | Benoit Germain | 2024-04-16 | 1 | -7/+5 |
* | C++ migration: keeper_call returns a std::optional | Benoit Germain | 2024-04-15 | 1 | -1/+1 |
* | C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore | Benoit Germain | 2024-04-09 | 1 | -2/+2 |
* | C++ migration: use std::jthread, std::condition_variable, std::chrono. | Benoit Germain | 2024-04-08 | 1 | -3/+5 |
* | C++ migration: all enums are enum class | Benoit Germain | 2024-03-29 | 1 | -8/+8 |
* | C++ migration: Lane is a proper class with overloaded operator new/delete | Benoit Germain | 2024-03-29 | 1 | -1/+1 |
* | C++ migration: improved UniqueKey interface | Benoit Germain | 2024-03-28 | 1 | -4/+1 |
* | C++ migration: lots of noise, but it's only some minor code cleanup | Benoit Germain | 2024-03-28 | 1 | -3/+3 |
* | C++ migration: cleanup usage of lua_error and luaL_error | Benoit Germain | 2024-03-28 | 1 | -4/+4 |
* | C++ migration: ThreadStatus, CancelRequest and CancelResult are enum class | Benoit Germain | 2024-03-20 | 1 | -9/+9 |
* | C++ migration: removed most typedef, removed uint_t | Benoit Germain | 2024-03-20 | 1 | -5/+5 |
* | C++ migration: UniqueKey | Benoit Germain | 2024-03-20 | 1 | -3/+3 |
* | C++ migration: bool_t → bool | Benoit Germain | 2024-03-20 | 1 | -1/+1 |
* | C++ migration: buildfixes | Benoit Germain | 2024-03-19 | 1 | -4/+7 |
* | Changed all indentations to all whitespaces | Benoit Germain | 2022-02-07 | 1 | -16/+16 |
* | Lane cancellation rework | Benoit Germain | 2019-04-26 | 1 | -3/+12 |
* | Moved cancellation code in separate files | Benoit Germain | 2019-04-22 | 1 | -0/+57 |