| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-06 | improve package pathpackage | ruki | |
| 2026-06-04 | Merge 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-04 | Merge pull request #7582 from choyy/support-nvcc-encodings | ruki | |
| support set_encodings with nvcc | |||
| 2026-06-04 | filter nvcc output | chooyy | |
| 2026-06-04 | support set_encodings with nvcc | chooyy | |
| 2026-06-03 | plugin/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-03 | Fix missing paren in package loading function | Shiffted | |
| 2026-05-30 | add gcc-16 toolchain | ruki | |
| 2026-05-26 | improve version name | ruki | |
| 2026-05-26 | improve nuget version | ruki | |
| 2026-05-24 | fix: restore -flto=thin for clang-cl (regression from #7525) | DavidWang19 | |
| 2026-05-24 | Merge pull request #7558 from KaruroChori/alignof | ruki | |
| Introduced check_alignof support like the one for check_sizeof | |||
| 2026-05-23 | Introduced detection mechanisms to pick the best `alignof` keyword based on ↵ | Karuro Chari | |
| language, version and toolchain. | |||
| 2026-05-23 | fix trybuild for scons | ruki | |
| 2026-05-22 | Introduced alignof support like the one for check_sizeof | Karuro Chari | |
| 2026-05-14 | fix: expand builtin variables before calling path.is_absolute in add_moduledirs | bakabaka9405 | |
| 2026-05-14 | improve merge archive from packages | ruki | |
| 2026-05-14 | feat: include packages in "build.merge_archive" | gibbz00 | |
| 2026-05-13 | Merge pull request #7527 from Northn/fix-cmake-clangcl-generator | ruki | |
| Handle compilers/linkers frontend variants more accurately when generating cmakelists file | |||
| 2026-05-12 | fix xmake package tool did not pass qt config | wzshun | |
| fix find_qt cache not work fix find_qt config is overwritten when the target's deps has qt during cross-cimpilation | |||
| 2026-05-12 | fix: show -l targets now lists all targets regardless of set_default | bakabaka9405 | |
| 2026-05-11 | Merge pull request #7535 from xmake-io/ascend | ruki | |
| Add Huawei Ascend C toolchain support | |||
| 2026-05-11 | fix(ascendc): align flags with Bisheng compiler user guide | wuzhenqing | |
| 2026-05-10 | cmakelists generator: remove unused variable | Northn | |
| 2026-05-10 | cmakelists generator: minor code refactor | Northn | |
| 2026-05-10 | add a fallback to compiler/linker frontend detection when cmake version is <3.26 | Northn | |
| 2026-05-10 | handle compiler/linkers arguments based on their frontend variant | Northn | |
| fixes: https://github.com/xmake-io/xmake/issues/7526 | |||
| 2026-05-09 | improve to find ascend | ruki | |
| 2026-05-09 | improve ascend rules | ruki | |
| 2026-05-07 | Merge branch 'xmake-io:dev' into dev | Nate | |
| 2026-05-07 | Merge pull request #7524 from xmake-io/clangcl | ruki | |
| add lld-link config | |||
| 2026-05-07 | fix(find_mingw): Support paths like 'mingw/current/bin' and 'mingw/version/bin' | nate | |
| 2026-05-05 | Merge pull request #7529 from tgsong/fix-clang-pch | ruki | |
| Move clang pch to its own module | |||
| 2026-05-04 | Fix lto with zig cc and clang_cl | Tiangang Song | |
| 2026-05-04 | Fix zig cc runtime (-stdlib) flag | Tiangang Song | |
| 2026-05-04 | Move clang pch to its own module | Tiangang Song | |
| 2026-05-05 | improve llvm clang-cl | ruki | |
| 2026-05-04 | feat(ascendc): add Huawei Ascend C toolchain support | wuzhenqing | |
| Add toolchain, language, rules, and compiler modules for the bisheng compiler driver from CANN (Compute Architecture for Neural Networks) toolkit. Supports .asc (Ascend C kernel) and .aicpu (AI-CPU operator) source kinds with binary/static/shared target types. - Toolchain: SDK auto-detection via ASCEND_HOME_PATH env or --sdk - Compiler: bisheng module inherits from clang, adds add_sourceflags for explicit sourcekind overrides - Rules: ascendc.env (default C++17), npuarchs (--npu-arch), build - Language: check_main detection, add_ascnpuarchs API - Tests: unit tests for check_main, project tests for libs/mixed Fixes #7506 | |||
| 2026-05-03 | add lld-link config | ruki | |
| 2026-05-03 | drop redundant empty argv on os.runv/iorunv calls | DavidWang19 | |
| 2026-05-02 | fix msvc/intel/snippet detect when temp path contains spaces | DavidWang19 | |
| Pass the temp bat / test binary via the *v variants of os.run / iorun / vrun so os.argv does not split the path on whitespace. | |||
| 2026-05-02 | Merge pull request #7520 from choyy/fix-cl-exception | ruki | |
| fix cl exception | |||
| 2026-04-30 | fix cl exception | chooyy | |
| 2026-04-30 | add aria2 download backend with multi-threaded support | Zmmfly | |
| 2026-04-29 | Merge pull request #7516 from ThzShun/fix-qt-cross | ruki | |
| fix path does not have the isdir API | |||
| 2026-04-29 | fix path does not have the isdir API | wzshun | |
| 2026-04-28 | fix: handle Windows cross-compilation prefix and installation path in Meson | Saikari | |
| 2026-04-24 | Merge pull request #7503 from xmake-io/xpack | ruki | |
| fix xpack/deb/srpm | |||
| 2026-04-24 | fix xpack/deb/srpm | ruki | |
| 2026-04-24 | Merge pull request #7501 from ririyeye/fix/5721-linux-module-modpost | ruki | |
| fix linux module intermediate filenames | |||
