| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-08-09 | improve addon test | ruki | |
| 2026-08-09 | add has_addon | ruki | |
| 2026-08-09 | fix: sort build metadata | apocelipes | |
| 2026-08-09 | add demo addon | ruki | |
| 2026-08-09 | fix: reorder matching | apocelipes | |
| 2026-08-09 | fix: skipping a leading v/= before exact comparing | apocelipes | |
| 2026-08-09 | improve addon to import includes, rules and toolchains | ruki | |
| 2026-08-09 | add addon search | ruki | |
| 2026-08-09 | fix plugin bug and add description | ruki | |
| 2026-08-09 | rewrite template dist | ruki | |
| 2026-08-09 | move addon as action | ruki | |
| 2026-08-09 | add addon module | ruki | |
| 2026-08-09 | add addon support for plugins | ruki | |
| 2026-08-09 | Merge pull request #7699 from xmake-io/templates | ruki | |
| move templates dir | |||
| 2026-08-09 | move templates dir | ruki | |
| 2026-08-09 | fix(semver): correct version selection | apocelipes | |
| semver_rangen() accepts an exact version as a range, and SemVer comparison ignores build metadata. This can select a different version than requested. Try exact string matches for versions and tags before falling back to the range selection. | |||
| 2026-08-08 | update spec | ruki | |
| 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. | |||
