summaryrefslogtreecommitdiff
path: root/xmake
AgeCommit message (Collapse)Author
2026-07-18Merge pull request #7655 from xmake-io/binutilsmasterruki
fix bin2obj for some archs
2026-07-18detect obj flags for bin2elfruki
2026-07-18Merge pull request #7654 from xmake-io/bin2objruki
Add transform support for bin2obj/bin2c
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-18add transform lua file supportruki
2026-07-18add batchcmds:call warningsruki
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-17add batchcmds:call and transform for bin2obj/cruki
2026-07-15add pic to package testruki
2026-07-12improve error tipserrsruki
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-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-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-01Apply reviewer's fixEZ4Stephen
2026-07-01Fix pkgconfig path for bsd in meson.luaEZ4Stephen
2026-06-30update api checkersruki
2026-06-30fix(deb): Avoid passing empty PATH arguments to debuildbinLep
2026-06-30add add_toolset checkerruki
2026-06-30Merge pull request #7627 from binLep/devruki
fix(deb): xmake could not be found #7626
2026-06-29Fix PATH handling in debuild commandruki
Updated the PATH environment variable handling in the debuild command to ensure it defaults to an empty string if not set.
2026-06-29fix(deb): xmake could not be foundbinlep
2026-06-28improve verilator rulesverilatorruki
2026-06-27Merge pull request #7622 from binLep/patch-1ruki
fix(deb): set the default maintainer when packaging deb files
2026-06-25Merge pull request #7620 from xmake-io/vs2015ruki
use vstool.iorunv in has_flags
2026-06-25improve to get output for clruki
2026-06-25fix(deb): set the default maintainer when packaging deb filesbinLep
#7618
2026-06-25use vstool.iorunv in has_flagsruki
2026-06-24Merge pull request #7619 from choyy/clangd-casing-issueruki
workaround for clangd drive letter casing issue
2026-06-24Remove duplicate variable 'lsp'choyy
2026-06-24workaround only for clangdchooyy
2026-06-24updatechooyy
2026-06-24workaround for clangd drive letter casing issuechooyy
2026-06-21improve cargo/install_packageruki
2026-06-21Merge pull request #7583 from zhaob1n/fix/cmake-package-split-flagsruki
fix(package): split global flags for build envs
2026-06-21Merge pull request #7564 from Akylzhan/vcpkg_depend_inforuki
fix vcpkg find_package in manifest mode