projects
/
stockfish
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Simplify KBNK endgame implementation
[stockfish]
/
src
/
bitboard.h
2018-12-09
protonspring
remove extra line.
blob
|
commitdiff
|
raw
2018-12-09
protonspring
remove parenthesis.
blob
|
commitdiff
|
raw
|
diff to current
2018-12-09
protonspring
add paren.
blob
|
commitdiff
|
raw
|
diff to current
2018-12-09
protonspring
simplify opposite_colors
blob
|
commitdiff
|
raw
2018-12-02
Vizvezdenec
Introduce concept of double pawn protection.
blob
|
commitdiff
|
raw
|
diff to current
2018-11-19
Stéphane Nicolet
Stockfish 10-beta
blob
|
commitdiff
|
raw
|
diff to current
2018-06-26
protonspring
Remove make_bitboard()
blob
|
commitdiff
|
raw
|
diff to current
2018-05-02
Stéphane Nicolet
Correct a bug introduced by Stéphane in the previous...
blob
|
commitdiff
|
raw
|
diff to current
2018-03-27
Stéphane Nicolet
Switch time management to 64 bits
blob
|
commitdiff
|
raw
|
diff to current
2018-03-26
Jerry Donald Watson
Make kingRing always 8 squares
blob
|
commitdiff
|
raw
|
diff to current
2018-03-18
Ronald de Man
Mark all compile-time constants as constexpr.
blob
|
commitdiff
|
raw
|
diff to current
2018-03-14
lucasart
Use intrinsics only for LSB/MSB
blob
|
commitdiff
|
raw
|
diff to current
2018-03-06
Chris Cain
Introduce variadic make_bitboard()
blob
|
commitdiff
|
raw
|
diff to current
2018-02-23
Marco Costalba
Reformat SEE to better document the function
blob
|
commitdiff
|
raw
|
diff to current
2018-02-21
Stéphane Nicolet
Move pawn_attacks_bb() helper to bitboard.h
blob
|
commitdiff
|
raw
|
diff to current
2018-01-01
Joost VandeVondele
New Year 2018
blob
|
commitdiff
|
raw
|
diff to current
2017-12-04
syzygy1
Use a Direction enum for Square deltas
blob
|
commitdiff
|
raw
|
diff to current
2017-12-03
Joost VandeVondele
Use bool(Bitboard b) instead of !!b (#1321)
blob
|
commitdiff
|
raw
|
diff to current
2017-12-03
Guy Vreuls
Use constexpr when makes sense
blob
|
commitdiff
|
raw
|
diff to current
2017-08-22
Stéphane Nicolet
Avoid constructing an empty tuple in qsearch
blob
|
commitdiff
|
raw
|
diff to current
2017-07-03
Marco Costalba
Indentation fix in index()
blob
|
commitdiff
|
raw
|
diff to current
2017-07-03
Alain SAVARD
Tidy up
blob
|
commitdiff
|
raw
|
diff to current
2017-06-29
mstembera
Magic::index()
blob
|
commitdiff
|
raw
|
diff to current
2017-06-17
Alain SAVARD
Misc coding style fixes
blob
|
commitdiff
|
raw
|
diff to current
2017-06-17
Marco Costalba
Better naming in endgame code
blob
|
commitdiff
|
raw
|
diff to current
2017-06-06
mstembera
Reordering magic data
blob
|
commitdiff
|
raw
|
diff to current
2017-04-29
Marco Costalba
Retire the misdesigned StepAttacks[] array.
blob
|
commitdiff
|
raw
|
diff to current
2017-01-17
Stéphane Nicolet
Update some comments (#973)
blob
|
commitdiff
|
raw
|
diff to current
2017-01-11
Joost VandeVondele
Adjust copyright headers to 2017 (#965)
blob
|
commitdiff
|
raw
|
diff to current
2016-12-03
Andrey Neporada
Help GCC to optimize msb() to single instruction
blob
|
commitdiff
|
raw
|
diff to current
2016-09-25
Stéphane Nicolet
Rename shift_bb() to shift()
blob
|
commitdiff
|
raw
|
diff to current
2016-05-05
Marco Costalba
Retire __popcnt64 intrinsic
blob
|
commitdiff
|
raw
|
diff to current
2016-05-01
Marco Costalba
Fix a warning with MSVC
blob
|
commitdiff
|
raw
|
diff to current
2016-05-01
erbsenzaehler
Use popcount intrinsic with Interl compiler
blob
|
commitdiff
|
raw
|
diff to current
2016-04-09
Marco Costalba
Hide global visibility when not needed
blob
|
commitdiff
|
raw
|
diff to current
2016-04-08
mstembera
Simplify popcnt
blob
|
commitdiff
|
raw
|
diff to current
2016-03-31
lucasart
Guard against UB in lsb/msb
blob
|
commitdiff
|
raw
|
diff to current
2016-03-28
Marco Costalba
Rewrite bsfq management
blob
|
commitdiff
|
raw
|
diff to current
2016-01-02
ppigazzini
Update AUTHORS and copyright notice
blob
|
commitdiff
|
raw
|
diff to current
2016-01-01
Marco Costalba
Update Copyright year
blob
|
commitdiff
|
raw
|
diff to current
2015-06-25
Marco Costalba
Fix compile on icc
blob
|
commitdiff
|
raw
|
diff to current
2015-04-15
lucasart
Retire FORCE_INLINE
blob
|
commitdiff
|
raw
|
diff to current
2015-01-24
Marco Costalba
Don't use _pext_u64() directly
blob
|
commitdiff
|
raw
|
diff to current
2015-01-20
Marco Costalba
Don't use _pext_u64() directly
blob
|
commitdiff
|
raw
|
diff to current
2015-01-10
Marco Costalba
Update copyright year
blob
|
commitdiff
|
raw
|
diff to current
2015-01-03
Marco Costalba
Retire one implementation of pop_lsb()
blob
|
commitdiff
|
raw
|
diff to current
2014-12-07
hxim
Rename some variables for more clarity.
blob
|
commitdiff
|
raw
|
diff to current
2014-11-09
Marco Costalba
Introduce distance() and unify some API
blob
|
commitdiff
|
raw
|
diff to current
2014-11-07
lucasart
Retire CACHE_LINE_ALIGNMENT
blob
|
commitdiff
|
raw
|
diff to current
2014-11-03
lucasart
Do not assume that enum are signed
blob
|
commitdiff
|
raw
|
diff to current
2014-09-30
Marco Costalba
Trivial code style fixes
blob
|
commitdiff
|
raw
|
diff to current
2014-08-09
lucasart
Move to_char() and to_string() to notation
blob
|
commitdiff
|
raw
|
diff to current
2014-04-21
Marco Costalba
Revert "Generalize shift_bb() to handle double pushes"
blob
|
commitdiff
|
raw
|
diff to current
2014-04-20
Marco Costalba
Generalize shift_bb() to handle double pushes
blob
|
commitdiff
|
raw
|
diff to current
2014-04-12
Marco Costalba
Switch to hardware PEXT
blob
|
commitdiff
|
raw
|
diff to current
2014-04-12
Marco Costalba
Implement PEXT based attacks
blob
|
commitdiff
|
raw
|
diff to current
2014-04-12
Marco Costalba
Add PEXT software implementation
blob
|
commitdiff
|
raw
|
diff to current
2014-04-06
Marco Costalba
Sync some common names
blob
|
commitdiff
|
raw
|
diff to current
2014-01-07
Marco Costalba
Assorted grammar fixes
blob
|
commitdiff
|
raw
|
diff to current
2014-01-02
Marco Costalba
Update copyright year
blob
|
commitdiff
|
raw
|
diff to current
2013-12-04
Marco Costalba
Retire TheirHalf[]
blob
|
commitdiff
|
raw
|
diff to current
2013-12-04
Chris Caino
Broader condition for dangerous pawn moves
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
Richard Lloyd
Big assorted spelling fixes
blob
|
commitdiff
|
raw
|
diff to current
2013-11-30
Marco Costalba
Rename Bitboards print to pretty
blob
|
commitdiff
|
raw
|
diff to current
2013-11-30
Marco Costalba
Rewrite some bitboard init code
blob
|
commitdiff
|
raw
|
diff to current
2013-11-10
Marco Costalba
Rename squares_aligned()
blob
|
commitdiff
|
raw
|
diff to current
2013-11-10
Marco Costalba
Simplify squares_aligned()
blob
|
commitdiff
|
raw
|
diff to current
2013-11-10
Chris Caino
Evaluate mobility of pinned pieces exactly
blob
|
commitdiff
|
raw
|
diff to current
2013-08-30
Marco Costalba
Use frontmost_sq() and backmost_sq helpers
blob
|
commitdiff
|
raw
|
diff to current
2013-08-28
Gary Linscott
Add lsb() overload
blob
|
commitdiff
|
raw
|
diff to current
2013-07-29
Marco Costalba
Small renaming
blob
|
commitdiff
|
raw
|
diff to current
2013-07-25
Marco Costalba
Fix a typo in bitboard.h
blob
|
commitdiff
|
raw
|
diff to current
2013-07-24
homoSapiensSapiens
Use #ifndef instead of #if !defined
blob
|
commitdiff
|
raw
|
diff to current
2013-06-23
Marco Costalba
Fix some stale comments
blob
|
commitdiff
|
raw
|
diff to current
2013-06-23
Marco Costalba
Move SquareDistance[] to bitboard.cpp
blob
|
commitdiff
|
raw
|
diff to current
2013-06-23
Marco Costalba
Don't explicitize enum values when not needed
blob
|
commitdiff
|
raw
|
diff to current
2013-06-23
Marco Costalba
Retire in_front_bb(Color c, Square s) overload
blob
|
commitdiff
|
raw
|
diff to current
2013-06-23
Marco Costalba
Retire ThisAndAdjacentFilesBB[]
blob
|
commitdiff
|
raw
|
diff to current
2013-06-16
Marco Costalba
Use move_pawns() in Pawns::probe
blob
|
commitdiff
|
raw
|
diff to current
2013-04-19
Marco Costalba
Skip a couple of popcount in previous patch
blob
|
commitdiff
|
raw
|
diff to current
2013-04-19
Marco Costalba
Merge Joona's bishop+pawn tweak
blob
|
commitdiff
|
raw
|
diff to current
2013-04-16
Joona Kiiski
Give a small penalty for bishop for each pawn on the...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-20
Marco Costalba
Merge Gary's bishop_pin patch
blob
|
commitdiff
|
raw
|
diff to current
2013-02-19
Gary Linscott
Merge branch 'master' into bishop_pin_clop
blob
|
commitdiff
|
raw
|
diff to current
2013-02-19
Marco Costalba
Update copyright year
blob
|
commitdiff
|
raw
|
diff to current
2013-02-15
Marco Costalba
Merge Gary's king safety tweak
blob
|
commitdiff
|
raw
|
diff to current
2013-02-15
Marco Costalba
Further speed up bitbase generation
blob
|
commitdiff
|
raw
|
diff to current
2013-02-14
Gary Linscott
Merge branch 'master' into bishop_pin_clop
blob
|
commitdiff
|
raw
|
diff to current
2013-02-13
Marco Costalba
Simplify bitbase.cpp
blob
|
commitdiff
|
raw
|
diff to current
2012-11-02
Marco Costalba
Micro-optimize pop_lsb() for 64bit case
blob
|
commitdiff
|
raw
|
diff to current
2012-10-21
Marco Costalba
Use self-describing constants instead of numbers
blob
|
commitdiff
|
raw
|
diff to current
2012-10-11
Jean-Francois Romang
ARM lsb/msb assembly
blob
|
commitdiff
|
raw
|
diff to current
2012-08-18
Marco Costalba
Introduce namespace Bitbases
blob
|
commitdiff
|
raw
|
diff to current
2012-07-08
Marco Costalba
Rename first_1 / last_1 in lsb / msb
blob
|
commitdiff
|
raw
|
diff to current
2012-06-17
Marco Costalba
Calculate min distance between king and his pawns
blob
|
commitdiff
|
raw
|
diff to current
2012-05-01
Marco Costalba
Simplify attacks_bb()
blob
|
commitdiff
|
raw
|
diff to current
2012-04-14
Marco Costalba
Use more_than_one() instead of single_bit()
blob
|
commitdiff
|
raw
|
diff to current
2012-04-01
Marco Costalba
Introduce Bitboards namespace
blob
|
commitdiff
|
raw
|
diff to current
2012-03-28
Marco Costalba
Refactor pawns shelter and storm
blob
|
commitdiff
|
raw
|
diff to current
2012-03-28
Marco Costalba
Replace MS1BTable[] with BitCount8Bit[]
blob
|
commitdiff
|
raw
|
diff to current
next