summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
3 daysimprove coreruki
14 daysMerge pull request #7698 from apocelipes/fix-semver-exact-version-selectionruki
fix(semver): correct version selection
14 daysfix: fix numeric build metadataapocelipes
2026-08-09fix: sort build metadataapocelipes
2026-08-09fix: reorder matchingapocelipes
2026-08-09fix: skipping a leading v/= before exact comparingapocelipes
2026-08-09move templates dirruki
2026-08-09fix(semver): correct version selectionapocelipes
semver_rangen() accepts an exact version as a range, and SemVer comparison ignores build metadata. This can select a different version than requested. Try exact string matches for versions and tags before falling back to the range selection.
2026-08-08update version and changelogv3.1.0ruki
2026-08-06fix: fix deprecated warningsapocelipes
Replace all functions marked as deprecated by tbox.
2026-08-04update tboxruki
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-29update tboxruki
2026-07-28fix tboxruki
2026-07-27update tbox to fix some bugsruki
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-11update tbox to remove readonly dirruki
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-07-04Enhance readline and curses options for mingw platform supportSaikari
2026-07-04update tboxruki
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-06-13update tbox to fix rmdirruki
2026-05-19update versionv3.0.9ruki
2026-04-10Update xpack.luaruki
2026-04-10add binpath in errorsruki
2026-04-08Update xpack.luaruki
2026-04-02fix lua55 limitruki
2026-04-01fix replace RDKCONSTruki
2026-04-01improve xmake.sh to replace rdkconstruki
2026-03-31revert rdkconstruki
2026-03-31revert rdkconstruki
2026-03-31revert rdkconstruki