]> git.sesse.net Git - stockfish/history - src/thread.h
Merge remote-tracking branch 'upstream/master'
[stockfish] / src / thread.h
10 days ago Steinar H. GundersonMerge remote-tracking branch 'upstream/master' master
10 days ago Steinar H. GundersonMerge commit '9b92ada935ddf920491156be22f609afaca4d840^'
10 days ago Steinar H. GundersonMerge commit 'a10791095'
2024-08-03 Tomasz SobczykReplicate network weights only to used NUMA nodes
2024-07-01 Joost VandeVondeleFix typos in comments
2024-06-03 DisservinAdd helpers for managing aligned memory
2024-05-28 Tomasz SobczykImprove performance on NUMA systems
2024-04-05 DisservinTransform search output to engine callbacks
2024-03-12 DisservinRefactor Network Usage
2024-03-11 DisservinAssorted cleanups
2024-02-07 Steinar H. GundersonMerge commit 'a10791095^' into HEAD
2024-02-07 Steinar H. GundersonMerge commit 'cafbe8e8e8c26594dd7040788e6f72bc4bc8cfd9...
2024-01-17 Shahin M. ShahinFix mated-in behaviour
2024-01-13 DisservinRefactor global variables
2024-01-04 DisservinUse type aliases instead of enums for Value types
2024-01-04 DisservinUpdate copyright year
2023-12-31 Michael ChalyIntroduce static evaluation correction history
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
next