Twitter updates
- #Mercurial 2.1 is out with lots of largefiles fixes. Thanks to #Unity3d for working hard on making it usable! 4 hours ago
- The C++ AMP specification is online: http://t.co/ndCMyTb3. I wonder if there will be a #AMP -> #OpenCL translator. 13 hours ago
- @codedivine Yes args C++ AMP :P 've been way to busy with OpenCL on AMD lately. 14 hours ago
Development
Graphics
Calendar
Daily Archives: 10.4.2008
Bug in Boost 1.35/Threads, Condition::notify_one
There is a bug in Boost.Threads 1.35 (tracked as #1803) — basically, condition::notify_one may fail to wake-up a thread. It is fixed on the trunk (r44150 — thanks Anthony Williams for the quick fix). The bug might not sound that … Continue reading