]> git.sesse.net Git - stockfish/history - src
Introduce another two (bitboard,square) operators
[stockfish] / src /
2011-12-30 Marco CostalbaSimplify debug functions
2011-12-30 Marco CostalbaAssorted cleanups in benchmark.cpp
2011-12-30 Marco CostalbaRetire RootMove::nodes
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-30 Marco CostalbaFix an off-by-one bug in ucioption.cpp
2011-12-30 Marco CostalbaBetter use STL algorithms in Endgame functions
2011-12-29 Marco CostalbaWait for main thread to finish before to exit
2011-12-29 Marco CostalbaUse for_each() in Endgames d'tor
2011-12-28 Marco CostalbaAdd user-defined conversions to UCIOption
2011-12-28 Marco CostalbaFix score_to_uci()
2011-12-28 Marco CostalbaBetter document how mate scores are stored in TT
2011-12-28 Marco CostalbaRetire SquaresByColorBB[] and enum SquareColor
2011-12-28 Marco CostalbaRename Pieces
2011-12-27 Marco CostalbaDocument mate distance pruning
2011-12-27 Marco CostalbaAssert enhancements in search
2011-12-26 Marco CostalbaReformat UCI option code
2011-12-25 Marco CostalbaRename getters functions removing 'get_' prefix
2011-12-25 Marco CostalbaRestore std::cout instead of printf()
2011-12-24 Marco CostalbaCorrectly define operators in types.h
2011-12-24 Marco CostalbaDon't update killers for evasions
2011-12-18 Marco CostalbaUse ADL to skip std:: qualifier
2011-12-17 Marco CostalbaDisable again buffering at startup
2011-12-17 Marco CostalbaHeaders cleanup in ucioption.cpp
2011-12-17 Marco CostalbaUse printf() instead of std::cout()
2011-12-16 Marco CostalbaRetire update_history() Inline the only caller site
2011-12-16 Marco CostalbaFix book move with searchmoves compatibility
2011-12-14 Marco CostalbaSimplify id_loop() signature
2011-12-14 Marco CostalbaReformat sending of PV information
2011-12-14 Marco CostalbaFurther simplify aspiration code
2011-12-14 Marco CostalbaSimplify aspiration window calculation
2011-12-12 Marco CostalbaRetire RootMoveList
2011-12-11 Marco CostalbaFix another crash triggered by previous patch
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
next