]> git.sesse.net Git - stockfish/history - src/thread.h
Expanded support for x86-32 architectures.
[stockfish] / src / thread.h
2020-08-09 Joost VandeVondeleFix a data race for NNUE
2020-08-06 nodchipAdd NNUE evaluation
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-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-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-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-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
2017-08-10 Marco CostalbaRevert "Fix a race on Limits::ponder"
2017-08-10 Joost VandeVondeleFix a race on Limits::ponder
2017-08-06 Joost VandeVondeleRemove Stack/thread dependence in movepick
2017-07-13 joergosterProvide selective search depth info for each pv move
2017-07-13 Joost VandeVondeleMove stop signal to Threads
2017-07-03 Marco CostalbaDon't uselessy share rootDepth
2017-06-29 Marco CostalbaOnly main thread checks time
2017-06-21 Joost VandeVondeleFix four data races.
2017-05-26 Marco CostalbaHistory code rewrite (#1122)
2017-05-10 Joost VandeVondeleRemove int to int conversion, unused include.
2017-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2017-01-10 lucasartRename FromTo -> History (#963)
2017-01-09 lucasartRemove HistoryStats
2016-11-05 Miroslav FontánSync variable names in decl vs def
2016-10-22 Marco CostalbaCorrecty resey TB hit counter
2016-10-21 syzygyPer-thread TB hit counters
2016-09-17 Marco CostalbaFix indentation in struct FromToStats
2016-09-16 Marco CostalbaUse per-thread counterMoveHistory
2016-08-02 VoyagerOneUse Color-From-To history stats to help sort moves
2016-06-11 Marco CostalbaFilter root moves filter before copy to threads
2016-04-17 Marco CostalbaStateInfo is usually allocated on the stack by search()
2016-01-18 Marco CostalbaRewrite time formula
2016-01-16 Lyudmil AntonovAssorted English grammar changes
2016-01-03 Leonid PechenikAdjust time used for move based on previous score
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-12-27 Marco CostalbaMove some globals into main thread scope
2015-11-21 Marco CostalbaRewrite how threads are spawned
2015-11-13 Marco CostalbaRetire ThreadBase
2015-11-03 Marco CostalbaGet rid of timer thread
2015-11-02 mbootsectorPick bestmove from the deepest thread.
2015-10-31 Marco CostalbaAssorted trivia in search.cpp
2015-10-29 Stéphane NicoletSome code and comment cleanup
2015-10-25 lucasartUse atomics instead of volatile
2015-10-24 Marco CostalbaCleanup history stats
2015-10-20 mbootsectorLazy SMP
2015-03-24 Joona KiiskiFully yielding locks, no spinning
2015-03-23 Marco CostalbaGet rid of nativeThread
2015-03-21 Marco CostalbaUse only one ConditionVariable to sync UI
2015-03-16 Marco CostalbaUse acquire() and release() for spinlocks
2015-03-14 Joona KiiskiIntroduce yielding spin locks
2015-03-11 Joona KiiskiUse thread specific mutexes instead of a global one.
2015-03-11 Marco CostalbaRetire spinlocks
2015-03-10 Marco CostalbaDisable spinlocks
2015-03-10 Marco CostalbaAdd thread_win32.h header
2015-03-07 Marco CostalbaSync with master
2015-03-07 Marco CostalbaSync with master
2015-03-07 Marco CostalbaRe-enable spinlocks
2015-03-07 Joona KiiskiRevert C++11 merge
2015-03-02 Marco CostalbaDisable spinlocks
2015-03-01 Marco CostalbaAllow to disable spinlocks
2015-03-01 Marco CostalbaRename available_to()
2015-02-28 Marco CostalbaSync with master
2015-02-26 Marco CostalbaSync with master
2015-02-23 Marco CostalbaImprove spinlock implementation
2015-02-23 Marco CostalbaUse spinlock instead of mutex for Threads and SplitPoint
next