| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 6 days | move some plugins to addons | ruki | |
| 9 days | Merge pull request #7696 from xmake-io/addon | ruki | |
| Add addon support for plugins | |||
| 9 days | improve tips | ruki | |
| 9 days | fix(pack): recognize x86_64 when passing -arch to wix | gycherish | |
| Only msvc spells the architecture "x64"; under mingw it is "x86_64", so no -arch reached wix and it built an x86 package out of x64 binaries. In an x86 package every program files property, ProgramFiles64Folder included, resolves to Program Files (x86), and that is where the install lands. | |||
| 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-06 | fix plugin test | ruki | |
| 2026-08-05 | rewrite to install plugin from xmake-repo | 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 menu | ruki | |
| 2026-08-01 | improve tests | ruki | |
| 2026-08-01 | remove old plugin repo | ruki | |
| 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 | Remove unnecessary blank lines in various Lua files for cleaner code | Saikari | |
| 2026-07-30 | Added tests for plugins | Saikari | |
| 2026-07-30 | fix: enhance plugin management with rollback and confirmation features | 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-18 | add batchcmds:call warnings | ruki | |
| 2026-07-08 | Merge pull request #7629 from xmake-io/vsxmake | ruki | |
| Improve custom source types in Solution Explorer | |||
| 2026-07-07 | move code styles | ruki | |
| 2026-07-07 | add vstudio support for nonetype | ruki | |
| 2026-07-07 | vsxmake: custom source types in solution explorer | usernameak | |
| This allows seeing source files added by add_files but not directly supported by xmake (e.g. when support is provided by a custom rule) | |||
| 2026-07-06 | Merge pull request #7631 from binLep/dev | ruki | |
| fix(deb): Avoid passing empty PATH arguments to debuild | |||
| 2026-07-06 | update(deb): enhance the PATH handling during the installation of deb packages | binLep | |
| 2026-07-02 | add filter support for xpackxpack | ruki | |
| 2026-06-30 | fix(deb): Avoid passing empty PATH arguments to debuild | binLep | |
| 2026-06-29 | Fix PATH handling in debuild command | ruki | |
| Updated the PATH environment variable handling in the debuild command to ensure it defaults to an empty string if not set. | |||
| 2026-06-29 | fix(deb): xmake could not be found | binlep | |
| 2026-06-25 | fix(deb): set the default maintainer when packaging deb files | binLep | |
| #7618 | |||
| 2026-06-24 | Remove duplicate variable 'lsp' | choyy | |
| 2026-06-24 | workaround only for clangd | chooyy | |
| 2026-06-24 | update | chooyy | |
| 2026-06-24 | workaround for clangd drive letter casing issue | chooyy | |
| 2026-06-18 | fix typo | ruki | |
| 2026-06-18 | format menus | ruki | |
| 2026-06-18 | improve to check multiple targets | ruki | |
| 2026-06-18 | improve to get targets | ruki | |
| 2026-06-17 | add targets arugment support | ruki | |
| 2026-06-05 | Enable `xmake show --format=json` | Meha555 | |
| Fix: #7585 | |||
| 2026-06-03 | plugin/format: xmake format plugin: skip path.join when headerfile path is ↵ | Arthur Vasseur | |
| already absolute On Windows, path.join(projectdir, absolutePath) concatenates instead of replacing, producing oubled paths like projectdir/C:/...full/path. Source batch files happen to be relative so they were unaffected. headerfiles are absolute and triggered the bug. | |||
| 2026-05-13 | Merge pull request #7527 from Northn/fix-cmake-clangcl-generator | ruki | |
| Handle compilers/linkers frontend variants more accurately when generating cmakelists file | |||
