Since you’re here...

... we have a small favour to ask. More people, like you, are reading and supporting our blog: "Chess Engines Diary". And unlike many other sites and blogs, we made the choice to keep our articles open for all, regardless of where they live or what they can afford to pay.

We hope you will consider supporting us today. We need your support to continue to exist, because good entries are more and more work time. Every reader contribution, however big or small, is so valuable. Support "Chess Engines Diary" even a small amount– and it only takes a minute. Thank you.

============================== My email: jotes@go2.pl



Stockfish 17081314 - new version!

Stockfish, chess engine UCI

Leader rating list JCER = 3331
๐Ÿ”ฌ Author: Marco Costalba

More:
Timestamp: 1502628381 

Run clang-tidy 'modernize' 

Some warnings after a run of: 

$ clang-tidy-3.8 -checks='modernize-*' *.cpp syzygy/*.cpp -header-filter=.* -- -std=c++11 

I have not fixed all suggestions, for instance I still prefer to declare the type instead of a spread use of 'auto'. I also perfer good old 'typedef' to the new 'using' form. 

I have not fixed some warnings in the last functions of syzygy code because those are still the original functions and need to be completely rewritten anyhow. 

Thanks to erbsenzaehler for the original idea. 
No functional change. 

⭐⭐⭐   Stockfish 17081314 - download

Comments