summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-30Merge pull request #7625 from xmake-io/verilatorruki
improve verilator rules
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-26fix compiler errorruki
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-23Merge pull request #7614 from xmake-io/cargoruki
improve cargo/install_package
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
2026-06-20Merge pull request #7611 from RolandHughes/cache-env-var-fixruki
issue 7576
2026-06-20Merge pull request #7609 from choyy/win-errormessageruki
use FormatMessageW for Windows system error messages