Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RELEASE LuaJIT-2.0.1v2.0.1 | Mike Pall | 2013-02-19 | 1 | -2/+2 |
| | |||||
* | Fix capitalization of 'Xbox'. | Mike Pall | 2013-02-13 | 1 | -3/+3 |
| | |||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -2/+2 |
| | |||||
* | Add XBox 360 port. | Mike Pall | 2013-01-21 | 1 | -5/+27 |
| | | | | Thanks to Eddie Edwards. | ||||
* | Improve iOS install docs. | Mike Pall | 2012-11-07 | 1 | -2/+2 |
| | |||||
* | Update docs for release candidate. | Mike Pall | 2012-10-31 | 1 | -12/+3 |
| | |||||
* | Extended Android build instructions. | Mike Pall | 2012-10-17 | 1 | -4/+33 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta11v2.0.0-beta11 | Mike Pall | 2012-10-16 | 1 | -4/+4 |
| | |||||
* | Update Android install docs. | Mike Pall | 2012-10-15 | 1 | -4/+7 |
| | |||||
* | Documentation cleanup and reorganization. | Mike Pall | 2012-10-14 | 1 | -2/+2 |
| | |||||
* | Documentation layout changes. | Mike Pall | 2012-10-14 | 1 | -3/+2 |
| | |||||
* | Update cross-compilation docs. | Mike Pall | 2012-08-09 | 1 | -63/+63 |
| | |||||
* | Move lib/* to src/jit/*. | Mike Pall | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | Link to LuaJIT wiki. | Mike Pall | 2012-05-31 | 1 | -0/+2 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta10v2.0.0-beta10 | Mike Pall | 2012-05-09 | 1 | -4/+4 |
| | |||||
* | Add links to LuaJIT mailing list. | Mike Pall | 2012-05-04 | 1 | -0/+2 |
| | |||||
* | Fix OSX build issues. Bump minimum required OSX version to 10.4 | Mike Pall | 2012-03-28 | 1 | -3/+3 |
| | | | | | Only set MACOSX_DEPLOYMENT_TARGET to 10.4 if not set. Always force -fno-stack-protector. | ||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -2/+2 |
| | |||||
* | MIPS: Update install docs. | Mike Pall | 2012-01-23 | 1 | -0/+22 |
| | |||||
* | Auto-detect target arch via cross-compiler. Drop TARGET=arch. | Mike Pall | 2011-12-15 | 1 | -5/+5 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta9v2.0.0-beta9 | Mike Pall | 2011-12-14 | 1 | -4/+4 |
| | |||||
* | Fix docs. The code base doesn't work on Windows 98 anymore. | Mike Pall | 2011-11-27 | 1 | -1/+1 |
| | |||||
* | PPC: Update install docs. | Mike Pall | 2011-07-13 | 1 | -4/+17 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta8v2.0.0-beta8 | Mike Pall | 2011-06-23 | 1 | -4/+4 |
| | |||||
* | Misc. updates to docs. | Mike Pall | 2011-06-23 | 1 | -0/+7 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta7v2.0.0-beta7 | Mike Pall | 2011-05-05 | 1 | -4/+4 |
| | |||||
* | Misc. updates to docs. | Mike Pall | 2011-05-05 | 1 | -1/+2 |
| | |||||
* | ARM: Fix ABI and build issues for iOS. Now works on iOS 3.0+. | Mike Pall | 2011-04-28 | 1 | -15/+27 |
| | |||||
* | ARM: Use own lj_bswap(). Reduce min. req. version of GCC to 4.2. | Mike Pall | 2011-04-28 | 1 | -2/+2 |
| | |||||
* | Add remark about target OS to cross-compilation instructions. | Mike Pall | 2011-04-18 | 1 | -5/+13 |
| | |||||
* | ARM: Add install docs. | Mike Pall | 2011-04-17 | 1 | -4/+33 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta6v2.0.0-beta6 | Mike Pall | 2011-02-11 | 1 | -4/+4 |
| | |||||
* | Cleanup of docs. | Mike Pall | 2011-02-11 | 1 | -2/+2 |
| | |||||
* | FFI: Finish FFI docs. | Mike Pall | 2011-02-11 | 1 | -2/+0 |
| | |||||
* | Fix various HTML errors in the docs. | Mike Pall | 2011-02-10 | 1 | -1/+1 |
| | |||||
* | FFI: Add preliminary FFI documentation (still incomplete). | Mike Pall | 2011-01-20 | 1 | -0/+11 |
| | |||||
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -2/+2 |
| | |||||
* | Split up extension/API docs into sub-pages. | Mike Pall | 2010-11-09 | 1 | -8/+13 |
| | |||||
* | Reorganize compatibility table in install docs. | Mike Pall | 2010-10-11 | 1 | -37/+43 |
| | |||||
* | Update docs for PPC port. Clarify and extend install instructions. | Mike Pall | 2010-10-05 | 1 | -25/+130 |
| | |||||
* | PPC: Add stack frame layout for PPCSPE target. | Mike Pall | 2010-08-27 | 1 | -1/+1 |
| | | | | | | 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 | ||||
* | RELEASE LuaJIT-2.0.0-beta5v2.0.0-beta5 | Mike Pall | 2010-08-24 | 1 | -4/+4 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta4v2.0.0-beta4 | Mike Pall | 2010-03-28 | 1 | -4/+4 |
| | |||||
* | Add links to interactive performance comparison to offline docs. | Mike Pall | 2010-03-19 | 1 | -0/+2 |
| | |||||
* | Add WinSDK v7.0 requirement for building on Windows/x64. | Mike Pall | 2010-03-09 | 1 | -2/+2 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta3v2.0.0-beta3 | Mike Pall | 2010-03-07 | 1 | -4/+4 |
| | |||||
* | Add OS/CPU/CC compatibility matrix to docs. Fix spelling. | Mike Pall | 2010-03-07 | 1 | -4/+53 |
| | |||||
* | Update docs: native build default, cross-compilation, embedding. | Mike Pall | 2010-03-04 | 1 | -23/+52 |
| | |||||
* | Enable JIT compiler for x64. | Mike Pall | 2010-02-28 | 1 | -13/+6 |
| | | | | | | | 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. | ||||
* | Update docs with x64 build instructions. | Mike Pall | 2010-01-17 | 1 | -5/+57 |
| |