summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-01-09improve getfenvenvruki
2026-01-09fix getfenvruki
2026-01-08Merge pull request #7190 from ZZBaron/nix/fix-version-handlingruki
Nix Package Manager: Add Semantic Versioning and Improve Version Selection
2026-01-07nix: adjustments by geminizzbaron
2026-01-06Merge pull request #7187 from veritas-Qiu/devruki
为cuda arch添加后缀支持
2026-01-06improve to show modesruki
2026-01-05nix: changed author namezzbaron
2026-01-05nix: fixed bugszzbaron
2026-01-05update tboxruki
2026-01-05add some comments according to code reviewqiuyi
2026-01-05fix r_arch to v_arch convert failed when suffix is addedqiuyi
2026-01-05support 'a' and 'f' suffix for arch > sm_90/compute_90qiuyi
2026-01-05Merge pull request #7186 from xmake-io/alpineruki
Add alpine ci
2026-01-05add alpine ciruki
2026-01-04nix: fixed semver logiczzbaron
2026-01-04nix: added proper version handlingzzbaron
2026-01-04add alpineqaqland
2026-01-04Merge pull request #7178 from 24bit-xjkp/devruki
refactor(rules/verilator): Switch from cmake to json format for Verilator build file parsing
2026-01-04fix(rule/verilator): Fix c++ language detect24bit-xjkp
2026-01-04add alpine in linuxosruki
2026-01-04fix(rules/verilator): Check `find_tool` result before read the version field24bit-xjkp
2026-01-04fix semaphore in runjobsruki
2026-01-04refactor(rules/verilator): Use `find_tool` instead of `find_programver`24bit-xjkp
2026-01-04fix embed binaryruki
2026-01-04update ps1ruki
2026-01-04update versionv3.0.6ruki
2026-01-03refactor(verilog): Restore the cmake file parsing support24bit-xjkp
1. If verilator's version >= 5.036, then we use json file parsing, otherwise, we use cmake file parsing.
2026-01-01refactor(rules/verilator): Switch from cmake to json format for Verilator ↵24bit-xjkp
build file parsing 1. The "-make cmake" option of Verilator is deprecated and will be removed in future. See [Deprecations](https://verilator.org/guide/latest/deprecations.html). Use "-make cmake" option in Verilator v5.042 will lead Verilator to return a non-zero value, thus the script reports an error. 2. Verilator can generate build options in json format which can be parsed easier, so we switch from cmake to json format. 3. Add new SystemVerilog language standard `v1800-2023` support. 4. Fix the issue with c++ language standard settings. BREAKING CHANGE: CMake build file parsing is deprecated.
2026-01-01remove verbose for yum #7177ruki
2025-12-29Merge pull request #7172 from xmake-io/modulesruki
prepare test targets in compile_commands
2025-12-29fix module testsruki
2025-12-29improve testruki
2025-12-29fix testruki
2025-12-29fix xmake test for std modulesruki
2025-12-29add more c++modules testruki
2025-12-29fix prepare targetsruki
2025-12-29prepare test targets in compile_commandsruki
2025-12-28Merge pull request #7173 from xmake-io/jsonruki
Add more json output for `xmake show`
2025-12-28Merge pull request #7171 from xmake-io/packruki
Add parallel pack
2025-12-28fix envsruki
2025-12-28support more json listruki
2025-12-28show packages with jsonruki
2025-12-28show envs with jsonruki
2025-12-27parallel packpackruki
2025-12-27format coderuki
2025-12-26add gitcode mirror in updateruki
2025-12-26add gitcode mirrorruki
2025-12-26update changelogruki
2025-12-26fix typoruki
2025-12-26Merge pull request #7164 from xmake-io/clangclruki
fix envs for clang-cl