| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-30 | Refactor test script to improve environment variable handling and streamline ↵ | Saikari | |
| plugin execution | |||
| 2026-07-30 | Remove unnecessary blank lines in various Lua files for cleaner code | Saikari | |
| 2026-07-30 | Added tests for plugins | Saikari | |
| 2026-07-30 | fixup | Saikari | |
| 2026-07-30 | fix: enhance plugin management with rollback and confirmation features | Saikari | |
| 2026-07-30 | fix: distinguish between plugin and package names to avoid conflicts | Saikari | |
| 2026-07-30 | fix: skip configuration for host-only plugin installation and removal | Saikari | |
| 2026-07-30 | fix: optimize package directory lookup by caching plugin presence | Saikari | |
| 2026-07-30 | fix: improve cache key generation and validate plugin names for removal | Saikari | |
| 2026-07-30 | feat: add support for plugin packages in xmake | Saikari | |
| 2026-07-30 | fix set_pcheader for msvc in c mode | 0xb1aded | |
| 2026-07-30 | Merge pull request #7676 from bionicbeagle/fix-masm-symbol-flags | ruki | |
| fix masm symbol flags for embed/edit levels (A4018) | |||
| 2026-07-29 | fix masm symbol flags for embed/edit levels | Stefan 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-29 | Merge pull request #7674 from apocelipes/fix/macos-mach-send-right-leak | ruki | |
| fix(macOS): fix Mach host send-right leaks | |||
| 2026-07-29 | fix(macOS): fix Mach host send-right leaks | apocelipes | |
| 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-29 | Merge pull request #7672 from xmake-io/tbox | ruki | |
| update tbox and add fallback download | |||
| 2026-07-29 | add fallback download support | ruki | |
| 2026-07-29 | update tbox | ruki | |
| 2026-07-28 | fix tbox | ruki | |
| 2026-07-27 | update tbox to fix some bugs | ruki | |
| 2026-07-27 | Merge pull request #7671 from xmake-io/tbox | ruki | |
| update tbox to fix some bugs | |||
| 2026-07-27 | Merge pull request #7666 from xmake-io/vcpkg3 | ruki | |
| improve to find vcpkg packages | |||
| 2026-07-26 | Merge pull request #7668 from xmake-io/cmake | ruki | |
| fix pass path to cmake | |||
| 2026-07-26 | fix pass path to cmakecmake | ruki | |
| 2026-07-25 | improve to find vcpkg packages | ruki | |
| 2026-07-24 | Merge pull request #7661 from xmake-io/clang | ruki | |
| fix clang c++_static runtime | |||
| 2026-07-25 | revert static libc++ link for clangclang | ruki | |
| 2026-07-19 | Merge pull request #7659 from ifarbod/ifarbod/fix-emcc-detection | ruki | |
| refactor emcc detection to support both .exe and .bat on windows | |||
| 2026-07-19 | refactor emcc detection to support both .exe and .bat on windows | iFarbod | |
| Fixes #7658 | |||
| 2026-07-18 | Merge pull request #7655 from xmake-io/binutils | ruki | |
| fix bin2obj for some archs | |||
| 2026-07-18 | fix mem leaks | ruki | |
| 2026-07-18 | modify comments | ruki | |
| 2026-07-18 | detect obj flags for bin2elf | ruki | |
| 2026-07-18 | improve ppc | ruki | |
| 2026-07-18 | Merge pull request #7654 from xmake-io/bin2obj | ruki | |
| Add transform support for bin2obj/bin2c | |||
| 2026-07-18 | fix ppc and mips for bin2obj | ruki | |
| 2026-07-18 | Merge pull request #7657 from ifarbod/patch/rv64-ndk-ver | ruki | |
| Update NDK's sdkver for riscv64 architecture | |||
| 2026-07-18 | lock engine pool | ruki | |
| 2026-07-18 | Update NDK's sdkver for riscv64 architecture | iFarbod | |
| 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-18 | fix bin2obj for some archs | ruki | |
| 2026-07-18 | add transform lua file support | ruki | |
| 2026-07-18 | add batchcmds:call warnings | ruki | |
| 2026-07-18 | fix bin2obj test | ruki | |
| 2026-07-18 | fix typo | ruki | |
| 2026-07-18 | fix bin2obj symbols | ruki | |
| 2026-07-18 | improve sandbox to fork raw script | ruki | |
| 2026-07-17 | rename sandbox.load to sandbox.call | ruki | |
| 2026-07-17 | improve bin2c tests | ruki | |
| 2026-07-17 | add batchcmds:call and transform for bin2obj/c | ruki | |
| 2026-07-14 | Merge pull request #7649 from xmake-io/pic | ruki | |
| add pic to package test | |||
