summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-07-18Merge pull request #7655 from xmake-io/binutilsmasterruki
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-18Merge pull request #7654 from xmake-io/bin2objruki
Add transform support for bin2obj/bin2c
2026-07-18fix ppc and mips for bin2objruki
2026-07-18Merge pull request #7657 from ifarbod/patch/rv64-ndk-verruki
Update NDK's sdkver for riscv64 architecture
2026-07-18lock engine poolruki
2026-07-18Update NDK's sdkver for riscv64 architectureiFarbod
When the riscv64 architecture was first introduced, it was at 35, but that version was never usable outside of internal dev environments, the libraries for linking are actually in `36`.
2026-07-18fix bin2obj for some archsruki
2026-07-18add transform lua file supportruki
2026-07-18add batchcmds:call warningsruki
2026-07-18fix bin2obj testruki
2026-07-18fix typoruki
2026-07-18fix bin2obj symbolsruki
2026-07-18improve sandbox to fork raw scriptruki
2026-07-17rename sandbox.load to sandbox.callruki
2026-07-17improve bin2c testsruki
2026-07-17add batchcmds:call and transform for bin2obj/cruki
2026-07-14Merge pull request #7649 from xmake-io/picruki
add pic to package test
2026-07-15add pic to package testruki
2026-07-12Merge pull request #7648 from xmake-io/errsruki
improve error tips
2026-07-12improve error tipserrsruki
2026-07-11Merge pull request #7645 from xmake-io/dirruki
update tbox to remove readonly dir
2026-07-11update tbox to remove readonly dirruki
2026-07-10Merge pull request #7644 from xmake-io/pathruki
Fix path translate
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-09Merge pull request #7563 from xmake-io/modulesruki
improve pch for std modules
2026-07-08fix crash in contains modulesruki
2026-07-08fix pch for std modulesruki
2026-07-08add has flags for filcruki
2026-07-08improve pch for std modulesruki
2026-07-08Merge pull request #7629 from xmake-io/vsxmakeruki
Improve custom source types in Solution Explorer
2026-07-07move code stylesruki
2026-07-07add vstudio support for nonetyperuki
2026-07-07vsxmake: custom source types in solution explorerusernameak
This allows seeing source files added by add_files but not directly supported by xmake (e.g. when support is provided by a custom rule)
2026-07-07Merge pull request #7640 from luadebug/devruki
fix(emsdk): improve emcc detection logic by adding fallback search
2026-07-06fix(emsdk): improve emcc detection logic by adding fallback searchSaikari
2026-07-06Merge pull request #7631 from binLep/devruki
fix(deb): Avoid passing empty PATH arguments to debuild
2026-07-06update(deb): enhance the PATH handling during the installation of deb packagesbinLep
2026-07-04Merge pull request #7637 from luadebug/reproruki
Enforce static linkage of readline and curses for mingw platform support
2026-07-04Enhance readline and curses options for mingw platform supportSaikari
2026-07-04Merge pull request #7634 from xmake-io/xpackruki
add filter support for xpack
2026-07-04update tboxruki
2026-07-02add filter support for xpackxpackruki
2026-07-02Merge pull request #7633 from EZ4Stephen/EZ4Stephen-patch-1ruki
Fix pkgconfig path for bsd in meson.lua
2026-07-02Merge pull request #7630 from xmake-io/toolsetruki
Add toolset api checker in target