aboutsummaryrefslogtreecommitdiff
path: root/src/host (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-139-9/+9
|\
| * Bump copyright date.Mike Pall2025-01-138-8/+8
* | macOS: Workaround for buggy XCode 15.0 - 15.2 linker.Mike Pall2024-10-021-0/+4
* | Merge branch 'master' into v2.1Mike Pall2024-01-311-1/+1
|\|
| * Prevent include of luajit_rolling.h.Mike Pall2024-01-311-1/+1
* | Add cross-32/64 bit and deterministic bytecode generation.Mike Pall2024-01-221-41/+50
* | ARM64: Restore fp before sp in C stack unwinders.Mike Pall2023-10-081-1/+2
* | Windows/ARM64: Fix exception unwinding (again).Mike Pall2023-09-151-7/+5
* | Windows/ARM64: Fix typo in exception unwinding.Mike Pall2023-09-111-1/+1
* | Windows/ARM64: Fix exception unwinding.Mike Pall2023-09-111-7/+7
* | Fix Cygwin build.Mike Pall2023-09-111-1/+1
* | Merge branch 'master' into v2.1Mike Pall2023-09-101-0/+1
|\|
| * Allow path overrides in genversion.lua with minilua, too.Mike Pall2023-09-101-0/+1
* | Windows/ARM64: Add initial support.Mike Pall2023-09-101-9/+104
* | Merge branch 'master' into v2.1Mike Pall2023-09-091-3/+3
|\|
| * Allow override of paths for genversion.lua.Mike Pall2023-09-091-3/+3
* | Merge branch 'master' into v2.1Mike Pall2023-08-281-6/+7
|\|
| * Use fallback name for install files without valid .git or .relver.Mike Pall2023-08-281-6/+7
* | Merge branch 'master' into v2.1v2.1.ROLLINGMike Pall2023-08-212-0/+44
|\|
| * Switch build system to rolling releases.v2.0.ROLLINGMike Pall2023-08-212-0/+44
* | Merge branch 'master' into v2.1Mike Pall2023-08-208-8/+8
|\|
| * Bump copyright date.Mike Pall2023-08-207-7/+7
* | MIPS32: Declare that the assembler part uses the FR=0 model.Mike Pall2023-08-121-3/+6
* | Merge branch 'master' into v2.1Mike Pall2023-06-021-1/+2
|\|
| * Fix compiler warning.Mike Pall2023-06-021-1/+2
* | Merge branch 'master' into v2.1Mike Pall2023-02-211-5/+11
|\|
| * Allow building sources with mixed LF/CRLF line-endings.Mike Pall2023-02-211-4/+10
* | Make embedded bytecode readable and forward-compatible.Mike Pall2022-06-132-45/+95
* | Merge branch 'master' into v2.1Mike Pall2022-06-082-2/+10
|\|
| * Fix warnings in minilua.c.Mike Pall2022-06-082-2/+10
* | Don't use jit_State during build with JIT disabled.Mike Pall2022-06-082-0/+17
* | Fix loop initialization in table.foreach().Mike Pall2022-05-202-32/+35
* | Merge branch 'master' into v2.1Mike Pall2022-01-158-8/+8
|\|
| * Bump copyright date.Mike Pall2022-01-157-7/+7
* | Merge branch 'master' into v2.1Mike Pall2021-07-211-1/+1
|\|
| * Fix minilua vararg stack handling.Mike Pall2021-07-211-1/+1
* | String buffers, part 3d: Compile string buffer methods and functions.Mike Pall2021-07-191-0/+2
* | Merge branch 'master' into v2.1Mike Pall2021-01-028-8/+8
|\|
| * Bump copyright date.Mike Pall2021-01-027-7/+7
* | Merge branch 'master' into v2.1Mike Pall2020-01-208-8/+8
|\|
| * Bump copyright date.Mike Pall2020-01-207-7/+7
* | Remove support for de-facto dead archs.Mike Pall2020-01-202-25/+1
* | PPC: Add soft-float support to interpreter.Mike Pall2017-07-261-1/+1
* | Merge branch 'master' into v2.1Mike Pall2017-04-071-1/+2
|\|
| * OSX: Fix build with recent XCode.Mike Pall2017-04-071-1/+2
* | ARM64: Add big-endian support.Mike Pall2017-03-301-2/+6
* | Merge branch 'master' into v2.1Mike Pall2017-01-178-8/+8
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-177-7/+7
* | Add some more extensions from Lua 5.2/5.3.Mike Pall2017-01-171-3/+14
* | Merge branch 'master' into v2.1Mike Pall2016-07-171-4/+4
|\|