summaryrefslogtreecommitdiff
path: root/xmake/plugins
AgeCommit message (Collapse)Author
10 daysmove addon as actionruki
10 daysadd addon moduleruki
10 daysadd addon support for pluginsruki
13 daysfix plugin testruki
13 daysrewrite 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
2026-05-12fix: show -l targets now lists all targets regardless of set_defaultbakabaka9405
2026-05-10cmakelists generator: remove unused variableNorthn
2026-05-10cmakelists generator: minor code refactorNorthn
2026-05-10add a fallback to compiler/linker frontend detection when cmake version is <3.26Northn