1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00
BadFish/src
Disservin a5675f19d8 Remove global TB variables from search.cpp
Follow up cleanup of #4968, removes the global variables from search and
instead uses a dedicated tb config struct.

closes https://github.com/official-stockfish/Stockfish/pull/4982

No functional change
2024-01-17 18:05:00 +01:00
..
incbin Cleanup comments 2023-12-31 19:54:27 +01:00
nnue Remove some outdated SIMD functions 2024-01-17 18:04:29 +01:00
syzygy Remove global TB variables from search.cpp 2024-01-17 18:05:00 +01:00
benchmark.cpp Update copyright year 2024-01-04 15:47:10 +01:00
benchmark.h Update copyright year 2024-01-04 15:47:10 +01:00
bitboard.cpp Remove global TB variables from search.cpp 2024-01-17 18:05:00 +01:00
bitboard.h Update copyright year 2024-01-04 15:47:10 +01:00
evaluate.cpp Remove the dependency on a Worker from evaluate 2024-01-14 10:46:13 +01:00
evaluate.h Remove the dependency on a Worker from evaluate 2024-01-14 10:46:13 +01:00
main.cpp Refactor global variables 2024-01-13 19:40:53 +01:00
Makefile Refactor global variables 2024-01-13 19:40:53 +01:00
misc.cpp Refactor global variables 2024-01-13 19:40:53 +01:00
misc.h Refactor global variables 2024-01-13 19:40:53 +01:00
movegen.cpp Change the Move enum to a class 2024-01-04 15:51:04 +01:00
movegen.h Change the Move enum to a class 2024-01-04 15:51:04 +01:00
movepick.cpp Simplify bad quiets 2024-01-13 19:40:53 +01:00
movepick.h Introduce BAD_QUIET movepicker stage 2024-01-07 13:41:50 +01:00
position.cpp Refactor global variables 2024-01-13 19:40:53 +01:00
position.h Refactor global variables 2024-01-13 19:40:53 +01:00
search.cpp Remove global TB variables from search.cpp 2024-01-17 18:05:00 +01:00
search.h Remove global TB variables from search.cpp 2024-01-17 18:05:00 +01:00
thread.cpp Remove global TB variables from search.cpp 2024-01-17 18:05:00 +01:00
thread.h Refactor global variables 2024-01-13 19:40:53 +01:00
thread_win32_osx.h Refactor global variables 2024-01-13 19:40:53 +01:00
timeman.cpp Refactor global variables 2024-01-13 19:40:53 +01:00
timeman.h Refactor global variables 2024-01-13 19:40:53 +01:00
tt.cpp Refactor global variables 2024-01-13 19:40:53 +01:00
tt.h Refactor global variables 2024-01-13 19:40:53 +01:00
tune.cpp Refactor global variables 2024-01-13 19:40:53 +01:00
tune.h Refactor global variables 2024-01-13 19:40:53 +01:00
types.h Remove unneeded operator overload macros 2024-01-07 13:37:12 +01:00
uci.cpp Remove the dependency on a Worker from evaluate 2024-01-14 10:46:13 +01:00
uci.h Refactor global variables 2024-01-13 19:40:53 +01:00
ucioption.cpp Refactor global variables 2024-01-13 19:40:53 +01:00
ucioption.h Refactor global variables 2024-01-13 19:40:53 +01:00