Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C++ migration: using KeeperState = Unique<lua_State*> | Benoit Germain | 2024-04-24 | 1 | -1/+1 |
* | some dead code elimination and other trifles | Benoit Germain | 2024-04-16 | 1 | -2/+2 |
* | C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore | Benoit Germain | 2024-04-09 | 1 | -2/+2 |
* | C++ migration: use strong type safety for source and destination states in tr... | Benoit Germain | 2024-04-09 | 1 | -1/+2 |
* | C++ migration: still more threading code cleanup. 'sudo' global moved in the ... | Benoit Germain | 2024-04-09 | 1 | -1/+1 |
* | C++ migration: all enums are enum class | Benoit Germain | 2024-03-29 | 1 | -8/+8 |
* | C++ migration: buildfixes | Benoit Germain | 2024-03-19 | 1 | -5/+1 |
* | correctly transfer the uservalue of a deep userdata | Benoit Germain | 2021-06-24 | 1 | -0/+22 |