1
0
Fork 0
stockfish/src
Marco Costalba dda53e831d Introduce TimeManager class
Firt step in unifying all time management under
a single umbrella. Just introduced the class without
even member data.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2010-08-03 11:39:42 +01:00
..
COPYING Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
Makefile New Time management system 2010-08-02 11:48:03 +01:00
application.cpp Do not call exit_threads() in Application d'tor 2010-04-25 10:35:55 +01:00
application.h Do not call exit_threads() in Application d'tor 2010-04-25 10:35:55 +01:00
benchmark.cpp Rewrite Position::from_fen() 2010-07-24 09:43:01 +01:00
benchmark.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
bitbase.cpp Space inflate bitbase.cpp 2010-07-11 12:05:06 +01:00
bitbase.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
bitboard.cpp Introduce enum SquareColor 2010-07-25 11:49:58 +01:00
bitboard.h Introduce enum SquareColor 2010-07-25 11:49:58 +01:00
bitcount.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
book.cpp Add "Best Book Move" UCI option 2010-04-16 05:45:30 +01:00
book.h Add "Best Book Move" UCI option 2010-04-16 05:45:30 +01:00
color.h Introduce enum SquareColor 2010-07-25 11:49:58 +01:00
depth.h Introduce DEPTH_NONE and use it 2010-07-20 19:06:09 +01:00
direction.cpp Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
direction.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
endgame.cpp Fix KBNK endgame 2010-07-25 21:58:09 +01:00
endgame.h Retire apply_scale_factor() and scale.h 2010-07-15 17:05:23 +01:00
evaluate.cpp Two small fixes in passed pawns evaluation 2010-07-26 06:10:01 +01:00
evaluate.h Do not pass threadID as argument of search() and evaluate() 2010-06-02 20:48:40 +01:00
history.cpp Inline history and gain getters 2010-07-15 16:55:35 +01:00
history.h Inline history and gain getters 2010-07-15 16:55:35 +01:00
lock.h Always init pthread locks to NULL 2010-07-23 07:03:39 +01:00
main.cpp Do not call exit_threads() in Application d'tor 2010-04-25 10:35:55 +01:00
material.cpp Rewrite Position::from_fen() 2010-07-24 09:43:01 +01:00
material.h Retire apply_scale_factor() and scale.h 2010-07-15 17:05:23 +01:00
mersenne.cpp Space inflate marsenne 2010-05-13 21:53:56 +01:00
mersenne.h Space inflate marsenne 2010-05-13 21:53:56 +01:00
misc.cpp Restore development version 2010-07-03 05:34:57 +01:00
misc.h Move prefetch() out of TT 2010-06-19 11:10:54 +01:00
move.cpp Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
move.h Remove redundant argument in think() 2010-07-15 17:14:30 +01:00
movegen.cpp A promotion piece cannot be a king or a pawn 2010-05-05 12:16:16 +01:00
movegen.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
movepick.cpp Tweak non-captures scoring 2010-07-04 21:49:23 +01:00
movepick.h Fix some warnings under +w1 HP-UX compile 2010-04-11 17:03:03 +01:00
pawns.cpp Revert previous patch 2010-07-22 18:30:18 +01:00
pawns.h Introduce evaluate_pawn_storm() to unify redundant code 2010-05-14 12:08:48 +01:00
piece.cpp Fix some warnings under +w1 HP-UX compile 2010-04-11 17:03:03 +01:00
piece.h Rename EMPTY in NO_PIECE 2010-07-25 12:10:22 +01:00
position.cpp New Time management system 2010-08-02 11:48:03 +01:00
position.h New Time management system 2010-08-02 11:48:03 +01:00
psqtab.h Revert "Another PSQT tuning round" 2010-07-02 06:55:03 +01:00
san.cpp Code style triviality in san.cpp 2010-06-29 18:33:43 +01:00
san.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
search.cpp Introduce TimeManager class 2010-08-03 11:39:42 +01:00
search.h Retire SearchStack init() and initKillers() 2010-07-23 02:42:27 +01:00
square.h Introduce enum SquareColor 2010-07-25 11:49:58 +01:00
thread.h Fix errouneus reset of ss->threatMove 2010-07-23 02:26:57 +01:00
timeman.cpp Introduce TimeManager class 2010-08-03 11:39:42 +01:00
timeman.h Introduce TimeManager class 2010-08-03 11:39:42 +01:00
tt.cpp Update TT documentation 2010-07-22 17:51:26 +01:00
tt.h ValueType needs only 2 bits to be stored in TT 2010-07-22 17:51:33 +01:00
types.h Add some automatic detection for Windows 2010-05-21 23:09:53 +01:00
uci.cpp New Time management system 2010-08-02 11:48:03 +01:00
uci.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
ucioption.cpp Tweak default values for ucioptions 2010-08-02 11:49:31 +01:00
ucioption.h Updated copyright year to 2010 2010-03-20 11:27:07 +01:00
value.h Retire apply_scale_factor() and scale.h 2010-07-15 17:05:23 +01:00