aboutsummaryrefslogtreecommitdiff
path: root/src/tools.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* C++ migration: more atomicsBenoit Germain2024-04-021-46/+49
|
* C++ migration: fix some warnings in 32 bits buildsBenoit Germain2024-03-311-3/+3
|
* C++ migration: all enums are enum classBenoit Germain2024-03-291-47/+92
|
* C++ migration: improved UniqueKey interfaceBenoit Germain2024-03-281-9/+9
|
* C++ migration: Fix metatable caching bug introduced when converting the ↵Benoit Germain2024-03-261-1/+1
| | | | index to std::atomic
* C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classesBenoit Germain2024-03-261-50/+37
|
* C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomicBenoit Germain2024-03-251-13/+5
|
* C++ migration: revamped stack checking macrosBenoit Germain2024-03-251-126/+126
|
* C++ migration: REGISTRY_SET and REGISTRY_GET are gone, welcome templates and ↵Benoit Germain2024-03-211-29/+29
| | | | lambdas
* C++ migration: removed most typedef, removed uint_tBenoit Germain2024-03-201-24/+24
|
* C++ migration: more NULL → nullptrBenoit Germain2024-03-201-28/+28
|
* C++ migration: UniqueKeyBenoit Germain2024-03-201-6/+6
|
* C++ migration: bool_t → boolBenoit Germain2024-03-201-41/+41
|
* C++ migration: changed file extensions from .c to .cppBenoit Germain2024-03-191-0/+2080