]> git.sesse.net Git - stockfish/history - src/main.cpp
Refactor syzygy code in search
[stockfish] / src / main.cpp
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
2009-05-07 Marco CostalbaRewrite the way application exits
2009-05-03 Marco CostalbaSetup to use Callgrind profiler
2009-03-19 Marco CostalbaBig headers cleanup
2009-01-07 Marco CostalbaBig trailing whitespace cleanup part 1
2008-11-22 Marco CostalbaIntroduce node limited benchmarking
2008-11-22 Marco CostalbaIntroduce depth limited benchmarking
2008-11-01 Marco CostalbaFinal touches to material.cpp
2008-10-20 Marco CostalbaUpdate copyright info
2008-10-19 Marco CostalbaUpdate copyright info
2008-10-18 Marco CostalbaUse a const pointer-to-member array for attacks
2008-10-18 Marco CostalbaUse pointer-to-members to remove a bunch of duplicated...
2008-09-20 Marco CostalbaFinally remove last old C style I/O stuff
2008-09-18 Marco CostalbaReformat benchmark interface
2008-09-01 Marco CostalbaInitial import of Glaurung 2.1