1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-02 09:39:36 +00:00
BadFish/src
Marco Costalba 520e680278 Introduce notation.h
And group there all the formatting functions but
uci_pv() that requires access to search.cpp variables.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2012-07-15 08:29:07 +01:00
..
benchmark.cpp Clear TT before running 'bench' 2012-04-26 19:37:30 +01:00
bitbase.cpp Rename first_1 / last_1 in lsb / msb 2012-07-08 09:36:40 +01:00
bitboard.cpp Rename first_1 / last_1 in lsb / msb 2012-07-08 09:36:40 +01:00
bitboard.h Rename first_1 / last_1 in lsb / msb 2012-07-08 09:36:40 +01:00
bitcount.h Rename first_1 / last_1 in lsb / msb 2012-07-08 09:36:40 +01:00
book.cpp Rename first_1 / last_1 in lsb / msb 2012-07-08 09:36:40 +01:00
book.h Simplify Book APIs 2012-01-01 14:46:18 +01:00
endgame.cpp Use type_of() to categorize the moves 2012-06-24 11:07:18 +01:00
endgame.h Simplify Endgames::probe() 2012-04-02 09:58:29 +01:00
evaluate.cpp Rename first_1 / last_1 in lsb / msb 2012-07-08 09:36:40 +01:00
evaluate.h Introduce Eval namespace 2012-03-07 07:39:01 +01:00
history.h Use Windows threads library with mingw 2012-01-25 07:32:31 +01:00
main.cpp Use a std::vector to store searchMoves 2012-04-01 12:45:43 +01:00
Makefile Revert to -O3 with Clang 2012-07-07 19:05:38 +01:00
material.cpp Change pos.pieces() argument order 2012-05-01 12:09:20 +01:00
material.h Use std::vector to implement HashTable 2012-03-31 19:07:11 +01:00
misc.cpp Silence a MSVC warning in class Tie 2012-07-08 10:50:23 +01:00
misc.h Introduce notation.h 2012-07-15 08:29:07 +01:00
movegen.cpp Rename first_1 / last_1 in lsb / msb 2012-07-08 09:36:40 +01:00
movegen.h Use type_of() to categorize the moves 2012-06-24 11:07:18 +01:00
movepick.cpp Use type_of() to categorize the moves 2012-06-24 11:07:18 +01:00
movepick.h Order bad captures by MVV/LVA 2012-01-24 07:12:19 +01:00
notation.cpp Introduce notation.h 2012-07-15 08:29:07 +01:00
notation.h Introduce notation.h 2012-07-15 08:29:07 +01:00
pawns.cpp Rename first_1 / last_1 in lsb / msb 2012-07-08 09:36:40 +01:00
pawns.h Calculate min distance between king and his pawns 2012-06-17 09:41:18 +01:00
platform.h Fix signedness warning in time_to_msec() 2012-07-07 16:28:39 +01:00
position.cpp Introduce notation.h 2012-07-15 08:29:07 +01:00
position.h More idiomatic signature for operator=() 2012-07-05 11:55:35 +01:00
psqtab.h Update copyright year to 2012 2011-12-30 13:52:16 +01:00
rkiss.h Update copyright year to 2012 2011-12-30 13:52:16 +01:00
search.cpp Introduce notation.h 2012-07-15 08:29:07 +01:00
search.h Reset search time as early as possible 2012-03-31 10:01:31 +01:00
thread.cpp Use type_of() to categorize the moves 2012-06-24 11:07:18 +01:00
thread.h Rename ThreadsManager to ThreadPool 2012-06-24 09:45:37 +01:00
timeman.cpp Complete the renaming in Search::LimitsType 2012-03-31 09:16:09 +01:00
timeman.h Use UCI names in Search::LimitsType 2012-03-27 14:26:58 +01:00
tt.cpp Rename first_1 / last_1 in lsb / msb 2012-07-08 09:36:40 +01:00
tt.h Use std::vector to implement HashTable 2012-03-31 19:07:11 +01:00
types.h Templetize make_move() helpers 2012-06-25 08:09:55 +01:00
uci.cpp Introduce notation.h 2012-07-15 08:29:07 +01:00
ucioption.cpp More idiomatic signature for operator=() 2012-07-05 11:55:35 +01:00
ucioption.h More idiomatic signature for operator=() 2012-07-05 11:55:35 +01:00