summaryrefslogtreecommitdiff
path: root/xmake/plugins
AgeCommit message (Collapse)Author
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
2026-05-10handle compiler/linkers arguments based on their frontend variantNorthn
fixes: https://github.com/xmake-io/xmake/issues/7526
2026-04-24fix xpack/deb/srpmruki
2026-04-20add --formatruki
2026-04-20improve show outputruki
2026-04-20improve show testruki
2026-04-20add --dot outputruki
2026-04-20improve xmake show --inforuki
2026-04-20fix(depgraph): wrap deps in table to avoid json string literal on single depAkaps316
2026-04-20refactor: simplify target deps retrieval per PR reviewAkaps316
2026-04-20fix(depgraph): use direct deps and align print output with JSONAkaps316
- Switch from target:orderdeps() to target:get('deps') to show only direct dependencies declared via add_deps(), not transitive ones - Print output now shows all fields: root targets, name, kind, group, default, and deps — matching the JSON structure - Add kind assertion to test
2026-04-20Refactor to use test project fixture and ordered dependenciesAkaps316
2026-04-20Address code review feedback by waruqi: refactor parameter parsing, remove ↵Akaps316
local functions, and use simpler test env
2026-04-20feat(show): export target dependency graph as JSONAkaps316
Add a graph-oriented mode to `xmake show` for exporting target\ndependency relationships as JSON.\n\nThis adds `--target_graph` support for whole-project output and\noptional root-target filtering with `--target`.\n\nAdd a plugin test covering full-graph and single-target graph export.\n\nRefs #7475
2026-04-16vsxmake: generate .csproj for C# targetsArthur Vasseur
Detect targets whose source kinds are entirely "cs" and emit a .csproj
2026-04-10refactor(cmakelists): define target_objectfiles library as INTERFACE when it ↵ShrBox
doesn't contain IMPORTED_OBJECTS property
2026-04-10fix(cmakelists): use target_link_libraries to link object librariesShrBox
2026-04-07improve run checkerruki
2026-04-07add utils.checkerruki
2026-03-29improve const limit codesruki
2026-03-29fix const limit on lua5.5ruki
2026-03-29fix xpack appimage package nameShiffted
2026-03-13extend formatting to C++ modulesArtyom Gavrilov