1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 17:19:36 +00:00
BadFish/src
Dariusz Orzechowski a285850bf6 Fix valgrind issue
No functional change.
2020-07-26 08:52:22 +02:00
..
nnue Fix memset/memcpy warnings 2020-07-26 08:52:22 +02:00
syzygy small cleanups 2020-06-21 15:22:20 +02:00
benchmark.cpp Small cleanups 2020-07-09 22:01:06 +02:00
bitbase.cpp small cleanups 2020-06-21 15:22:20 +02:00
bitboard.cpp small cleanups 2020-06-21 15:22:20 +02:00
bitboard.h Introduce bad outpost penalty 2020-07-11 11:23:55 +02:00
endgame.cpp Remove code unneeded for playing, refactor, update to latest master dev 2020-07-20 05:45:24 +02:00
endgame.h remove KNPK endgame code 2020-04-05 08:35:31 +02:00
evaluate.cpp Remove code unneeded for playing, refactor, update to latest master dev 2020-07-20 05:45:24 +02:00
evaluate.h Remove code unneeded for playing, refactor, update to latest master dev 2020-07-20 05:45:24 +02:00
main.cpp Changed to set the binary directory to the current working directory. 2020-07-20 17:17:50 +09:00
Makefile [NNUE] update x86-64-modern target 2020-07-25 17:23:07 +02:00
material.cpp Small cleanups 2020-06-24 22:20:04 +02:00
material.h Small cleanups 2020-06-24 22:20:04 +02:00
misc.cpp Use std::aligned_alloc 2020-07-20 06:20:31 +02:00
misc.h Use std::aligned_alloc 2020-07-20 06:20:31 +02:00
movegen.cpp Simplify make_promotions() 2020-07-09 21:59:32 +02:00
movegen.h Remove code unneeded for playing, refactor, update to latest master dev 2020-07-20 05:45:24 +02:00
movepick.cpp small cleanups 2020-06-21 15:22:20 +02:00
movepick.h small cleanups 2020-06-21 15:22:20 +02:00
pawns.cpp Connected / blocked pawns simplification 2020-07-09 21:57:13 +02:00
pawns.h small cleanups 2020-06-21 15:22:20 +02:00
position.cpp NNUE: Fix debug build 2020-07-25 17:22:25 +02:00
position.h Remove code unneeded for playing, refactor, update to latest master dev 2020-07-20 05:45:24 +02:00
psqt.cpp Increase value of pawns on fifth rank 2020-06-28 22:03:10 +02:00
search.cpp Remove code unneeded for playing, refactor, update to latest master dev 2020-07-20 05:45:24 +02:00
search.h Remove code unneeded for playing, refactor, update to latest master dev 2020-07-20 05:45:24 +02:00
thread.cpp Remove code unneeded for playing, refactor, update to latest master dev 2020-07-20 05:45:24 +02:00
thread.h Refactor some threads related code. 2020-06-09 18:22:27 +02:00
thread_win32_osx.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
timeman.cpp Small cleanups 2020-06-24 22:20:04 +02:00
timeman.h Update lists of authors and contributors 2020-01-09 01:43:47 +01:00
tt.cpp Remove code unneeded for playing, refactor, update to latest master dev 2020-07-20 05:45:24 +02:00
tt.h Small cleanups 2020-06-24 22:20:04 +02:00
tune.cpp Small cleanups 2020-06-24 22:20:04 +02:00
tune.h Fishtest Tuning Framework 2020-05-02 17:32:11 +02:00
types.h Fix memset/memcpy warnings 2020-07-26 08:52:22 +02:00
uci.cpp Fix valgrind issue 2020-07-26 08:52:22 +02:00
uci.h Remove code unneeded for playing, refactor, update to latest master dev 2020-07-20 05:45:24 +02:00
ucioption.cpp [NNUE] default net 2020-07-25 12:45:19 +02:00