aboutsummaryrefslogtreecommitdiff
path: root/src/compat.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Progressively applying the coding rulesBenoit Germain2024-05-131-6/+6
* Move InterCopyContext implementation in a separate fileBenoit Germain2024-05-131-2/+5
* Some more code refactorizationBenoit Germain2024-05-131-1/+1
* Some code factorizationBenoit Germain2024-05-031-6/+6
* Remove dependency on _G["package"]Benoit Germain2024-05-021-1/+18
* Progressively applying the coding rulesBenoit Germain2024-04-291-19/+19
* Function parameters L → L_Benoit Germain2024-04-291-46/+40
* ASSERT_L → LUA_ASSERTBenoit Germain2024-04-241-1/+1
* some dead code elimination and other triflesBenoit Germain2024-04-161-21/+18
* C++ migration: fixed a few std::ignoreBenoit Germain2024-04-101-4/+5
* 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 tr...Benoit Germain2024-04-091-10/+25
* C++ migration: STACK_GROW is no longer a macro, sanitized and fixed warnings ...Benoit Germain2024-03-221-1/+4
* C++ migration: changed file extensions from .c to .cppBenoit Germain2024-03-191-0/+96