summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-07-30Refactor test script to improve environment variable handling and streamline ↵Saikari
plugin execution
2026-07-30Remove unnecessary blank lines in various Lua files for cleaner codeSaikari
2026-07-30Added tests for pluginsSaikari
2026-07-30fixupSaikari
2026-07-30fix: enhance plugin management with rollback and confirmation featuresSaikari
2026-07-30fix: distinguish between plugin and package names to avoid conflictsSaikari
2026-07-30fix: skip configuration for host-only plugin installation and removalSaikari
2026-07-30fix: optimize package directory lookup by caching plugin presenceSaikari
2026-07-30fix: improve cache key generation and validate plugin names for removalSaikari
2026-07-30feat: add support for plugin packages in xmakeSaikari
2026-07-30fix set_pcheader for msvc in c mode0xb1aded
2026-07-30Merge pull request #7676 from bionicbeagle/fix-masm-symbol-flagsruki
fix masm symbol flags for embed/edit levels (A4018)
2026-07-29fix masm symbol flags for embed/edit levelsStefan Boberg
masm only supports -Zi/-Zd; the -Z7 and -ZI flags of cl.exe are rejected with warning A4018, and without -WX the flag is silently dropped, so `set_symbols("debug", "embed")` produced asm objects without any debug info. -Zi already embeds debug info in the object file (masm has no compile-time pdb), so the embed and edit levels now degrade to it. Also fix the gcc-style -g mapping which had the same problem. Fixes #7675 Co-Authored-By: Claude Fable 5 <[email protected]>
2026-07-29Merge pull request #7674 from apocelipes/fix/macos-mach-send-right-leakruki
fix(macOS): fix Mach host send-right leaks
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-29Merge pull request #7672 from xmake-io/tboxruki
update tbox and add fallback download
2026-07-29add fallback download supportruki
2026-07-29update tboxruki
2026-07-28fix tboxruki
2026-07-27update tbox to fix some bugsruki
2026-07-27Merge pull request #7671 from xmake-io/tboxruki
update tbox to fix some bugs
2026-07-27Merge pull request #7666 from xmake-io/vcpkg3ruki
improve to find vcpkg packages
2026-07-26Merge pull request #7668 from xmake-io/cmakeruki
fix pass path to cmake
2026-07-26fix pass path to cmakecmakeruki
2026-07-25improve to find vcpkg packagesruki
2026-07-24Merge pull request #7661 from xmake-io/clangruki
fix clang c++_static runtime
2026-07-25revert static libc++ link for clangclangruki
2026-07-19Merge pull request #7659 from ifarbod/ifarbod/fix-emcc-detectionruki
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/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-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