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 (Collapse)Author
2016-01-19Add ARM header filesSam Gross
Update call_arm.dasc to fix compile errors, although it's still not functional.
2015-09-16Fix LICENSE and PATENTS fileSam Gross
2015-08-04Add Facebook LICENSE, PATENTS, and CONTRIBUTING filesSam Gross
2015-04-28Support C++ reference types.Sam Gross
2012-04-23Add support for exported global variables.James R. McKaskill
Fixes #7
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
This also adds support for static builds (define LUA_FFI_BUILD_AS_DLL to get a dll on windows, otherwise a static lib is built). msvcbuild.bat still builds a dll. The build script does not build for CE as this is non-trivial and very dependent on which CE profile (or even a custom one). Instead to build on CE, add generate_call_h.bat as a pre-build event and then build *.c with UNDER_CE defined, whatever defines windows.h requires, and the msvc include directory. The arm support is also only little endian for the moment.