Mike Pall
|
67773165e8
|
Fix OSX build issues. Bump minimum required OSX version to 10.4
Only set MACOSX_DEPLOYMENT_TARGET to 10.4 if not set.
Always force -fno-stack-protector.
|
2012-03-28 10:19:23 +02:00 |
|
Mike Pall
|
10ef109eef
|
Bump copyright date to 2012.
|
2012-01-23 22:42:42 +01:00 |
|
Mike Pall
|
20813bcee0
|
MIPS: Update install docs.
|
2012-01-23 22:30:25 +01:00 |
|
Mike Pall
|
b61be299c9
|
Auto-detect target arch via cross-compiler. Drop TARGET=arch.
|
2011-12-15 19:16:06 +01:00 |
|
Mike Pall
|
6ace80c897
|
RELEASE LuaJIT-2.0.0-beta9
|
2011-12-14 15:12:49 +01:00 |
|
Mike Pall
|
a302468345
|
Update changelog.
|
2011-12-14 14:27:54 +01:00 |
|
Mike Pall
|
d1569a5d68
|
Fix docs. The code base doesn't work on Windows 98 anymore.
|
2011-11-27 12:35:35 +01:00 |
|
Mike Pall
|
e3c7476533
|
FFI: Record ffi.errno().
|
2011-11-26 16:56:09 +01:00 |
|
Mike Pall
|
cecbe3c15f
|
Specialize to prototype for non-monomorphic functions.
Solves the trace-explosion problem with closure-heavy programming.
|
2011-11-20 19:16:40 +01:00 |
|
Mike Pall
|
e549ffcbeb
|
FFI: Fix EnumWindows example in docs.
|
2011-11-15 16:45:36 +01:00 |
|
Mike Pall
|
71d00a56db
|
FFI: Add callback support (for x86/x64).
|
2011-11-14 14:18:25 +01:00 |
|
Mike Pall
|
e9eb4fdb4a
|
PPC: Clarify docs.
|
2011-11-14 14:13:53 +01:00 |
|
Mike Pall
|
635371c212
|
FFI: Add unwind definitions for lj_vm_ffi_call.
Adds exception interoperability for C/C++ functions called via FFI
from the interpreter.
|
2011-11-12 01:16:10 +01:00 |
|
Mike Pall
|
0123e4fc89
|
FFI: Extend metamethod tutorial.
|
2011-11-11 20:41:44 +01:00 |
|
Mike Pall
|
2dc574d06b
|
FFI: Compile calls to stdcall, fastcall and vararg functions.
|
2011-10-27 01:57:30 +02:00 |
|
Mike Pall
|
120c3adbff
|
FFI: Record loads/stores to external variables in namespaces.
|
2011-10-11 20:58:04 +02:00 |
|
Mike Pall
|
c3116b4f1d
|
Fix typo.
|
2011-09-14 15:29:30 +02:00 |
|
Mike Pall
|
a9dd47b7fc
|
Extend -b to generate c/h/obj/o files with embedded bytecode.
Supported object file formats: ELF or PE/COFF object files.
|
2011-08-17 00:13:39 +02:00 |
|
Mike Pall
|
b500b50edc
|
Clarify name of MIT license.
|
2011-08-14 21:18:58 +02:00 |
|
Mike Pall
|
9c58bd6689
|
PPC: Update install docs.
|
2011-07-13 22:06:44 +02:00 |
|
Mike Pall
|
fe6ded9018
|
Fix doc link.
|
2011-07-07 08:55:44 +02:00 |
|
Mike Pall
|
e613cb7695
|
FFI: Clarify docs wrt. string initializers for byte arrays.
|
2011-06-24 20:47:56 +02:00 |
|
Mike Pall
|
f50c962e94
|
Fix documentation for -b command line option.
|
2011-06-23 19:09:56 +02:00 |
|
Mike Pall
|
9b0c641ac1
|
RELEASE LuaJIT-2.0.0-beta8
|
2011-06-23 17:15:02 +02:00 |
|
Mike Pall
|
2513ddc84c
|
Update changelog.
|
2011-06-23 17:11:13 +02:00 |
|
Mike Pall
|
f182559069
|
Misc. updates to docs.
|
2011-06-23 16:17:13 +02:00 |
|
Mike Pall
|
ecab831ebf
|
Add more docs for bytecode load/save feature.
|
2011-06-14 01:58:19 +02:00 |
|
Mike Pall
|
0eee70cd4d
|
Add -b command line option to save/list bytecode.
|
2011-06-13 01:04:23 +02:00 |
|
Mike Pall
|
4994fcc32c
|
Add support for bytecode loading/saving.
|
2011-06-13 01:04:11 +02:00 |
|
Mike Pall
|
3168d9aa59
|
Clarify docs wrt. table initializer handling for VLA/VLS.
|
2011-05-17 17:58:26 +02:00 |
|
Mike Pall
|
d9c1f771a7
|
FFI: Allow setting errno with ffi.errno(), too.
|
2011-05-09 11:52:54 +02:00 |
|
Mike Pall
|
868ecad32b
|
FFI: Add ffi.errno().
|
2011-05-08 22:34:40 +02:00 |
|
Mike Pall
|
cfdc356ebe
|
RELEASE LuaJIT-2.0.0-beta7
|
2011-05-05 16:31:13 +02:00 |
|
Mike Pall
|
998061f530
|
Update changelog.
|
2011-05-05 15:53:36 +02:00 |
|
Mike Pall
|
b760add618
|
Misc. updates to docs.
|
2011-05-05 01:15:22 +02:00 |
|
Mike Pall
|
139175f8c4
|
Tune loop unrolling heuristics. Increase trace recorder limits.
|
2011-05-03 21:14:18 +02:00 |
|
Mike Pall
|
c77ca54564
|
FFI: Compile C function calls with 64 bit args/results in 32 bit mode.
|
2011-04-29 19:40:50 +02:00 |
|
Mike Pall
|
0ba34ffe50
|
ARM: Fix ABI and build issues for iOS. Now works on iOS 3.0+.
|
2011-04-28 19:41:34 +02:00 |
|
Mike Pall
|
0b606061db
|
ARM: Use own lj_bswap(). Reduce min. req. version of GCC to 4.2.
|
2011-04-28 12:33:31 +02:00 |
|
Mike Pall
|
5d096dcfde
|
FFI: Add ffi.istype() function.
|
2011-04-20 01:53:26 +02:00 |
|
Mike Pall
|
ca18293ebc
|
Add remark about target OS to cross-compilation instructions.
|
2011-04-18 17:20:59 +02:00 |
|
Mike Pall
|
b53ca064d4
|
ARM: Add install docs.
|
2011-04-17 12:48:28 +02:00 |
|
Mike Pall
|
3b6f37dd2c
|
FFI: Add ctype metamethods and ffi.metatype().
|
2011-04-12 19:16:39 +02:00 |
|
Mike Pall
|
734e96fa05
|
Remove links to shootout.
|
2011-04-05 21:23:44 +02:00 |
|
Mike Pall
|
83a37aeca7
|
FFI: Add ffi.gc() function for finalization of cdata objects.
|
2011-02-28 16:48:13 +01:00 |
|
Mike Pall
|
3e2a7a2d7f
|
FFI: Fix docs about C bool -> Lua boolean conversion.
Thanks to M. Kottman.
|
2011-02-18 20:35:44 +01:00 |
|
Mike Pall
|
97d84111fd
|
RELEASE LuaJIT-2.0.0-beta6
|
2011-02-11 16:28:37 +01:00 |
|
Mike Pall
|
a8114d5017
|
Update changelog.
|
2011-02-11 15:52:31 +01:00 |
|
Mike Pall
|
1f0006ac71
|
Cleanup of docs.
|
2011-02-11 14:51:20 +01:00 |
|
Mike Pall
|
a5aade2fa9
|
FFI: Finish FFI docs.
|
2011-02-11 01:21:46 +01:00 |
|