]> git.sesse.net Git - stockfish/history - src/thread.h
Fix compilation after recent merge.
[stockfish] / src / thread.h
2023-12-25 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-10-27 Disservinremove outdated comment
2023-10-27 Michael ChalyIntroduce pawn structure based history
2023-10-23 Disservinremove blank line between function and it's description
2023-10-22 Disservinadd clang-format
2023-10-21 FauziAkramStandardize Comments
2023-09-03 Stéphane NicoletIntroduce simple_eval() for lazy evaluations
2023-09-03 DisservinCleanup includes
2023-07-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-07-11 Joost VandeVondeleRemove classical evaluation
2023-04-22 Muzhen GamingSimplify away complexity in evaluation
2023-04-12 DubslowRemove nmpColor
2023-04-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-04-01 MinetaSSimplify away complexityAverage
2023-01-28 DubslowRemove `previousDepth` in favor of `completedDepth...
2023-01-09 Stefano Di MartinoModernize code base a little bit
2023-01-02 Sebastian BuchwaldUpdate copyright years
2022-12-26 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-11-07 disservinRemove trend
2022-10-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-08-12 Stefan GeschwentnerCleanup code
2022-05-14 disservinSE depth scaling using the previous depth
2022-04-12 TopologistUse NNUE in low piece endgames close to the root.
2022-01-22 J. OsterSimplify limiting extensions.
2022-01-17 Rui CoelhoUse average complexity for time management
2022-01-15 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-01-06 Brad KnoxUpdate copyright years
2021-12-29 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2021-12-17 pb00067Remove lowPly history
2021-12-05 Stefan GeschwentnerTweak time management
2021-12-02 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2021-11-21 Stéphane NicoletIntroduce Optimism
2021-11-08 Joost VandeVondeleReduce use of lazyEval
2021-11-05 Michael ChalyDo more reductions at Pv nodes with low delta
2021-10-14 bmc4Simplify ttHitAverage away
2021-09-23 Stéphane NicoletDetect search explosions
2021-07-16 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-06-21 Stéphane NicoletRemove the Contempt UCI option
2021-05-22 bmc4Simplify reduction for consecutive fails
2021-05-17 Stéphane NicoletSmall clean-ups
2021-04-25 Stefan GeschwentnerThread based reduction tweak.
2021-03-14 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-03-07 Dieter DobbelaereAdd Stockfish namespace.
2021-01-08 Joost VandeVondeleUpdate copyright years
2020-12-14 pb00067Merge static history into main history,
2020-12-05 VizvezdenecIntroduce static history
2020-12-01 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-10-18 VizvezdenecDo more reductions for late quiet moves in case of...
2020-09-11 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-09-01 VoyagerOneLMR Root Node Simplification
2020-08-09 Joost VandeVondeleFix a data race for NNUE
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-09 protonspringRefactor some threads related code.
2020-04-12 Joost VandeVondeleSmall cleanups
2020-02-22 Günther DemetzImprove move order near the root
2020-02-05 Joost VandeVondeleSmall cleanups.
2020-01-18 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2020-01-12 xoto10Smarter time management near stop limit
2020-01-09 Alain SAVARDUpdate lists of authors and contributors
2019-12-08 xoto10Tweak time management (failing eval)
2019-11-18 Joost VandeVondeleUse exploration rate for reductions
2019-11-04 MichaelB7Remove shuffle extension
2019-10-26 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2019-10-09 VoyagerOneIntroduce separate counter-move tables for inCheck
2019-10-06 VoyagerOneIntroduce separate counter-move tables for captures
2019-09-26 Joost VandeVondeleRemove custom mutex implementation
2019-08-26 Stefan GeschwentnerTweak Late Move Reduction at root
2019-08-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2019-08-01 joergosterRevert "Improve multiPV mode"
2019-06-27 joergosterImprove multiPV mode
2019-06-20 Joost VandeVondeleFix progress issue with shuffling extensions
2019-05-15 Marco CostalbaRevert "Make rootDepth local to search. (#2077)"
2019-05-15 mstemberaRemove per thread instances of Endgames. (#2056)
2019-05-15 Joost VandeVondeleMake rootDepth local to search. (#2077)
2019-04-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2019-04-05 xoto10Use average bestMoveChanges across all threads #2072
2019-03-12 Marco CostalbaIncrease thread stack for OS X (#2035)
2019-01-20 Joost VandeVondeleSimplify pondering time management (#1899)
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-07-19 Stefan GeschwentnerBetter check evasion move sorting
2018-06-11 Joost VandeVondeleRemove failedLow from the mainThread struct
2018-06-02 Stéphane NicoletFix comments, rename variables
2018-05-22 Joost VandeVondeleSimplify color usage in search.
2018-04-18 syzygy1Tablebases root ranking
2018-03-30 Ondrej MosnáčekUse per-thread dynamic contempt
2018-02-04 Stéphane NicoletRevert "Implement old 'multipv' search"
2018-02-04 joergosterImplement 'old' multipv search.
2018-01-13 Günther DemetzSimplify verification search (#1362)
2018-01-01 Joost VandeVondeleNew Year 2018
2017-12-26 Joost VandeVondeleUpon changing the number of threads, make sure all...
2017-12-18 Günther DemetzEnhanced verify search (#1338)
2017-11-03 Stefan GeschwentnerIntroduce capture history table for capture move sorting
2017-11-03 Joost VandeVondeleReplace easyMove with simple scheme
2017-09-01 Joost VandeVondeleFix uninitialized memory usage
2017-08-13 Marco CostalbaRun clang-tidy 'modernize'
2017-08-13 Marco CostalbaThread code reformat
2017-08-11 Joost VandeVondeleSimplify finished search in ponder/infinite mode.
2017-08-10 Marco CostalbaRe-apply the fix for Limits::ponder race
next