]> git.sesse.net Git - stockfish/history - src/syzygy
7-pieces Syzygy tablebase support
[stockfish] / src / syzygy /
2018-07-31 noobpwnftw7-pieces Syzygy tablebase support
2018-06-02 Stéphane NicoletFix comments, rename variables
2018-05-16 mstemberaFix MSVC errors in tbprobe.cpp
2018-04-18 syzygy1Tablebases root ranking
2018-04-14 syzygy1Fix reported DTZ for mate-in-1-ply positions
2018-04-12 Marco CostalbaFurther documentation and coding style on TB code
2018-03-27 Ondrej MosnáčekRefactor tbprobe.cpp
2018-03-18 Ronald de ManMark all compile-time constants as constexpr.
2018-01-01 Joost VandeVondeleNew Year 2018
2017-10-05 Niklas FiekasWLDEntryPiece -> WDLEntryPiece for consistency
2017-09-02 syzygyPrevent Stockfish from exiting if DTZ table is not...
2017-08-13 Marco CostalbaRun clang-tidy 'modernize'
2017-07-03 Marco CostalbaFix some warnings with clang static analyzer
2017-06-17 Alain SAVARDMisc coding style fixes
2017-06-17 Marco CostalbaBetter naming in endgame code
2017-04-29 Marco CostalbaRetire the misdesigned StepAttacks[] array.
2017-04-24 Marco CostalbaAssorted code style issues
2017-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2017-01-01 lucasartWDL: rename WDLCursedLoss into WDLBlessedLoss
2016-11-19 Fabian BeukeReduce variable scope in swap_byte
2016-11-19 Stéphane NicoletDo not use GCC extension for anonymous unions
2016-11-12 Aram TumanianMake a version of Position::do_move() without the gives...
2016-11-06 Joost VandeVondeleFix undefined behaviour with unaligned loads in syzygy...
2016-11-06 Marco CostalbaFix a warning with debug=no
2016-11-05 Marco CostalbaAdd explicit braces and fix a warning
2016-11-05 Marco CostalbaRewrite syzygy in C++
2016-09-04 syzygyChange from [Color][PieceType] to [Piece]
2016-08-27 Stéphane NicoletMove CheckInfo under StateInfo
2016-06-11 Marco CostalbaFilter root moves filter before copy to threads
2016-06-07 Marco CostalbaFix syzygy DTZ bug
2016-04-17 Marco CostalbaStateInfo is usually allocated on the stack by search()
2016-04-08 mstemberaSimplify popcnt
2016-01-16 Lyudmil AntonovAssorted English grammar changes
2015-09-06 mstemberaFix syzygy en passant issue
2015-03-07 Marco CostalbaSync with master
2015-03-07 Marco CostalbaSync with master
2015-03-07 Joona KiiskiRevert C++11 merge
2015-02-28 Marco CostalbaSync with master
2015-02-26 Marco CostalbaSync with master
2015-02-23 Marco CostalbaSync with master
2015-02-22 Marco CostalbaSync with master
2015-02-20 Marco CostalbaSync with master
2015-02-16 lucasartCompute checkers from scratch
2015-02-15 lucasartCompute checkers from scratch
2015-02-14 Marco CostalbaSync with master
2015-02-08 Marco CostalbaSync with master
2015-02-07 Marco CostalbaSync with master
2015-01-31 Marco CostalbaSync with master
2015-01-30 Marco CostalbaSync with master
2015-01-18 Marco CostalbaFix compile error with MSVC 2013
2015-01-18 Marco CostalbaFix syzygy warnings with Intel compiler
2015-01-11 Marco CostalbaFix a crash of syzygy on Android
2014-12-14 Gary LinscottFix compile for some versions of mingw
2014-12-11 Gary LinscottOnly use _ReadWriteBarrier on MSVC
2014-12-11 Gary LinscottMSVC compiling fixes
2014-12-06 Marco CostalbaExplicitly pass RootMoves to TB probes
2014-11-30 hximRemove CONNECTED_KINGS from Syzygy code
2014-11-25 Ronald de ManSyzygy tablebases