aboutsummaryrefslogtreecommitdiff
path: root/src/compat.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle LUA_ERRFILEBenoit Germain2024-05-281-1/+2
* More string_viewBenoit Germain2024-05-271-0/+10
* More string_view + improved DEBUGSPEW outputBenoit Germain2024-05-271-4/+4
* DEBUGSPEW fprintf(stderr) → std::cerrBenoit Germain2024-05-221-0/+9
* lua503_getfield → strong typed luaG_getfieldBenoit Germain2024-05-221-39/+33
* Lane::debugName is a std::string_viewBenoit Germain2024-05-201-1/+12
* More string_viewBenoit Germain2024-05-201-0/+11
* Strong typed Lua thread statusBenoit Germain2024-05-171-1/+27
* Some more code refactorizationBenoit Germain2024-05-131-0/+2
* Some code factorizationBenoit Germain2024-05-031-1/+2
* Remove dependency on _G["package"]Benoit Germain2024-05-021-0/+21
* Progressively applying the coding rulesBenoit Germain2024-04-291-29/+103
* Function parameters L → L_Benoit Germain2024-04-291-3/+3
* All headers reformatted with updated clang-format settingsBenoit Germain2024-04-291-21/+21
* C++ migration: wrap lua type values in an enum class for type safety and debu...Benoit Germain2024-04-101-0/+27
* C++ migration: lots of noise, but it's only some minor code cleanupBenoit Germain2024-03-281-0/+1
* C++ migration: more NULL → nullptrBenoit Germain2024-03-201-1/+1
* C++ migration: buildfixesBenoit Germain2024-03-191-4/+7
* moonjit supportBenoit Germain2022-03-091-0/+25
* Lua 5.4 supportBenoit Germain2018-11-271-4/+26
* Fix 64 bits compilation warningsBenoit Germain2016-11-211-0/+1
* preliminary Lua 5.3 supportBenoit Germain2014-12-161-5/+20
* Fix build issues with compat.c/hBenoit Germain2014-04-231-0/+4
* moved compatibility code in a separate fileBenoit Germain2014-04-031-0/+29