aboutsummaryrefslogtreecommitdiff
path: root/src/state.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Formalize a few coding style rules, start to enforce them for constantsBenoit Germain2024-04-261-6/+6
* C++ migration: using KeeperState = Unique<lua_State*>Benoit Germain2024-04-241-4/+4
* some dead code elimination and other triflesBenoit Germain2024-04-161-19/+17
* C++ migration: more conversion to InterCopyContext. debugspew indentation is ...Benoit Germain2024-04-161-22/+22
* C++ migration: luaG_inter_copy_* now return an enum class instead of an anony...Benoit Germain2024-04-101-10/+24
* C++ migration: [[nodiscard]] everywhere. still have to check all std::ignoreBenoit Germain2024-04-091-3/+3
* C++ migration: use strong type safety for source and destination states in tr...Benoit Germain2024-04-091-19/+10
* C++ migration: more atomicsBenoit Germain2024-04-021-17/+17
* C++ migration: all enums are enum classBenoit Germain2024-03-291-3/+3
* C++ migration: improved UniqueKey interfaceBenoit Germain2024-03-281-17/+17
* C++ migration: cleanup usage of lua_error and luaL_errorBenoit Germain2024-03-281-1/+1
* C++ migration: new helper templates lua_tolightuserdata and lua_tofulluserdataBenoit Germain2024-03-271-1/+1
* C++ migration: templated lua_touserdataBenoit Germain2024-03-261-1/+1
* C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classesBenoit Germain2024-03-261-2/+2
* C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomicBenoit Germain2024-03-251-3/+3
* C++ migration: revamped stack checking macrosBenoit Germain2024-03-251-37/+39
* C++ migration: REGISTRY_SET and REGISTRY_GET are gone, welcome templates and ...Benoit Germain2024-03-211-5/+5
* C++ migration: more NULL → nullptrBenoit Germain2024-03-201-18/+18
* C++ migration: bool_t → boolBenoit Germain2024-03-201-2/+2
* C++ migration: changed file extensions from .c to .cppBenoit Germain2024-03-191-0/+442