]> git.sesse.net Git - stockfish/history - src/main.cpp
Merge remote-tracking branch 'upstream/master'
[stockfish] / src / main.cpp
2019-10-26 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2019-10-01 Joost VandeVondeleAdjust reductions based on the number of threads
2019-08-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2019-06-09 Marco CostalbaAssorted trivial cleanups 5/2019
2019-05-15 mstemberaRemove per thread instances of Endgames. (#2056)
2019-04-18 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2019-04-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2019-03-31 protonspringUse simple array for Pawns Connected bonus #2061
2018-12-26 Steinar H. GundersonUpdates for newer protobuf and Stockfish.
2018-12-26 Steinar H. GundersonRemove the non-pretty moves from the protobuf, as it...
2018-12-26 Steinar H. GundersonSimplify a bit.
2018-12-26 Steinar H. GundersonSend back a prettyprinted version of the move on hash...
2018-12-26 Steinar H. GundersonFix a crash issue when traversing PVs.
2018-12-26 Steinar H. GundersonDeal with Stockfish internal API changes.
2018-12-26 Steinar H. GundersonMake server address into an UCI option.
2018-12-26 Steinar H. GundersonMove the hash probe class definition into a header...
2018-12-26 Steinar H. GundersonDo not fill value if we have no search info.
2018-12-26 Steinar H. GundersonRefactor the RPC thread into a shutdown-able class.
2018-12-26 Steinar H. GundersonDecode the score into the protobuf.
2018-12-26 Steinar H. GundersonPut the root into a separate place.
2018-12-26 Steinar H. GundersonPrevent infinite loops on repetitions.
2018-12-26 Steinar H. GundersonReturn the entire PV, and in slightly more parseable...
2018-12-26 Steinar H. GundersonGive the proto a package name.
2018-12-26 Steinar H. GundersonReturn all candidate moves from the probe.
2018-12-26 Steinar H. GundersonWhen returning gRPC probes, report scores from white...
2018-12-26 Steinar H. GundersonBetter comments and enums in the proto file.
2018-12-26 Steinar H. GundersonRemove some debugging.
2018-12-26 Steinar H. GundersonInitial commit for gRPC code.
2018-11-24 Steinar H. GundersonUpdates for newer protobuf and Stockfish.
2018-11-24 Steinar H. GundersonRemove the non-pretty moves from the protobuf, as it...
2018-11-24 Steinar H. GundersonSimplify a bit.
2018-11-24 Steinar H. GundersonSend back a prettyprinted version of the move on hash...
2018-11-24 Steinar H. GundersonFix a crash issue when traversing PVs.
2018-11-24 Steinar H. GundersonDeal with Stockfish internal API changes.
2018-11-24 Steinar H. GundersonMake server address into an UCI option.
2018-11-24 Steinar H. GundersonMove the hash probe class definition into a header...
2018-11-24 Steinar H. GundersonDo not fill value if we have no search info.
2018-11-24 Steinar H. GundersonRefactor the RPC thread into a shutdown-able class.
2018-11-24 Steinar H. GundersonDecode the score into the protobuf.
2018-11-24 Steinar H. GundersonPut the root into a separate place.
2018-11-24 Steinar H. GundersonPrevent infinite loops on repetitions.
2018-11-24 Steinar H. GundersonReturn the entire PV, and in slightly more parseable...
2018-11-24 Steinar H. GundersonGive the proto a package name.
2018-11-24 Steinar H. GundersonReturn all candidate moves from the probe.
2018-11-24 Steinar H. GundersonWhen returning gRPC probes, report scores from white...
2018-11-24 Steinar H. GundersonBetter comments and enums in the proto file.
2018-11-24 Steinar H. GundersonRemove some debugging.
2018-11-24 Steinar H. GundersonInitial commit for gRPC code.
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-11-19 NoobyClear TableBase mappings in Search::clear()
2018-06-02 Joost VandeVondeleReallocate TT on threadpool resize.
2018-04-12 Marco CostalbaFurther documentation and coding style on TB code
2018-01-01 Joost VandeVondeleNew Year 2018
2017-12-26 Joost VandeVondeleUpon changing the number of threads, make sure all...
2017-08-13 Marco CostalbaThread code reformat
2017-08-10 Marco CostalbaFix some races and clarify the code
2017-05-16 Joost VandeVondeleExecute an implied ucinewgame at startup
2017-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2016-09-17 Marco CostalbaFix indentation in struct FromToStats
2016-09-16 Stéphane NicoletRetire KingDanger array
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-10-05 Marco CostalbaRun PVS-STUDIO analyzer
2015-05-03 Marco CostalbaSplit PSQT init from Position init
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 CostalbaRetire one implementation of pop_lsb()
2014-11-30 Marco CostalbaRetire #ifdef SYZYGY macro
2014-11-25 Ronald de ManSyzygy tablebases
2014-10-26 Marco CostalbaRename ucioption.h to uci.h
2014-10-12 lucasart Further streamline connected pawn evaluation
2014-10-07 lucasartMerge Connected and Candidate
2014-04-12 Marco CostalbaMove args parsing to UCI::loop
2014-02-09 Marco CostalbaAssorted tweaks from DON
2014-01-02 Marco CostalbaUpdate copyright year
2013-10-31 Ralph StößerUse a formula for chain membership bonus
2013-09-15 KojirionUse pre-increment also for native types
2013-06-09 Marco CostalbaZobrist::init() should be Position::init()
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 Marco CostalbaUpdate copyright year
2012-08-29 Marco CostalbaTerminate threads before to exit main()
2012-08-20 Marco CostalbaMove zobrist keys out of Position
2012-08-18 Marco CostalbaIntroduce namespace Bitbases
2012-08-18 Marco CostalbaIntroduce namespace UCI
2012-08-18 Marco CostalbaRetire struct OptionsMap
2012-04-01 Marco CostalbaUse a std::vector to store searchMoves
2012-04-01 Marco CostalbaIntroduce Bitboards namespace
2012-04-01 Marco CostalbaProcess 'bench' also from SF prompt
2012-03-31 Marco CostalbaUse std::vector to implement HashTable
2012-03-26 Marco CostalbaMerge pull request #9 from glinscott/master
2012-03-26 Marco CostalbaMove ThreadsManager::exit() to d'tor
2012-03-25 Gary LinscottMerge remote-tracking branch 'upstream/master'
2012-03-25 Marco CostalbaRevert "Don't sync with C library I/O buffers"
2012-03-18 Marco CostalbaShow startup messages immediately
2012-03-12 Marco CostalbaDon't sync with C library I/O buffers
2012-03-07 Marco CostalbaIntroduce Eval namespace
2012-03-06 Marco CostalbaConvert init of eval to async option
2012-03-05 Marco CostalbaAsync UCI options actions
2012-01-18 Justin BlanchardRemove unused #include lines
next