]> git.sesse.net Git - stockfish/history - src/main.cpp
Fix compilation after recent merge.
[stockfish] / src / main.cpp
2023-12-25 Steinar H. GundersonFix compilation after recent merge. master
2023-12-25 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-10-22 Disservinadd clang-format
2023-09-03 DisservinCleanup includes
2023-08-06 Linmiao XuRemove classical psqt
2023-07-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-07-11 Joost VandeVondeleRemove classical evaluation
2023-04-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-01-02 Sebastian BuchwaldUpdate copyright years
2022-12-26 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-10-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-01-15 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-01-06 Brad KnoxUpdate copyright years
2021-12-29 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2021-12-04 Steinar H. GundersonFix gRPC crashes.
2021-12-02 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2021-09-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-09-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-07-16 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-03-14 Steinar H. GundersonUnbreak compile a bit.
2021-03-14 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-03-07 Dieter DobbelaereAdd Stockfish namespace.
2021-01-30 LolligerhansSmall cleanups
2021-01-08 Joost VandeVondeleUpdate copyright years
2020-12-28 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-12-19 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-12-14 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-12-01 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-09-21 Stéphane NicoletSmall cleanups 12
2020-09-11 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-08-29 Stéphane NicoletEmbed default net, and simplify using non-default nets
2020-08-08 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-08-06 nodchipAdd NNUE evaluation
2020-08-03 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-05-23 Joost VandeVondelesmall cleanups
2020-05-14 Sami KiminkiFix a Windows-only crash on exit without 'quit'
2020-05-13 Sami KiminkiAdd support for Windows large pages
2020-05-02 Marco CostalbaFishtest Tuning Framework
2020-02-05 Joost VandeVondeleSmall cleanups.
2020-01-18 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2020-01-09 Alain SAVARDUpdate lists of authors and contributors
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
next