summaryrefslogtreecommitdiff
path: root/xmake/modules
AgeCommit message (Expand)Author
2026-06-06improve package pathpackageruki
2026-06-04Merge pull request #7582 from choyy/support-nvcc-encodingsruki
2026-06-04filter nvcc outputchooyy
2026-06-04support set_encodings with nvccchooyy
2026-06-03Fix missing paren in package loading functionShiffted
2026-05-26improve version nameruki
2026-05-26improve nuget versionruki
2026-05-24Merge pull request #7558 from KaruroChori/alignofruki
2026-05-23Introduced detection mechanisms to pick the best `alignof` keyword based on l...Karuro Chari
2026-05-23fix trybuild for sconsruki
2026-05-22Introduced alignof support like the one for check_sizeofKaruro Chari
2026-05-14improve merge archive from packagesruki
2026-05-14feat: include packages in "build.merge_archive"gibbz00
2026-05-12fix xmake package tool did not pass qt configwzshun
2026-05-11Merge pull request #7535 from xmake-io/ascendruki
2026-05-11fix(ascendc): align flags with Bisheng compiler user guidewuzhenqing
2026-05-09improve to find ascendruki
2026-05-09improve ascend rulesruki
2026-05-07fix(find_mingw): Support paths like 'mingw/current/bin' and 'mingw/version/bin'nate
2026-05-05Merge pull request #7529 from tgsong/fix-clang-pchruki
2026-05-04Fix zig cc runtime (-stdlib) flagTiangang Song
2026-05-04Move clang pch to its own moduleTiangang Song
2026-05-04feat(ascendc): add Huawei Ascend C toolchain supportwuzhenqing
2026-05-03drop redundant empty argv on os.runv/iorunv callsDavidWang19
2026-05-02fix msvc/intel/snippet detect when temp path contains spacesDavidWang19
2026-05-02Merge pull request #7520 from choyy/fix-cl-exceptionruki
2026-04-30fix cl exceptionchooyy
2026-04-30add aria2 download backend with multi-threaded supportZmmfly
2026-04-29Merge pull request #7516 from ThzShun/fix-qt-crossruki
2026-04-29fix path does not have the isdir APIwzshun
2026-04-28fix: handle Windows cross-compilation prefix and installation path in MesonSaikari
2026-04-22Update find_toolname.luaxiaozhu1337
2026-04-21Merge pull request #7493 from ThzShun/fix-qt-crossruki
2026-04-21style: remove extra spaceswzshun
2026-04-21style: remove extra spaceswzshun
2026-04-21fix review issueswzshun
2026-04-20improve outputruki
2026-04-20improve outputruki
2026-04-20add --formatruki
2026-04-20fix qt crosswzshun
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-11fix clang with c++_staticruki
2026-04-11Merge pull request #7467 from OpportunityLiu/patch-1ruki
2026-04-11fix clang runtimesruki
2026-04-10fix install package for wasmruki
2026-04-10feat: 支持 XMAKE_STATS=n/noOpportunity