aboutsummaryrefslogtreecommitdiff
path: root/src/tools.cpp (follow)
Commit message (Collapse)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
| | | | managed by a scope object
* 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
| | | | Since almost everything in C-implementation comes from manual cherry-picking stuff in master, the merge essentially consist in a pure git tree operation to reconnect stuff properly.
* C++ migration: wrap lua type values in an enum class for type safety and ↵Benoit Germain2024-04-101-15/+15
| | | | debugging purposes
* C++ migration: luaG_inter_copy_* now return an enum class instead of an ↵Benoit Germain2024-04-101-14/+24
| | | | anonymous int
* 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 ↵Benoit Germain2024-04-091-47/+38
| | | | transfer functions
* 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