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.c
AgeCommit message (Expand)Author
2012-04-22Fix enum supportJames R. McKaskill
2012-04-22Fixes for lua 5.1James R. McKaskill
2012-04-22Some fixups to ffi.debugJames 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-10Add support for complex numbersJames R. McKaskill
2012-04-10Fixed invalid type (get_member returns an int) that caused compilation to fai...Fjölnir Ásgeirsson
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-01Add const safetyJames R. McKaskill
2011-08-01Equal metamethod should return false for non-comparable typesJames R. McKaskill
2011-08-01Change error to be easier to readJames R. McKaskill
2011-08-01Strip trailing whitespaceJames R. McKaskill
2011-08-01Add license headersJames R. McKaskill
2011-07-30Add OSX supportJames R. McKaskill
2011-07-27Fix windows build errorJames 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-23Fix silly mistake found by Tom HarrisJames R. McKaskill
2011-07-18Add callback supportJames McKaskill
2011-07-18Cleanup NULL handlingJames McKaskill
2011-07-17Add support for fastcallJames 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-16Win64 compile fixesJames 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-15Normalising line endingsJames 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-10Add linux x86 supportJames R. McKaskill
2011-07-10Adding tests, changing call_x86 to use a 16 byte aligned stackJames McKaskill
2011-07-06Initial commitJames McKaskill