summaryrefslogtreecommitdiff
path: root/src/lj_cdata.c
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2022-01-151-1/+1
* Bump copyright date.Mike Pall2021-01-021-1/+1
* Bump copyright date.Mike Pall2020-01-201-1/+1
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* FFI: No meta fallback when indexing pointer to incomplete struct.Mike Pall2014-11-031-9/+9
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* FFI: Fix handling of qualified transparent structs/unions.Mike Pall2013-02-031-1/+1
* Move a GC macro.Mike Pall2012-10-021-1/+1
* FFI: Box all accessed or returned enums.Mike Pall2012-07-171-2/+2
* Avoid pesky compiler warnings about C++ keywords (eh?).Mike Pall2012-07-031-5/+5
* FFI: Resolve metamethods for constructors, too.Mike Pall2012-06-201-0/+1
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* FFI: Fix __gc for VLA/VLS cdata objects.Mike Pall2011-05-231-1/+2
* FFI: Fix cdata finalization.Mike Pall2011-04-131-0/+19
* FFI: Add ctype metamethods and ffi.metatype().Mike Pall2011-04-121-16/+10
* FFI: Add ffi.gc() function for finalization of cdata objects.Mike Pall2011-02-281-1/+12
* DUALNUM: Handle integer type in FFI.Mike Pall2011-02-271-4/+7
* FFI: Limit index range for complex numbers.Mike Pall2011-01-291-2/+4
* FFI: Move code for cdata arithmetic to lj_carith.c.Mike Pall2011-01-261-34/+0
* FFI: Allow cdata indexing with integer cdata.Mike Pall2011-01-261-2/+12
* FFI: Allow indexing a struct constructor to get constants.Mike Pall2011-01-161-0/+11
* FFI: Add ffi.load() and ffi.C default namespace.Mike Pall2011-01-101-1/+2
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* FFI: Record 64 bit integer arithmetic.Mike Pall2011-01-031-6/+0
* FFI: Add missing GC steps for implicit allocations.Mike Pall2010-12-301-5/+4
* FFI: Add 64 bit integer arithmetic.Mike Pall2010-12-251-0/+40
* FFI: Fix auto-deref of pointers to structs.Mike Pall2010-12-151-7/+5
* FFI: Record cdata index operations (preliminary, lots of NYI cases).Mike Pall2010-12-081-1/+1
* FFI: Add C data handling and C type conversions.Mike Pall2010-12-051-0/+235