]> git.sesse.net Git - stockfish/history - src/syzygy/tbprobe.cpp
Fix compilation after recent merge.
[stockfish] / src / syzygy / tbprobe.cpp
2023-12-25 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-10-23 Disservinremove blank line between function and it's description
2023-10-23 MinetaSFix a compiler bug on Clang 15+ with AVX-512
2023-10-22 Disservinadd clang-format
2023-10-21 FauziAkramStandardize Comments
2023-09-29 Sebastian BuchwaldUse C++17 variable templates for type traits
2023-09-22 cj5716Make casting styles consistent
2023-09-03 DisservinCleanup includes
2023-08-22 Stéphane NicoletFix some 'possible loss of data' warnings
2023-08-16 SzilBalazsFix dead link to compression algorithm in tbprobe
2023-08-13 Shahin M. ShahinSimplify pieceValue to one phase.
2023-04-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-04-01 Maxim MasiutinImprove compatibility
2023-03-08 Joost VandeVondeleFix TB after capture_stage fix
2023-03-05 Michael ChalyFix duplicated moves generation in movepicker
2023-02-27 Sebastian BuchwaldUnify type alias declarations
2023-01-09 Sebastian BuchwaldReplace some std::string occurrences with std::string_view
2023-01-09 Jake SenneOnly close file if already open
2023-01-02 Sebastian BuchwaldUpdate copyright years
2023-01-01 Sebastian BuchwaldFix comparison with uninitialized variable
2022-12-26 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-10-16 Rodrigo RoimFix tablebase probe for dtz >1000 w/o 50 move rule
2022-10-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-05-29 Giacomo LorenzettiAssorted small cleanups
2022-01-15 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-01-06 Brad KnoxUpdate copyright years
2021-12-02 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2021-12-02 Steinar H. GundersonRoll back unneeded tbprobe patches.
2021-12-01 Michael OrtmannFix typos in comments, adjust readme
2021-09-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-09-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-07-16 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-06-14 J. OsterFix a rare case of wrong TB ranking
2021-06-13 Tomasz SobczykRead NNUE net faster
2021-03-24 Stéphane NicoletSmall cleanups (march 2021)
2021-03-19 Guy VreulsUse reference instead of pointer for pop_lsb() signature
2021-03-14 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-03-07 Dieter DobbelaereAdd Stockfish namespace.
2021-01-30 LolligerhansSmall cleanups
2021-01-30 Krystian KuzniarekChange lock type
2021-01-08 Joost VandeVondeleUpdate copyright years
2020-12-28 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-12-19 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-12-14 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-12-01 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-09-11 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-09-02 Joost VandeVondeleOnly use MADV_RANDOM if defined
2020-09-01 mstemberaUse stable sort to make sure bench with TB yields same...
2020-08-08 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-08-06 nodchipAdd NNUE evaluation
2020-08-03 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-06-21 Joost VandeVondelesmall cleanups
2020-05-23 Joost VandeVondelesmall cleanups
2020-05-15 Joost VandeVondeleWorkaround for older compiler
2020-05-13 Tomasz SobczykUse a trivially copyable struct for TBTables::Entry...
2020-04-12 Joost VandeVondeleSmall cleanups
2020-03-14 Joost VandeVondeleSmall cleanups
2020-03-09 protonspringEquations for edges and corners.
2020-03-04 protonspringConsolidate Square Flipping
2020-01-18 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2020-01-09 Stéphane NicoletAssorted trivial cleanups January 2020
2020-01-09 Alain SAVARDUpdate lists of authors and contributors
2019-11-12 Alain SAVARDSequencing tweak in tbprobe()
2019-10-26 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2019-10-25 Stéphane NicoletAssorted trivial cleanups
2019-09-26 Joost VandeVondeleRemove custom mutex implementation
2019-08-14 Alain SAVARDAssorted trivial cleanups (July 2019)
2019-08-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2019-07-26 protonspringRemove operators for color
2019-04-18 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2019-04-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2019-04-12 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/stockfish
2019-03-12 Marco CostalbaIncrease thread stack for OS X (#2035)
2019-03-05 Marco CostalbaAssorted trivial cleanups 2/2019
2019-01-04 Joost VandeVondeleCheck tablebase files
2018-12-26 Steinar H. GundersonAdd support for 7-man Syzygy tablebases.
2018-12-23 mstemberaTurn on random access for Syzygy files in Windows ...
2018-12-11 protonspringChanges identified in RENAME/REFORMATTING thread (...
2018-11-29 Sebastian BuchwaldUse emplace_back() in TB code
2018-11-27 Steinar H. GundersonTurn on MADV_RANDOM for Syzygy mmaps (on Unix-like...
2018-11-24 Steinar H. GundersonTurn on MADV_RANDOM for Syzygy mmaps, so that the kerne...
2018-11-24 Steinar H. GundersonAdd support for 7-man Syzygy tablebases.
2018-08-29 Steinar H. GundersonShrink the hash table of tablebases back to 4096 entries
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
next