Twitter updates
- #Mercurial 2.1 is out with lots of largefiles fixes. Thanks to #Unity3d for working hard on making it usable! 3 hours ago
- The C++ AMP specification is online: http://t.co/ndCMyTb3. I wonder if there will be a #AMP -> #OpenCL translator. 12 hours ago
- @codedivine Yes args C++ AMP :P 've been way to busy with OpenCL on AMD lately. 13 hours ago
Development
Graphics
Calendar
Monthly Archives: April 2008
Choose the next post subject
Yeah, you, my dear reader: Choose what you want to read about! State of C++0x: What is coming, what is available today already and why it’s time to get excited. C++/C/C# Interop: How to consume a C++ app from C# … Continue reading
Server problems, VC feature pack updated
You probably noticed it, my blog was down for several hours due to a failure in the database server. Well, in the meantime, the Visual C++ Team released an updated VC++ feature pack which fixes the installer problems and several … Continue reading
Setting up a minimal Debian for VM use
I’ve been just installing a Linux in a VM again (using VirtualBox, tested with 1.5.6). As a minimal system, I choose Debian (with minimal I mean that you don’t get much unused stuff, it boots fast and the disk usage … Continue reading
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