aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* C++ migration:: new helper template lua_newuserdatauvBenoit Germain2024-03-271-4/+3
* C++ migration: new helper templates lua_tolightuserdata and lua_tofulluserdataBenoit Germain2024-03-271-5/+5
* C++ migration: templated lua_touserdataBenoit Germain2024-03-261-3/+3
* C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classesBenoit Germain2024-03-261-15/+5
* C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomicBenoit Germain2024-03-251-41/+29
* C++ migration: revamped stack checking macrosBenoit Germain2024-03-251-53/+54
* C++ migration: STACK_GROW is no longer a macro, sanitized and fixed warnings ...Benoit Germain2024-03-221-1/+1
* C++ migration: REGISTRY_SET and REGISTRY_GET are gone, welcome templates and ...Benoit Germain2024-03-211-17/+18
* C++ migration: ThreadStatus, CancelRequest and CancelResult are enum classBenoit Germain2024-03-201-9/+9
* C++ migration: removed most typedef, removed uint_tBenoit Germain2024-03-201-6/+6
* C++ migration: more NULL → nullptrBenoit Germain2024-03-201-9/+14
* C++ migration: UniqueKeyBenoit Germain2024-03-201-12/+13
* C++ migration: bool_t → boolBenoit Germain2024-03-201-31/+28
* C++ migration: NULL → nullptrBenoit Germain2024-03-191-31/+31
* C++ migration: changed file extensions from .c to .cppBenoit Germain2024-03-191-0/+2142