summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-08-16add pkg manager for bsdruki
2026-08-16fix testruki
2026-08-16format codereporuki
2026-08-16add packages test for addonruki
2026-08-16remove esp32s3ruki
2026-08-15add blink testruki
2026-08-15add addon testruki
2026-08-15fix upgrade addonruki
2026-08-15fix addon installruki
2026-08-15Merge pull request #7696 from xmake-io/addonruki
Add addon support for plugins
2026-08-15Merge pull request #7703 from gycherish/wix-arch-mingwruki
fix(pack): recognize x86_64 when passing -arch to wix
2026-08-15fix some bugsruki
2026-08-15improve tipsruki
2026-08-15improve quick search cacheruki
2026-08-15improve maxrecursionruki
2026-08-15use table.orderpairsruki
2026-08-15improve to install addons from reporuki
2026-08-15remove global varsruki
2026-08-15improve custom toolchain testruki
2026-08-14fix(pack): recognize x86_64 when passing -arch to wixgycherish
Only msvc spells the architecture "x64"; under mingw it is "x86_64", so no -arch reached wix and it built an x86 package out of x64 binaries. In an x86 package every program files property, ProgramFiles64Folder included, resolves to Program Files (x86), and that is where the install lands.
2026-08-15Merge pull request #7702 from xmake-io/preloadruki
Auto fetch addons
2026-08-15fix addon testpreloadruki
2026-08-15fix global modules for addonsruki
2026-08-15improve project.loadruki
2026-08-15improve lockfile versionruki
2026-08-15improve semverruki
2026-08-15improve to parse addonsruki
2026-08-15add addon workdirruki
2026-08-15improve xrepo addon installruki
2026-08-14rename addons positionruki
2026-08-14improve to addon removeruki
2026-08-14update lock and versionruki
2026-08-14autofetch addonsruki
2026-08-13Merge pull request #7701 from jnhu76/fix/depend-nested-values-invalidationruki
fix(depend): detect appended nested values
2026-08-13fix install addon from gitruki
2026-08-12fix(depend): detect appended nested valuesjm.hu
2026-08-12improve addon and commentruki
2026-08-12improve to load rules and os.matchruki
2026-08-11improve to register addonruki
2026-08-11improve task conflict checkruki
2026-08-11improve interpreter to find includesruki
2026-08-11add global modules and rewrite addon testsruki
2026-08-11revert option.parseruki
2026-08-11use manifest.txt for addonruki
2026-08-11rename to set_sourcedirruki
2026-08-11add addon.luaruki
2026-08-10remove unused XMAKE_PLUGIN_DIRSruki
2026-08-10remove unused codesruki
2026-08-10Merge pull request #7698 from apocelipes/fix-semver-exact-version-selectionruki
fix(semver): correct version selection
2026-08-10fix: fix numeric build metadataapocelipes