1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 01:03:09 +00:00
BadFish/src
Marco Costalba 1c7a727795 Use move assignment in movegen.h
No functional change and same speed (tested with perft)
2015-02-01 16:42:31 +01:00
..
syzygy Fix compile error with MSVC 2013 2015-01-18 15:14:05 +01:00
benchmark.cpp Import C++11 branch 2015-01-18 08:00:50 +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 King safety tuning with values obtained by SPSA. 2015-01-28 21:05:21 +00: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 Revert "Fix profile build for gcc on Mac OSX" 2015-01-25 21:51:09 +00:00
material.cpp Fix a coverity scan warning 2015-01-18 10:41:56 +01:00
material.h Import C++11 branch 2015-01-18 08:00:50 +01:00
misc.cpp Restore development version 2015-01-28 20:53:50 +00:00
misc.h Explicitly defaulted and deleted members 2015-01-21 13:18:19 +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 Use move assignment in movegen.h 2015-02-01 16:42:31 +01:00
movepick.h Use C++11 loops in MovePicker 2015-01-31 20:02:08 +01:00
pawns.cpp Simplify backward pawn definition 2015-01-28 21:29:04 +00:00
pawns.h Assorted headers cleanup 2015-01-11 22:56:35 +01:00
position.cpp Fun with lambdas 2015-01-21 11:33:53 +01:00
position.h Explicitly defaulted and deleted members 2015-01-21 13:18:19 +01:00
psqtab.h Update copyright year 2015-01-10 11:46:28 +01:00
search.cpp Implicit conversion from ExtMove to Move 2015-01-31 19:22:07 +01:00
search.h Another small tweak to skills 2015-01-31 18:24:39 +01:00
thread.cpp Implicit conversion from ExtMove to Move 2015-01-31 19:22:07 +01:00
thread.h Explicitly defaulted and deleted members 2015-01-21 13:18:19 +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 Don't use _pext_u64() directly 2015-01-24 19:38:06 +00:00
uci.cpp Implicit conversion from ExtMove to Move 2015-01-31 19:22:07 +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