| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-08-08 | update version and changelogv3.1.0 | ruki | |
| 2026-08-07 | Merge pull request #7692 from xmake-io/modules | ruki | |
| fix build.c++.modules.tryreuse deps orders | |||
| 2026-08-07 | Merge pull request #7693 from apocelipes/fix/deprecated | ruki | |
| fix: fix deprecated warnings | |||
| 2026-08-07 | fix build.c++.modules.tryreuse deps orders | ruki | |
| 2026-08-06 | Merge pull request #7688 from xmake-io/runtime | ruki | |
| improve clang static libc++ runtimes | |||
| 2026-08-06 | improve libc++ links | ruki | |
| 2026-08-06 | fix: fix deprecated warnings | apocelipes | |
| Replace all functions marked as deprecated by tbox. | |||
| 2026-08-05 | Merge pull request #7689 from xmake-io/plugin | ruki | |
| Rewrite plugin manager for xmake-repo | |||
| 2026-08-06 | fix plugin test | ruki | |
| 2026-08-05 | rewrite to install plugin from xmake-repo | ruki | |
| 2026-08-05 | update package comments | ruki | |
| 2026-08-04 | improve clang static libc++ runtimes | ruki | |
| 2026-08-04 | Merge pull request #7687 from bionicbeagle/fix-ninja-rc-build-edge | ruki | |
| Fix ninja project generator: emit build edge for Windows .rc resource files | |||
| 2026-08-04 | update tbox | ruki | |
| 2026-08-03 | fix ninja generator: emit build edge for win.sdk.resource sourcebatches | Stefan Boberg | |
| The rule mrc definition was emitted and the .rc.obj was listed as a link input, but no build edge was generated for it, so a clean ninja build failed with "missing and no known rule to make it". Fixes #7682 Co-Authored-By: Claude Fable 5 <[email protected]> | |||
| 2026-08-02 | update changelog | ruki | |
| 2026-08-02 | update menu | ruki | |
| 2026-08-02 | Merge pull request #7680 from xmake-io/plugin | ruki | |
| Support for plugin distribution based on xmake-repo | |||
| 2026-08-01 | improve tests | ruki | |
| 2026-08-01 | remove old plugin repo | ruki | |
| 2026-07-31 | Merge pull request #7679 from 0xb1aded/fix/msvc-pcheader | ruki | |
| fix set_pcheader for msvc in c mode | |||
| 2026-07-31 | Merge pull request #7684 from ArbStray/fix/process-open-wrong-stack-index | ruki | |
| fix: correct Lua stack index in process.open | |||
| 2026-07-31 | Merge pull request #7685 from apocelipes/fix/engine-resource-leaks | ruki | |
| fix: fix engine resource leaks | |||
| 2026-07-31 | fix: fix engine resource leaks | apocelipes | |
| Release the argument block returned by CommandLineToArgvW after copying its values into Lua. Destroy embedded output streams after initialization even when opening the backing file fails. | |||
| 2026-07-31 | fixed wrong Lua stack index | ArbStray | |
| 2026-07-30 | improve plugin structure | ruki | |
| 2026-07-30 | improve plugin list | ruki | |
| 2026-07-30 | Address review comments: refine plugin removal, multi-URL install, and list ↵ | Saikari | |
| display | |||
| 2026-07-30 | Simplify plugin installation and update tests per review feedback | Saikari | |
| 2026-07-30 | Refactor plugin installation logic to support custom plugin URLs and improve ↵ | Saikari | |
| error handling during installation | |||
| 2026-07-30 | Enhance plugin installation by validating plugin names and improving error ↵ | Saikari | |
| handling during installation and updates | |||
| 2026-07-30 | Improve plugin installation logic to prioritize file URLs and Git URLs, ↵ | Saikari | |
| enhancing flexibility in plugin sourcing. | |||
| 2026-07-30 | Enhance plugin management by adding support for installing plugins from ↵ | Saikari | |
| GitHub and local directories, and streamline repository handling in the task system. | |||
| 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 | |
