| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-18 | Merge pull request #7655 from xmake-io/binutilsmaster | ruki | |
| fix bin2obj for some archs | |||
| 2026-07-18 | improve ppc | ruki | |
| 2026-07-18 | fix ppc and mips for bin2obj | ruki | |
| 2026-07-18 | fix bin2obj for some archs | ruki | |
| 2026-07-18 | add transform lua file support | ruki | |
| 2026-07-18 | fix bin2obj test | ruki | |
| 2026-07-17 | rename sandbox.load to sandbox.call | ruki | |
| 2026-07-17 | improve bin2c tests | ruki | |
| 2026-07-17 | add batchcmds:call and transform for bin2obj/c | ruki | |
| 2026-06-28 | improve verilator rulesverilator | ruki | |
| 2026-06-16 | Merge pull request #7602 from Shiffted/memcache-fix | ruki | |
| fix load package memcache | |||
| 2026-06-14 | fix ci | ruki | |
| 2026-06-14 | add tests for package load_from_xxx | Shiffted | |
| 2026-06-05 | Enable `xmake show --format=json` | Meha555 | |
| Using os.iorunv instead of os.execv | |||
| 2026-06-05 | Enable `xmake show --format=json` | Meha555 | |
| Fix: #7585 | |||
| 2026-05-22 | Introduced alignof support like the one for check_sizeof | Karuro Chari | |
| 2026-05-14 | fix: expand builtin variables before calling path.is_absolute in add_moduledirs | bakabaka9405 | |
| 2026-05-14 | disable system libraries for merge packagesmergelib | ruki | |
| 2026-05-14 | improve merge archive from packages | ruki | |
| 2026-05-14 | add merge archive packages test | ruki | |
| 2026-05-04 | feat(ascendc): add Huawei Ascend C toolchain support | wuzhenqing | |
| Add toolchain, language, rules, and compiler modules for the bisheng compiler driver from CANN (Compute Architecture for Neural Networks) toolkit. Supports .asc (Ascend C kernel) and .aicpu (AI-CPU operator) source kinds with binary/static/shared target types. - Toolchain: SDK auto-detection via ASCEND_HOME_PATH env or --sdk - Compiler: bisheng module inherits from clang, adds add_sourceflags for explicit sourcekind overrides - Rules: ascendc.env (default C++17), npuarchs (--npu-arch), build - Language: check_main detection, add_ascnpuarchs API - Tests: unit tests for check_main, project tests for libs/mixed Fixes #7506 | |||
| 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 | |
