efl/src/bindings
Daniel Kolesa a928dba502 elua: prepare for compatibility with cffi-lua (use ffi.nullptr)
This is necessary because the LuaJIT FFI implements the null
pointer to nil equality behavior, which is not possible to
do in standard Lua (as equality metamethod needs identical types
to trigger).

So replace it with ffi.nullptr as cffi-lua implements; in luajit
ffi.nullptr will just become nil and it'll work like before.
2020-05-21 17:45:43 +02:00
..
cxx Use __func__ C99 identifier instead of __FUNCTION__ compiler extension 2020-05-07 09:27:07 -04:00
js all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
luajit elua: prepare for compatibility with cffi-lua (use ffi.nullptr) 2020-05-21 17:45:43 +02:00
mono C#: Update C# code-generation to use a new ICustomMarshaler in some string usages that were leaking 2020-03-23 14:18:16 -03:00
meson.build charp: Require mono bindings when using dotnet 2019-12-04 17:09:06 +01:00