]> git.sesse.net Git - stockfish/history - src/main.cpp
Simplify Tweak late move reductions at root.
[stockfish] / src / main.cpp
2020-01-09 Alain SAVARDUpdate lists of authors and contributors
2019-10-01 Joost VandeVondeleAdjust reductions based on the number of threads
2019-06-09 Marco CostalbaAssorted trivial cleanups 5/2019
2019-05-15 mstemberaRemove per thread instances of Endgames. (#2056)
2019-03-31 protonspringUse simple array for Pawns Connected bonus #2061
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
2011-12-30 Marco CostalbaUpdate copyright year to 2012
2011-12-30 Marco CostalbaSimplify printing of engine info
2011-12-30 Marco CostalbaRetire run-time detection of hardware POPCNT
2011-12-25 Marco CostalbaRestore std::cout instead of printf()
2011-12-17 Marco CostalbaDisable again buffering at startup
2011-12-03 Marco CostalbaRetire neighboring_files_bb() overload
2011-12-03 Marco CostalbaDon't disable IO buffering at startup
2011-12-03 Marco CostalbaTidy up comments in uci.cpp
2011-11-26 Marco CostalbaIntroduce Search namespace
2011-07-24 Marco CostalbaRename execute_uci_command() to uci_loop()
2011-06-15 Marco CostalbaSpeed up kpk initialization
2011-06-13 Marco CostalbaRetire init_piece_square_tables()
2011-04-25 Marco CostalbaTidy up benchmark.cpp
2011-04-25 Marco CostalbaLarge API rename in ThreadsManager
2011-04-24 Marco CostalbaMove pawn and material tables under Thread class
2011-04-16 Marco CostalbaPromote OptionsMap to a class
2011-04-13 Marco CostalbaCleanup debug counters
2011-04-05 Marco CostalbaAssorted code style and comments in search.cpp
2011-03-12 Marco CostalbaMove KPKBitbase[] where it belongs
2011-02-23 Marco CostalbaMove all enum types definitions to types.h
2011-02-23 Marco CostalbaTriviality in main.cpp
2011-02-18 Marco CostalbaSync Root new depth to what we do in search()
2011-02-12 Marco CostalbaFix wrong reported depth
2011-01-11 Marco CostalbaSet unbuffered I/O also for C standard library
2011-01-09 Marco CostalbaSmall cleanup in execute_uci_command()
2010-12-26 Marco CostalbaRetire direction.cpp
2010-12-26 Marco CostalbaRetire direction.h
2010-12-13 Marco CostalbaRetire uci_main_loop()
2010-11-22 Marco CostalbaRetire Application class
2010-11-09 Marco CostalbaLet bench to have full defaults arguments
2010-11-08 Marco CostalbaLet benchmark to default to depth 12
2010-11-07 Marco CostalbaRetire uci.h and benchmark.h
2010-04-25 Marco CostalbaDo not call exit_threads() in Application d'tor
2010-03-20 Marco CostalbaUpdated copyright year to 2010
2009-11-01 Joona KiiskiImplemented perft
2009-07-04 Marco CostalbaAdd support for saving timing file during benchmark
2009-06-18 Marco CostalbaGive proper credit to Joona
2009-05-25 Marco CostalbaMerge hardware POPCNT detection and use
2009-05-23 Marco CostalbaPrint info about use of 64bit functions and hardware...
2009-05-21 Marco CostalbaFix compile errors under MSVC
2009-05-21 Marco CostalbaAdd temporary debug info on POPCNT support
2009-05-21 Marco CostalbaIntroduce bitcount.h
2009-05-07 Marco CostalbaUpdate copyright year
next