Files
Stockfish/src
Marco Costalba 3b7dbc4f6d Fix Logger under MSVC iostream libraries
We need splitted Tie classes because MSVC stream library
takes a lock on buffer both on reading and on writing and
this causes an hang because, while searching, the I/O
thread is locked on getline() and when main thread is
trying to std::cout() something it blocks on the same
lock waiting for I/O thread getting some input and
releasing the lock.

The solution is to use separated streambuf objects for
cin and cout.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2012-03-20 21:46:08 +01:00
..
2012-03-17 13:16:51 +01:00
2012-01-30 19:19:47 +01:00
2012-03-04 23:37:44 +01:00
2011-12-31 10:46:14 +01:00
2012-03-18 11:18:38 +01:00
2012-01-01 14:46:18 +01:00
2012-02-05 14:52:01 -05:00
2012-03-07 07:39:01 +01:00
2012-01-25 07:32:31 +01:00
2012-03-18 23:10:18 +01:00
2011-12-30 13:52:16 +01:00
2012-03-20 19:24:52 +01:00
2012-01-22 00:42:59 +01:00
2012-01-24 07:12:19 +01:00
2011-12-30 13:52:16 +01:00
2011-12-30 13:52:16 +01:00
2011-12-30 13:52:16 +01:00
2012-02-21 20:31:22 +01:00
2012-03-05 19:20:07 +01:00
2012-02-21 20:31:22 +01:00
2011-12-30 13:52:16 +01:00
2012-01-27 19:49:38 +01:00
2012-01-27 19:49:38 +01:00
2012-03-17 21:44:50 +01:00
2012-03-20 19:24:52 +01:00
2012-03-17 21:44:50 +01:00