aboutsummaryrefslogtreecommitdiff
path: root/src/compat.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactorizationBenoit Germain2024-05-071-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 ↵Benoit Germain2024-04-101-0/+27
| | | | debugging purposes
* 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
| | | | Essentially, buildfixes when compiling as C++, plus properly marking public API as extern "C"
* 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
| | | | Untested, but it might just work :).
* Fix build issues with compat.c/hBenoit Germain2014-04-231-0/+4
|
* moved compatibility code in a separate fileBenoit Germain2014-04-031-0/+29