]> git.sesse.net Git - stockfish/history - src
Fix a crash when quitting while searching
[stockfish] / src /
2011-12-11 Marco CostalbaFix a crash when quitting while searching
2011-12-10 Marco CostalbaPrune silly comments in search()
2011-12-10 Marco CostalbaAllow to prune also first move
2011-12-10 Marco CostalbaDon't update bestValue when pruning
2011-12-10 Marco CostalbaFix description of endgame scaling functions
2011-12-08 Marco CostalbaFix compile for 64 bits
2011-12-08 Marco CostalbaSet captureThreshold according to static evaluation
2011-12-07 Marco CostalbaRemove some (int) casts
2011-12-07 Marco CostalbaRetire all extensions (but checks) for non-PV nodes
2011-12-06 Marco CostalbaPrefer empty() to size()
2011-12-05 Marco CostalbaUse operator() instead of apply() in endgames
2011-12-04 Marco CostalbaFix disambiguation bug in move_to_san()
2011-12-04 Marco CostalbaMove SearchStack under Search namespace
2011-12-04 Marco CostalbaRetire move.h
2011-12-03 Marco CostalbaPrefer 0 to EmptyBoardBB
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-12-03 Marco CostalbaTidy up comments in thread.cpp
2011-11-28 Marco CostalbaInclude <cstring> in search.h
2011-11-27 Marco CostalbaLittle reformat of elapsed_search_time()
2011-11-27 Marco CostalbaDetach search arguments from UI thread
2011-11-27 Marco CostalbaAfter a "stop" do not read new input until search finishes
2011-11-26 Marco CostalbaFix a race in pondering mode
2011-11-26 Marco CostalbaIntroduce Search namespace
2011-11-26 Marco CostalbaRewrite async I/O
2011-11-19 Marco CostalbaReformat search dispatch code
2011-11-19 Marco CostalbaFix regression with printing of debug info
2011-11-19 Marco CostalbaDon't check for early stop when StopOnPonderhit is set
2011-11-19 Marco CostalbaEarly stop: retire redundant Rml.size() == 1 case
2011-11-18 Marco CostalbaRewrite early stop logic
2011-11-14 Marco CostalbaCLOP: Passed pawns weights tuning
2011-11-13 Marco CostalbaRename value in bestValue in id_loop()
2011-11-12 Marco CostalbaRewrite link time optimization in Makefile
2011-11-12 Marco CostalbaSimplify passed pawns logic
2011-11-10 Marco CostalbaFix regression: engine hangs while pondering
2011-11-10 Marco CostalbaStop is not an unknown command
2011-11-09 Marco CostalbaAnother fix to profile-build on gcc 4.6
2011-11-08 Marco CostalbaFix profile-build
2011-11-06 Marco CostalbaReformat all_slaves_finished()
2011-11-06 Marco CostalbaBetter document and reshuffle stuff in think()
2011-11-06 Marco CostalbaBetter define wait_for_stop_or_ponderhit()
2011-11-05 Marco CostalbaUse a timer to avoid polling
2011-11-05 Marco CostalbaRetire now unused input_available()
2011-11-05 Marco CostalbaRewrite how commands from GUI are read
2011-11-01 Marco CostalbaFurther touches to magic bitboards code
2011-10-31 Marco CostalbaFix compile error in cpu_count()
2011-10-31 Marco CostalbaDocument magics bitboards code
2011-10-31 mcostalbaMerge pull request #1 from Panthee/master
2011-10-31 Alexander KureRetire update_gains()
2011-10-31 Alexander KureReplaced macros Min() and Max() with corresponding...
2011-10-30 Marco CostalbaRetire update_gains()
2011-10-30 Marco CostalbaFix small bug in move_attacks_square()
2011-10-30 Marco CostalbaInline pinned_pieces() and discovered_check_candidates()
2011-10-30 Marco CostalbaCode style and 80 chars cols in Position::from_fen()
2011-10-30 Marco CostalbaSync do_move() and undo_move()
2011-10-30 Marco CostalbaExplicitly use a dedicated bitboard for occupied squares
2011-10-30 Marco CostalbaRetire do_capture_move()
2011-10-29 Marco CostalbaRetire undo_null_move()
2011-10-29 Marco CostalbaRetire undo_castle_move()
2011-10-29 Marco CostalbaRetire Position::set_castling_rights()
2011-10-22 Marco CostalbaRetire PieceValueXXX[] getters
2011-10-22 Marco CostalbaSimplify the promotion case of move_gives_check()
2011-10-22 Marco CostalbaRemove redundancy in definitions of attack helpers
2011-10-22 Marco CostalbaConvert PST tables to relative values
2011-10-20 Marco CostalbaIncrease Mobility
2011-10-18 Marco CostalbaBetter document mate and stalemate detection
2011-10-17 Marco CostalbaUse newly added log facility instead of LogFile
2011-10-17 Marco CostalbaAdd basic log facility
2011-10-16 Marco CostalbaFix compile error in debug mode
2011-10-09 Marco CostalbaLink Time Optimization doesn't needs -static
2011-10-08 Marco CostalbaBetter document how MultiPV search works
2011-10-08 Marco CostalbaSend again all the PV lines in multiPV searching
2011-10-08 Marco CostalbaAdded gcc -msse3 support
2011-10-06 Tom VijlbriefAdded gcc lto (Link Time Optimization) option
2011-10-03 Marco CostalbaShrink names of move helpers
2011-10-03 Marco CostalbaSmall touches in position.h
2011-10-03 Marco CostalbaSmall touches to book.cpp
2011-10-02 Marco CostalbaBetter naming borrowed from Critter
2011-10-02 Marco CostalbaRevert "Retire Rml full PV search at depth == 1"
2011-10-02 Marco CostalbaRename kingZone[] and reverse the king's color
2011-10-02 Marco CostalbaDocument why Book is defined static
2011-10-02 Marco CostalbaWhen exiting wake up all threads at once
2011-09-25 Marco CostalbaNo need to test for MOVE_NONE before move_is_ok()
2011-09-24 Marco CostalbaUpdate killers after a TT hit
2011-09-24 Marco CostalbaCorrectly score capture underpromotions
2011-09-24 Marco CostalbaDon't lock before check for termination
2011-09-11 Marco CostalbaUse the map type template parameter to access map()
2011-09-11 Marco CostalbaLookup square distance instead of calculate on the fly
2011-08-21 Marco CostalbaDetect family type of endgame from its enum value
2011-08-14 Marco CostalbaIndulge a bit on the template wizardy
2011-08-14 Marco CostalbaSmall simplification of endgame functions API
2011-08-12 Marco CostalbaFix use of uninitialized variable
2011-08-12 Marco CostalbaFix silly icc remark #2259
2011-08-10 Marco CostalbaUse a boolean instead as thread's state
2011-08-10 Marco CostalbaRemove Thread::WORKISWAITING
2011-08-10 Marco CostalbaDon't need pthread_detach() after pthread_join()
2011-08-09 Marco CostalbaChange start_routine argument
2011-08-09 Marco CostalbaRetire Rml full PV search at depth == 1
2011-08-08 Marco CostalbaRetire ThreadsManager::init_hash_tables()
next