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 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
*
Use names defined in lualib.h for library registration.
Mike Pall
2011-02-02
1
-3
/
+3
*
FFI: Move code for cdata arithmetic to lj_carith.c.
Mike Pall
2011-01-26
1
-209
/
+8
*
FFI: Record 64 bit integer comparisons and pointer comparisons.
Mike Pall
2011-01-17
1
-8
/
+9
*
FFI: Add 64 bit integer comparisons and pointer comparisons.
Mike Pall
2011-01-13
1
-28
/
+98
*
FFI: Simplify logic for pointer arithmetic.
Mike Pall
2011-01-12
1
-13
/
+5
*
FFI: Rearrange code in lib_ffi.c.
Mike Pall
2011-01-12
1
-48
/
+50
*
FFI: Add ffi.load() and ffi.C default namespace.
Mike Pall
2011-01-10
1
-2
/
+86
*
Bump copyright date to 2011.
Mike Pall
2011-01-09
1
-1
/
+1
*
FFI: Add support for calling C functions.
Mike Pall
2011-01-06
1
-2
/
+6
*
Avoid compiler warnings.
Mike Pall
2011-01-05
1
-1
/
+1
*
FFI: Record pointer arithmetic.
Mike Pall
2011-01-03
1
-7
/
+7
*
FFI: Add missing GC steps for implicit allocations.
Mike Pall
2010-12-30
1
-3
/
+9
*
FFI: Add 64 bit integer arithmetic.
Mike Pall
2010-12-25
1
-16
/
+111
*
FFI: Parse complex and 64 bit integer literals.
Mike Pall
2010-12-24
1
-1
/
+2
*
FFI: Add pointer arithmetic.
Mike Pall
2010-12-23
1
-0
/
+110
*
FFI: Record cdata allocations.
Mike Pall
2010-12-22
1
-2
/
+2
*
FFI: Record cdata index operations (preliminary, lots of NYI cases).
Mike Pall
2010-12-08
1
-2
/
+2
*
FFI: Add ffi.* library.
Mike Pall
2010-12-05
1
-0
/
+374
[prev]