Joost VandeVondele and Marco Costalba
9afa1d7330
New Year 2018
...
Adjust copyright headers.
No functional change.
2018-01-01 13:18:10 +01:00
Joost VandeVondele and Marco Costalba
d8f683760c
Adjust copyright headers to 2017 ( #965 )
...
No functional change.
2017-01-11 08:46:29 +01:00
Lyudmil Antonov and Joona Kiiski
89723339d9
Assorted English grammar changes
...
No functional change
Resolves #567
2016-01-16 21:34:29 +00:00
ppigazzini and Joona Kiiski
d4af15f682
Update AUTHORS and copyright notice
...
No functional change
Resolves #555
2016-01-02 09:43:51 +00:00
Marco Costalba and Joona Kiiski
9742fb10fd
Update Copyright year
...
No functional change.
Resolves #554
2016-01-01 10:17:36 +00:00
Marco Costalba
ebf3735754
Retire ConditionVariable
...
Now that we use spinlocks everywhere and don't put
threads to sleep while idle, we can use the slower
(but no more in hot path) std::condition_variable_any
instead of our homwgrown ConditionVariable struct.
Verified fo rno regression at STC with 7 threads:
ELO: -0.66 +-2.7 (95%) LOS: 31.8%
Total: 20000 W: 3210 L: 3248 D: 13542
No functional change
2015-03-20 03:05:25 +01:00
Marco Costalba
6027652773
Cleanup thread_win.h
...
No functional change.
2015-03-10 17:13:52 +01:00
Marco Costalba
8725494966
Add thread_win32.h header
...
Workaround slow std::thread implementation in mingw
and gcc for Windows with our own old low level thread
functions.
No functional change.
2015-03-10 12:42:40 +01:00