Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed uniquekey.h → uniquekey.hpp | Benoit Germain | 2024-10-28 | 1 | -134/+0 |
| | |||||
* | Renamed macros_and_utils.h → macros_and_utils.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
| | |||||
* | Renamed compat.h → compat.hpp | Benoit Germain | 2024-10-28 | 1 | -1/+1 |
| | |||||
* | More strong typing for UniqueKey::getSubTable() arguments | Benoit Germain | 2024-10-24 | 1 | -2/+5 |
| | |||||
* | Fix/suppress MSVC /Wall warnings | Benoit Germain | 2024-10-16 | 1 | -1/+6 |
| | |||||
* | Sprinkling StackIndex all over the place | Benoit Germain | 2024-10-08 | 1 | -12/+12 |
| | |||||
* | lua_pushliteral -> luaG_pushstring | Benoit Germain | 2024-06-14 | 1 | -4/+4 |
| | |||||
* | Boyscouting some luaG_ functions | Benoit Germain | 2024-06-07 | 1 | -1/+1 |
| | |||||
* | Use a precompiled header to speed up the build | Benoit Germain | 2024-06-07 | 1 | -2/+0 |
| | |||||
* | Code boyscouting | Benoit Germain | 2024-06-03 | 1 | -6/+5 |
| | |||||
* | Moved lanes.sleep implementation to the C-side | Benoit Germain | 2024-06-03 | 1 | -3/+3 |
| | |||||
* | Optional Decoda support (disabled by default) | Benoit Germain | 2024-05-27 | 1 | -3/+3 |
| | |||||
* | More string_view + improved DEBUGSPEW output | Benoit Germain | 2024-05-27 | 1 | -2/+2 |
| | |||||
* | linda:limit errors on limits < 1 | Benoit Germain | 2024-05-20 | 1 | -0/+17 |
| | |||||
* | Some code factorization | Benoit Germain | 2024-05-03 | 1 | -2/+20 |
| | |||||
* | Progressively applying the coding rules | Benoit Germain | 2024-05-02 | 1 | -7/+7 |
| | |||||
* | All headers reformatted with updated clang-format settings | Benoit Germain | 2024-04-29 | 1 | -8/+6 |
| | |||||
* | C++ migration: split UniqueKey into UniqueKey+RegistryUniqueKey | Benoit Germain | 2024-04-24 | 1 | -38/+53 |
| | |||||
* | some dead code elimination and other trifles | Benoit Germain | 2024-04-16 | 1 | -0/+2 |
| | |||||
* | C++ migration: keeper_call returns a std::optional | Benoit Germain | 2024-04-15 | 1 | -1/+4 |
| | |||||
* | Minor fixes | Benoit Germain | 2024-04-09 | 1 | -1/+1 |
| | |||||
* | C++ migration: fix some warnings in 32 bits builds | Benoit Germain | 2024-03-31 | 1 | -3/+3 |
| | |||||
* | C++ migration: improved UniqueKey interface | Benoit Germain | 2024-03-28 | 1 | -5/+26 |
| | |||||
* | linda.batched is now a lightuserdata instead of a string. plus some ↵ | Benoit Germain | 2024-03-28 | 1 | -4/+4 |
| | | | | reformatting. | ||||
* | C++ migration: REGISTRY_SET and REGISTRY_GET are gone, welcome templates and ↵ | Benoit Germain | 2024-03-21 | 1 | -0/+14 |
| | | | | lambdas | ||||
* | C++ migration: UniqueKey | Benoit Germain | 2024-03-20 | 1 | -12/+31 |
| | |||||
* | C++ migration: buildfixes | Benoit Germain | 2024-03-19 | 1 | -4/+1 |
| | | | | Essentially, buildfixes when compiling as C++, plus properly marking public API as extern "C" | ||||
* | moonjit support | Benoit Germain | 2022-03-09 | 1 | -4/+4 |
| | |||||
* | NEVER use allocator obtained from lua_getallocf to allocate stuff manually ↵ | Benoit Germain | 2022-02-17 | 1 | -4/+4 |
| | | | | when compiling for LuaJIT | ||||
* | Changed all indentations to all whitespaces | Benoit Germain | 2022-02-07 | 1 | -1/+1 |
| | | | | Tabs mess up alignment of stack contents comments, so I'm done with them. | ||||
* | [*] Hotfix for 64-bit iOS. | Igor Ivanov | 2018-12-20 | 1 | -1/+1 |
| | |||||
* | fix a bunch of compilation warnings (issue #157) | Benoit Germain | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | More buildfix. someday I'll wake up | Benoit Germain | 2018-10-30 | 1 | -1/+1 |
| | |||||
* | Improve LuaJIT-x64 compatibility | Benoit Germain | 2018-10-30 | 1 | -0/+25 |
Restrict internal "light userdata constants" to 47 significant bits when compiling against LuaJIT-x64 |