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/test.c
AgeCommit message (Expand)Author
2021-03-01Add test for callbacks with arguments on the stackHEADmasterSam Gross
2015-11-15Add Travis CI build for Lua 5.1 and 5.2Sam Gross
2015-09-16Fix LICENSE and PATENTS fileSam Gross
2015-08-04Add Facebook LICENSE, PATENTS, and CONTRIBUTING filesSam Gross
2015-05-13Fix alignment of integers on x64.Sam Gross
2012-05-09Handle __attribute__((aligned))James R. McKaskill
2012-04-30Refactor function parsing to handle functions returning function pointers.James R. McKaskill
2012-04-27Add test for va_listJames R. McKaskill
2012-04-23Add support for exported global variables.James R. McKaskill
2012-04-22MSVC doesn't understand __declspec(aligned(#)) with enumsJames R. McKaskill
2012-04-22Fix enum supportJames R. McKaskill
2012-04-22Fix alignment test on OSX.James R. McKaskill
2012-04-22Fix aligned attribute on GCCJames 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 the packed and align attributes.James R. McKaskill
2012-04-22Add support for gcc style __attribute__ and msvc style __declspec.James R. McKaskill
2012-04-10Add support for complex numbersJames R. McKaskill
2012-04-07Add support for _Bool and fixup bool testsJames R. McKaskill
2011-08-01Add license headersJames R. McKaskill
2011-07-19Add errno testJames McKaskill
2011-07-18Add callback supportJames McKaskill
2011-07-17Add support for bitfieldsJames 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