Mike Pall
2156925b9b
Improve iOS install docs.
2012-11-07 23:00:34 +01:00
Mike Pall
4b9441c0a9
Update docs for release candidate.
2012-10-31 18:14:49 +01:00
Mike Pall
f1fe96e7ef
Extended Android build instructions.
2012-10-17 14:23:29 +02:00
Mike Pall
4baa01be78
RELEASE LuaJIT-2.0.0-beta11
2012-10-16 20:13:01 +02:00
Mike Pall
6d36234856
Update Android install docs.
2012-10-15 01:09:56 +02:00
Mike Pall
d70d77549b
Documentation cleanup and reorganization.
2012-10-14 21:48:04 +02:00
Mike Pall
a0ee70de6d
Documentation layout changes.
2012-10-14 00:47:26 +02:00
Mike Pall
1878d17f19
Update cross-compilation docs.
2012-08-09 13:16:35 +02:00
Mike Pall
cccf763898
Move lib/* to src/jit/*.
2012-06-08 21:14:33 +02:00
Mike Pall
5bd133d6c8
Link to LuaJIT wiki.
2012-05-31 23:54:44 +02:00
Mike Pall
51f05d64c9
RELEASE LuaJIT-2.0.0-beta10
2012-05-09 18:11:35 +02:00
Mike Pall
b466641218
Add links to LuaJIT mailing list.
2012-05-04 21:58:52 +02:00
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
d1569a5d68
Fix docs. The code base doesn't work on Windows 98 anymore.
2011-11-27 12:35:35 +01:00
Mike Pall
9c58bd6689
PPC: Update install docs.
2011-07-13 22:06:44 +02:00
Mike Pall
9b0c641ac1
RELEASE LuaJIT-2.0.0-beta8
2011-06-23 17:15:02 +02:00
Mike Pall
f182559069
Misc. updates to docs.
2011-06-23 16:17:13 +02:00
Mike Pall
cfdc356ebe
RELEASE LuaJIT-2.0.0-beta7
2011-05-05 16:31:13 +02:00
Mike Pall
b760add618
Misc. updates to docs.
2011-05-05 01:15:22 +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
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
97d84111fd
RELEASE LuaJIT-2.0.0-beta6
2011-02-11 16:28:37 +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
Mike Pall
a7ab6b2dc9
Fix various HTML errors in the docs.
2011-02-10 03:10:38 +01:00
Mike Pall
e985aeda84
FFI: Add preliminary FFI documentation (still incomplete).
2011-01-20 22:14:17 +01:00
Mike Pall
06f99fc3df
Bump copyright date to 2011.
2011-01-09 17:12:53 +01:00
Mike Pall
b45e3246ce
Split up extension/API docs into sub-pages.
2010-11-09 18:11:35 +01:00
Mike Pall
5dcf630c54
Reorganize compatibility table in install docs.
2010-10-11 16:26:48 +02:00
Mike Pall
ddae887878
Update docs for PPC port. Clarify and extend install instructions.
2010-10-05 01:36:54 +02:00
Mike Pall
9cb5046c3f
PPC: Add stack frame layout for PPCSPE target.
...
PPCSPE target compiles now, but will trap for any NYI parts.
Cross-compilation instructions:
make HOST_CC="gcc -m32" CROSS=powerpc-e500v2-linux-gnuspe- TARGET=ppcspe
2010-08-27 18:32:24 +02:00
Mike Pall
d668373654
RELEASE LuaJIT-2.0.0-beta5
2010-08-24 15:10:40 +02:00
Mike Pall
23189fa40d
RELEASE LuaJIT-2.0.0-beta4
2010-03-28 19:26:33 +02:00
Mike Pall
8e20b030ac
Add links to interactive performance comparison to offline docs.
2010-03-19 21:01:14 +01:00
Mike Pall
d87cb5b526
Add WinSDK v7.0 requirement for building on Windows/x64.
2010-03-09 02:45:47 +01:00
Mike Pall
09e875519b
RELEASE LuaJIT-2.0.0-beta3
2010-03-07 19:30:21 +01:00
Mike Pall
9fd1c6c586
Add OS/CPU/CC compatibility matrix to docs. Fix spelling.
2010-03-07 17:12:21 +01:00
Mike Pall
af92a14313
Update docs: native build default, cross-compilation, embedding.
2010-03-04 19:07:38 +01:00
Mike Pall
2e22d33d9d
Enable JIT compiler for x64.
...
Only works on Linux/x64 and Windows/x64 right now.
Force an x64 build on Linux/x64 with: make CC="gcc -m64"
NYI: handle on-trace OOM errors.
NYI: improve register allocation for x64.
2010-02-28 21:51:01 +01:00
Mike Pall
379b8c5fe4
Update docs with x64 build instructions.
2010-01-17 22:02:13 +01:00
Mike Pall
4d9be5b8f8
Bump all copyright dates to 2010.
2010-01-09 14:28:11 +01:00
Mike Pall
1d1fed48a0
RELEASE LuaJIT-2.0.0-beta2
2009-12-08 19:49:20 +01:00
Mike Pall
55b1695971
RELEASE LuaJIT-2.0.0-beta1
2009-12-08 19:46:35 +01:00