Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed intercopycontext.h → intercopycontext.hpp, state.h → state.hpp | Benoit Germain | 2024-10-28 | 1 | -14/+0 |
| | |||||
* | Renamed debugspew.h → debugspew.hpp, lindafactory.h → lindafactory.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
| | |||||
* | Renamed macros_and_utils.h → macros_and_utils.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
| | |||||
* | Make lanes.gen stricter on base libraries | Benoit Germain | 2024-06-26 | 1 | -0/+1 |
| | |||||
* | Improved on_state_create implementation | Benoit Germain | 2024-06-19 | 1 | -4/+0 |
| | | | | | * modernized implementation uses a std::variant * detect Lua functions with upvalues earlier | ||||
* | When it is a function, config.allocator is called with a string hint | Benoit Germain | 2024-06-18 | 1 | -1/+1 |
| | |||||
* | Organized namespace 'state' | Benoit Germain | 2024-05-29 | 1 | -7/+6 |
| | |||||
* | Modernize serialize_require | Benoit Germain | 2024-05-29 | 1 | -2/+0 |
| | |||||
* | More string_view | Benoit Germain | 2024-05-27 | 1 | -1/+1 |
| | |||||
* | DEBUGSPEW_PARAM_COMMA(Universe* U_) | Benoit Germain | 2024-05-23 | 1 | -1/+1 |
| | |||||
* | Shuffling code around | Benoit Germain | 2024-05-14 | 1 | -2/+3 |
| | |||||
* | Progressively applying the coding rules | Benoit Germain | 2024-05-02 | 1 | -2/+2 |
| | |||||
* | Progressively applying the coding rules | Benoit Germain | 2024-04-30 | 1 | -5/+5 |
| | |||||
* | Function parameters L → L_ | Benoit Germain | 2024-04-29 | 1 | -3/+3 |
| | |||||
* | 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 ↵ | Benoit Germain | 2024-04-09 | 1 | -1/+2 |
| | | | | 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 | -8/+8 |
| | |||||
* | 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" | ||||
* | correctly transfer the uservalue of a deep userdata | Benoit Germain | 2021-06-24 | 1 | -0/+22 |