summaryrefslogtreecommitdiff
path: root/xmake/plugins
AgeCommit message (Collapse)Author
6 daysmove some plugins to addonsruki
9 daysMerge pull request #7696 from xmake-io/addonruki
Add addon support for plugins
9 daysimprove tipsruki
9 daysfix(pack): recognize x86_64 when passing -arch to wixgycherish
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-09move addon as actionruki
2026-08-09add addon moduleruki
2026-08-09add addon support for pluginsruki
2026-08-06fix plugin testruki
2026-08-05rewrite to install plugin from xmake-reporuki
2026-08-03fix ninja generator: emit build edge for win.sdk.resource sourcebatchesStefan 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-02update menuruki
2026-08-01improve testsruki
2026-08-01remove old plugin reporuki
2026-07-30improve plugin structureruki
2026-07-30improve plugin listruki
2026-07-30Address review comments: refine plugin removal, multi-URL install, and list ↵Saikari
display
2026-07-30Simplify plugin installation and update tests per review feedbackSaikari
2026-07-30Refactor plugin installation logic to support custom plugin URLs and improve ↵Saikari
error handling during installation
2026-07-30Enhance plugin installation by validating plugin names and improving error ↵Saikari
handling during installation and updates
2026-07-30Improve plugin installation logic to prioritize file URLs and Git URLs, ↵Saikari
enhancing flexibility in plugin sourcing.
2026-07-30Enhance plugin management by adding support for installing plugins from ↵Saikari
GitHub and local directories, and streamline repository handling in the task system.
2026-07-30Remove unnecessary blank lines in various Lua files for cleaner codeSaikari
2026-07-30Added tests for pluginsSaikari
2026-07-30fix: enhance plugin management with rollback and confirmation featuresSaikari
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-18add batchcmds:call warningsruki
2026-07-08Merge pull request #7629 from xmake-io/vsxmakeruki
Improve custom source types in Solution Explorer
2026-07-07move code stylesruki
2026-07-07add vstudio support for nonetyperuki
2026-07-07vsxmake: custom source types in solution explorerusernameak
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-06Merge pull request #7631 from binLep/devruki
fix(deb): Avoid passing empty PATH arguments to debuild
2026-07-06update(deb): enhance the PATH handling during the installation of deb packagesbinLep
2026-07-02add filter support for xpackxpackruki
2026-06-30fix(deb): Avoid passing empty PATH arguments to debuildbinLep
2026-06-29Fix PATH handling in debuild commandruki
Updated the PATH environment variable handling in the debuild command to ensure it defaults to an empty string if not set.
2026-06-29fix(deb): xmake could not be foundbinlep
2026-06-25fix(deb): set the default maintainer when packaging deb filesbinLep
#7618
2026-06-24Remove duplicate variable 'lsp'choyy
2026-06-24workaround only for clangdchooyy
2026-06-24updatechooyy
2026-06-24workaround for clangd drive letter casing issuechooyy
2026-06-18fix typoruki
2026-06-18format menusruki
2026-06-18improve to check multiple targetsruki
2026-06-18improve to get targetsruki
2026-06-17add targets arugment supportruki
2026-06-05Enable `xmake show --format=json`Meha555
Fix: #7585
2026-06-03plugin/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-13Merge pull request #7527 from Northn/fix-cmake-clangcl-generatorruki
Handle compilers/linkers frontend variants more accurately when generating cmakelists file