summaryrefslogtreecommitdiff
path: root/src/lj_cconv.c
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2022-01-151-1/+1
* FFI: Fix dangling reference to CType.Mike Pall2021-06-011-0/+2
* 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: Fix initialization of unions of subtypes.Mike Pall2014-09-081-0/+1
* 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-2/+4
* FFI: Change priority of table initializer variants for structs.Mike Pall2012-11-151-2/+3
* FFI: Add support for copy constructors.Mike Pall2012-10-081-2/+4
* FFI: Box all accessed or returned enums.Mike Pall2012-07-171-1/+0
* Avoid compiler warnings about redefined C++ keywords.Mike Pall2012-07-091-1/+1
* Avoid pesky compiler warnings about C++ keywords (eh?).Mike Pall2012-07-031-1/+1
* FFI: Convert io.* file handle to FILE * pointer (but as a void *).Mike Pall2012-05-291-1/+4
* FFI: Allow 'typedef _Bool int BOOL;' to make Windows users happy.Mike Pall2012-05-081-6/+8
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* FFI: Record C function calls with bool return values.Mike Pall2011-11-251-1/+1
* FFI: Add callback support (for x86/x64).Mike Pall2011-11-141-0/+8
* DUALNUM: Handle integer type in FFI.Mike Pall2011-02-271-9/+28
* FFI: Improve conversion error messages.Mike Pall2011-02-191-5/+15
* FFI: Don't force zero terminator on string to array conversion.Mike Pall2011-01-241-4/+2
* FFI: Simplify initializer rules. Clarify docs.Mike Pall2011-01-231-7/+2
* FFI: Record conversions from bool ctype.Mike Pall2011-01-171-1/+3
* FFI: Cleanup some type conversions.Mike Pall2011-01-131-30/+14
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* Add lj_num2u64 for number to uint64_t conversion.Mike Pall2010-12-311-6/+1
* FFI: Add missing GC steps for implicit allocations.Mike Pall2010-12-301-3/+7
* Refactoring of conversion ops, part 2: cleanup cdata conversions.Mike Pall2010-12-301-1/+2
* FFI: Add pointer arithmetic.Mike Pall2010-12-231-6/+6
* FFI: Record cdata allocations.Mike Pall2010-12-221-2/+2
* FFI: Simplify copy-by-value. Strip attributes, keep qualifiers.Mike Pall2010-12-151-23/+8
* FFI: Add C data handling and C type conversions.Mike Pall2010-12-051-0/+741