projects
/
stockfish
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Retire one implementation of pop_lsb()
[stockfish]
/
src
/
2015-01-03
Marco Costalba
Retire one implementation of pop_lsb()
tree
|
commitdiff
2015-01-03
lucasart
Remove a useless optimization
tree
|
commitdiff
2015-01-03
Joona Kiiski
Smoother king safety
tree
|
commitdiff
2015-01-03
Marco Costalba
Assorted work in uci.cpp
tree
|
commitdiff
2015-01-03
Marco Costalba
Fix a silly warning with Intel compiler
tree
|
commitdiff
2015-01-03
Marco Costalba
Fix comments in thread.cpp
tree
|
commitdiff
2015-01-02
Marco Costalba
Let material probing to access per-thread table
tree
|
commitdiff
2015-01-02
Matthew Lai
Disable the default copy constructor for Position class
tree
|
commitdiff
2015-01-02
Stefan Geschwentner
Big King Safety tuning
tree
|
commitdiff
2015-01-02
Marco Costalba
Retire Material::space_weight()
tree
|
commitdiff
2014-12-30
Marco Costalba
Additional tidy up in timeman.cpp
tree
|
commitdiff
2014-12-28
Marco Costalba
Use score and value consistently
tree
|
commitdiff
2014-12-28
Arjun Temurnikar
Remove some comments in timeman.cpp
tree
|
commitdiff
2014-12-25
Marco Costalba
Reformat promotion generation
tree
|
commitdiff
2014-12-22
Marco Costalba
Prefer names to numbers in storm code
tree
|
commitdiff
2014-12-20
Joona Kiiski
Use "rm -f" instead of "rm" for gcc profiling hack...
tree
|
commitdiff
2014-12-20
Stefan Geschwentner
Big King Safety tuning
tree
|
commitdiff
2014-12-19
Marco Costalba
Don't account for Tempo in specialized endgames
tree
|
commitdiff
2014-12-18
mstembera
Change profile-build options to produce 1% to 2% faster...
tree
|
commitdiff
2014-12-14
Marco Costalba
Improve comments in UCI
tree
|
commitdiff
2014-12-14
Marco Costalba
Coding style in TT code
tree
|
commitdiff
2014-12-14
Gary Linscott
Fix compile for some versions of mingw
tree
|
commitdiff
2014-12-13
mstembera
Avoid searching TT twice for the same key/position...
tree
|
commitdiff
2014-12-11
Gary Linscott
Only use _ReadWriteBarrier on MSVC
tree
|
commitdiff
2014-12-11
joergoster
Halve StormDanger bonus for blocked pawn on A/H file
tree
|
commitdiff
2014-12-11
Gary Linscott
MSVC compiling fixes
tree
|
commitdiff
2014-12-10
Joona Kiiski
Fix profile build for syzygy
tree
|
commitdiff
2014-12-10
Joona Kiiski
Retire 'os' flag from Makefile
tree
|
commitdiff
2014-12-10
Marco Costalba
Assorted nitpicking code-style
tree
|
commitdiff
2014-12-10
Marco Costalba
Clarify when forcing the moves loop
tree
|
commitdiff
2014-12-08
Ernesto Gatti
Simpler PRNG and faster magics search
tree
|
commitdiff
2014-12-07
Gary Linscott
Add some tablebase positions to bench
tree
|
commitdiff
2014-12-07
hxim
Rename some variables for more clarity.
tree
|
commitdiff
2014-12-06
Marco Costalba
Explicitly pass RootMoves to TB probes
tree
|
commitdiff
2014-12-06
Marco Costalba
Move TB stuff under Tablebases namespace
tree
|
commitdiff
2014-12-06
Marco Costalba
Refactor syzygy code in search
tree
|
commitdiff
2014-12-06
Joona Kiiski
Retire support for Haiku installation directory from...
tree
|
commitdiff
2014-12-06
Joona Kiiski
Retire hackish support for aCC and HP-UX from Makefile
tree
|
commitdiff
2014-11-30
Marco Costalba
Retire total_piece_count()
tree
|
commitdiff
2014-11-30
hxim
Remove CONNECTED_KINGS from Syzygy code
tree
|
commitdiff
2014-11-30
Rodrigo Exterckött...
Cleaning Syzygy profiling data
tree
|
commitdiff
2014-11-30
Marco Costalba
Rewrite TBScore in uci_pv()
tree
|
commitdiff
2014-11-30
Marco Costalba
Retire #ifdef SYZYGY macro
tree
|
commitdiff
2014-11-25
mstembera
Bitbase index() from ADD to OR.
tree
|
commitdiff
2014-11-25
lucasart
Introduce ratio operation
tree
|
commitdiff
2014-11-25
Ronald de Man
Syzygy tablebases
tree
|
commitdiff
2014-11-24
Gary Linscott
Fix out-of-bound array access printing ponder move
tree
|
commitdiff
2014-11-24
Gary Linscott
Fix pondering
tree
|
commitdiff
2014-11-21
Jonathan Calovski
Amend defended
tree
|
commitdiff
2014-11-21
Marco Costalba
Fix doubled pawns asymmetry
tree
|
commitdiff
2014-11-21
Marco Costalba
Further tweak accurate pv
tree
|
commitdiff
2014-11-18
hxim
Fix some comments
tree
|
commitdiff
2014-11-18
Gary Linscott
Fix fen output for castling rights
tree
|
commitdiff
2014-11-18
Marco Costalba
Codying style in accurate PV
tree
|
commitdiff
2014-11-17
Marco Costalba
Fix a warning on Intel C++
tree
|
commitdiff
2014-11-16
sf-x
Use PHASE_MIDGAME in game_phase()
tree
|
commitdiff
2014-11-16
Rodrigo Exterckött...
Clear token before reading from input
tree
|
commitdiff
2014-11-16
lucasart
Half History Max
tree
|
commitdiff
2014-11-15
Marco Costalba
Use DEPTH_MAX instead of MAX_PLY
tree
|
commitdiff
2014-11-12
Gary Linscott
100% accurate PV display
tree
|
commitdiff
2014-11-12
lucasart
Use quiet ttMove in qsearch() (7962287)
tree
|
commitdiff
2014-11-12
Marco Costalba
Use if/else instead of goto
tree
|
commitdiff
2014-11-12
Marco Costalba
Use Depth instead of int in search
tree
|
commitdiff
2014-11-10
lucasart
Profile Build with Hash=16
tree
|
commitdiff
2014-11-09
lucasart
Fix bounds of FutilityMoveCounts
tree
|
commitdiff
2014-11-09
Marco Costalba
Retire pvMove in search()
tree
|
commitdiff
2014-11-09
Marco Costalba
Assorted code-style triviality
tree
|
commitdiff
2014-11-09
Marco Costalba
Introduce distance() and unify some API
tree
|
commitdiff
2014-11-08
lucasart
Codestyle massage Search::init()
tree
|
commitdiff
2014-11-08
lucasart
Be more optimistic in aspiration window
tree
|
commitdiff
2014-11-07
lucasart
Prune ttMove like any other
tree
|
commitdiff
2014-11-07
lucasart
Retire CACHE_LINE_ALIGNMENT
tree
|
commitdiff
2014-11-06
lucasart
Apply King Safety later in the endgame
tree
|
commitdiff
2014-11-05
mstembera
Removing some superfluous extern declarations
tree
|
commitdiff
2014-11-05
Marco Costalba
Assume UCI 'nodes' is int64_t instead of int
tree
|
commitdiff
2014-11-05
Marco Costalba
Rearrange check_time()
tree
|
commitdiff
2014-11-04
Ajith
Add bonuses for each threat instead of max threat value.
tree
|
commitdiff
2014-11-03
mstembera
Optimize TranspositionTable::store() and TranspositionT...
tree
|
commitdiff
2014-11-03
lucasart
Do not assume that enum are signed
tree
|
commitdiff
2014-11-03
lucasart
Cleanup MAX_PLY
tree
|
commitdiff
2014-11-02
Marco Costalba
Restore std::dec after std::hex
tree
|
commitdiff
2014-11-01
Marco Costalba
Retire ScalePawnSpan[]
tree
|
commitdiff
2014-11-01
Marco Costalba
Merge pull request #89 from official-stockfish/pull_no_...
tree
|
commitdiff
2014-11-01
Marco Costalba
Retire PawnsFileSpan
tree
|
commitdiff
2014-11-01
lucasart
Correctly describe POPCNT compile
tree
|
commitdiff
2014-11-01
lucasart
Consistent use of anonymous namespace
tree
|
commitdiff
2014-11-01
lucasart
Remove dead code
tree
|
commitdiff
2014-11-01
Marco Costalba
Prefer operator<<() to pretty()
tree
|
commitdiff
2014-11-01
Marco Costalba
Merge pull request #82 from official-stockfish/clean_up...
tree
|
commitdiff
2014-10-30
Marco Costalba
Code style clean-up
tree
|
commitdiff
2014-10-28
mstembera
max_piece_type cleanup, and slight speed increase.
tree
|
commitdiff
2014-10-27
Joona Kiiski
A small clean up of previous patch suggested by Marco
tree
|
commitdiff
2014-10-27
Joona Kiiski
Speed up max_piece_type()
tree
|
commitdiff
2014-10-27
snicolet
Tune PawnsFileSpan
tree
|
commitdiff
2014-10-27
Pascal Romaret
Improve compatibility with Shredder Classic GUI
tree
|
commitdiff
2014-10-26
Marco Costalba
Fix an obscure gcc warning
tree
|
commitdiff
2014-10-26
Marco Costalba
Retire notation.cpp
tree
|
commitdiff
2014-10-26
Marco Costalba
Final UCI helpers renaming
tree
|
commitdiff
2014-10-26
Marco Costalba
Retire notation.h
tree
|
commitdiff
2014-10-26
Marco Costalba
Rename ucioption.h to uci.h
tree
|
commitdiff
next