]> git.sesse.net Git - stockfish/history - src/bitboard.h
Simplify away king infiltration.
[stockfish] / src / bitboard.h
2020-01-23 protonspringDetermine opposite colors mathematically
2020-01-09 Alain SAVARDUpdate lists of authors and contributors
2019-11-04 31m059Make Square and Bitboard operators commutative
2019-08-14 Alain SAVARDAssorted trivial cleanups (July 2019)
2019-06-14 protonspringRemove backmost_sq (#2190)
2019-06-09 protonspringRemove a few file_of's (simplify adjacent_files_bb...
2019-05-02 Marco CostalbaAssorted trivial cleanups 4/2019
2019-04-20 protonspringRemove DistanceRing #2107
2019-04-18 Joost VandeVondeleSimplify distance (#2109)
2019-04-09 protonspringRemove BetweenBB Array #2076
2019-03-31 Marco CostalbaAssorted trivial cleanups 3/2019 (#2030)
2019-03-31 protonspringReplace std::mins/max with clamp function (#2062)
2019-03-31 protonspringAccessor for SquareBB #2067
2019-03-05 Marco CostalbaAssorted trivial cleanups 2/2019
2019-02-08 Marco CostalbaAssorted trivial cleanups 1/2019
2019-02-08 protonspringRemove Some Bitboard Arrays (#1963)
2019-01-29 Maciej ŻenczykowskiUse int8_t instead of int for SquareDistance[]
2019-01-17 protonspringRemove AdjacentFiles
2018-12-09 protonspringremove extra line.
2018-12-09 protonspringremove parenthesis.
2018-12-09 protonspringadd paren.
2018-12-09 protonspringsimplify opposite_colors
2018-12-02 VizvezdenecIntroduce concept of double pawn protection.
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-06-26 protonspringRemove make_bitboard()
2018-05-02 Stéphane NicoletCorrect a bug introduced by Stéphane in the previous...
2018-03-27 Stéphane NicoletSwitch time management to 64 bits
2018-03-26 Jerry Donald WatsonMake kingRing always 8 squares
2018-03-18 Ronald de ManMark all compile-time constants as constexpr.
2018-03-14 lucasartUse intrinsics only for LSB/MSB
2018-03-06 Chris CainIntroduce variadic make_bitboard()
2018-02-23 Marco CostalbaReformat SEE to better document the function
2018-02-21 Stéphane NicoletMove pawn_attacks_bb() helper to bitboard.h
2018-01-01 Joost VandeVondeleNew Year 2018
2017-12-04 syzygy1Use a Direction enum for Square deltas
2017-12-03 Joost VandeVondeleUse bool(Bitboard b) instead of !!b (#1321)
2017-12-03 Guy VreulsUse constexpr when makes sense
2017-08-22 Stéphane NicoletAvoid constructing an empty tuple in qsearch
2017-07-03 Marco CostalbaIndentation fix in index()
2017-07-03 Alain SAVARDTidy up
2017-06-29 mstemberaMagic::index()
2017-06-17 Alain SAVARDMisc coding style fixes
2017-06-17 Marco CostalbaBetter naming in endgame code
2017-06-06 mstemberaReordering magic data
2017-04-29 Marco CostalbaRetire the misdesigned StepAttacks[] array.
2017-01-17 Stéphane NicoletUpdate some comments (#973)
2017-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2016-12-03 Andrey NeporadaHelp GCC to optimize msb() to single instruction
2016-09-25 Stéphane NicoletRename shift_bb() to shift()
2016-05-05 Marco CostalbaRetire __popcnt64 intrinsic
2016-05-01 Marco CostalbaFix a warning with MSVC
2016-05-01 erbsenzaehlerUse popcount intrinsic with Interl compiler
2016-04-09 Marco CostalbaHide global visibility when not needed
2016-04-08 mstemberaSimplify popcnt
2016-03-31 lucasartGuard against UB in lsb/msb
2016-03-28 Marco CostalbaRewrite bsfq management
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-06-25 Marco CostalbaFix compile on icc
2015-04-15 lucasartRetire FORCE_INLINE
2015-01-24 Marco CostalbaDon't use _pext_u64() directly
2015-01-20 Marco CostalbaDon't use _pext_u64() directly
2015-01-10 Marco CostalbaUpdate copyright year
2015-01-03 Marco CostalbaRetire one implementation of pop_lsb()
2014-12-07 hximRename some variables for more clarity.
2014-11-09 Marco CostalbaIntroduce distance() and unify some API
2014-11-07 lucasartRetire CACHE_LINE_ALIGNMENT
2014-11-03 lucasartDo not assume that enum are signed
2014-09-30 Marco CostalbaTrivial code style fixes
2014-08-09 lucasartMove to_char() and to_string() to notation
2014-04-21 Marco CostalbaRevert "Generalize shift_bb() to handle double pushes"
2014-04-20 Marco CostalbaGeneralize shift_bb() to handle double pushes
2014-04-12 Marco CostalbaSwitch to hardware PEXT
2014-04-12 Marco CostalbaImplement PEXT based attacks
2014-04-12 Marco CostalbaAdd PEXT software implementation
2014-04-06 Marco CostalbaSync some common names
2014-01-07 Marco CostalbaAssorted grammar fixes
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-04 Marco CostalbaRetire TheirHalf[]
2013-12-04 Chris CainoBroader condition for dangerous pawn moves
2013-12-02 Richard LloydBig assorted spelling fixes
2013-11-30 Marco CostalbaRename Bitboards print to pretty
2013-11-30 Marco CostalbaRewrite some bitboard init code
2013-11-10 Marco CostalbaRename squares_aligned()
2013-11-10 Marco CostalbaSimplify squares_aligned()
2013-11-10 Chris CainoEvaluate mobility of pinned pieces exactly
2013-08-30 Marco CostalbaUse frontmost_sq() and backmost_sq helpers
2013-08-28 Gary LinscottAdd lsb() overload
2013-07-29 Marco CostalbaSmall renaming
2013-07-25 Marco CostalbaFix a typo in bitboard.h
2013-07-24 homoSapiensSapiensUse #ifndef instead of #if !defined
2013-06-23 Marco CostalbaFix some stale comments
2013-06-23 Marco CostalbaMove SquareDistance[] to bitboard.cpp
2013-06-23 Marco CostalbaDon't explicitize enum values when not needed
2013-06-23 Marco CostalbaRetire in_front_bb(Color c, Square s) overload
2013-06-23 Marco CostalbaRetire ThisAndAdjacentFilesBB[]
2013-06-16 Marco CostalbaUse move_pawns() in Pawns::probe
2013-04-19 Marco CostalbaSkip a couple of popcount in previous patch
2013-04-19 Marco CostalbaMerge Joona's bishop+pawn tweak
2013-04-16 Joona KiiskiGive a small penalty for bishop for each pawn on the...
next