aboutsummaryrefslogtreecommitdiff
path: root/src/tools.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* C++ migration: enum → enum classBenoit Germain2024-04-241-12/+12
* ASSERT_L → LUA_ASSERTBenoit Germain2024-04-241-28/+28
* C++ migration: split UniqueKey into UniqueKey+RegistryUniqueKeyBenoit Germain2024-04-241-4/+4
* some dead code elimination and other triflesBenoit Germain2024-04-161-371/+298
* C++ migration: more conversion to InterCopyContext. debugspew indentation is ...Benoit Germain2024-04-161-86/+106
* C++ migration: inter-state transfer managed by a new class InterCopyContextBenoit Germain2024-04-151-301/+320
* Merge branch 'C-Implementation'Benoit Germain2024-04-111-1/+1
* C++ migration: wrap lua type values in an enum class for type safety and debu...Benoit Germain2024-04-101-15/+15
* C++ migration: luaG_inter_copy_* now return an enum class instead of an anony...Benoit Germain2024-04-101-14/+24
* C++ migration: fixed a few std::ignoreBenoit Germain2024-04-101-127/+124
* C++ migration: [[nodiscard]] everywhere. still have to check all std::ignoreBenoit Germain2024-04-091-128/+132
* C++ migration: use strong type safety for source and destination states in tr...Benoit Germain2024-04-091-47/+38
* 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 index...Benoit Germain2024-03-261-1/+1
* 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
* 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