summaryrefslogtreecommitdiff
path: root/xmake/plugins/show/main.lua
AgeCommit message (Collapse)Author
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
2025-07-03rename copyrightruki
2023-01-31add xmake check stubruki
2020-12-19update copyright dateruki
2020-09-25fix trailing white-spaceruki
2020-06-30fix auto completeOpportunity
2020-06-02show basic inforuki
2020-06-01show targetruki
2020-05-21add 'xmake show'ruki