summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-06-06improve package pathpackageruki
2026-06-04Merge pull request #7580 from ↵ruki
ArthurVasseur/fix/format-plugin-headerfile-absolute-path plugin/format: fix doubled paths for absolute header files on Windows
2026-06-04Merge pull request #7582 from choyy/support-nvcc-encodingsruki
support set_encodings with nvcc
2026-06-04Merge pull request #7581 from Shiffted/patch-1ruki
Fix missing paren in package loading function
2026-06-04filter nvcc outputchooyy
2026-06-04support set_encodings with nvccchooyy
2026-06-03plugin/format: xmake format plugin: skip path.join when headerfile path is ↵Arthur Vasseur
already absolute On Windows, path.join(projectdir, absolutePath) concatenates instead of replacing, producing oubled paths like projectdir/C:/...full/path. Source batch files happen to be relative so they were unaffected. headerfiles are absolute and triggered the bug.
2026-06-03Fix missing paren in package loading functionShiffted
2026-05-30add gcc-16 toolchainruki
2026-05-26Merge pull request #7562 from xmake-io/nugetruki
improve nuget version
2026-05-26improve version nameruki
2026-05-26improve nuget versionruki
2026-05-25Merge pull request #7561 from DavidWang19/fix/clang-cl-lto-regressionruki
Fix LTO regression for clang-cl introduced in #7525
2026-05-24fix: restore -flto=thin for clang-cl (regression from #7525)DavidWang19
2026-05-24Merge pull request #7558 from KaruroChori/alignofruki
Introduced check_alignof support like the one for check_sizeof
2026-05-23Introduced detection mechanisms to pick the best `alignof` keyword based on ↵Karuro Chari
language, version and toolchain.
2026-05-23fix trybuild for sconsruki
2026-05-22Introduced alignof support like the one for check_sizeofKaruro Chari
2026-05-19update specruki
2026-05-19update versionv3.0.9ruki
2026-05-15update changelogruki
2026-05-15Merge pull request #7545 from bakabaka9405/devruki
fix: expand builtin variables before calling path.is_absolute in add_moduledirs
2026-05-14fix: expand builtin variables before calling path.is_absolute in add_moduledirsbakabaka9405
2026-05-14Merge pull request #7542 from xmake-io/mergelibruki
Merge libs from packages
2026-05-14disable system libraries for merge packagesmergelibruki
2026-05-14improve merge archive from packagesruki
2026-05-14feat: include packages in "build.merge_archive"gibbz00
2026-05-14add merge archive packages testruki
2026-05-13Merge pull request #7527 from Northn/fix-cmake-clangcl-generatorruki
Handle compilers/linkers frontend variants more accurately when generating cmakelists file
2026-05-12Merge pull request #7541 from ThzShun/fix-qt-dep-crossruki
fix qt cross
2026-05-12fix xmake package tool did not pass qt configwzshun
fix find_qt cache not work fix find_qt config is overwritten when the target's deps has qt during cross-cimpilation
2026-05-12Merge pull request #7540 from bakabaka9405/devruki
fix: show -l targets now lists all targets regardless of set_default
2026-05-12fix: show -l targets now lists all targets regardless of set_defaultbakabaka9405
2026-05-11Merge pull request #7535 from xmake-io/ascendruki
Add Huawei Ascend C toolchain support
2026-05-11Merge pull request #7538 from wuzhenqing/ascendascendruki
fix(ascendc): align flags with Bisheng compiler user guide
2026-05-11fix(ascendc): align flags with Bisheng compiler user guidewuzhenqing
2026-05-10cmakelists generator: remove unused variableNorthn
2026-05-10cmakelists generator: minor code refactorNorthn
2026-05-10add a fallback to compiler/linker frontend detection when cmake version is <3.26Northn
2026-05-10handle compiler/linkers arguments based on their frontend variantNorthn
fixes: https://github.com/xmake-io/xmake/issues/7526
2026-05-09improve to find ascendruki
2026-05-09update readmeruki
2026-05-09improve ascend rulesruki
2026-05-07Merge pull request #7533 from NateVoid/devruki
fix(find_mingw): Support paths like 'mingw/current/bin' and 'mingw/ve…
2026-05-07Merge branch 'xmake-io:dev' into devNate
2026-05-07Merge pull request #7524 from xmake-io/clangclruki
add lld-link config
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
Move clang pch to its own module
2026-05-05Merge pull request #7525 from tgsong/fix-zig-ccruki
Fix zig cc stdlib and lto flags
2026-05-04Fix lto with zig cc and clang_clTiangang Song