index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib_ffi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump copyright date.
Mike Pall
2025-01-13
1
-1
/
+1
*
FFI: Fix __tostring metamethod access to enum cdata value.
Mike Pall
2024-07-03
1
-1
/
+1
*
Bump copyright date.
Mike Pall
2023-08-20
1
-1
/
+1
*
FFI: Fix ffi.metatype() for non-raw types.
Mike Pall
2023-07-08
1
-1
/
+1
*
FFI: Fix ffi.alignof() for reference types.
Mike Pall
2022-07-13
1
-1
/
+1
*
FFI: Allow ffi.metatype() for typedefs with attributes.
Mike Pall
2022-07-13
1
-1
/
+1
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
Bump copyright date.
Mike Pall
2021-01-02
1
-1
/
+1
*
FFI: Always fall back to metamethods for cdata length/concat.
Mike Pall
2020-05-08
1
-1
/
+1
*
Bump copyright date.
Mike Pall
2020-01-20
1
-1
/
+1
*
FFI: Don't assert on #1LL (5.2 compatibility mode only).
Mike Pall
2018-01-29
1
-1
/
+1
*
Remove internal __mode = "K" and replace with safe check.
Mike Pall
2017-03-08
1
-1
/
+1
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
FFI: Fix __index/__newindex metamethod resolution for ctypes.
Mike Pall
2014-08-05
1
-0
/
+1
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
FFI: Fix argument checks for ffi.string().
Mike Pall
2013-09-08
1
-1
/
+1
*
FFI: Ignore CTF_LONG in ffi.istype().
Mike Pall
2013-05-13
1
-1
/
+1
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
FFI: Compile ffi.gc().
Mike Pall
2012-10-10
1
-1
/
+1
*
FFI: Compile ffi.sizeof(), ffi.alignof() and ffi.offsetof().
Mike Pall
2012-10-10
1
-3
/
+3
*
FFI: Handle __pairs/__ipairs metamethods for cdata objects.
Mike Pall
2012-09-03
1
-0
/
+24
*
FFI: Compile ffi.typeof(cdata).
Mike Pall
2012-08-08
1
-2
/
+2
*
FFI: Improve error message for bad indexing attempts.
Mike Pall
2012-08-05
1
-3
/
+7
*
FFI: Box all accessed or returned enums.
Mike Pall
2012-07-17
1
-1
/
+3
*
FFI: Show address pointed to for tostring(ref), too.
Mike Pall
2012-07-12
1
-1
/
+4
*
Avoid pesky compiler warnings about C++ keywords (eh?).
Mike Pall
2012-07-03
1
-11
/
+11
*
FFI: Check for __new metamethod when calling a constructor.
Mike Pall
2012-06-20
1
-19
/
+22
*
FFI: Add support for parameterized C types.
Mike Pall
2012-06-14
1
-9
/
+12
*
Bump copyright date to 2012.
Mike Pall
2012-01-23
1
-1
/
+1
*
FFI: Record ffi.errno().
Mike Pall
2011-11-26
1
-1
/
+1
*
FFI: Add callback support (for x86/x64).
Mike Pall
2011-11-14
1
-5
/
+54
*
FFI: Resolve __call metamethod for pointers, too.
Mike Pall
2011-11-14
1
-1
/
+4
*
FFI: Record loads/stores to external variables in namespaces.
Mike Pall
2011-10-11
1
-3
/
+5
*
FFI: Support __tostring metamethod for pointers to structs, too.
Mike Pall
2011-06-11
1
-9
/
+14
*
FFI: Show address pointed to for tostring(pointer).
Mike Pall
2011-06-07
1
-2
/
+7
*
FFI: Allow setting errno with ffi.errno(), too.
Mike Pall
2011-05-09
1
-1
/
+4
*
FFI: Add ffi.errno().
Mike Pall
2011-05-08
1
-0
/
+8
*
FFI: Add ffi.istype() function.
Mike Pall
2011-04-20
1
-0
/
+30
*
FFI: Add ctype metamethods and ffi.metatype().
Mike Pall
2011-04-12
1
-8
/
+108
*
FFI: Register the FFI library as a loaded module in luaopen_ffi().
Mike Pall
2011-04-06
1
-0
/
+12
*
FFI: Add ffi.gc() function for finalization of cdata objects.
Mike Pall
2011-02-28
1
-19
/
+58
*
FFI: Improve conversion error messages.
Mike Pall
2011-02-19
1
-4
/
+7
*
FFI: Record ffi.abi().
Mike Pall
2011-02-08
1
-1
/
+2
*
FFI: Record ffi.copy() and ffi.fill().
Mike Pall
2011-02-07
1
-14
/
+12
*
FFI: Allow cdata types for integer arguments of ffi.* functions.
Mike Pall
2011-02-07
1
-5
/
+17
*
FFI: Perform stricter checks in ffi.cast(). Record ffi.cast().
Mike Pall
2011-02-06
1
-7
/
+6
*
FFI: Record C library namespace lookups.
Mike Pall
2011-02-05
1
-1
/
+1
*
FFI: Record ffi.string().
Mike Pall
2011-02-05
1
-6
/
+10
[next]