aboutsummaryrefslogtreecommitdiff
path: root/src/host (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2025-01-138-8/+8
|
* Prevent include of luajit_rolling.h.Mike Pall2024-01-311-1/+1
| | | | Thanks to Peter Cawley. #1145
* Allow path overrides in genversion.lua with minilua, too.Mike Pall2023-09-101-0/+1
| | | | Thanks to arch1t3cht. #1067
* Allow override of paths for genversion.lua.Mike Pall2023-09-091-3/+3
| | | | Thanks to arch1t3cht. #1067
* Use fallback name for install files without valid .git or .relver.Mike Pall2023-08-281-6/+7
|
* Switch build system to rolling releases.v2.0.ROLLINGMike Pall2023-08-212-0/+44
|
* Bump copyright date.Mike Pall2023-08-207-7/+7
|
* Fix compiler warning.Mike Pall2023-06-021-1/+2
| | | | Reported by Myriachan.
* Allow building sources with mixed LF/CRLF line-endings.Mike Pall2023-02-211-4/+10
| | | | Reported by mgood7123.
* Fix warnings in minilua.c.Mike Pall2022-06-082-2/+10
|
* Bump copyright date.Mike Pall2022-01-157-7/+7
|
* Fix minilua vararg stack handling.Mike Pall2021-07-211-1/+1
| | | | | | | | | | Note: this is not exploitable! minilua is only used during the LuaJIT build process. It only runs controlled and static Lua code (DynASM), which is entirely contained within this repo. LuaJIT itself has completely different stack handling code and is not affected either. This change is solely for the benefit of others, who might possibly use minilua for purposes other than running DynASM.
* Bump copyright date.Mike Pall2021-01-027-7/+7
|
* Bump copyright date.Mike Pall2020-01-207-7/+7
|
* OSX: Fix build with recent XCode.Mike Pall2017-04-071-1/+2
| | | | Contributed by Joseph Zupko.
* Bump copyright date to 2017.Mike Pall2017-01-177-7/+7
|
* Fix unused vars etc. in internal Lua files.Mike Pall2016-07-171-4/+4
| | | | Thanks to François Perrad.
* Fix compiler warnings.Mike Pall2016-03-223-2/+3
| | | | Thanks to Demetri Obenour.
* Bump copyright date to 2016.Mike Pall2016-03-037-7/+7
|
* Bump copyright date to 2015.Mike Pall2015-01-057-7/+7
|
* Add PS Vita port.Mike Pall2014-04-271-1/+1
| | | | Thanks to Anton Stenmark.
* Bump copyright date to 2014.Mike Pall2014-01-167-7/+7
|
* Fix MinGW build.Mike Pall2013-12-292-0/+2
|
* Fix compiler warning.Mike Pall2013-08-221-1/+1
|
* PPC: Add plt suffix for external calls from assembler code.Mike Pall2013-06-031-0/+6
|
* Bump copyright date to 2013.Mike Pall2013-02-117-7/+7
|
* Add XBox 360 port.Mike Pall2013-01-212-9/+31
| | | | Thanks to Eddie Edwards.
* Fix PS3 build.Mike Pall2013-01-111-2/+8
|
* Allow conditional inclusion of builtin library functions.Mike Pall2012-09-241-0/+21
|
* Add table of IR type sizes.Mike Pall2012-08-271-1/+1
|
* Add Lua BitOp to minilua.Mike Pall2012-07-082-1/+128
|
* Finally fix target detection for msvcbuild.bat.Mike Pall2012-07-072-204/+4
| | | | Famous last words.
* CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter.Mike Pall2012-06-131-2/+7
| | | | PS3 build command: make HOST_CC="gcc -m32" CROSS=ppu-lv2-
* Clean up buildvm error message.Mike Pall2012-06-131-1/+1
|
* CONSOLE: Minor PS3 build fixes.Mike Pall2012-06-101-0/+2
|
* CONSOLE: Fix PS3 build.Mike Pall2012-06-101-5/+22
|
* Reorganize build process.Mike Pall2012-06-097-0/+1852
| | | | | | | | | Drop pre-translated buildvm_*.h. Rename buildvm_*.dasc to vm_*.dasc. Move buildvm* to host directory. Build minilua, unless HOST_LUA is set. Use HOST_LUA to run DynASM. Translate only vm_*.dasc for target architecture.
* Add minified Lua interpreter (minilua). Used by the build process.Mike Pall2012-06-093-0/+8273