Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All headers reformatted with updated clang-format settings | Benoit Germain | 2024-04-29 | 1 | -2/+2 |
* | C++ migration: wrap all Lua error raising API functions in a [[noreturn]] rai... | Benoit Germain | 2024-04-26 | 1 | -3/+3 |
* | Move LindaFactory in separate files | Benoit Germain | 2024-04-26 | 1 | -11/+14 |
* | some dead code elimination and other trifles | Benoit Germain | 2024-04-16 | 1 | -25/+25 |
* | C++ migration: deep userdata API rework. bye bye idfunc, hello DeepFactory | Benoit Germain | 2024-04-15 | 1 | -36/+30 |
* | C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore | Benoit Germain | 2024-04-09 | 1 | -139/+139 |
* | C++ migration: all enums are enum class | Benoit Germain | 2024-03-29 | 1 | -4/+4 |
* | C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomic | Benoit Germain | 2024-03-25 | 1 | -2/+1 |
* | C++ migration: make deep_test build and run | Benoit Germain | 2024-03-25 | 1 | -0/+260 |