Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → ↵ | Benoit Germain | 2024-10-28 | 1 | -37/+0 |
| | | | | keeper.hpp, tools.h → tools.hpp | ||||
* | Renamed uniquekey.h → uniquekey.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
| | |||||
* | Sprinkling StackIndex all over the place | Benoit Germain | 2024-10-08 | 1 | -3/+3 |
| | |||||
* | Boyscouting | Benoit Germain | 2024-06-14 | 1 | -1/+1 |
| | |||||
* | Moved implementation of lanes.nameof in a separate file | Benoit Germain | 2024-05-29 | 1 | -10/+8 |
| | |||||
* | Modernize serialize_require | Benoit Germain | 2024-05-29 | 1 | -0/+4 |
| | |||||
* | DEBUGSPEW fprintf(stderr) → std::cerr | Benoit Germain | 2024-05-22 | 1 | -1/+1 |
| | |||||
* | Move InterCopyContext implementation in a separate file | Benoit Germain | 2024-05-13 | 1 | -68/+10 |
| | |||||
* | Some code factorization | Benoit Germain | 2024-05-03 | 1 | -3/+0 |
| | |||||
* | InterCopyContext always raises errors in a non-Keeper state | Benoit Germain | 2024-05-02 | 1 | -0/+4 |
| | |||||
* | Progressively applying the coding rules | Benoit Germain | 2024-04-30 | 1 | -2/+3 |
| | |||||
* | Progressively applying the coding rules | Benoit Germain | 2024-04-30 | 1 | -4/+4 |
| | |||||
* | Function parameters L → L_ | Benoit Germain | 2024-04-29 | 1 | -5/+5 |
| | |||||
* | All headers reformatted with updated clang-format settings | Benoit Germain | 2024-04-29 | 1 | -3/+0 |
| | |||||
* | Formalize a few coding style rules, start to enforce them for constants | Benoit Germain | 2024-04-26 | 1 | -4/+4 |
| | |||||
* | C++ migration: using KeeperState = Unique<lua_State*> | Benoit Germain | 2024-04-24 | 1 | -2/+2 |
| | |||||
* | C++ migration: split UniqueKey into UniqueKey+RegistryUniqueKey | Benoit Germain | 2024-04-24 | 1 | -4/+4 |
| | |||||
* | some dead code elimination and other trifles | Benoit Germain | 2024-04-16 | 1 | -19/+29 |
| | |||||
* | C++ migration: more conversion to InterCopyContext. debugspew indentation is ↵ | Benoit Germain | 2024-04-16 | 1 | -5/+7 |
| | | | | managed by a scope object | ||||
* | C++ migration: inter-state transfer managed by a new class InterCopyContext | Benoit Germain | 2024-04-15 | 1 | -1/+30 |
| | |||||
* | C++ migration: luaG_inter_copy_* now return an enum class instead of an ↵ | Benoit Germain | 2024-04-10 | 1 | -9/+14 |
| | | | | anonymous int | ||||
* | 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 ↵ | Benoit Germain | 2024-04-09 | 1 | -7/+7 |
| | | | | transfer functions | ||||
* | C++ migration: still more threading code cleanup. 'sudo' global moved in the ↵ | Benoit Germain | 2024-04-09 | 1 | -1/+1 |
| | | | | Universe | ||||
* | C++ migration: all enums are enum class | Benoit Germain | 2024-03-29 | 1 | -5/+5 |
| | |||||
* | C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classes | Benoit Germain | 2024-03-26 | 1 | -1/+0 |
| | |||||
* | C++ migration: removed most typedef, removed uint_t | Benoit Germain | 2024-03-20 | 1 | -8/+4 |
| | |||||
* | C++ migration: UniqueKey | Benoit Germain | 2024-03-20 | 1 | -2/+2 |
| | |||||
* | C++ migration: bool_t → bool | Benoit Germain | 2024-03-20 | 1 | -1/+1 |
| | |||||
* | C++ migration: buildfixes | Benoit Germain | 2024-03-19 | 1 | -5/+1 |
| | | | | Essentially, buildfixes when compiling as C++, plus properly marking public API as extern "C" | ||||
* | Changed all indentations to all whitespaces | Benoit Germain | 2022-02-07 | 1 | -3/+3 |
| | | | | Tabs mess up alignment of stack contents comments, so I'm done with them. | ||||
* | fix stack overflow when transfering a clonable userdata referencing itself ↵ | Benoit Germain | 2021-06-26 | 1 | -0/+13 |
| | | | | through a uservalue | ||||
* | correctly transfer the uservalue of a deep userdata | Benoit Germain | 2021-06-24 | 1 | -8/+0 |
| | |||||
* | Moved cancellation code in separate files | Benoit Germain | 2019-04-22 | 1 | -2/+0 |
| | |||||
* | protect_allocator configure option is gone, long live allocator (more ↵ | Benoit Germain | 2018-11-25 | 1 | -0/+4 |
| | | | | embedders-friendly) | ||||
* | Internal code tweaks | Benoit Germain | 2018-11-19 | 1 | -3/+8 |
| | | | | | | * Registry access code utility macros * CONFIG_REGKEY and LOOKUP_REGKEY are now lightuserdata instead of strings * Stack checking debug macros improvements | ||||
* | split linda code in a separate file | Benoit Germain | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | fix a bunch of compilation warnings (issue #157) | Benoit Germain | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | fix an internal error trying to call on_state_create in a lane without any ↵ | Benoit Germain | 2018-11-03 | 1 | -1/+0 |
| | | | | | | | libs loaded always duplicate the config structure in new lanes even when no libraries are initialized by the generator | ||||
* | Enum buildfix | Benoit Germain | 2018-11-02 | 1 | -8/+0 |
| | |||||
* | More MinGW buildfixes (I hope) | Benoit Germain | 2018-10-25 | 1 | -4/+5 |
| | |||||
* | Fix Lanes build by reorganizing types around a bit | Benoit Germain | 2018-10-25 | 1 | -31/+15 |
| | |||||
* | Fix for deep-aware modules | Benoit Germain | 2017-08-01 | 1 | -114/+4 |
| | | | | | | Don't crash when using a module that creates Lanes-compatible deep userdata. Added a sample deep-aware module. | ||||
* | Improve LuaJIT support | Benoit Germain | 2017-05-10 | 1 | -1/+3 |
| | | | | | | | * better LuaJIT-specific headers detection * add LuaJIT-specific libraries when known * properly raise an error when attempting to transfer a LUAT_CDATA value * some compilationg warning fixes | ||||
* | preliminary Lua 5.3 support | Benoit Germain | 2014-12-16 | 1 | -1/+1 |
| | | | | Untested, but it might just work :). | ||||
* | LuaJIT auto detect FIX | Stepets | 2014-04-20 | 1 | -4/+6 |
| | |||||
* | LuaJIT auto detect | Stepets | 2014-04-20 | 1 | -4/+5 |
| | |||||
* | moved compatibility code in a separate file | Benoit Germain | 2014-04-03 | 1 | -25/+0 |
| | |||||
* | Don't mutex-wrap require() more than once | Benoit Germain | 2014-03-19 | 1 | -1/+1 |
| | |||||
* | Fixed some compilation warnings | Benoit Germain | 2014-02-26 | 1 | -63/+66 |
| |