aboutsummaryrefslogtreecommitdiff
path: root/src/state.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Progressively applying the coding rulesBenoit Germain2024-05-131-68/+65
|
* Move InterCopyContext implementation in a separate fileBenoit Germain2024-05-131-0/+1
|
* Some more code refactorizationBenoit Germain2024-05-131-48/+59
|
* Some code factorizationBenoit Germain2024-05-031-1/+1
|
* Progressively applying the coding rulesBenoit Germain2024-05-021-17/+17
|
* Progressively applying the coding rulesBenoit Germain2024-04-301-180/+147
|
* Progressively applying the coding rulesBenoit Germain2024-04-291-8/+8
|
* Function parameters L → L_Benoit Germain2024-04-291-51/+51
|
* C++ migration: wrap all Lua error raising API functions in a [[noreturn]] ↵Benoit Germain2024-04-261-4/+4
| | | | raise_... equivalent
* Formalize a few coding style rules, start to enforce them for constantsBenoit Germain2024-04-261-6/+6
|
* C++ migration: using KeeperState = Unique<lua_State*>Benoit Germain2024-04-241-4/+4
|
* some dead code elimination and other triflesBenoit Germain2024-04-161-19/+17
|
* C++ migration: more conversion to InterCopyContext. debugspew indentation is ↵Benoit Germain2024-04-161-22/+22
| | | | managed by a scope object
* C++ migration: luaG_inter_copy_* now return an enum class instead of an ↵Benoit Germain2024-04-101-10/+24
| | | | anonymous int
* C++ migration: [[nodiscard]] everywhere. still have to check all std::ignoreBenoit Germain2024-04-091-3/+3
|
* C++ migration: use strong type safety for source and destination states in ↵Benoit Germain2024-04-091-19/+10
| | | | transfer functions
* C++ migration: more atomicsBenoit Germain2024-04-021-17/+17
|
* C++ migration: all enums are enum classBenoit Germain2024-03-291-3/+3
|
* C++ migration: improved UniqueKey interfaceBenoit Germain2024-03-281-17/+17
|
* C++ migration: cleanup usage of lua_error and luaL_errorBenoit Germain2024-03-281-1/+1
|
* 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-2/+2
|
* C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomicBenoit Germain2024-03-251-3/+3
|
* C++ migration: revamped stack checking macrosBenoit Germain2024-03-251-37/+39
|
* C++ migration: REGISTRY_SET and REGISTRY_GET are gone, welcome templates and ↵Benoit Germain2024-03-211-5/+5
| | | | lambdas
* C++ migration: more NULL → nullptrBenoit Germain2024-03-201-18/+18
|
* C++ migration: bool_t → boolBenoit Germain2024-03-201-2/+2
|
* C++ migration: changed file extensions from .c to .cppBenoit Germain2024-03-191-0/+442