Twitter updates
- @repi Sounds great, I guess that should also help to make the games more stable on PC. Wonder what perf difference you see, if any? 16 hours ago
- @aras_p Happy birthday! The link you attached seems to be broken though. 1 day 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