| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-06 | improve package pathpackage | ruki | |
| 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 | Fix missing paren in package loading function | Shiffted | |
| 2026-05-26 | improve version name | ruki | |
| 2026-05-26 | improve nuget version | ruki | |
| 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 | improve merge archive from packages | ruki | |
| 2026-05-14 | feat: include packages in "build.merge_archive" | gibbz00 | |
| 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-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-09 | improve to find ascend | ruki | |
| 2026-05-09 | improve ascend rules | ruki | |
| 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 zig cc runtime (-stdlib) flag | Tiangang Song | |
| 2026-05-04 | Move clang pch to its own module | Tiangang Song | |
| 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 | 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-22 | Update find_toolname.lua | xiaozhu1337 | |
| 2026-04-21 | Merge pull request #7493 from ThzShun/fix-qt-cross | ruki | |
| fix qt cross | |||
| 2026-04-21 | style: remove extra spaces | wzshun | |
| 2026-04-21 | style: remove extra spaces | wzshun | |
| 2026-04-21 | fix review issues | wzshun | |
| 2026-04-20 | improve output | ruki | |
| 2026-04-20 | improve output | ruki | |
| 2026-04-20 | add --format | ruki | |
| 2026-04-20 | fix qt cross | wzshun | |
| 2026-04-19 | fix package info with json format | ruki | |
| 2026-04-18 | improve fullname | ruki | |
| 2026-04-18 | improve comments | ruki | |
| 2026-04-18 | improve output | ruki | |
| 2026-04-18 | add xrepo info --depgraph | ruki | |
| 2026-04-11 | fix clang with c++_static | ruki | |
| 2026-04-11 | Merge pull request #7467 from OpportunityLiu/patch-1 | ruki | |
| use option.boolean parse XMAKE_ROOT / XMAKE_STATS | |||
| 2026-04-11 | fix clang runtimes | ruki | |
| 2026-04-10 | fix install package for wasm | ruki | |
| 2026-04-10 | feat: 支持 XMAKE_STATS=n/no | Opportunity | |
