summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-08-09improve addon testruki
2026-08-09add has_addonruki
2026-08-09fix: sort build metadataapocelipes
2026-08-09add demo addonruki
2026-08-09fix: reorder matchingapocelipes
2026-08-09fix: skipping a leading v/= before exact comparingapocelipes
2026-08-09improve addon to import includes, rules and toolchainsruki
2026-08-09add addon searchruki
2026-08-09fix plugin bug and add descriptionruki
2026-08-09rewrite template distruki
2026-08-09move addon as actionruki
2026-08-09add addon moduleruki
2026-08-09add addon support for pluginsruki
2026-08-09Merge pull request #7699 from xmake-io/templatesruki
move templates dir
2026-08-09move templates dirruki
2026-08-09fix(semver): correct version selectionapocelipes
semver_rangen() accepts an exact version as a range, and SemVer comparison ignores build metadata. This can select a different version than requested. Try exact string matches for versions and tags before falling back to the range selection.
2026-08-08update specruki
2026-08-08update version and changelogv3.1.0ruki
2026-08-07Merge pull request #7692 from xmake-io/modulesruki
fix build.c++.modules.tryreuse deps orders
2026-08-07Merge pull request #7693 from apocelipes/fix/deprecatedruki
fix: fix deprecated warnings
2026-08-07fix build.c++.modules.tryreuse deps ordersruki
2026-08-06Merge pull request #7688 from xmake-io/runtimeruki
improve clang static libc++ runtimes
2026-08-06improve libc++ linksruki
2026-08-06fix: fix deprecated warningsapocelipes
Replace all functions marked as deprecated by tbox.
2026-08-05Merge pull request #7689 from xmake-io/pluginruki
Rewrite plugin manager for xmake-repo
2026-08-06fix plugin testruki
2026-08-05rewrite to install plugin from xmake-reporuki
2026-08-05update package commentsruki
2026-08-04improve clang static libc++ runtimesruki
2026-08-04Merge pull request #7687 from bionicbeagle/fix-ninja-rc-build-edgeruki
Fix ninja project generator: emit build edge for Windows .rc resource files
2026-08-04update tboxruki
2026-08-03fix ninja generator: emit build edge for win.sdk.resource sourcebatchesStefan Boberg
The rule mrc definition was emitted and the .rc.obj was listed as a link input, but no build edge was generated for it, so a clean ninja build failed with "missing and no known rule to make it". Fixes #7682 Co-Authored-By: Claude Fable 5 <[email protected]>
2026-08-02update changelogruki
2026-08-02update menuruki
2026-08-02Merge pull request #7680 from xmake-io/pluginruki
Support for plugin distribution based on xmake-repo
2026-08-01improve testsruki
2026-08-01remove old plugin reporuki
2026-07-31Merge pull request #7679 from 0xb1aded/fix/msvc-pcheaderruki
fix set_pcheader for msvc in c mode
2026-07-31Merge pull request #7684 from ArbStray/fix/process-open-wrong-stack-indexruki
fix: correct Lua stack index in process.open
2026-07-31Merge pull request #7685 from apocelipes/fix/engine-resource-leaksruki
fix: fix engine resource leaks
2026-07-31fix: fix engine resource leaksapocelipes
Release the argument block returned by CommandLineToArgvW after copying its values into Lua. Destroy embedded output streams after initialization even when opening the backing file fails.
2026-07-31fixed wrong Lua stack indexArbStray
2026-07-30improve plugin structureruki
2026-07-30improve plugin listruki
2026-07-30Address review comments: refine plugin removal, multi-URL install, and list ↵Saikari
display
2026-07-30Simplify plugin installation and update tests per review feedbackSaikari
2026-07-30Refactor plugin installation logic to support custom plugin URLs and improve ↵Saikari
error handling during installation
2026-07-30Enhance plugin installation by validating plugin names and improving error ↵Saikari
handling during installation and updates
2026-07-30Improve plugin installation logic to prioritize file URLs and Git URLs, ↵Saikari
enhancing flexibility in plugin sourcing.
2026-07-30Enhance plugin management by adding support for installing plugins from ↵Saikari
GitHub and local directories, and streamline repository handling in the task system.