aboutsummaryrefslogtreecommitdiff
path: root/src/keeper.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* C++ migration:: new helper template lua_newuserdatauvBenoit Germain2024-03-271-48/+50
|
* C++ migration: new helper templates lua_tolightuserdata and lua_tofulluserdataBenoit Germain2024-03-271-7/+12
|
* C++ migration: templated lua_touserdataBenoit Germain2024-03-261-12/+20
|
* C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classesBenoit Germain2024-03-261-9/+3
|
* C++ migration: revamped stack checking macrosBenoit Germain2024-03-251-23/+23
|
* C++ migration: STACK_GROW is no longer a macro, sanitized and fixed warnings ↵Benoit Germain2024-03-221-370/+386
| | | | in keeper.cpp
* C++ migration: REGISTRY_SET and REGISTRY_GET are gone, welcome templates and ↵Benoit Germain2024-03-211-5/+4
| | | | lambdas
* C++ migration: removed most typedef, removed uint_tBenoit Germain2024-03-201-4/+4
|
* C++ migration: more NULL → nullptrBenoit Germain2024-03-201-2/+2
|
* C++ migration: UniqueKeyBenoit Germain2024-03-201-3/+3
|
* C++ migration: bool_t → boolBenoit Germain2024-03-201-1/+1
|
* C++ migration: NULL → nullptrBenoit Germain2024-03-191-18/+18
|
* C++ migration: changed file extensions from .c to .cppBenoit Germain2024-03-191-0/+825