mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
In the spirit of previous such PRs, this PR proposes a collection of nonfunctional changes. I am happy to incorporate changes from other devs, and revert some of the proposed changes if the maintainers ask me to. Apart from trivial changes, the proposed changes so far include: * A requested edit to `AUTHORS` and a resorting of all entries, following DIN 5007 for the treatment of any special characters. * Exclude the two recent integer type renaming commits from git blame. * Tightening of some static asserts in `history.h` to avoid overflows. (Note that rounding errors for floating point types could lead to the assert in `operator<<` triggering at run-time.) * Re-instate the 0.5s maximal thinking time in case of a single legal move and reword the comment to make it clear that it should not be tuned. * ~~A small refactoring of the network loading code thanks to @dubslow.~~ * A refactoring of the "dtz is dtm" code, also thanks to @dubslow. closes https://github.com/official-stockfish/Stockfish/pull/6928 No functional change
12 lines
355 B
Plaintext
12 lines
355 B
Plaintext
# .git-blame-ignore-revs
|
|
# Ignore commit which added clang-format
|
|
2d0237db3f0e596fb06e3ffbadba84dcc4e018f6
|
|
|
|
# Post commit formatting fixes
|
|
0fca5605fa2e5e7240fde5e1aae50952b2612231
|
|
08ed4c90db31959521b7ef3186c026edd1e90307
|
|
|
|
# Ignore commits related to integer type renamings
|
|
dd3e1c4a50fd358c8bf8051c9ef73219669ff6c0
|
|
6e4e03fd282d5e1cba514197bf1ef326c990f0d2
|