aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ccallback.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* macOS: Fix Apple hardened runtime support and put behind build option.Mike Pall6 days1-1/+1
* macOS: Add suport for Apple hardened runtime.Mike Pall6 days1-2/+17
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | ARM64: Add support for ARM64e pointer authentication codes (PAC).Mike Pall2023-08-121-3/+3
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | FFI/ARM64/OSX: Fix vararg call handling.Mike Pall2021-05-021-1/+1
* | NetBSD: Use PROT_MPROTECT() and disable getentropy().Mike Pall2021-03-291-1/+6
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Another fix for lua_yield() from C hook.Mike Pall2020-09-221-1/+1
* | Improve assertions.Mike Pall2020-06-151-19/+23
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Windows: Add UWP support, part 1.Mike Pall2018-06-051-2/+2
* | PPC: Add soft-float support to interpreter.Mike Pall2017-07-261-9/+21
* | ARM64: Add big-endian support.Mike Pall2017-03-301-7/+11
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | MIPS64, part 1: Add MIPS64 support to interpreter.Mike Pall2016-05-281-10/+60
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | MIPS soft-float, part 2: Add soft-float FFI support.Mike Pall2015-12-181-6/+15
* | x64: Add LJ_GC64 mode interpreter.Mike Pall2015-05-041-1/+6
* | ARM64: Add FFI support.Mike Pall2015-01-071-10/+54
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Add LJ_FR2 mode: Two-slot frame info.Mike Pall2015-01-031-6/+22
* | Cleanup of TValue setters. No functional changes.Mike Pall2014-12-201-1/+4
* | Cleanup of frame handling. No functional changes.Mike Pall2014-12-151-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Save currently executing lua_State in g->cur_L.Mike Pall2013-08-301-1/+1
* | Use g->jit_base for on/off-trace detection.Mike Pall2013-08-261-1/+1
|/
* FFI: Add missing GC steps for callback argument conversions.Mike Pall2013-06-201-1/+4
* Add partial support for building with MingW64 GCC 4.8-SEH.Mike Pall2013-05-151-2/+2
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* FFI: Fix stack-adjustment for __thiscall callbacks.Mike Pall2012-11-071-5/+2
* Replace error with PANIC for callbacks from JIT-compiled code.Mike Pall2012-10-211-3/+7
* ARM: Add hard-float ABI support to the FFI (interpreter).Mike Pall2012-07-301-4/+38
* FFI: Box all accessed or returned enums.Mike Pall2012-07-171-1/+0
* Rearrange OSX vs. iOS defines. Disable callbacks on iOS.Mike Pall2012-06-081-2/+12
* FFI: Fix blacklisting of C functions calling callbacks.Mike Pall2012-04-121-0/+3
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* MIPS: Add interpreter. Enable MIPS build rules.Mike Pall2012-01-231-0/+47
* FFI: Don't touch frame in callbacks with tailcalls to fast functions.Mike Pall2012-01-151-5/+8
* FFI: Add callback support for ARM.Mike Pall2011-12-121-1/+35