]> git.sesse.net Git - stockfish/history - src/uci.cpp
Refine SEE threshold for capture pruning.
[stockfish] / src / uci.cpp
2018-03-21 DU-jdtoFix a few minor code style inconsistencies
2018-02-12 Ronald de ManFix gcc PGO build on Windows
2018-01-01 Joost VandeVondeleNew Year 2018
2017-08-19 Marco CostalbaWide bench coverage
2017-08-18 Marco CostalbaRestore perft
2017-08-18 Marco CostalbaRewrite benchmark
2017-08-13 Marco CostalbaRetire States global variable
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-10 Marco CostalbaFix some races and clarify the code
2017-07-13 Joost VandeVondeleMove stop signal to Threads
2017-05-16 Joost VandeVondeleExecute an implied ucinewgame at startup
2017-05-04 joergosterFix multiPV issue #502
2017-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2016-11-12 Aram TumanianMake a version of Position::do_move() without the gives...
2016-11-05 Marco CostalbaRewrite syzygy in C++
2016-08-27 Stéphane NicoletMove CheckInfo under StateInfo
2016-06-11 Marco CostalbaFilter root moves filter before copy to threads
2016-04-17 Marco CostalbaFix incorrect draw detection
2016-04-17 Marco CostalbaStateInfo is usually allocated on the stack by search()
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-11-21 Marco CostalbaRewrite how threads are spawned
2015-10-31 Marco CostalbaAssorted trivia in search.cpp
2015-10-20 mbootsectorLazy SMP
2015-10-05 Marco CostalbaRun PVS-STUDIO analyzer
2015-05-07 lucasartRestore deterministic search state
2015-04-03 Marco CostalbaAdd support for playing in 'nodes as time' mode
2015-03-23 Marco CostalbaGet rid of nativeThread
2015-03-21 Marco CostalbaUse only one ConditionVariable to sync UI
2015-03-07 Marco CostalbaSync with master
2015-03-07 Marco CostalbaSync with master
2015-03-07 Joona KiiskiRevert C++11 merge
2015-02-28 Marco CostalbaSync with master
2015-02-26 Marco CostalbaSync with master
2015-02-23 Marco CostalbaSync with master
2015-02-22 Marco CostalbaSync with master
2015-02-20 Marco CostalbaSync with master
2015-02-15 Marco CostalbaRetire one do_move() overload
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 CostalbaImplicit conversion from ExtMove to Move
2015-01-31 Marco CostalbaSync with master
2015-01-30 Marco CostalbaSync with master
2015-01-18 Marco CostalbaFun with initializer lists in UCI::square
2015-01-18 Marco CostalbaAdd syzygy support
2015-01-18 Marco CostalbaImport C++11 branch
2015-01-10 Marco CostalbaUpdate copyright year
2015-01-03 Marco CostalbaAssorted work in uci.cpp
2014-12-14 Marco CostalbaImprove comments in UCI
2014-11-25 Ronald de ManSyzygy tablebases
2014-11-16 Rodrigo Exterckött... Clear token before reading from input
2014-11-01 Marco CostalbaMerge pull request #89 from official-stockfish/pull_no_...
2014-11-01 Marco CostalbaPrefer operator<<() to pretty()
2014-10-26 Marco CostalbaFix an obscure gcc warning
2014-10-26 Marco CostalbaRetire notation.cpp
2014-10-26 Marco CostalbaFinal UCI helpers renaming
2014-10-26 Marco CostalbaRetire notation.h
2014-10-26 Marco CostalbaRename ucioption.h to uci.h
2014-08-04 lucasartRetire divide command
2014-06-14 Marco CostalbaTriviality in UCI::loop
2014-06-03 Lucas BraeschSymmetric King Safety: take 2
2014-05-31 Marco CostalbaRestore development version
2014-05-31 Marco CostalbaStockfish 5
2014-05-26 Marco CostalbaRevert "Symmetric king safety"
2014-05-24 Marco CostalbaAdd perft 'divide' command
2014-05-19 Lucas BraeschSymmetric king safety
2014-04-26 Marco CostalbaFix issues detected by Coverity Scan
2014-04-12 Marco CostalbaMove args parsing to UCI::loop
2014-04-12 Marco CostalbaReshuffle in uci.cpp
2014-02-09 Marco CostalbaAssorted tweaks from DON
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-06 Arjun TemurnikarEven more spelling fixes
2013-12-02 Richard LloydBig assorted spelling fixes
2013-11-29 Marco CostalbaRestore development version
2013-11-29 Marco CostalbaStockfish DD
2013-08-21 Marco CostalbaRestore development version
2013-08-20 Marco CostalbaStockfish 4
2013-08-11 Marco CostalbaDon't set Search::RootColor in Eval::trace
2013-07-31 Marco CostalbaRework Thread hierarchy
2013-06-22 Marco CostalbaName functions along corresponding UCI commands
2013-04-30 Marco CostalbaRestore development version
2013-04-30 Marco CostalbaStockfish 3
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 junderyPrint leading zeroes in hash keys
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 CostalbaAdd const qualifer to go()
2013-01-16 Marco CostalbaBig renaming in thread stuff
2013-01-13 Marco CostalbaRename wake_up() to notify_one()
2013-01-13 Marco CostalbaUnify 'ponderhit' handling
2013-01-13 Marco CostalbaSmall change to "ponderhit" handling
2013-01-12 Marco CostalbaAsync 'stop' command
next