| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into v2.1 | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| |\ | |||||
| | * | Bump copyright date. | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | Unify Lua number to FFI integer conversions. | Mike Pall | 2025-11-27 | 1 | -6/+1 |
| | | | | | | | | | Phew. #1411 | ||||
| * | | 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 |
| | | | |||||
| * | | FFI: Turn FFI finalizer table into a proper GC root. | Mike Pall | 2024-04-19 | 1 | -1/+1 |
| | | | | | | | | | Reported by Sergey Bronnikov. #1168 | ||||
| * | | 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 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -11/+16 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | LJ_GC64: Set correct nil value when clearing a cdata finalizer. | Mike Pall | 2016-06-03 | 1 | -4/+6 |
| | | | | | | | | | Thanks to Stefan Pejic. | ||||
| * | | 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 | -0/+9 |
| | | | |||||
| * | | x64: Add LJ_GC64 mode interpreter. | Mike Pall | 2015-05-04 | 1 | -1/+6 |
| | | | | | | | | | Enable this mode with: make XCFLAGS=-DLUAJIT_ENABLE_GC64 | ||||
| * | | 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 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2014-11-03 | 1 | -9/+9 |
| |\| | |||||
| | * | FFI: No meta fallback when indexing pointer to incomplete struct. | Mike Pall | 2014-11-03 | 1 | -9/+9 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | FFI: Refactor ffi.gc()/__gc. Compile ffi.gc(cdata, nil), too. | Mike Pall | 2013-05-24 | 1 | -8/+7 |
| | | | |||||
| * | | Refactor lj_cdata_newv(). | Mike Pall | 2013-05-23 | 1 | -3/+3 |
| | | | |||||
| * | | Big renaming of string buffer/formatting/conversion functions. | Mike Pall | 2013-05-13 | 1 | -1/+0 |
| |/ | |||||
| * | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | | |||||
| * | FFI: Fix handling of qualified transparent structs/unions. | Mike Pall | 2013-02-03 | 1 | -1/+1 |
| | | |||||
| * | Move a GC macro. | Mike Pall | 2012-10-02 | 1 | -1/+1 |
| | | |||||
| * | FFI: Box all accessed or returned enums. | Mike Pall | 2012-07-17 | 1 | -2/+2 |
| | | |||||
| * | Avoid pesky compiler warnings about C++ keywords (eh?). | Mike Pall | 2012-07-03 | 1 | -5/+5 |
| | | |||||
| * | FFI: Resolve metamethods for constructors, too. | Mike Pall | 2012-06-20 | 1 | -0/+1 |
| | | |||||
| * | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | | |||||
| * | FFI: Fix __gc for VLA/VLS cdata objects. | Mike Pall | 2011-05-23 | 1 | -1/+2 |
| | | |||||
| * | FFI: Fix cdata finalization. | Mike Pall | 2011-04-13 | 1 | -0/+19 |
| | | |||||
| * | FFI: Add ctype metamethods and ffi.metatype(). | Mike Pall | 2011-04-12 | 1 | -16/+10 |
| | | |||||
| * | FFI: Add ffi.gc() function for finalization of cdata objects. | Mike Pall | 2011-02-28 | 1 | -1/+12 |
| | | |||||
| * | DUALNUM: Handle integer type in FFI. | Mike Pall | 2011-02-27 | 1 | -4/+7 |
| | | |||||
| * | FFI: Limit index range for complex numbers. | Mike Pall | 2011-01-29 | 1 | -2/+4 |
| | | |||||
| * | FFI: Move code for cdata arithmetic to lj_carith.c. | Mike Pall | 2011-01-26 | 1 | -34/+0 |
| | | |||||
| * | FFI: Allow cdata indexing with integer cdata. | Mike Pall | 2011-01-26 | 1 | -2/+12 |
| | | |||||
| * | FFI: Allow indexing a struct constructor to get constants. | Mike Pall | 2011-01-16 | 1 | -0/+11 |
| | | | | | Specialize to the CTypeID held by a constructor in all cases. | ||||
| * | FFI: Add ffi.load() and ffi.C default namespace. | Mike Pall | 2011-01-10 | 1 | -1/+2 |
| | | |||||
| * | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
| | | |||||
| * | FFI: Record 64 bit integer arithmetic. | Mike Pall | 2011-01-03 | 1 | -6/+0 |
| | | | | | Currently NYI in the x86 backend. | ||||
