summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-04-20Refactor to use test project fixture and ordered dependenciesAkaps316
2026-04-20Address code review feedback by waruqi: refactor parameter parsing, remove ↵Akaps316
local functions, and use simpler test env
2026-04-20feat(show): export target dependency graph as JSONAkaps316
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-19Merge pull request #7491 from xmake-io/xreporuki
Add xrepo info --depgraph
2026-04-19Merge pull request #7489 from xmake-io/csharpruki
vsxmake: generate .csproj for C# targets
2026-04-19fix package info with json formatruki
2026-04-18improve fullnameruki
2026-04-18improve commentsruki
2026-04-18improve outputruki
2026-04-18add xrepo info --depgraphruki
2026-04-18fix some flags issuesruki
2026-04-18fix review issuesruki
2026-04-16vsxmake: generate .csproj for C# targetsArthur Vasseur
Detect targets whose source kinds are entirely "cs" and emit a .csproj
2026-04-15Merge pull request #7485 from xmake-io/pairsruki
improve pairs for lua5.5
2026-04-15fix review issuespairsruki
2026-04-15improve hashsetruki
2026-04-15fix testruki
2026-04-15fix review issueruki
2026-04-15improve testruki
2026-04-15improve pairs for lua5.5ruki
2026-04-13Merge pull request #7483 from xmake-io/mingwruki
fix syslink case for mingw
2026-04-12fix review issueruki
2026-04-12fix syslink case for mingwruki
2026-04-11Merge pull request #7478 from xmake-io/toolchainruki
Improve custom toolchain
2026-04-11improve moduledirsruki
2026-04-11improve custom toolchainruki
2026-04-11Merge pull request #7477 from xmake-io/clangruki
fix clang with c++_static
2026-04-11fix clang with c++_staticruki
2026-04-11Merge pull request #7470 from ShrBox/devruki
fix(cmakelists): use target_link_libraries to link object libraries
2026-04-11Merge pull request #7467 from OpportunityLiu/patch-1ruki
use option.boolean parse XMAKE_ROOT / XMAKE_STATS
2026-04-11fix clang runtimesruki
2026-04-10Update xpack.luaruki
2026-04-10fix install package for wasmruki
2026-04-10refactor(cmakelists): define target_objectfiles library as INTERFACE when it ↵ShrBox
doesn't contain IMPORTED_OBJECTS property
2026-04-10fix(cmakelists): use target_link_libraries to link object librariesShrBox
2026-04-10feat: 支持 XMAKE_ROOT=yes/trueOpportunity
2026-04-10feat: 支持 XMAKE_STATS=n/noOpportunity
2026-04-10feat: 支持 XMAKE_STATS=nOpportunity
2026-04-10add binpath in errorsruki
2026-04-09Merge pull request #7465 from xmake-io/modulesruki
update module versions again
2026-04-09update module versions againruki
2026-04-08Merge pull request #7463 from xmake-io/modulesruki
improve versions in c++ modules tests
2026-04-08Merge pull request #7449 from Akaps316/codex/fix-modules-private-dep-bmisruki
fix(c++/modules): avoid leaking private dep flags to rebuilt BMIs
2026-04-08Update xmake.luaruki
2026-04-08Update xpack.luaruki
2026-04-08Update test.luaruki
2026-04-08Update test.luaruki
2026-04-08Update mod.cppruki
2026-04-08improve versions in c++ modules testsruki
2026-04-07Update build flags for xmake command in test.luaruki