]> git.sesse.net Git - stockfish/history - src/types.h
Retire neighboring_files_bb() overload
[stockfish] / src / types.h
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
2011-01-06 Marco CostalbaSmall tidy up of inttypes for Windows
2011-01-05 Marco CostalbaFix POPCNT support for Intel compiler under Windows
2011-01-03 Joona KiiskiUse simple macro to enable operators
2011-01-03 Marco CostalbaReadd SRWLOCK and Condition Variables under Windows
2010-11-22 Marco CostalbaRetire Application class
2010-11-05 Marco CostalbaRewrite options handling in an object oriented fashion
2010-10-16 Marco CostalbaFixed some warnings when using -Weffc++ gcc option
2010-08-19 Marco CostalbaDisable templetized operators by default
2010-08-19 Marco CostalbaIntroduce enum VALUE_ZERO instead of Value(0)
2010-08-19 Marco CostalbaUse Use templetized operations for Score and Value
2010-08-19 Marco CostalbaUse templetized operations for Square
2010-08-19 Marco CostalbaUse templetized operations for File and Rank
2010-08-19 Marco CostalbaUse templetize enum operations for Depth
2010-05-21 Joona KiiskiAdd some automatic detection for Windows
2010-05-21 Joona KiiskiDocumentation fix
2010-05-20 Joona KiiskiModify source to follow new Makefile
2010-04-06 Tord RomstadFix PowerPC and ARM compatibility.
2010-03-20 Marco CostalbaUpdated copyright year to 2010
2010-03-17 Marco CostalbaFix POPCNT detection gcc compile error
2010-03-17 Marco CostalbaFix __cpuid() compile error with gcc
2010-03-14 Marco CostalbaMove __cpuid() definition for gcc in types.h
2009-11-07 Marco CostalbaFix correct name of int64_t type
2009-08-15 Marco CostalbaL1/L2 friendly PhaseTable[]
2009-08-14 Marco CostalbaUse optimized pop_1st_bit() under Windows 64 with icc
2009-07-20 Marco CostalbaRename int32 in int32_t
2009-07-04 Marco CostalbaDisable POPCNT support per default
2009-07-04 Marco CostalbaDo not compile POPCNT if NO_POPCNT is defined
2009-07-03 Marco CostalbaRestore correct 64 bit version of pop_1st_bit()
2009-05-07 Marco CostalbaUpdate copyright year
2009-01-07 Marco CostalbaBig trailing whitespace cleanup part 2
2008-10-20 Marco CostalbaUpdate copyright info
2008-10-19 Marco CostalbaUpdate copyright info
2008-09-01 Marco CostalbaInitial import of Glaurung 2.1