| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-24 | fix rust buildrust | ruki | |
| 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-20 | add --format | ruki | |
| 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 | fix(depgraph): wrap deps in table to avoid json string literal on single dep | 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-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 test | ruki | |
| 2026-04-15 | fix review issue | ruki | |
| 2026-04-15 | improve test | ruki | |
| 2026-04-15 | improve pairs for lua5.5 | ruki | |
| 2026-04-11 | improve custom toolchain | ruki | |
| 2026-04-09 | update module versions again | ruki | |
| 2026-04-08 | Merge pull request #7463 from xmake-io/modules | ruki | |
| improve versions in c++ modules tests | |||
| 2026-04-08 | Merge pull request #7449 from Akaps316/codex/fix-modules-private-dep-bmis | ruki | |
| fix(c++/modules): avoid leaking private dep flags to rebuilt BMIs | |||
| 2026-04-08 | Update xmake.lua | ruki | |
| 2026-04-08 | Update test.lua | ruki | |
| 2026-04-08 | Update test.lua | ruki | |
| 2026-04-08 | Update mod.cpp | ruki | |
| 2026-04-08 | improve versions in c++ modules tests | ruki | |
| 2026-04-07 | Update build flags for xmake command in test.lua | ruki | |
| 2026-04-05 | fix(xcode.application): resolve merge conflict with upstream dev | Akaps316 | |
| 2026-04-05 | fix(test): move import to top of test.lua per review comment | Akaps316 | |
| Co-authored-by: Qwen-Coder <[email protected]> | |||
| 2026-04-05 | Merge pull request #7455 from Akaps316/codex/fix-xcode-app-duplicate-rpath | ruki | |
| fix(xcode.application): avoid duplicate bundle rpath insertion | |||
| 2026-04-04 | fix(xcode.application): configure dynamic rpath logic and update test env vars | Akaps316 | |
| 2026-04-04 | fix(xcode.application): use the correct framework rpath for iOS apps | Akaps316 | |
| Use @executable_path/Frameworks for iphoneos application bundles when embedding dependent frameworks. The existing @executable_path/../Frameworks rpath is correct for macOS app layout, but incorrect for iOS where the executable lives directly in MyApp.app and embedded frameworks live in MyApp.app/Frameworks. Add a regression test that builds an iOS simulator app with an embedded framework and verifies the generated LC_RPATH. | |||
| 2026-04-03 | fix(xcode.application): avoid duplicate bundle rpath insertion | Akaps316 | |
| Only add the macOS app bundle framework rpath if it is missing from the copied app binary. This avoids install_name_tool failing when the target already links with @executable_path/../Frameworks, for example via add_rpathdirs(). Add a regression test covering a macOS app target that already carries the bundle rpath before xcode.application generates the app bundle. | |||
| 2026-04-03 | fix(c++/modules): avoid leaking private dep flags to rebuilt BMIs | Akaps316 | |
| Only inherit interface-visible defines/undefines/includedirs when collecting module fileconfigs from dependency targets. This fixes consumer-side BMI rebuilds under build.c++.modules.reuse.strict picking up private producer flags. Add a regression test for strict module reuse with a shared dependency. | |||
| 2026-04-03 | refactor safety test and toolchain configuration for filc: streamline ↵ | Saikari | |
| function pointer test and enhance toolset definitions | |||
| 2026-04-03 | refactor safety test to remove dependency on find_tool and streamline ↵ | Saikari | |
| package installation | |||
| 2026-04-03 | Fil-C add toolchain | Saikari | |
| 2026-04-01 | improve utils.replace to support function | ruki | |
| 2026-04-01 | fix test | ruki | |
| 2026-04-01 | improve utils.replace | ruki | |
| 2026-04-01 | add utils.replace rules | ruki | |
| 2026-03-28 | add c interop support for zigzig | ruki | |
| 2026-03-22 | use bin2obj in xmake.cli | ruki | |
| 2026-03-20 | improve pinvoke | ruki | |
| 2026-03-20 | remove native_aot | ruki | |
| 2026-03-19 | add native aot | ruki | |
