]> git.sesse.net Git - stockfish/history - src/thread.h
Pawn endgames directly skip early pruning.
[stockfish] / src / thread.h
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
2015-02-23 Marco CostalbaIntroduce Spinlock class
2015-02-23 Marco CostalbaSync with master
2015-02-22 Marco CostalbaSync with master
2015-02-21 Marco CostalbaFurther refine SMP code
2015-02-20 Marco CostalbaImprove comments in SMP code
2015-02-20 Marco CostalbaSync with master
2015-02-19 Marco CostalbaUse size_t consistently across thread code
2015-02-19 Marco CostalbaRetire redundant sp->slavesCount field
2015-02-18 Marco CostalbaCompute SplitPoint::spLevel on the fly
2015-02-16 Joona KiiskiImprove smp performance for high number of threads
2015-02-14 Marco CostalbaSync with master
2015-02-08 Marco CostalbaSync with master
2015-02-07 Marco CostalbaSync with master
2015-01-31 Marco CostalbaSync with master
2015-01-30 Marco CostalbaSync with master
2015-01-21 Marco CostalbaExplicitly defaulted and deleted members
2015-01-18 Marco CostalbaAdd syzygy support
2015-01-18 Marco CostalbaImport C++11 branch
2015-01-11 Marco CostalbaAssorted headers cleanup
2015-01-10 Marco CostalbaUpdate copyright year
2014-11-12 Gary Linscott100% accurate PV display
2014-07-08 Joona KiiskiRetire FakeSplit
2014-05-11 Marco CostalbaRetire "Idle Threads Sleep" UCI option
2014-05-07 Marco CostalbaReformat and simplify previous patch
2014-05-07 Joona KiiskiAllow a slave to 'late join' another splitpoint
2014-04-26 Marco CostalbaFix issues detected by Coverity Scan
2014-03-18 Marco CostalbaIncrease max threads to 128
2014-03-15 Marco CostalbaRemove "Max Threads per Split Point" UCI option
2014-02-09 Marco CostalbaAssorted tweaks from DON
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-15 Lucas BraeschRemove threat move stuff
2013-12-02 Jerry DonaldAnother round of spelling fixes
2013-12-02 Richard LloydBig assorted spelling fixes
2013-11-01 Marco CostalbaSet timer to a fixed interval
2013-09-28 Marco CostalbaDrop 'is' prefix from query functions
2013-09-28 Marco CostalbaRevert "Use a per-thread array"
2013-09-27 Marco CostalbaUse a per-thread array for generated moves
next