summaryrefslogtreecommitdiff
path: root/xmake/modules
AgeCommit message (Collapse)Author
2026-07-19Merge pull request #7659 from ifarbod/ifarbod/fix-emcc-detectionHEADdevruki
refactor emcc detection to support both .exe and .bat on windows
2026-07-19refactor emcc detection to support both .exe and .bat on windowsiFarbod
Fixes #7658
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-18improve sandbox to fork raw scriptruki
2026-07-17add batchcmds:call and transform for bin2obj/cruki
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-06fix(emsdk): improve emcc detection logic by adding fallback searchSaikari
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-30add add_toolset checkerruki
2026-06-25improve to get output for clruki
2026-06-25use vstool.iorunv in has_flagsruki
2026-06-21improve cargo/install_packageruki
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-19issue 7576Roland Hughes
Fixed XMAKE_PKG_CACHEDIR bug. Wasn't being passed to the child process.
2026-06-18remove deduplicated targetsruki
2026-06-18improve to check multiple targetsruki
2026-06-18check multiple targetsruki
2026-06-18improve to get targetsruki
2026-06-17add targets arugment supportruki
2026-06-12Merge pull request #7600 from Shiffted/ccache-fixruki
fix setting build_cache.is_enabled memcache
2026-06-11fix setting build_cache enabled memcacheShiffted
2026-06-11pass explicit tar compression flagsShiffted
2026-06-11add fallback checks for gzip and tar detectionShiffted
2026-06-07add find xcodebuildruki
2026-06-07improve package pathruki
2026-06-04Merge pull request #7582 from choyy/support-nvcc-encodingsruki
support set_encodings with nvcc
2026-06-04filter nvcc outputchooyy
2026-06-04support set_encodings with nvccchooyy
2026-06-03Fix missing paren in package loading functionShiffted
2026-05-27Refactor argv handling in find_package.luaruki
2026-05-26improve version nameruki
2026-05-25Update find_package.luaAkylzhan Sauranbay
2026-05-25initAkylzhan
2026-05-26improve nuget versionruki
2026-05-24Merge pull request #7558 from KaruroChori/alignofruki
Introduced check_alignof support like the one for check_sizeof
2026-05-23Introduced detection mechanisms to pick the best `alignof` keyword based on ↵Karuro Chari
language, version and toolchain.
2026-05-23fix trybuild for sconsruki