| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor code tweaks | Benoit Germain | 2024-05-17 | 1 | -1/+1 |
* | Shuffling code around | Benoit Germain | 2024-05-14 | 1 | -32/+4 |
* | Moved Lane tracking implementation in a separate file | Benoit Germain | 2024-05-14 | 1 | -5/+2 |
* | Move InterCopyContext implementation in a separate file | Benoit Germain | 2024-05-13 | 1 | -1/+0 |
* | Some more code refactorization | Benoit Germain | 2024-05-13 | 1 | -0/+36 |
* | Progressively applying the coding rules | Benoit Germain | 2024-05-02 | 1 | -30/+30 |
* | Progressively applying the coding rules | Benoit Germain | 2024-04-30 | 1 | -1/+1 |
* | Function parameters L → L_ | Benoit Germain | 2024-04-29 | 1 | -12/+12 |
* | All headers reformatted with updated clang-format settings | Benoit Germain | 2024-04-29 | 1 | -14/+7 |
* | Formalize a few coding style rules, start to enforce them for constants | Benoit Germain | 2024-04-26 | 1 | -0/+1 |
* | ASSERT_L → LUA_ASSERT | Benoit Germain | 2024-04-24 | 1 | -1/+1 |
* | some dead code elimination and other trifles | Benoit Germain | 2024-04-16 | 1 | -6/+7 |
* | C++ migration: more conversion to InterCopyContext. debugspew indentation is ... | Benoit Germain | 2024-04-16 | 1 | -0/+28 |
* | C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore | Benoit Germain | 2024-04-09 | 1 | -5/+5 |
* | C++ migration: still more threading code cleanup. 'sudo' global moved in the ... | Benoit Germain | 2024-04-09 | 1 | -2/+18 |
* | C++ migration: more atomics | Benoit Germain | 2024-04-02 | 1 | -2/+2 |
* | C++ migration: fix some warnings in 32 bits builds | Benoit Germain | 2024-03-31 | 1 | -1/+1 |
* | C++ migration: all enums are enum class | Benoit Germain | 2024-03-29 | 1 | -2/+4 |
* | C++ migration: Lane is a proper class with overloaded operator new/delete | Benoit Germain | 2024-03-29 | 1 | -1/+1 |
* | C++ migration: lots of noise, but it's only some minor code cleanup | Benoit Germain | 2024-03-28 | 1 | -3/+3 |
* | C++ migration: buildfix for pre-5.4 Lua targets | Benoit Germain | 2024-03-27 | 1 | -0/+1 |
* | C++ migration: templated lua_touserdata | Benoit Germain | 2024-03-26 | 1 | -1/+1 |
* | C++ migration: Fix metatable caching bug introduced when converting the index... | Benoit Germain | 2024-03-26 | 1 | -1/+1 |
* | C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classes | Benoit Germain | 2024-03-26 | 1 | -6/+80 |
* | C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomic | Benoit Germain | 2024-03-25 | 1 | -25/+22 |
* | C++ migration: removed most typedef, removed uint_t | Benoit Germain | 2024-03-20 | 1 | -10/+5 |
* | C++ migration: more NULL → nullptr | Benoit Germain | 2024-03-20 | 1 | -1/+1 |
* | C++ migration: UniqueKey | Benoit Germain | 2024-03-20 | 1 | -2/+1 |
* | C++ migration: bool_t → bool | Benoit Germain | 2024-03-20 | 1 | -2/+2 |
* | C++ migration: buildfixes | Benoit Germain | 2024-03-19 | 1 | -7/+8 |
* | new .internal_allocator configuration IUNTESTED) | Benoit Germain | 2023-08-09 | 1 | -0/+2 |
* | moonjit support | Benoit Germain | 2022-03-09 | 1 | -5/+6 |
* | removed explicit calls to malloc/free | Benoit Germain | 2022-02-07 | 1 | -2/+2 |
* | Changed all indentations to all whitespaces | Benoit Germain | 2022-02-07 | 1 | -32/+32 |
* | don't test __lanesignore for POD types (-> slightly faster when trasnfering l... | Benoit Germain | 2018-11-30 | 1 | -1/+1 |
* | protect_allocator configure option is gone, long live allocator (more embedde... | Benoit Germain | 2018-11-25 | 1 | -0/+26 |
* | fix an internal error trying to call on_state_create in a lane without any li... | Benoit Germain | 2018-11-03 | 1 | -0/+2 |
* | Fix Lanes build by reorganizing types around a bit | Benoit Germain | 2018-10-25 | 1 | -8/+16 |
* | Fix for deep-aware modules | Benoit Germain | 2017-08-01 | 1 | -0/+66 |