| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-24 | fix rust buildrust | ruki | |
| 2026-04-23 | Merge pull request #7500 from ririyeye/fix/7250-linux-ko-insmod | ruki | |
| fix linux module insmod failure on kernel 6.12+ | |||
| 2026-04-23 | fix linux driver final review issue | ririyeye | |
| Drop the redundant newline normalization in kernel config checks because io.readfile() already returns newline-split content suitable for line-based matching. Made-with: Cursor | |||
| 2026-04-23 | fix linux driver review follow-ups | ririyeye | |
| Use target:is_cross() for kbuild probing, normalize module-common paths before comparing them, and check kernel configs line by line for clearer exact matches. Made-with: Cursor | |||
| 2026-04-23 | Update xmake.lua | ruki | |
| 2026-04-23 | Update hello.c | ruki | |
| 2026-04-23 | test add linux driver cross compile example | ririyeye | |
| Add a minimal platform.linux.module sample that documents custom linux headers/builddir usage for cross toolchains and verifies the new cross-build workflow. Made-with: Cursor | |||
| 2026-04-23 | fix linux driver cross compile detection | ririyeye | |
| Pass ARCH and CROSS_COMPILE for same-platform cross builds and derive the toolchain prefix from versioned gcc names so kbuild flag probing uses the correct target tools. Made-with: Cursor | |||
| 2026-04-23 | fix linux module review follow-ups | ririyeye | |
| Tighten kernel config detection to avoid prefix matches and share module-common.c lookup so dependency tracking and compilation stay aligned. Made-with: Cursor | |||
| 2026-04-22 | fix linux module builds on kernel 6.12+ | ririyeye | |
| Keep xmake's linux module rule aligned with modern kbuild so generated .ko files retain vermagic and modversion metadata required for loading on newer kernels. | |||
| 2026-04-22 | Merge pull request #7495 from xiaozhu1337/master | ruki | |
| fix "cannot find known tool script for ar.cmd" | |||
| 2026-04-22 | Update find_toolname.lua | xiaozhu1337 | |
| 2026-04-21 | Merge pull request #7493 from ThzShun/fix-qt-cross | ruki | |
| fix qt cross | |||
| 2026-04-21 | style: remove extra spaces | wzshun | |
| 2026-04-21 | style: remove extra spaces | wzshun | |
| 2026-04-21 | fix review issues | wzshun | |
| 2026-04-20 | Merge pull request #7490 from xmake-io/show | ruki | |
| Export target dependency graph as json/dot | |||
| 2026-04-20 | improve output | ruki | |
| 2026-04-20 | improve output | ruki | |
| 2026-04-20 | add --format | ruki | |
| 2026-04-20 | fix qt cross | wzshun | |
| 2026-04-20 | remove dylib | ruki | |
| 2026-04-20 | improve show test | ruki | |
| 2026-04-20 | improve show output | ruki | |
| 2026-04-20 | improve show test | 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 | |||
| 2026-04-20 | feat(show): export target dependency graph as JSON | Akaps316 | |
| 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-19 | Merge pull request #7491 from xmake-io/xrepo | ruki | |
| Add xrepo info --depgraph | |||
| 2026-04-19 | Merge pull request #7489 from xmake-io/csharp | ruki | |
| vsxmake: generate .csproj for C# targets | |||
| 2026-04-19 | fix package info with json format | ruki | |
| 2026-04-18 | improve fullname | ruki | |
| 2026-04-18 | improve comments | ruki | |
| 2026-04-18 | improve output | ruki | |
| 2026-04-18 | add xrepo info --depgraph | ruki | |
| 2026-04-18 | fix some flags issues | ruki | |
| 2026-04-18 | fix review issues | ruki | |
| 2026-04-16 | vsxmake: generate .csproj for C# targets | Arthur Vasseur | |
| Detect targets whose source kinds are entirely "cs" and emit a .csproj | |||
| 2026-04-15 | Merge pull request #7485 from xmake-io/pairs | ruki | |
| improve pairs for lua5.5 | |||
| 2026-04-15 | fix review issuespairs | ruki | |
| 2026-04-15 | improve hashset | ruki | |
| 2026-04-15 | fix test | ruki | |
| 2026-04-15 | fix review issue | ruki | |
| 2026-04-15 | improve test | ruki | |
| 2026-04-15 | improve pairs for lua5.5 | ruki | |
