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-01Add test for callbacks with arguments on the stackHEADmasterSam Gross
2016-06-17Changed cdata to native Lua 5.3 numbersAlexander Kiranov
2016-01-02Add support for Lua 5.3Sam Gross
2015-11-17Fixes for Lua 5.1Sam Gross
2015-11-15Add Travis CI build for Lua 5.1 and 5.2Sam Gross
2015-11-13Fix out-of-bounds access in test.luaSam Gross
2015-11-13Convert io.* file handles to FILE* pointers.Sam Gross
2015-09-16Fix LICENSE and PATENTS fileSam Gross
2015-08-12Allow FFI number types as sizes to ffi.stringSam Gross
2015-08-04Add Facebook LICENSE, PATENTS, and CONTRIBUTING filesSam Gross
2015-07-21Remove reference flag when ereferencing a pointer in a structSam 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-01Additional support for references.Sam Gross
2015-04-29Match LuaJIT format for complex numbersSam Gross
2013-11-05add test for metatypes accessible through pointerJustin Cormack
2013-10-24add __pairs and __ipairsJustin Cormack
2013-10-07add __new metamethod supportJustin Cormack
2012-06-05Fix two argument form of ffi.fillJames R. McKaskill
2012-06-05Refactor unsigned types into the signed types with an is_unsigned flagJames R. McKaskill
2012-06-05Fix two argument ffi.copyJames R. McKaskill
2012-06-05Treat variable arrays where the user hasn't specified a size as pointers (mos...James R. McKaskill
2012-06-04Relax cast rules from numbersJames R. McKaskill
2012-06-04ffi.new and ffi.cast now support more than argument for structs and arraysJames R. McKaskill
2012-06-04Allow ffi.cast to cast from pointers to integral typesJames R. McKaskill
2012-06-04Improve handling of boxed ints < 64 bitsJames R. McKaskill
2012-06-04cdata_tostring should chain user provided __tostringJames R. McKaskill
2012-06-04ffi_number should call tonumber with all args and retsJames R. McKaskill
2012-05-13Add support for complex.re and .im fields.James R. McKaskill
2012-05-11Off by one when copying submembers of unnamed unions.James 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-27Fix some ffi.istype casesJames R. McKaskill
2012-04-27Handle __asm like __asm__James R. McKaskill
2012-04-27Add test to skip register keywordJames R. McKaskill
2012-04-27Add test for mode attributeJames R. McKaskill
2012-04-27Add test for va_listJames R. McKaskill
2012-04-27Add test for long double being parsedJames R. McKaskill
2012-04-25Handle multiple globals being declared with the same base typeJames R. McKaskill
2012-04-25__asm__ should concat consecutive string literalsJames R. McKaskill
2012-04-25Symbol redirect is __asm__ not __asmJames R. McKaskill
2012-04-23Process escapes in __asm stringsJames R. McKaskill
2012-04-23Add support for exported global variables.James R. McKaskill
2012-04-23Add __alignof__ support for constants.James R. McKaskill
2012-04-22Add test to convert string to enumJames R. McKaskill
2012-04-22MSVC doesn't understand __declspec(aligned(#)) with enumsJames R. McKaskill
2012-04-22Fix enum supportJames R. McKaskill
2012-04-22Support gcc attributes with underscores eg __attribute__((__cdecl__))James R. McKaskill
2012-04-22Fix alignment test on OSX.James R. McKaskill
2012-04-22Fix bitfields on linux x86James R. McKaskill