| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-18 | improve to check multiple targets | ruki | |
| 2026-04-20 | add --format | ruki | |
| 2026-04-20 | improve show output | ruki | |
| 2026-04-20 | add --dot output | ruki | |
| 2026-04-20 | improve xmake show --info | ruki | |
| 2026-04-20 | fix(depgraph): wrap deps in table to avoid json string literal on single dep | Akaps316 | |
| 2026-04-20 | refactor: simplify target deps retrieval per PR review | Akaps316 | |
| 2026-04-20 | fix(depgraph): use direct deps and align print output with JSON | Akaps316 | |
| - 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-20 | Refactor to use test project fixture and ordered dependencies | Akaps316 | |
| 2026-04-20 | Address code review feedback by waruqi: refactor parameter parsing, remove ↵ | Akaps316 | |
| local functions, and use simpler test env | |||
