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
AgeCommit message (Expand)Author
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-28Initalize struct ctype argument to zero in to_cdata.Sam Gross
2015-04-28Support C++ reference types.Sam Gross
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-22Fix enum supportJames R. McKaskill
2012-04-22Fixes for lua 5.1James R. McKaskill
2012-04-22Add support for __asm() symbol redirectionJames 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 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-01Add license headersJames R. McKaskill
2011-07-18Add callback supportJames McKaskill
2011-07-16Adding support for variable sized arrays and structsJames McKaskill
2011-07-10Adding tests, changing call_x86 to use a 16 byte aligned stackJames McKaskill
2011-07-06Initial commitJames McKaskill