rezky_nightky
|
67cc6cfd1c
|
fix: cross typos detail below:
What I did
Repository rules / exclusions
I didn’t find repo-specific spelling tooling already in place (no existing codespell config).
Given this is a C/C++ repo with vendored sources, I treated src/3rdparty/** as third-party and excluded it from typo fixing (and encoded that in the new .codespellrc).
Typos fixed (first-party only)
Docs
CHANGELOG.md: perfomance -> performance
doc/API.md: optionaly -> optionally, Offical -> Official
doc/BENCHMARK.md: parameteres -> parameters
doc/CPU.md: loosing -> losing, instuctions -> instructions
doc/CHANGELOG_OLD.md: multiple obvious text typos like Breaked -> Broken, singal -> signal, previos -> previous, secons -> seconds, automaticaly -> automatically, perfomance -> performance
Code comments / doc comments (safe text-only changes)
src/base/crypto/sha3.cpp: Inteface -> Interface (comment banner)
src/backend/opencl/cl/cn/cryptonight.cl: performe -> perform, crashs -> crashes (comments)
src/backend/opencl/cl/kawpow/kawpow.cl: regsters -> registers, intial -> initial (comments)
src/crypto/randomx/aes_hash.cpp: intial -> initial (comment)
src/crypto/randomx/intrin_portable.h: cant -> can't (comment)
src/crypto/randomx/randomx.h: intialization -> initialization (doc comment)
src/crypto/cn/c_jh.c: intital -> initial (comment)
src/crypto/cn/skein_port.h: varaiable -> variable (comment)
src/backend/opencl/cl/cn/wolf-skein.cl: Build-in -> Built-in (comment)
What I intentionally did NOT change
Anything under src/3rdparty/** (vendored).
A few remaining codespell hits are either:
Upstream/embedded sources we excluded (groestl256.cl, jh.cl contain Projet)
Potentially valid identifier/name (Carmel CPU codename)
Low-risk token in codegen comments (vor inside an instruction comment)
These are handled via ignore rules in .codespellrc instead of modifying code.
Added: .codespellrc
Created /.codespellrc with:
skip entries for vendored / embedded upstream areas:
./src/3rdparty
./src/crypto/ghostrider
./src/crypto/randomx/blake2
./src/crypto/cn/sse2neon.h
./src/backend/opencl/cl/cn/groestl256.cl
./src/backend/opencl/cl/cn/jh.cl
ignore-words-list for:
Carmel
vor
Verification
codespell . --config ./.codespellrc now exits clean (exit code 0).
Signed-off-by: rezky_nightky <with.rezky@gmail.com>
|
2026-01-21 22:36:59 +07:00 |
|
XMRig
|
db24bf5154
|
Revert "Merge branch 'pr3764' into dev"
This reverts commit 0d9a372e49, reversing
changes made to 1a04bf2904.
|
2026-01-21 21:32:51 +07:00 |
|
rezky_nightky
|
cb7511507f
|
fix: cross typos detail below:
What I did
Repository rules / exclusions
I didn’t find repo-specific spelling tooling already in place (no existing codespell config).
Given this is a C/C++ repo with vendored sources, I treated src/3rdparty/** as third-party and excluded it from typo fixing (and encoded that in the new .codespellrc).
Typos fixed (first-party only)
Docs
CHANGELOG.md: perfomance -> performance
doc/API.md: optionaly -> optionally, Offical -> Official
doc/BENCHMARK.md: parameteres -> parameters
doc/CPU.md: loosing -> losing, instuctions -> instructions
doc/CHANGELOG_OLD.md: multiple obvious text typos like Breaked -> Broken, singal -> signal, previos -> previous, secons -> seconds, automaticaly -> automatically, perfomance -> performance
Code comments / doc comments (safe text-only changes)
src/base/crypto/sha3.cpp: Inteface -> Interface (comment banner)
src/backend/opencl/cl/cn/cryptonight.cl: performe -> perform, crashs -> crashes (comments)
src/backend/opencl/cl/kawpow/kawpow.cl: regsters -> registers, intial -> initial (comments)
src/crypto/randomx/aes_hash.cpp: intial -> initial (comment)
src/crypto/randomx/intrin_portable.h: cant -> can't (comment)
src/crypto/randomx/randomx.h: intialization -> initialization (doc comment)
src/crypto/cn/c_jh.c: intital -> initial (comment)
src/crypto/cn/skein_port.h: varaiable -> variable (comment)
src/backend/opencl/cl/cn/wolf-skein.cl: Build-in -> Built-in (comment)
What I intentionally did NOT change
Anything under src/3rdparty/** (vendored).
A few remaining codespell hits are either:
Upstream/embedded sources we excluded (groestl256.cl, jh.cl contain Projet)
Potentially valid identifier/name (Carmel CPU codename)
Low-risk token in codegen comments (vor inside an instruction comment)
These are handled via ignore rules in .codespellrc instead of modifying code.
Added: .codespellrc
Created /.codespellrc with:
skip entries for vendored / embedded upstream areas:
./src/3rdparty
./src/crypto/ghostrider
./src/crypto/randomx/blake2
./src/crypto/cn/sse2neon.h
./src/backend/opencl/cl/cn/groestl256.cl
./src/backend/opencl/cl/cn/jh.cl
ignore-words-list for:
Carmel
vor
Verification
codespell . --config ./.codespellrc now exits clean (exit code 0).
Signed-off-by: rezky_nightky <with.rezky@gmail.com>
|
2026-01-21 20:14:59 +07:00 |
|
XMRig
|
290a0de6e5
|
v6.25.0-dev
|
2025-12-23 19:37:24 +07:00 |
|
xmrig
|
c69e30c9a0
|
Update CHANGELOG.md
|
2025-06-23 05:39:26 +07:00 |
|
xmrig
|
5ed8d79574
|
Update CHANGELOG.md
|
2025-06-16 20:46:33 +07:00 |
|
xmrig
|
a32b688dcf
|
Update CHANGELOG.md
|
2025-06-04 01:47:57 +07:00 |
|
xmrig
|
4234b20e21
|
Update CHANGELOG.md
|
2024-11-03 14:31:17 +07:00 |
|
xmrig
|
5cf2422766
|
Update CHANGELOG.md
|
2024-10-22 17:34:07 +07:00 |
|
XMRig
|
62bcd6e5dc
|
v6.22.0-dev
|
2024-08-10 22:00:42 +07:00 |
|
xmrig
|
57f3e9c3da
|
Update CHANGELOG.md
|
2024-04-23 16:17:26 +07:00 |
|
xmrig
|
3347537635
|
Update CHANGELOG.md
|
2024-03-23 00:46:15 +07:00 |
|
XMRig
|
7b6ce59821
|
Update CHANGELOG.md.
|
2024-02-22 03:26:41 +07:00 |
|
XMRig
|
4bda6e054d
|
v6.21.0-dev
|
2023-11-23 19:51:41 +07:00 |
|
XMRig
|
09abc81255
|
v6.20.0-dev
|
2023-07-03 12:37:36 +07:00 |
|
xmrig
|
e6bf4c0077
|
Update CHANGELOG.md
|
2023-06-02 22:12:18 +07:00 |
|
xmrig
|
af6647f377
|
Update CHANGELOG.md
|
2023-04-03 20:34:35 +07:00 |
|
xmrig
|
7b8ba9ac09
|
Update CHANGELOG.md
|
2023-03-23 18:10:43 +07:00 |
|
XMRig
|
1c7a339527
|
v6.19.0-dev (new config options added).
|
2023-01-29 11:16:37 +07:00 |
|
xmrig
|
490acd6e55
|
Update CHANGELOG.md
|
2023-01-29 11:13:28 +07:00 |
|
xmrig
|
afe2aa4402
|
Update CHANGELOG.md
|
2023-01-23 20:54:46 +07:00 |
|
xmrig
|
c388113a30
|
Update CHANGELOG.md
|
2022-10-23 17:14:57 +07:00 |
|
xmrig
|
2ba40edee0
|
Update CHANGELOG.md
|
2022-09-25 17:01:33 +07:00 |
|
XMRig
|
e57641d6b1
|
v6.18.0-dev
|
2022-06-23 17:36:31 +07:00 |
|
xmrig
|
e55a854314
|
Update CHANGELOG.md
|
2022-04-04 20:33:39 +07:00 |
|
xmrig
|
802029e5f5
|
Update CHANGELOG.md
|
2022-02-04 15:14:46 +07:00 |
|
xmrig
|
2adb7b2b74
|
Update CHANGELOG.md
|
2022-01-25 20:57:06 +07:00 |
|
xmrig
|
c764441337
|
Update CHANGELOG.md
|
2022-01-22 00:05:54 +07:00 |
|
xmrig
|
214b1f021b
|
Update CHANGELOG.md
|
2021-12-02 20:52:53 +07:00 |
|
SChernykh
|
669d1ab008
|
Updated changelog and GhostRider readme
|
2021-12-01 18:14:01 +01:00 |
|
SChernykh
|
a4d5d0a75a
|
Added VAES support for Cryptonight variants
|
2021-11-28 20:49:54 +01:00 |
|
xmrig
|
01fa968763
|
Update CHANGELOG.md
|
2021-11-26 18:50:34 +07:00 |
|
SChernykh
|
b1f2479ec1
|
Added GhostRider release notes
|
2021-11-25 13:19:01 +01:00 |
|
xmrig
|
e1cc0000c6
|
Update CHANGELOG.md
|
2021-11-01 12:27:10 +07:00 |
|
xmrig
|
9ce207e667
|
Update CHANGELOG.md
|
2021-10-05 22:24:58 +07:00 |
|
xmrig
|
2985571620
|
Update CHANGELOG.md
|
2021-09-21 18:59:47 +07:00 |
|
xmrig
|
9a6f773dea
|
Update CHANGELOG.md
|
2021-08-29 20:19:41 +07:00 |
|
xmrig
|
3de4b16117
|
Update CHANGELOG.md
|
2021-08-15 00:37:23 +07:00 |
|
XMRig
|
08d79ddcdc
|
v6.14.0-dev
|
2021-08-08 19:36:54 +07:00 |
|
xmrig
|
9a77d39a3f
|
Update CHANGELOG.md
|
2021-07-03 15:16:47 +07:00 |
|
xmrig
|
9e6311a7e0
|
Update CHANGELOG.md
|
2021-07-01 13:54:09 +07:00 |
|
xmrig
|
bef82c5de6
|
Update CHANGELOG.md
|
2021-05-30 21:28:28 +07:00 |
|
xmrig
|
7fd6be7d83
|
Update CHANGELOG.md
|
2021-04-23 18:54:42 +07:00 |
|
xmrig
|
da35de993f
|
Update CHANGELOG.md
|
2021-04-19 23:20:10 +07:00 |
|
xmrig
|
5799744f2f
|
Update CHANGELOG.md
|
2021-04-19 20:56:45 +07:00 |
|
xmrig
|
23ef949dd3
|
Update CHANGELOG.md
|
2021-04-11 11:45:07 +07:00 |
|
xmrig
|
3171b06048
|
Update CHANGELOG.md
|
2021-04-07 10:32:17 +07:00 |
|
xmrig
|
5126cc1414
|
Update CHANGELOG.md
|
2021-04-06 15:48:18 +07:00 |
|
XMRig
|
b8f9a326aa
|
6.10.0-dev
|
2021-03-07 01:44:38 +07:00 |
|
XMRig
|
4b1857114e
|
v6.9.0-dev
|
2021-02-20 14:28:20 +07:00 |
|