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: January 2009
Staying up to date
I tend to visit quite a few news sites and forums each day, so I stay up to date with the latest developments. However, I noticed that I’m spending increasingly more time just browsing through news sites, which is bad … Continue reading
Some notes about testing
Before you get the wrong impression, I’m also writing code besides writing test code, but it’s still very much work in progress, so I don’t want to talk too much about it yet. So back to testing, which I’m practicing … Continue reading
Test on multiple platforms
Just testing on one platform is not enough. Over the last two days, I’ve been porting a fairly large project over to Linux, and today I fixed the last problems. So far, all 400 unit tests that work on x86 … Continue reading