1
0
Fork 0
stockfish/src
Marco Costalba b191df5ebe Revert "Yet another attempt at signature-build"
Still broken on OS X

No functional change.
2013-07-20 15:15:31 +02:00
..
Makefile Revert "Yet another attempt at signature-build" 2013-07-20 15:15:31 +02:00
benchmark.cpp Revert "Store moves sent with "position" UCI command" 2013-03-04 09:29:46 +01:00
bitbase.cpp Fully qualify memset and memcpy 2013-07-13 18:01:13 +02:00
bitboard.cpp Fully qualify memset and memcpy 2013-07-13 18:01:13 +02:00
bitboard.h Fix some stale comments 2013-06-23 13:19:03 +02:00
bitcount.h Update copyright year 2013-02-19 07:54:14 +01:00
book.cpp Microptimize MoveList loop 2013-05-19 22:00:49 +02:00
book.h Update copyright year 2013-02-19 07:54:14 +01:00
endgame.cpp Retire in_front_bb(Color c, Square s) overload 2013-06-23 10:16:43 +02:00
endgame.h Add KNPKB endgame 2013-03-18 20:40:06 +01:00
evaluate.cpp Small simplification in space eval scoring 2013-07-19 11:13:18 +02:00
evaluate.h Temporary revert "Expose EvalInfo struct to search" 2013-04-29 00:55:32 +02:00
main.cpp Zobrist::init() should be Position::init() 2013-06-09 13:54:38 +02:00
material.cpp Small simplification in space eval scoring 2013-07-19 11:13:18 +02:00
material.h Small simplification in space eval scoring 2013-07-19 11:13:18 +02:00
misc.cpp Retire engine Tag 2013-07-14 11:13:13 +02:00
misc.h Update copyright year 2013-02-19 07:54:14 +01:00
movegen.cpp Rename MoveStack to ExtMove 2013-07-19 10:27:58 +02:00
movegen.h Rename MoveStack to ExtMove 2013-07-19 10:27:58 +02:00
movepick.cpp Rename MoveStack to ExtMove 2013-07-19 10:27:58 +02:00
movepick.h Rename MoveStack to ExtMove 2013-07-19 10:27:58 +02:00
notation.cpp Microptimize MoveList loop 2013-05-19 22:00:49 +02:00
notation.h Update copyright year 2013-02-19 07:54:14 +01:00
pawns.cpp Fix build with MSVC 2013 2013-07-13 13:03:09 +02:00
pawns.h Assorted renaming in evaluation 2013-06-01 13:17:39 +02:00
platform.h Drop some redundant defined(_WIN64) 2013-05-03 15:24:54 +02:00
position.cpp Fix critical SEE bug (take 2) 2013-07-20 14:24:47 +02:00
position.h Simplify hidden_checkers() 2013-06-23 09:03:40 +02:00
psqtab.h Convert pieceSquareTable to 3 dimensions 2013-06-09 13:10:21 +02:00
rkiss.h Fully qualify memset and memcpy 2013-07-13 18:01:13 +02:00
search.cpp Better document what we skip when in check 2013-07-19 09:37:31 +02:00
search.h Fully qualify memset and memcpy 2013-07-13 18:01:13 +02:00
thread.cpp Introduce Cut/All node definitions 2013-06-13 19:46:49 +02:00
thread.h Introduce Cut/All node definitions 2013-06-13 19:46:49 +02:00
timeman.cpp Be more aggressive on trying to finish iterations 2013-03-11 19:07:55 +01:00
timeman.h Update copyright year 2013-02-19 07:54:14 +01:00
tt.cpp Fully qualify memset and memcpy 2013-07-13 18:01:13 +02:00
tt.h Use calloc() in TranspositionTable::set_size() 2013-06-29 11:23:07 +02:00
types.h Rename MoveStack to ExtMove 2013-07-19 10:27:58 +02:00
uci.cpp Name functions along corresponding UCI commands 2013-06-22 12:46:03 +02:00
ucioption.cpp Rename some UCI options 2013-07-11 16:07:10 +02:00
ucioption.h Update copyright year 2013-02-19 07:54:14 +01:00