]> git.sesse.net Git - stockfish/shortlog
stockfish
2012-09-06 Marco CostalbaSimplify Option c'tor
2012-09-04 Marco CostalbaGet rid of struct Time
2012-09-02 Marco CostalbaRename current_time() to now()
2012-09-01 Marco CostalbaGreatly speed up SEE
2012-09-01 Marco CostalbaUnroll least valuable attacker loop in SEE
2012-09-01 Marco CostalbaSlightly simplify SEE
2012-08-31 Marco CostalbaRetire Time::restart()
2012-08-31 Marco CostalbaDon't need to memset HashTable
2012-08-29 Marco CostalbaTerminate threads before to exit main()
2012-08-29 Marco CostalbaConvert to sync_cout and sync_endl
2012-08-29 Marco CostalbaIntroduce serialization of accesses to std::cout
2012-08-27 Marco CostalbaCorrectly handle handover of setup states
2012-08-26 Marco CostalbaUse std::deque to store setup states
2012-08-25 Marco CostalbaDocument PolyGlotRandoms[] offsets
2012-08-24 Marco CostalbaExplicitly use threads.size()
2012-08-24 Marco CostalbaIntroduce struct Mutex and ConditionVariable
2012-08-24 Marco CostalbaSlightly microptimize SEE
2012-08-22 Marco CostalbaUse size_t as operator[] argument type
2012-08-22 Marco CostalbaMerge generate_direct_checks() in generate_moves()
2012-08-22 Marco CostalbaStreamline generate_moves()
2012-08-20 Marco CostalbaReformat piece values arrays
2012-08-20 Marco CostalbaMove zobrist keys out of Position
2012-08-20 Marco CostalbaRetire copy c'tor from class Position
2012-08-20 Marco CostalbaPrefer a reference to a pointer
2012-08-19 Marco CostalbaUse enums instead of constants for piece values
2012-08-19 Marco CostalbaDocument De Bruijn sequences
2012-08-19 Marco CostalbaAvoid wake up master thread when useless
2012-08-19 Marco CostalbaSimplify idle_loop() signature
2012-08-19 Marco CostalbaPrefer size_t over int for array sizes
2012-08-18 Marco CostalbaIntroduce namespace Bitbases
2012-08-18 Marco CostalbaIntroduce namespace UCI
2012-08-18 Marco CostalbaRetire struct OptionsMap
2012-08-18 Marco CostalbaExplicitly qualify STL functions
2012-08-18 Marco CostalbaRetire MovePickerExt struct
2012-07-30 Marco CostalbaGuard against 'divide by zero' in bench
2012-07-30 Joseph R. ProstkoAdded Haiku-specific changes to Makefile
2012-07-26 Marco CostalbaFix UCI promotion move notation
2012-07-19 Linus ArverReadme.txt: more grammar/style fixes
2012-07-18 Linus ArverReadme.txt: grammar/stylistic fixes
2012-07-15 Marco CostalbaFix regression in move_to_san()
2012-07-15 Marco CostalbaIntroduce notation.h
2012-07-15 Marco CostalbaRewrite pv_info_xxx() signatures
2012-07-14 Marco CostalbaInclude castle moves in 'dangerous' flag
2012-07-14 Marco CostalbaMerge exclusion search conditions
2012-07-13 Marco CostalbaRemove redundant condition in is_dangerous()
2012-07-08 Marco CostalbaSilence a MSVC warning in class Tie
2012-07-08 Marco CostalbaRename first_1 / last_1 in lsb / msb
2012-07-07 Marco CostalbaUse last_1() to compute new TT size
2012-07-07 Marco CostalbaRevert to -O3 with Clang
2012-07-07 Marco CostalbaFix signedness warning in time_to_msec()
2012-07-05 Marco CostalbaMore idiomatic signature for operator=()
2012-07-05 Marco CostalbaStreamline null search reduction formula
2012-06-30 Marco CostalbaClear transposition table on "ucinewgame"
2012-06-25 Marco CostalbaTempletize make_move() helpers
2012-06-24 Marco CostalbaReduce indentation in UCIOption::operator=()
2012-06-24 Marco CostalbaMicro-optimize move_to_san()
2012-06-24 Marco CostalbaUse type_of() to categorize the moves
2012-06-24 Marco CostalbaRename move.cpp to notation.cpp
2012-06-24 Marco CostalbaRename ThreadsManager to ThreadPool
2012-06-23 Marco CostalbaReplace make_square() with operator|(File, Rank)
2012-06-23 Marco CostalbaCoding style in move.cpp
2012-06-22 Marco CostalbaAdd min pawn-king distance to endgame evaluation
2012-06-17 Marco CostalbaCalculate min distance between king and his pawns
2012-06-10 Marco CostalbaReformat pick_random() in magics calculation
2012-06-02 Marco CostalbaFix a compile error in opposite_colors()
2012-05-27 Marco CostalbaFix an issue when adding a book during the game
2012-05-27 Marco CostalbaRetire PieceOffset[] in book.cpp
2012-05-26 Marco CostalbaFix a possible 'Division by zero'
2012-05-26 Marco CostalbaRename psq_score in ReducedStateInfo
2012-05-26 Marco CostalbaFix book file regression
2012-05-26 Marco CostalbaRedefine enum CastleRight
2012-05-19 Marco CostalbaAdd a known draw case in kpk bitbase generation
2012-05-12 Marco CostalbaSimplify Position::print()
2012-05-12 Marco CostalbaRevert "Don't split if reduced below min_split_depth"
2012-05-12 Marco CostalbaImprove previous patch
2012-05-11 Balint PfliegelJunior promotion patch
2012-05-11 Marco CostalbaFix compilation with Android NDK
2012-05-01 Marco CostalbaSimplify attacks_bb()
2012-05-01 Marco CostalbaChange pos.pieces() argument order
2012-05-01 Marco CostalbaConvert constants to decimal representation
2012-04-29 Marco CostalbaDon't split if reduced depth is below min_split_depth
2012-04-29 Marco CostalbaIncrease optimization level of Clang
2012-04-29 Marco CostalbaRemove unreachable extension condition
2012-04-29 Andy DuplainAdd support for Mac clang compiler
2012-04-28 Marco CostalbaProper indenting of multiple conditions
2012-04-28 Marco CostalbaRename square_empty() to is_empty()
2012-04-28 Marco CostalbaMicro-optimize king evaluation
2012-04-27 Marco CostalbaFix wrong condition in PawnEntry::king_safety()
2012-04-26 Marco CostalbaClear TT before running 'bench'
2012-04-22 Marco CostalbaRetire "Active reparenting"
2012-04-17 Marco CostalbaFix endless reaparenting loop
2012-04-16 Marco CostalbaImproved cutoff check when reparenting
2012-04-14 Marco CostalbaUse more_than_one() instead of single_bit()
2012-04-14 Marco CostalbaReparent to latest
2012-04-12 Marco CostalbaDon't reparent if a cutoff is pending
2012-04-10 Marco CostalbaActive Reparenting
2012-04-09 Marco CostalbaSync compute_xxx implementations
2012-04-09 Marco CostalbaMove Tempo to evaluation
2012-04-09 Marco CostalbaMicro-optimize do_castle_move()
2012-04-09 Marco CostalbaDisable book during analysis
next