| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | 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 |