]> git.sesse.net Git - stockfish/history - src/thread.cpp
Fix compilation after recent merge.
[stockfish] / src / thread.cpp
2023-12-25 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-12-19 FauziAkramUse std::abs over abs
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-04-22 Muzhen GamingSimplify away complexity in evaluation
2023-04-09 Joost VandeVondeleFix rootComplexity calculation
2023-04-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
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-12-12 mstemberaAvoid truncated PV in the threaded case
2022-12-02 Joost VandeVondeleFix bestThread selection
2022-10-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-10-08 Stefan GeschwentnerTweak history initialization
2022-10-03 disservinUse less reduction for escaping moves
2022-08-15 mstemberaReport longest PV lines for multithreaded search
2022-05-14 disservinSE depth scaling using the previous depth
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 history initialization
2021-12-05 Stefan GeschwentnerTweak time management
2021-07-16 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-03-24 Stéphane NicoletSmall cleanups (march 2021)
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-09-21 Stéphane NicoletSmall cleanups 12
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-24 Joost VandeVondeleSmall cleanups
2020-06-09 protonspringRefactor some threads related code.
2020-05-23 Joost VandeVondelesmall cleanups
2020-05-23 xoto10Keep low ply history from previous move
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-11-04 MichaelB7Remove shuffle extension
2019-10-26 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2019-10-25 Stéphane NicoletAssorted trivial cleanups
2019-10-09 VoyagerOneIntroduce separate counter-move tables for inCheck
2019-10-06 VoyagerOneIntroduce separate counter-move tables for captures
2019-10-05 Brian SheppardEliminate ONE_PLY
2019-10-01 Joost VandeVondeleAdjust reductions based on the number of threads
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-06-20 Joost VandeVondeleFix progress issue with shuffling extensions
2019-05-15 Marco CostalbaRevert "Make rootDepth local to search. (#2077)"
2019-05-15 Joost VandeVondeleMake rootDepth local to search. (#2077)
2019-05-02 Marco CostalbaAssorted trivial cleanups 4/2019
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-31 Marco CostalbaAssorted trivial cleanups 3/2019 (#2030)
2019-03-31 protonspringReplace std::mins/max with clamp function (#2062)
2019-01-20 Joost VandeVondeleSimplify pondering time management (#1899)
2018-12-16 Joost VandeVondeleStart a TT resize only after search finished.
2018-12-11 protonspringChanges identified in RENAME/REFORMATTING thread (...
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-10-25 Peter ZsifkovitsNUMA for 9 threads or more
2018-08-01 Marco CostalbaImprove Stats definition
2018-07-19 Stefan GeschwentnerBetter check evasion move sorting
2018-06-02 Stéphane NicoletFix comments, rename variables
2018-06-02 Joost VandeVondeleReallocate TT on threadpool resize.
2018-05-22 Joost VandeVondeleSimplify color usage in search.
2018-04-29 Stéphane NicoletUpdate various comments
2018-04-18 syzygy1Tablebases root ranking
2018-03-03 Marco CostalbaMerge Stats tables
2018-02-12 Marco CostalbaCode style fixes in search.cpp
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-09-17 Stéphane NicoletScore unopposed weak pawns only if majors
2017-09-01 Joost VandeVondeleFix uninitialized memory usage
2017-08-15 Marco CostalbaFix incorrect StateInfo
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
2017-08-10 Marco CostalbaRevert "Fix a race on Limits::ponder"
2017-08-10 Joost VandeVondeleFix a race on Limits::ponder
2017-07-13 joergosterProvide selective search depth info for each pv move
2017-07-13 Joost VandeVondeleMove stop signal to Threads
next