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
*
Merge branch 'master' into v2.1
Mike Pall
2025-01-13
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2025-01-13
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2024-07-03
1
-1
/
+1
|
\
|
|
*
FFI: Fix __tostring metamethod access to enum cdata value.
Mike Pall
2024-07-03
1
-1
/
+1
*
|
FFI: Turn FFI finalizer table into a proper GC root.
Mike Pall
2024-04-19
1
-18
/
+2
*
|
FFI: Fix ffi.abi("pauth").
Mike Pall
2023-09-25
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-08-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2023-08-20
1
-1
/
+1
*
|
ARM64: Add support for ARM64e pointer authentication codes (PAC).
Mike Pall
2023-08-12
1
-0
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-07-08
1
-1
/
+1
|
\
|
|
*
FFI: Fix ffi.metatype() for non-raw types.
Mike Pall
2023-07-08
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-07-13
1
-2
/
+2
|
\
|
|
*
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
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-01-15
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
|
FFI: Ensure returned string is alive in ffi.typeinfo().
Mike Pall
2021-09-23
1
-0
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-01-02
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2021-01-02
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-05-08
1
-1
/
+1
|
\
|
|
*
FFI: Always fall back to metamethods for cdata length/concat.
Mike Pall
2020-05-08
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-01-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2020-01-20
1
-1
/
+1
*
|
FFI: Eliminate hardcoded string hashes.
Mike Pall
2019-12-08
1
-19
/
+16
*
|
Windows: Add UWP support, part 1.
Mike Pall
2018-06-05
1
-0
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2018-01-29
1
-1
/
+1
|
\
|
|
*
FFI: Don't assert on #1LL (5.2 compatibility mode only).
Mike Pall
2018-01-29
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-03-08
1
-1
/
+1
|
\
|
|
*
Remove internal __mode = "K" and replace with safe check.
Mike Pall
2017-03-08
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-01-17
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-03-03
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
*
|
FFI: Properly unsink non-standard cdata allocations.
Mike Pall
2015-12-28
1
-4
/
+1
*
|
LJ_GC64: Return true for ffi.abi("gc64").
Mike Pall
2015-01-07
1
-0
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-01-06
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
|
Add LJ_FR2 mode: Two-slot frame info.
Mike Pall
2015-01-03
1
-1
/
+1
*
|
FFI: Add ffi.typeinfo().
Mike Pall
2014-10-08
1
-0
/
+25
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-08-05
1
-0
/
+1
|
\
|
|
*
FFI: Fix __index/__newindex metamethod resolution for ctypes.
Mike Pall
2014-08-05
1
-0
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-01-16
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-09-08
1
-1
/
+1
|
\
|
|
*
FFI: Fix argument checks for ffi.string().
Mike Pall
2013-09-08
1
-1
/
+1
*
|
FFI: Refactor ffi.gc()/__gc. Compile ffi.gc(cdata, nil), too.
Mike Pall
2013-05-24
1
-9
/
+1
*
|
Refactor lj_cdata_newv().
Mike Pall
2013-05-23
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-05-13
1
-1
/
+1
|
\
|
|
*
FFI: Ignore CTF_LONG in ffi.istype().
Mike Pall
2013-05-13
1
-1
/
+1
*
|
Refactor internal string formatting.
Mike Pall
2013-05-12
1
-1
/
+2
|
/
[next]