Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/facebook/luaffifb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ffi.h
AgeCommit message (Expand)Author
2017-07-21Support newer versions of luaAfonso Bordado
2016-06-13fixing arm64 builds (hopefully)Soumith Chintala
2016-04-11Port to PPC64elGustavo Serra Scalet
2016-01-02Add support for Lua 5.3Sam Gross
2015-11-17Fixes for Lua 5.1Sam Gross
2015-09-16Fix LICENSE and PATENTS fileSam Gross
2015-08-04Add Facebook LICENSE, PATENTS, and CONTRIBUTING filesSam Gross
2015-05-01Support casting ffi.C functions to cdata numbers.Sam Gross
2015-04-28Assume complex number support for now.Sam Gross
2015-04-28Dynamic libraries are .dylib on Darwin.Sam Gross
2015-04-28Create complex numbers from lua tables.Sam Gross
2013-11-08LuaJIT dlopens ffi libraries with RTLD_LAZY not RTLD_NOW so do the same hereJustin Cormack
2012-06-05Refactor unsigned types into the signed types with an is_unsigned flagJames R. McKaskill
2012-05-09Handle __attribute__((aligned))James R. McKaskill
2012-04-30Refactor function parsing to handle functions returning function pointers.James R. McKaskill
2012-04-30fix parsing of long double with msvcJames R. McKaskill
2012-04-25Add partial long double support.James R. McKaskill
2012-04-25Add gcc mode attributeJames R. McKaskill
2012-04-25__asm__ should concat consecutive string literalsJames R. McKaskill
2012-04-23Process escapes in __asm stringsJames R. McKaskill
2012-04-23Add support for exported global variables.James R. McKaskill
2012-04-22__declspec(aligned(#)) should only increase the alignmentJames R. McKaskill
2012-04-22Fix bitfields on linux x86James R. McKaskill
2012-04-22Fixes for lua 5.1James R. McKaskill
2012-04-22Refactor and fixup bitfields.James R. McKaskill
2012-04-22Add support for complex numbers on X86.James R. McKaskill
2012-04-22Add support for __asm() symbol redirectionJames R. McKaskill
2012-04-22Add support for the packed and align attributes.James R. McKaskill
2012-04-22Overallocate bitfield structs to the next 8 byte boundary to stop valgrind.James R. McKaskill
2012-04-10Add support for complex numbersJames R. McKaskill
2012-04-07Add support for _Bool and fixup bool testsJames R. McKaskill
2012-04-07Add support for ffi.metatypeJames R. McKaskill
2012-04-05Refactor for callbacks.James R. McKaskill
2012-04-01Don't use _t types, these are reserved by posixJames R. McKaskill
2011-08-01Split struct parsing into two passes to handle out of order members and attri...James R. McKaskill
2011-08-01Add const safetyJames R. McKaskill
2011-08-01Equal metamethod should return false for non-comparable typesJames R. McKaskill
2011-08-01Add license headersJames R. McKaskill
2011-07-30Add OSX supportJames R. McKaskill
2011-07-27Use LoadLibrary instead of GetModuleHandle on windows so that gdi and user32 ...James R. McKaskill
2011-07-25Add ARM CE support.James McKaskill
2011-07-18Add callback supportJames McKaskill
2011-07-18Cleanup NULL handlingJames McKaskill
2011-07-18Breakup parser.c:parse_recordJames McKaskill
2011-07-17Add support for bitfieldsJames McKaskill
2011-07-17Allow functions with a struct* to be called with a table by allocating a temp...James McKaskill
2011-07-16Adding support for variable sized arrays and structsJames McKaskill
2011-07-16Fixes for 32bit, and use jmp stubs only when necessaryJames McKaskill
2011-07-15Got linux 64bit test to passJames R. McKaskill
2011-07-15First pass at x64 support - hasn't been tested and vararg support is incompleteJames McKaskill