aboutsummaryrefslogtreecommitdiff
path: root/src/compat.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make Unique even strongerBenoit Germain2024-10-241-3/+3
* Added strong types UserValueCount and UnusedIntBenoit Germain2024-10-241-1/+1
* Improved Unique<> implementation, moved StackIndex into a separate headerBenoit Germain2024-10-091-4/+1
* Sprinkling StackIndex all over the placeBenoit Germain2024-10-081-22/+26
* less char const* in the codeBenoit Germain2024-09-241-5/+5
* Internal refactorization to properly handle lua_resume idiosyncrasiesBenoit Germain2024-07-291-10/+15
* Fix luaG_setmetatableBenoit Germain2024-07-291-2/+2
* Wrap lua_resume for compatibilityBenoit Germain2024-07-021-0/+46
* Having luaG_tostring return a non-empty string_view on non-string values was ...Benoit Germain2024-06-241-1/+1
* Fix luaG_tostring to return a valid string even if the value is not convertibleBenoit Germain2024-06-211-1/+1
* lua_pushliteral -> luaG_pushstringBenoit Germain2024-06-141-1/+1
* More char* -> std::string_view conversionsBenoit Germain2024-06-141-0/+8
* More fixes to make clang happyBenoit Germain2024-06-141-149/+80
* A small step toward making clang happyBenoit Germain2024-06-131-3/+3
* All Lua headers included just once in _pch.hBenoit Germain2024-06-111-11/+0
* luaG_typename returns a std::string_viewBenoit Germain2024-06-101-3/+10
* Improvements in compat.hBenoit Germain2024-06-071-46/+78
* Factorize uservalue extraction in luaG_getalluservaluesBenoit Germain2024-06-071-0/+4
* Boyscouting some luaG_ functionsBenoit Germain2024-06-071-5/+38
* Use a precompiled header to speed up the buildBenoit Germain2024-06-071-3/+0
* Converted a few more raw string pointers to std::string_viewBenoit Germain2024-06-061-12/+18
* Fix deep_test for all flavors of LuaBenoit Germain2024-06-061-0/+64
* Fix transfer of nil uservalues triggering a Lua API check because of conversi...Benoit Germain2024-06-061-8/+0
* Modernize compatBenoit Germain2024-06-051-48/+97
* lua_absindex → luaG_absindex for inliningBenoit Germain2024-06-041-4/+0
* Refactored keeper implementation of linda:send()Benoit Germain2024-06-041-0/+8
* Remove some useless compatibility stuffBenoit Germain2024-06-041-37/+0
* 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