]> git.sesse.net Git - stockfish/history - src/bitboard.cpp
Smarter time management near stop limit
[stockfish] / src / bitboard.cpp
2020-01-10 protonspringRewrite initialization of PseudoMoves
2020-01-09 Alain SAVARDUpdate lists of authors and contributors
2019-07-26 protonspringRemove operators for color
2019-05-02 Marco CostalbaAssorted trivial cleanups 4/2019
2019-04-20 protonspringRemove DistanceRing #2107
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-10 protonspringRemove popcount16() (#2038)
2019-03-05 Marco CostalbaAssorted trivial cleanups 2/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
2019-01-01 Marco CostalbaAssorted trivial cleanups (#1894)
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-08-28 protonspringmake DistanceRing more consistent
2018-07-18 DU-jdtoMinor code style tweaks
2018-06-26 protonspringRemove make_bitboard()
2018-04-01 mstemberaSome small changes
2018-03-14 lucasartUse intrinsics only for LSB/MSB
2018-01-01 Joost VandeVondeleNew Year 2018
2017-12-04 syzygy1Use a Direction enum for Square deltas
2017-07-03 Marco CostalbaIndentation fix in index()
2017-07-03 Alain SAVARDTidy up
2017-06-29 mstemberaMagic::index()
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-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2016-09-25 Stéphane NicoletRename shift_bb() to shift()
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-08-30 gguliashA small code simplification
2015-06-28 Marco CostalbaCorrectly check for no-makefile compile
2015-05-10 Marco CostalbaCleanup work in misc.cpp
2015-04-15 lucasartRetire FORCE_INLINE
2015-03-23 Marco CostalbaDouble magics generation speed
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()
2015-01-02 Marco CostalbaLet material probing to access per-thread table
2014-12-10 Marco CostalbaAssorted nitpicking code-style
2014-12-08 Ernesto GattiSimpler PRNG and faster magics search
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-07-28 David ZarSmall code style reformatting
2014-07-07 Marco CostalbaAvoid 'double assigments' tricks
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-03-23 Marco CostalbaRetire last usage of operator|(File f, Rank r)
2014-03-01 Marco CostalbaSimplify Bitboards::pretty
2014-02-14 Marco CostalbaFix magic boosters conversion
2014-02-12 Marco CostalbaMove magic random to RKISS
2014-02-09 Marco CostalbaAssorted tweaks from DON
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-07 Marco CostalbaMore work on Bitboards::init()
2013-12-07 Marco CostalbaMore readable init of MS1BTable[]
2013-12-07 Marco CostalbaFurther simplify Bitboards init()
2013-12-02 Jerry DonaldAnother round of spelling fixes
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 CostalbaSimplify squares_aligned()
2013-11-10 Chris CainoEvaluate mobility of pinned pieces exactly
2013-10-05 Lucas BraeschUse prefix operators wherever possible
2013-09-15 KojirionUse pre-increment also for native types
2013-09-15 Marco CostalbaFix operator++ definition
2013-08-14 homoSapiensSapiensSimplify DistanceRingsBB init
2013-07-24 homoSapiensSapiensUse #ifndef instead of #if !defined
2013-07-13 Marco CostalbaFully qualify memset and memcpy
2013-06-23 Marco CostalbaRetire ThisAndAdjacentFilesBB[]
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 Marco CostalbaUpdate copyright year
2012-10-21 Marco CostalbaUse self-describing constants instead of numbers
2012-10-13 Marco CostalbaRetire BitCount8Bit[] table
2012-10-13 Marco CostalbaUse new 64 bit De Bruijn BitScan
2012-09-20 Marco CostalbaFix compile on 64 bits
2012-09-19 Marco CostalbaSimplify BSFTable initialization
2012-08-29 Marco CostalbaConvert to sync_cout and sync_endl
2012-08-19 Marco CostalbaDocument De Bruijn sequences
2012-07-08 Marco CostalbaRename first_1 / last_1 in lsb / msb
2012-06-23 Marco CostalbaReplace make_square() with operator|(File, Rank)
2012-06-17 Marco CostalbaCalculate min distance between king and his pawns
2012-06-10 Marco CostalbaReformat pick_random() in magics calculation
2012-05-01 Marco CostalbaSimplify attacks_bb()
2012-04-14 Marco CostalbaUse more_than_one() instead of single_bit()
2012-04-06 Marco CostalbaRewrite pop_1st_bit() to be endian independent
2012-04-04 Marco CostalbaMicro-optimize last_1() for 32bits
2012-04-01 Marco CostalbaBetter document square flipping helpers
2012-04-01 Marco CostalbaIntroduce Bitboards namespace
2012-03-28 Marco CostalbaRestore MS1BTable[]
next