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
2021-03-01Fixed a defect in callback parameter passing mechanism for __amd64__ … (#38)Sudheer Hebbale
2016-10-27Fix invalid >2GB relative jumps to shared global functions.Luke Alonso
2016-06-17Changed cdata to native Lua 5.3 numbersAlexander Kiranov
2015-09-16Fix LICENSE and PATENTS fileSam Gross
2015-08-04Add Facebook LICENSE, PATENTS, and CONTRIBUTING filesSam Gross
2015-05-13Include uservalue for complex numbers returned from C functions.Sam Gross
2015-05-13Fix alignment of integers on x64.Sam Gross
2015-05-01Support casting ffi.C functions to cdata numbers.Sam Gross
2015-04-28Align 64-bit ints on 8-byte boundaries when on the stack.Sam Gross
2015-04-28Support C++ reference types.Sam Gross
2012-06-05Refactor unsigned types into the signed types with an is_unsigned flagJames R. McKaskill
2012-05-09Don't overwrite the previous value of rdi in fastcall callbacksJames R. McKaskill
2012-05-01Win64: Fix call to lua_pushboolean for float arguments for callbacksJames R. McKaskill
2012-05-01Win64: Off by 8 for the shadow space. Was overwriting the return address.James R. McKaskill
2012-05-01bools are uint8 and so should be zero extendedJames R. McKaskill
2012-04-30Refactor function parsing to handle functions returning function pointers.James R. McKaskill
2012-04-23Add support for exported global variables.James R. McKaskill
2012-04-22Add support for complex numbers on X86.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-05Refactor for callbacks.James R. McKaskill
2012-04-01Don't use _t types, these are reserved by posixJames R. McKaskill
2011-08-01Strip trailing whitespaceJames R. McKaskill
2011-08-01Add license headersJames R. McKaskill
2011-07-25Add ARM CE support.James McKaskill
2011-07-19Fix 64bitJames McKaskill
2011-07-18Add callback supportJames McKaskill
2011-07-17Add support for fastcallJames McKaskill
2011-07-17Allow functions with a struct* to be called with a table by allocating a temp...James McKaskill
2011-07-16Hopefully fix win64 crashJames McKaskill
2011-07-16Update some commentsJames McKaskill
2011-07-16Win64 compile fixesJames McKaskill
2011-07-16Fix crash on 64bitJames R. McKaskill
2011-07-16Fixes for 32bit, and use jmp stubs only when necessaryJames McKaskill
2011-07-15normalising line endingsJames R. McKaskill
2011-07-15Got linux 64bit test to passJames R. McKaskill
2011-07-15Normalising line endingsJames R. McKaskill
2011-07-15linux 64bit fixesJames R. McKaskill
2011-07-15First pass at x64 support - hasn't been tested and vararg support is incompleteJames McKaskill
2011-07-13Adding some more tests and better error reportingJames McKaskill
2011-07-10Adding tests, changing call_x86 to use a 16 byte aligned stackJames McKaskill
2011-07-06Initial commitJames McKaskill