..
syzygy
Compute checkers from scratch
2015-02-16 09:34:26 +08:00
benchmark.cpp
Don't assume the type of Time::point
2015-02-24 14:08:14 +01:00
bitbase.cpp
Additional work in bitbases
2015-01-24 09:29:35 +01:00
bitboard.cpp
Don't use _pext_u64() directly
2015-01-24 19:38:06 +00:00
bitboard.h
Don't use _pext_u64() directly
2015-01-24 19:38:06 +00:00
bitcount.h
Assorted headers cleanup
2015-01-11 22:56:35 +01:00
endgame.cpp
Rearrange Endgames
2015-01-21 17:35:53 +01:00
endgame.h
Fix a MSVC warning at W4
2015-01-25 09:36:05 +01:00
evaluate.cpp
Sync with master
2015-02-28 20:22:28 +01:00
evaluate.h
Assorted headers cleanup
2015-01-11 22:56:35 +01:00
main.cpp
Add syzygy support
2015-01-18 08:27:46 +01:00
Makefile
Update Makefile for Mac OS X compilation
2015-03-07 08:39:21 +01:00
material.cpp
Sync with master
2015-02-07 10:32:28 +01:00
material.h
Import C++11 branch
2015-01-18 08:00:50 +01:00
misc.cpp
Don't assume the type of Time::point
2015-02-24 14:08:14 +01:00
misc.h
Don't assume the type of Time::point
2015-02-24 14:08:14 +01:00
movegen.cpp
Use move assignment in movegen.h
2015-02-01 16:42:31 +01:00
movegen.h
Allow to assign a Move to an ExtMove
2015-02-01 13:31:49 +01:00
movepick.cpp
Revert "Delayed killers checking"
2015-02-15 11:32:53 +01:00
movepick.h
Use C++11 loops in MovePicker
2015-01-31 20:02:08 +01:00
pawns.cpp
Sync with master
2015-02-28 20:22:28 +01:00
pawns.h
Assorted headers cleanup
2015-01-11 22:56:35 +01:00
position.cpp
Compute checkers from scratch
2015-02-16 09:34:26 +08:00
position.h
Compute checkers from scratch
2015-02-16 09:34:26 +08:00
psqtab.h
Update copyright year
2015-01-10 11:46:28 +01:00
search.cpp
Rename available_to()
2015-03-01 12:33:05 +01:00
search.h
Don't assume the type of Time::point
2015-02-24 14:08:14 +01:00
thread.cpp
Rename available_to()
2015-03-01 12:33:05 +01:00
thread.h
Re-enable spinlocks
2015-03-07 08:38:26 +01:00
timeman.cpp
Update copyright year
2015-01-10 11:46:28 +01:00
timeman.h
Update copyright year
2015-01-10 11:46:28 +01:00
tt.cpp
Sync with master
2015-01-31 13:05:51 +01:00
tt.h
Sync with master
2015-01-31 13:05:51 +01:00
types.h
Re-enable spinlocks
2015-03-07 08:38:26 +01:00
uci.cpp
Retire one do_move() overload
2015-02-15 12:23:03 +01:00
uci.h
Move uci_pv under UCI namespace
2015-01-31 12:18:24 +01:00
ucioption.cpp
Implicit conversion from ExtMove to Move
2015-01-31 19:22:07 +01:00