Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump copyright date. | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | |||||
* | Improve architecture detection error messages. | Mike Pall | 2023-09-09 | 1 | -7/+15 |
| | |||||
* | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| | |||||
* | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | |||||
* | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| | |||||
* | PPC/NetBSD: Fix endianess check. | Mike Pall | 2018-06-05 | 1 | -1/+1 |
| | | | | Thanks to he32 and daurnimator. | ||||
* | MIPS: Backport workaround for compact unwind tables. | Mike Pall | 2017-02-20 | 1 | -0/+5 |
| | |||||
* | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | Cygwin: Allow cross-builds to non-Cygwin targets. | Mike Pall | 2016-04-03 | 1 | -3/+6 |
| | |||||
* | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | iOS: Disable os.execute() when building for iOS >= 8.0. | Mike Pall | 2015-10-24 | 1 | -0/+3 |
| | | | | Thanks to Vyacheslav Egorov. | ||||
* | Fix Cygwin support. Note: this is not a supported target. | Mike Pall | 2015-09-20 | 1 | -1/+5 |
| | | | | Contributed by Yaakov Selkowitz. | ||||
* | x64: Allow building without external unwinder. | Mike Pall | 2015-06-09 | 1 | -1/+1 |
| | | | | Required for PS4 SDK 2.5. Thanks to James Park. | ||||
* | ARM: Handle more arch defines. | Mike Pall | 2015-02-25 | 1 | -1/+3 |
| | |||||
* | Properly fail unsupported cross-compile to MIPS64. | Mike Pall | 2015-02-25 | 1 | -0/+3 |
| | |||||
* | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | Fix DragonFly build (unsupported). | Mike Pall | 2014-10-07 | 1 | -1/+2 |
| | | | | Thanks to Robin Hahling, Alex Hornung and Joris Giovannangeli. | ||||
* | Add PS Vita port. | Mike Pall | 2014-04-27 | 1 | -0/+5 |
| | | | | Thanks to Anton Stenmark. | ||||
* | Add PS4 port. | Mike Pall | 2014-02-26 | 1 | -2/+9 |
| | | | | Thanks to Eddie Edwards. | ||||
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Add XBox 360 port. | Mike Pall | 2013-01-21 | 1 | -1/+1 |
| | | | | Thanks to Eddie Edwards. | ||||
* | Remove fictitious Solaris define. | Mike Pall | 2013-01-11 | 1 | -2/+1 |
| | |||||
* | Fix PS3 build. | Mike Pall | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | ARM: Handle armv7s arch defines. | Mike Pall | 2012-12-10 | 1 | -1/+1 |
| | | | | Thanks to Joey Liaw. | ||||
* | Prevent erroneous x64 builds with non-native exception handling. | Mike Pall | 2012-11-14 | 1 | -1/+5 |
| | |||||
* | Fix Android/x86 build. | Mike Pall | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | Add LJ_TARGET_UNALIGNED. | Mike Pall | 2012-10-09 | 1 | -0/+6 |
| | |||||
* | Use 0/1 macro for Lua 5.2 compatibility. | Mike Pall | 2012-09-12 | 1 | -0/+7 |
| | |||||
* | Add check for unsupported MIPS soft-float targets. | Mike Pall | 2012-08-30 | 1 | -0/+4 |
| | |||||
* | ARM: Enable VFP and hard-float ABI support. | Mike Pall | 2012-08-09 | 1 | -5/+2 |
| | |||||
* | ARM: Add VFP and hard-float ABI variants to JIT compiler. | Mike Pall | 2012-08-09 | 1 | -0/+3 |
| | |||||
* | Handle cross-compiles with FPU/no-FPU or hard-fp/soft-fp ABI mismatch. | Mike Pall | 2012-07-29 | 1 | -5/+9 |
| | |||||
* | Fix build issues on Cygwin and MinGW with optional MSys. | Mike Pall | 2012-06-22 | 1 | -1/+5 |
| | |||||
* | CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter. | Mike Pall | 2012-06-13 | 1 | -0/+5 |
| | | | | PS3 build command: make HOST_CC="gcc -m32" CROSS=ppu-lv2- | ||||
* | CONSOLE: Minor PS3 build fixes. | Mike Pall | 2012-06-10 | 1 | -1/+1 |
| | |||||
* | CONSOLE: Fix PS3 build. | Mike Pall | 2012-06-10 | 1 | -3/+3 |
| | |||||
* | ARM/PPC: Detect more target arch variants. Detect console OS. | Mike Pall | 2012-06-09 | 1 | -3/+62 |
| | |||||
* | Fix check for minimum GCC version. | Mike Pall | 2012-06-09 | 1 | -6/+6 |
| | |||||
* | Rearrange OSX vs. iOS defines. Disable callbacks on iOS. | Mike Pall | 2012-06-08 | 1 | -7/+11 |
| | |||||
* | MIPS: Integrate and enable JIT compiler. | Mike Pall | 2012-03-30 | 1 | -1/+0 |
| | |||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | MIPS: Add interpreter. Enable MIPS build rules. | Mike Pall | 2012-01-23 | 1 | -3/+3 |
| | |||||
* | MIPS: Add build rules (non-functional, yet). | Mike Pall | 2011-12-15 | 1 | -0/+24 |
| | |||||
* | ARM: Error out for attempt to compile with hard-float ABI. | Mike Pall | 2011-12-10 | 1 | -0/+3 |
| | |||||
* | PPC: Integrate and enable JIT compiler. | Mike Pall | 2011-10-24 | 1 | -1/+0 |
| | |||||
* | Allow selection of single-number vs. dual-number mode in Makefile. | Mike Pall | 2011-10-24 | 1 | -0/+4 |
| | |||||
* | Rearrange defines for workarounds to embedded operating systems. | Mike Pall | 2011-10-19 | 1 | -0/+12 |
| | |||||
* | PPC: Add machine-specific part of FFI. | Mike Pall | 2011-08-01 | 1 | -1/+0 |
| |