| Commit message (Expand) | Author | Age | Files | Lines |
* | All headers reformatted with updated clang-format settings | Benoit Germain | 2024-04-29 | 1 | -10/+7 |
* | Move LindaFactory in separate files | Benoit Germain | 2024-04-26 | 1 | -8/+8 |
* | Formalize a few coding style rules, start to enforce them for constants | Benoit Germain | 2024-04-26 | 1 | -3/+3 |
* | C++ migration: using KeeperState = Unique<lua_State*> | Benoit Germain | 2024-04-24 | 1 | -2/+2 |
* | C++ migration: push_thread_status converted to a Lane class method | Benoit Germain | 2024-04-24 | 1 | -3/+0 |
* | some dead code elimination and other trifles | Benoit Germain | 2024-04-16 | 1 | -1/+1 |
* | C++ migration: more conversion to InterCopyContext. debugspew indentation is ... | Benoit Germain | 2024-04-16 | 1 | -1/+1 |
* | C++ migration: deep userdata API rework. bye bye idfunc, hello DeepFactory | Benoit Germain | 2024-04-15 | 1 | -18/+44 |
* | C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore | Benoit Germain | 2024-04-09 | 1 | -5/+5 |
* | C++ migration: use strong type safety for source and destination states in tr... | Benoit Germain | 2024-04-09 | 1 | -2/+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 | -9/+9 |
* | C++ migration: new helper templates lua_tolightuserdata and lua_tofulluserdata | Benoit Germain | 2024-03-27 | 1 | -5/+6 |
* | C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomic | Benoit Germain | 2024-03-25 | 1 | -4/+6 |
* | C++ migration: removed most typedef, removed uint_t | Benoit Germain | 2024-03-20 | 1 | -10/+7 |
* | C++ migration: UniqueKey | Benoit Germain | 2024-03-20 | 1 | -6/+5 |
* | C++ migration: buildfixes | Benoit Germain | 2024-03-19 | 1 | -15/+11 |
* | Changed all indentations to all whitespaces | Benoit Germain | 2022-02-07 | 1 | -12/+12 |
* | correctly transfer the uservalue of a deep userdata | Benoit Germain | 2021-06-24 | 1 | -4/+4 |
* | Deep userdata must embed DeepPrelude to save an allocation (also changes Deep... | Benoit Germain | 2018-11-15 | 1 | -4/+8 |
* | Enum buildfix | Benoit Germain | 2018-11-02 | 1 | -3/+10 |
* | Fix DLL exports | Benoit Germain | 2018-10-25 | 1 | -0/+1 |
* | More MinGW buildfixes (I hope) | Benoit Germain | 2018-10-25 | 1 | -1/+3 |
* | Fix Lanes build by reorganizing types around a bit | Benoit Germain | 2018-10-25 | 1 | -1/+21 |
* | Deep userdata changes | Benoit Germain | 2014-06-17 | 1 | -0/+1 |
* | Deep userdata support improvements | Benoit Germain | 2014-02-17 | 1 | -2/+10 |
* | Fix windows build not exporting public 'deep' API | Benoit Germain | 2013-10-25 | 1 | -4/+10 |
* | Separated public "deep" API declarations in a dedicated header. | Benoit Germain | 2012-11-18 | 1 | -0/+17 |