]> git.sesse.net Git - stockfish/history - src/thread.h
Reorder evaluation start
[stockfish] / src / thread.h
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
2013-08-16 homoSapiensSapiensUse constants arguments where possible
2013-07-31 Marco CostalbaRework Thread hierarchy
2013-07-31 Marco CostalbaFix a race at thread creation
2013-07-24 homoSapiensSapiensUse #ifndef instead of #if !defined
2013-06-13 Marco CostalbaIntroduce Cut/All node definitions
2013-03-04 Marco CostalbaRevert "Store moves sent with "position" UCI command"
2013-03-02 Marco CostalbaStore moves sent with "position" UCI command
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 Marco CostalbaUpdate copyright year
2013-02-15 Marco CostalbaMerge Gary's king safety tweak
2013-02-11 Gary LinscottMerge branch 'master' into simplify_eval
2013-02-11 Gary LinscottBishop pins only
2013-02-08 Marco CostalbaRetire slavesPositions
2013-02-06 Marco CostalbaChange slave_available() API
2013-02-05 Marco CostalbaSlightly change split() API
2013-02-04 Marco CostalbaDerive ThreadPool from std::vector
2013-02-04 Marco CostalbaMove split() under Thread
2013-02-04 Marco CostalbaSome renaming in split()
2013-01-26 Marco CostalbaClarify slavesMask usage
2013-01-26 Marco CostalbaMerge branch 'simplify_eval' of https://github.com...
2013-01-21 Marco CostalbaSmall reformat of split()
2013-01-20 Marco CostalbaFuther renaming in thread.cpp
2013-01-16 Marco CostalbaBig renaming in thread stuff
2013-01-14 Marco CostalbaPolymorphic Thread hierarchy
2013-01-13 Marco CostalbaDon't use do_sleep flag
next