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
2021-03-01Fixed a defect in callback parameter passing mechanism for __amd64__ … (#38)Sudheer Hebbale
2017-07-21Merge pull request #35 from afonso360/masterSoumith Chintala
2017-07-21Support newer versions of luaAfonso Bordado
2016-10-28Merge pull request #25 from luketwitter/masterSam Gross
2016-10-27Fix invalid >2GB relative jumps to shared global functions.Luke Alonso
2016-06-29Merge pull request #18 from xHasKx/masterSoumith Chintala
2016-06-27Fixing memleak: jit->pages not free'dAlexander Kiranov
2016-06-17Update version requirements in README.mdSam Gross
2016-06-17Add travis-ci build statusSam Gross
2016-06-17Merge pull request #17 from xHasKx/masterSam Gross
2016-06-17Changed cdata to native Lua 5.3 numbersAlexander Kiranov
2016-06-13Merge pull request #16 from soumith/patch-1Soumith Chintala
2016-06-13fixing arm64 builds (hopefully)Soumith Chintala
2016-06-06Merge pull request #15 from PPC64/ppc64_portSam Gross
2016-04-14Make default target when running test_includes.shSam Gross
2016-04-11Port to PPC64elGustavo Serra Scalet
2016-01-24Improve parserSam Gross
2016-01-19Merge pull request #7 from colesbury/armSam Gross
2016-01-19Add ARM header filesSam Gross
2016-01-02Add support for Lua 5.3Sam Gross
2015-11-17Fixes for Lua 5.1Sam Gross
2015-11-17Fix path to Lua 5.1 sourceSam Gross
2015-11-15Merge pull request #3 from colesbury/travisSam 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-11-04Merge pull request #1 from soumith/patch-1Sam Gross
2015-11-04Update README.mdSoumith Chintala
2015-10-06Fix source URL in rockspecSam Gross
2015-09-16Fix LICENSE and PATENTS fileSam Gross
2015-08-17Update README.mdSam Gross
2015-08-17Use UNIX line endingsSam Gross
2015-08-17Fix compiler warningSam Gross
2015-08-17Add ffi.NULL as a copy of ffi.C.NULLSam 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-06TEMP: Don't free the JIT-compiled binding code.Sam Gross
2015-05-01Additional support for references.Sam Gross
2015-05-01Support casting ffi.C functions to cdata numbers.Sam Gross
2015-04-29Match LuaJIT format for complex numbersSam Gross
2015-04-28Align 64-bit ints on 8-byte boundaries when on the stack.Sam Gross
2015-04-28Don't delete call_*.h on clean.Sam Gross
2015-04-28Assume complex number support for now.Sam Gross
2015-04-28Add luarocks spec file for package.Sam Gross
2015-04-28Overload type() to return "cdata" for cdata.Sam Gross
2015-04-28Complex numbers may have metatypes.Sam Gross