1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00
BadFish/src
Joona Kiiski ebec2fa48e Remove redundant -std=c++0x flag
This flag is functionally identical to '-std=c++11' flag which
is part of standard flags.

No functional change

Resolves #571
2016-01-18 21:54:40 +00:00
..
syzygy Assorted English grammar changes 2016-01-16 21:34:29 +00:00
benchmark.cpp Assorted English grammar changes 2016-01-16 21:34:29 +00:00
bitbase.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
bitboard.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
bitboard.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
bitcount.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
endgame.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
endgame.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
evaluate.cpp Assorted English grammar changes 2016-01-16 21:34:29 +00:00
evaluate.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
main.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
Makefile Remove redundant -std=c++0x flag 2016-01-18 21:54:40 +00:00
material.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
material.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
misc.cpp Restore development version 2016-01-03 13:52:01 +00:00
misc.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
movegen.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
movegen.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
movepick.cpp Assorted English grammar changes 2016-01-16 21:34:29 +00:00
movepick.h Assorted English grammar changes 2016-01-16 21:34:29 +00:00
pawns.cpp Assorted English grammar changes 2016-01-16 21:34:29 +00:00
pawns.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
position.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
position.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
psqt.cpp Retire CenterBind 2016-01-03 17:33:36 +00:00
search.cpp Rewrite time formula 2016-01-18 17:12:18 +01:00
search.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
thread.cpp Assorted English grammar changes 2016-01-16 21:34:29 +00:00
thread.h Rewrite time formula 2016-01-18 17:12:18 +01:00
thread_win32.h Assorted English grammar changes 2016-01-16 21:34:29 +00:00
timeman.cpp Assorted English grammar changes 2016-01-16 21:34:29 +00:00
timeman.h Tune time management for LTC 2016-01-09 09:21:52 +00:00
tt.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
tt.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
types.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
uci.cpp Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
uci.h Update AUTHORS and copyright notice 2016-01-02 09:43:51 +00:00
ucioption.cpp Adjust time used for move based on previous score 2016-01-03 14:01:15 +00:00