| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-24 | fix rust buildrust | ruki | |
| 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 | 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 | 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 | 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 | 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 | 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 | fix review issuespairs | ruki | |
| 2026-04-15 | improve hashset | ruki | |
| 2026-04-15 | fix review issue | ruki | |
| 2026-04-15 | improve pairs for lua5.5 | ruki | |
| 2026-04-12 | fix review issue | ruki | |
| 2026-04-12 | fix syslink case for mingw | ruki | |
| 2026-04-11 | improve moduledirs | ruki | |
| 2026-04-11 | improve custom toolchain | ruki | |
| 2026-04-11 | Merge pull request #7477 from xmake-io/clang | ruki | |
| fix clang with c++_static | |||
| 2026-04-11 | fix clang with c++_static | ruki | |
| 2026-04-11 | Merge pull request #7470 from ShrBox/dev | ruki | |
| fix(cmakelists): use target_link_libraries to link object libraries | |||
| 2026-04-11 | Merge pull request #7467 from OpportunityLiu/patch-1 | ruki | |
| use option.boolean parse XMAKE_ROOT / XMAKE_STATS | |||
| 2026-04-11 | fix clang runtimes | ruki | |
| 2026-04-10 | fix install package for wasm | ruki | |
| 2026-04-10 | refactor(cmakelists): define target_objectfiles library as INTERFACE when it ↵ | ShrBox | |
| doesn't contain IMPORTED_OBJECTS property | |||
| 2026-04-10 | fix(cmakelists): use target_link_libraries to link object libraries | ShrBox | |
