aboutsummaryrefslogtreecommitdiff
path: root/src/linda.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* C++ migration: Linda is a proper class with overloaded operator new/deleteBenoit Germain2024-03-281-12/+16
* C++ migration: cleanup usage of lua_error and luaL_errorBenoit Germain2024-03-281-4/+4
* C++ migration: less kludgy Linda name management with a std::variantBenoit Germain2024-03-281-70/+156
* 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-13/+5
* C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomicBenoit Germain2024-03-251-4/+4
* C++ migration: revamped stack checking macrosBenoit Germain2024-03-251-8/+8
* C++ migration: ThreadStatus, CancelRequest and CancelResult are enum classBenoit Germain2024-03-201-17/+17
* C++ migration: removed most typedef, removed uint_tBenoit Germain2024-03-201-3/+3
* C++ migration: UniqueKeyBenoit Germain2024-03-201-9/+9
* C++ migration: bool_t → boolBenoit Germain2024-03-201-17/+14
* C++ migration: NULL → nullptrBenoit Germain2024-03-191-23/+23
* C++ migration: changed file extensions from .c to .cppBenoit Germain2024-03-191-0/+945