..
benchmark.cpp
Consistent use of anonymous namespace
2014-11-01 20:35:10 +00:00
bitbase.cpp
Introduce distance() and unify some API
2014-11-09 10:27:04 +01:00
bitboard.cpp
Introduce distance() and unify some API
2014-11-09 10:27:04 +01:00
bitboard.h
Introduce distance() and unify some API
2014-11-09 10:27:04 +01:00
bitcount.h
Use compiler intrinsic instead of assembly for popcnt
2014-07-03 18:22:53 +08:00
endgame.cpp
Introduce distance() and unify some API
2014-11-09 10:27:04 +01:00
endgame.h
Simplify pawnless endgame evaluation
2014-01-18 17:22:54 +01:00
evaluate.cpp
Assorted code-style triviality
2014-11-09 20:17:29 +01:00
evaluate.h
Removing some superfluous extern declarations
2014-11-05 21:17:19 +00:00
main.cpp
Rename ucioption.h to uci.h
2014-10-26 19:39:46 +00:00
Makefile
Profile Build with Hash=16
2014-11-10 23:06:12 +00:00
material.cpp
Move game_phase() to Position
2014-06-20 23:44:46 +02:00
material.h
Move game_phase() to Position
2014-06-20 23:44:46 +02:00
misc.cpp
Correctly describe POPCNT compile
2014-11-01 20:43:57 +00:00
misc.h
Removing some superfluous extern declarations
2014-11-05 21:17:19 +00:00
movegen.cpp
Minor stuff scattered around
2014-04-28 17:07:43 +02:00
movegen.h
Update copyright year
2014-01-02 01:49:18 +01:00
movepick.cpp
Use quiet ttMove in qsearch() (7962287)
2014-11-12 21:06:14 +00:00
movepick.h
Half History Max
2014-11-17 07:04:58 +08:00
pawns.cpp
Introduce distance() and unify some API
2014-11-09 10:27:04 +01:00
pawns.h
Further streamline connected pawn evaluation
2014-10-12 20:03:49 +01:00
platform.h
Update copyright year
2014-01-02 01:49:18 +01:00
position.cpp
Retire CACHE_LINE_ALIGNMENT
2014-11-07 14:27:04 -05:00
position.h
Prefer operator<<() to pretty()
2014-11-01 19:02:35 +01:00
psqtab.h
Remove RookOn7th and merge values into psqt
2014-04-24 08:53:46 +02:00
rkiss.h
Move magic random to RKISS
2014-02-12 14:47:36 +01:00
search.cpp
Half History Max
2014-11-17 07:04:58 +08:00
search.h
100% accurate PV display
2014-11-12 16:16:33 -05:00
thread.cpp
100% accurate PV display
2014-11-12 16:16:33 -05:00
thread.h
100% accurate PV display
2014-11-12 16:16:33 -05:00
timeman.cpp
Rename ucioption.h to uci.h
2014-10-26 19:39:46 +00:00
timeman.h
Fix Intel compiler warnings
2014-04-27 12:02:36 +02:00
tt.cpp
Assorted code-style triviality
2014-11-09 20:17:29 +01:00
tt.h
Convert TT depth to int8_t
2014-10-01 20:51:32 +01:00
types.h
Use DEPTH_MAX instead of MAX_PLY
2014-11-15 05:36:49 +01:00
uci.cpp
Clear token before reading from input
2014-11-17 07:48:30 +08:00
uci.h
Retire notation.cpp
2014-10-26 19:40:13 +00:00
ucioption.cpp
Remove dead code
2014-11-01 20:16:29 +00:00