]> git.sesse.net Git - stockfish/history - src/types.h
Disable flto when debugging
[stockfish] / src / types.h
2013-06-23 Marco CostalbaMove SquareDistance[] to bitboard.cpp
2013-06-23 Marco CostalbaDon't explicitize enum values when not needed
2013-06-09 Marco CostalbaDon't need to expose namespace Zobrist
2013-06-09 Marco CostalbaZobrist::init() should be Position::init()
2013-06-09 Marco CostalbaConvert pieceSquareTable to 3 dimensions
2013-06-09 Marco CostalbaIntroduce operator~(Piece c)
2013-06-09 Marco CostalbaRetire psq_delta()
2013-05-25 Marco CostalbaRe-add "Pawn Structure" UCI option
2013-05-23 Uri BlassBunch of 3 small patches
2013-05-11 Marco CostalbaSome code reformat in evaluate_pieces
2013-05-01 Marco CostalbaRe-add "Cache line aligned TT"
2013-04-30 Marco CostalbaRevert "Cache line aligned TT"
2013-04-26 Marco CostalbaCache line aligned TT
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 Marco CostalbaUpdate copyright year
2013-02-15 Marco CostalbaMerge Gary's king safety tweak
2013-02-11 Gary LinscottMerge branch 'master' into simplify_eval
2013-02-11 Gary LinscottBishop pins only
2013-02-10 Marco CostalbaRename and de-templetize sort()
2013-01-04 Marco CostalbaTeach file_to_char() about upper/lower case
2012-12-25 Marco CostalbaFix a couple of extra spaces
2012-12-15 Marco CostalbaRevert store of distinct upper and lower bounds
2012-12-10 Marco CostalbaMerge branch 'eval_cache'
2012-12-09 Marco CostalbaStore distinct upper and lower bound scores
2012-12-08 Marco CostalbaMicro-optimize color_of()
2012-11-11 Marco CostalbaRevert "Don't prune discovered checks"
2012-11-07 Marco CostalbaDon't prune discovered checks
2012-11-02 Marco CostalbaFix an off-by-one bug in multi pv print
2012-10-21 Marco CostalbaDon't need to init board[] with NO_PIECE
2012-10-21 Marco CostalbaChange NO_PIECE value and shrink PieceValue[]
2012-10-21 Marco CostalbaUse self-describing constants instead of numbers
2012-10-21 Marco CostalbaMove RootColor from Eval to Search
2012-10-08 Marco CostalbaRearrange prefetch code
2012-10-06 Marco CostalbaFix mingw compile with ARCH=x86-64
2012-08-20 Marco CostalbaReformat piece values arrays
2012-08-20 Marco CostalbaMove zobrist keys out of Position
2012-08-19 Marco CostalbaUse enums instead of constants for piece values
2012-06-25 Marco CostalbaTempletize make_move() helpers
2012-06-24 Marco CostalbaMicro-optimize move_to_san()
2012-06-24 Marco CostalbaUse type_of() to categorize the moves
2012-06-23 Marco CostalbaReplace make_square() with operator|(File, Rank)
2012-06-02 Marco CostalbaFix a compile error in opposite_colors()
2012-05-26 Marco CostalbaRedefine enum CastleRight
2012-05-11 Marco CostalbaFix compilation with Android NDK
2012-05-01 Marco CostalbaConvert constants to decimal representation
2012-04-10 Marco CostalbaActive Reparenting
2012-04-08 Marco CostalbaIntroduce make_castle_right() helper
2012-04-08 Marco CostalbaShrink castlePath[] and castleRookSquare[] sizes
2012-04-08 Marco CostalbaReduce stack usage
2012-04-06 Marco CostalbaRevert thread_local stuff
2012-04-06 Marco CostalbaUse thread_local compiler specifics
2012-04-01 Marco CostalbaBetter document square flipping helpers
2012-03-31 Marco CostalbaRename Materials and Pawns hash stuff
2012-03-25 Gary LinscottMerge remote-tracking branch 'upstream/master'
2012-03-24 Marco CostalbaRename lock.h to platform.h
2012-03-18 Marco CostalbaRevert to byTypeBB[0] storing occupied squares
2012-03-10 Marco CostalbaFix time_to_msec() precision
2012-03-05 Marco CostalbaUse new Time class in timed_wait()
2012-03-03 Marco CostalbaRewrite time measurement code
2012-02-26 Marco CostalbaRename promotion_piece_type() to promotion_type()
2012-02-18 Marco CostalbaIncrease MAX_PLY from 100 to 256
2012-01-29 Marco CostalbaReplace clear_bit() with xor_bit()
2012-01-27 Marco CostalbaRename ValueType to Bound
2012-01-23 Marco CostalbaSimplify our insertion sort implementation
2012-01-22 Marco CostalbaAssorted code style in movepicker.cpp
2012-01-12 Marco CostalbaUse operator~ to flip colors and squares
2012-01-07 Marco CostalbaRetire OLD_LOCKS option
2012-01-02 Marco CostalbaBig renaming of move's helpers
2011-12-31 Marco CostalbaFix Windows 64 build
2011-12-30 Marco CostalbaReformat types.h
2011-12-30 Marco CostalbaUpdate copyright year to 2012
2011-12-30 Marco CostalbaRetire run-time detection of hardware POPCNT
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-24 Marco CostalbaCorrectly define operators in types.h
2011-12-10 Marco CostalbaFix description of endgame scaling functions
2011-12-04 Marco CostalbaRetire move.h
2011-12-03 Marco CostalbaPrefer 0 to EmptyBoardBB
2011-10-31 mcostalbaMerge pull request #1 from Panthee/master
2011-10-31 Alexander KureReplaced macros Min() and Max() with corresponding...
2011-10-22 Marco CostalbaRetire PieceValueXXX[] getters
2011-10-03 Marco CostalbaSmall touches in position.h
2011-10-02 Marco CostalbaBetter naming borrowed from Critter
2011-09-11 Marco CostalbaLookup square distance instead of calculate on the fly
2011-06-29 Marco CostalbaRemove duplicated enum Phase definition
2011-06-26 Marco CostalbaRename type_of_piece() and color_of_piece()
2011-06-26 Marco CostalbaRetire seeValues[] and move PieceValue[] out of Position
2011-06-15 Marco CostalbaTry only recaptures in qsearch if depth is very low
2011-06-11 Marco CostalbaRetire some unused functions
2011-05-22 Marco CostalbaRemove useless casts in types.h
2011-04-10 Marco CostalbaAssorted code style and comments in pawns.cpp and pawns.h
2011-04-01 Marco CostalbaUse a constant instead of value_mate_in(PLY_MAX)
2011-03-17 Marco CostalbaUse intrinsic in pop_1st_bit() under MSVC 64 bits
2011-02-23 Marco CostalbaMove all enum types definitions to types.h
2011-01-29 Marco CostalbaSilence silly MSVC warning c4146
2011-01-29 Marco CostalbaRemove defined(IS_64BIT) in init_sliding_attacks()
2011-01-15 Marco CostalbaMove Min() and Max() macros to types.h
2011-01-10 Marco CostalbaCompile fix in types.h
2011-01-07 Marco CostalbaForce inlining of move generation functions
next