summaryrefslogtreecommitdiff
path: root/doc/ext_ffi_semantics.html (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright date to 2013.Mike Pall2013-02-111-2/+2
* FFI: Change priority of table initializer variants for structs.Mike Pall2012-11-151-7/+7
* FFI: Clarify callback docs.Mike Pall2012-11-071-6/+7
* FFI: Mention __thiscall attribute in docs.Mike Pall2012-11-071-3/+3
* Replace error with PANIC for callbacks from JIT-compiled code.Mike Pall2012-10-211-0/+16
* Documentation cleanup and reorganization.Mike Pall2012-10-141-2/+2
* Documentation layout changes.Mike Pall2012-10-141-2/+1
* FFI: Update docs on FFI semantics.Mike Pall2012-10-101-10/+51
* FFI: Compile array/struct copies.Mike Pall2012-10-091-1/+0
* FFI: Add support for copy constructors.Mike Pall2012-10-081-2/+3
* FFI: Detect type punning through unions.Mike Pall2012-08-271-3/+9
* FFI: Box all accessed or returned enums.Mike Pall2012-07-171-7/+16
* Bump some limits to accomodate SINK pass.Mike Pall2012-07-041-1/+1
* FFI: Check for __new metamethod when calling a constructor.Mike Pall2012-06-201-3/+9
* FFI: Resolve metamethods for constructors, too.Mike Pall2012-06-201-4/+12
* Link to LuaJIT wiki.Mike Pall2012-05-311-0/+2
* FFI: Convert io.* file handle to FILE * pointer (but as a void *).Mike Pall2012-05-291-9/+11
* FFI: Equality comparisons never raise an error.Mike Pall2012-05-231-0/+5
* Add links to LuaJIT mailing list.Mike Pall2012-05-041-0/+2
* Bump copyright date to 2012.Mike Pall2012-01-231-2/+2
* RELEASE LuaJIT-2.0.0-beta9v2.0.0-beta9Mike Pall2011-12-141-2/+2
* FFI: Record ffi.errno().Mike Pall2011-11-261-1/+1
* FFI: Fix EnumWindows example in docs.Mike Pall2011-11-151-0/+2
* FFI: Add callback support (for x86/x64).Mike Pall2011-11-141-3/+125
* FFI: Add unwind definitions for lj_vm_ffi_call.Mike Pall2011-11-121-1/+2
* FFI: Compile calls to stdcall, fastcall and vararg functions.Mike Pall2011-10-271-1/+0
* FFI: Record loads/stores to external variables in namespaces.Mike Pall2011-10-111-1/+0
* Fix typo.Mike Pall2011-09-141-1/+1
* FFI: Clarify docs wrt. string initializers for byte arrays.Mike Pall2011-06-241-2/+6
* Misc. updates to docs.Mike Pall2011-06-231-8/+8
* Clarify docs wrt. table initializer handling for VLA/VLS.Mike Pall2011-05-171-1/+6
* Misc. updates to docs.Mike Pall2011-05-051-1/+1
* FFI: Compile C function calls with 64 bit args/results in 32 bit mode.Mike Pall2011-04-291-2/+0
* FFI: Add ctype metamethods and ffi.metatype().Mike Pall2011-04-121-4/+11
* FFI: Fix docs about C bool -> Lua boolean conversion.Mike Pall2011-02-181-1/+1
* Cleanup of docs.Mike Pall2011-02-111-12/+11
* FFI: Finish FFI docs.Mike Pall2011-02-111-15/+25
* FFI: Finish docs on FFI semantics. Phew.Mike Pall2011-02-101-34/+521
* FFI: Add more docs on FFI semantics.Mike Pall2011-02-091-24/+268
* FFI: Document current FFI implementation status.Mike Pall2011-02-081-9/+82
* FFI: Simplify initializer rules. Clarify docs.Mike Pall2011-01-231-0/+41
* FFI: Add preliminary FFI documentation (still incomplete).Mike Pall2011-01-201-0/+155