summaryrefslogtreecommitdiff
path: root/core/src/xmake
AgeCommit message (Collapse)Author
13 daysfix: fix deprecated warningsapocelipes
Replace all functions marked as deprecated by tbox.
2026-07-31Merge pull request #7684 from ArbStray/fix/process-open-wrong-stack-indexruki
fix: correct Lua stack index in process.open
2026-07-31fix: fix engine resource leaksapocelipes
Release the argument block returned by CommandLineToArgvW after copying its values into Lua. Destroy embedded output streams after initialization even when opening the backing file fails.
2026-07-31fixed wrong Lua stack indexArbStray
2026-07-29fix(macOS): fix Mach host send-right leaksapocelipes
mach_host_self() increments the task send-right user-reference count, but the CPU and memory queries did not release those references. Reuse each returned host port for its query and deallocate it afterward on both successful and failed query paths.
2026-07-18Merge pull request #7655 from xmake-io/binutilsruki
fix bin2obj for some archs
2026-07-18fix mem leaksruki
2026-07-18modify commentsruki
2026-07-18detect obj flags for bin2elfruki
2026-07-18improve ppcruki
2026-07-18fix ppc and mips for bin2objruki
2026-07-18lock engine poolruki
2026-07-18fix bin2obj for some archsruki
2026-07-11improve path translatepathruki
2026-07-10fix: use lua_newuserdata for dynamic memory allocation in path translationSaikari
2026-07-10fix: avoid stack buffer overflow for long paths in path translationSaikari
2026-06-26fix compiler errorruki
2026-06-20Merge pull request #7609 from choyy/win-errormessageruki
use FormatMessageW for Windows system error messages
2026-06-18strip trailing \r\nchooyy
2026-06-18improve strerror fallbackchooyy
2026-06-18use FormatMessageW for Windows system error messageschooyy
2026-06-17improve elf cleanruki
2026-06-15fix clean rpath for elfelfruki
2026-04-10add binpath in errorsruki
2026-03-29improve luaL_checkintegerruki
2026-03-29update to lua5.5ruki
2026-02-20Update file_signature.cruki
2026-02-20resolve geminiSaikari
2026-02-17tb_wtoaSaikari
2026-02-17todoSaikari
2026-02-16try wrap to styleSaikari
2026-02-15add winos.file_signature function to retrieve file signature informationSaikari
2026-02-13update tbox to fix tolower/toupperstringruki
2026-02-12improve testruki
2026-02-12improve tipsruki
2026-02-12improve readsymsruki
2026-02-12improve readsyms for wasm/.aruki
2026-02-12add readsyms support for wasmruki
2026-02-12improve deplibs to support wasmruki
2026-02-12improve binutils.format to support wasmruki
2026-02-12improve error tipsruki
2026-02-07improve run policy and missing dllruki
2026-02-06Resolve commentsSaikari
2026-02-06try add license headerSaikari
2026-02-05fix logicSaikari
2026-02-05create policy besides pe parserSaikari
2026-02-03Update engine.cruki
2026-02-02Update engine.cruki
2026-02-02refactor: simplify ape program file handling in test cases and remove unused ↵Saikari
functions
2026-02-01refactor: improve process retrieval for Windows and Linux in tty moduleSaikari