1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 09:13:08 +00:00
BadFish/src
Sebastian Buchwald d1e17989b5 Fix Makefile for clang 16
The clang 16 release will remove the -fexperimental-new-pass-manager
flag (see 69b2b7282e).
Thus, the commit adapts the Makefile to use this flag only for older
clang versions.

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

No functional change
2023-03-14 08:25:14 +01:00
..
incbin Change mode of incbin.h 2023-03-14 08:23:50 +01:00
nnue Unify type alias declarations 2023-02-27 08:29:47 +01:00
syzygy Fix TB after capture_stage fix 2023-03-08 07:14:49 +01:00
benchmark.cpp Warn if a global function has no previous declaration 2023-01-09 20:18:39 +01:00
benchmark.h Warn if a global function has no previous declaration 2023-01-09 20:18:39 +01:00
bitbase.cpp Update copyright years 2023-01-02 19:07:38 +01:00
bitboard.cpp Remove precomputed SquareBB 2023-01-22 10:55:32 +01:00
bitboard.h Remove precomputed SquareBB 2023-01-22 10:55:32 +01:00
endgame.cpp Update copyright years 2023-01-02 19:07:38 +01:00
endgame.h Update copyright years 2023-01-02 19:07:38 +01:00
evaluate.cpp Reintroduce nnue pawn scaling with lower lazy thresholds 2023-02-23 13:27:57 +01:00
evaluate.h Update default net to nn-52471d67216a.nnue 2023-02-27 22:07:52 +01:00
main.cpp Update copyright years 2023-01-02 19:07:38 +01:00
Makefile Fix Makefile for clang 16 2023-03-14 08:25:14 +01:00
material.cpp Update copyright years 2023-01-02 19:07:38 +01:00
material.h Unify type alias declarations 2023-02-27 08:29:47 +01:00
misc.cpp Unify type alias declarations 2023-02-27 08:29:47 +01:00
misc.h Unify type alias declarations 2023-02-27 08:29:47 +01:00
movegen.cpp remove unnecessary variable 2023-02-09 07:42:52 +01:00
movegen.h Update copyright years 2023-01-02 19:07:38 +01:00
movepick.cpp Fix duplicated moves generation in movepicker 2023-03-05 16:06:03 +01:00
movepick.h Unify type alias declarations 2023-02-27 08:29:47 +01:00
pawns.cpp Update copyright years 2023-01-02 19:07:38 +01:00
pawns.h Unify type alias declarations 2023-02-27 08:29:47 +01:00
position.cpp update cuckoo link 2023-02-18 13:14:24 +01:00
position.h Fix TB after capture_stage fix 2023-03-08 07:14:49 +01:00
psqt.cpp Update copyright years 2023-01-02 19:07:38 +01:00
psqt.h Update copyright years 2023-01-02 19:07:38 +01:00
search.cpp Do more singular extensions 2023-03-14 08:22:40 +01:00
search.h Unify type alias declarations 2023-02-27 08:29:47 +01:00
thread.cpp Remove previousDepth in favor of completedDepth + 2 2023-01-28 16:50:46 +01:00
thread.h Remove previousDepth in favor of completedDepth + 2 2023-01-28 16:50:46 +01:00
thread_win32_osx.h Modernize code base a little bit 2023-01-09 20:25:13 +01:00
timeman.cpp Update copyright years 2023-01-02 19:07:38 +01:00
timeman.h Update copyright years 2023-01-02 19:07:38 +01:00
tt.cpp Update copyright years 2023-01-02 19:07:38 +01:00
tt.h Update copyright years 2023-01-02 19:07:38 +01:00
tune.cpp Update copyright years 2023-01-02 19:07:38 +01:00
tune.h Unify type alias declarations 2023-02-27 08:29:47 +01:00
types.h Unify type alias declarations 2023-02-27 08:29:47 +01:00
uci.cpp Update WLD model 2023-02-02 17:58:05 +01:00
uci.h Unify type alias declarations 2023-02-27 08:29:47 +01:00
ucioption.cpp Update UCI_Elo parameterization 2023-01-22 10:54:15 +01:00