Perforce and Xcode4
I created some AppleScripts that allow you to control some basic Perforce functionality in Xcode4, which was lost...
A note about performance
On a multi-core Mac, running 10.8, I ran a test to compare the speed differences of incrementing or...
Automating Instruments
I actually automate Instruments to get finer grain information of what an application is actually doing. To automated...
Bitten by ImageIO and libTIFF
ApplicationServices.framework and ImageIO.framework use their own version of libJPEG/libTIFF so if you were to use the standard version from the web, you would have a conflict when the application loads. This appears to only affect Xcode 4.X.
Google C++ Testing Framework and C++11
I’ve been using Google’s C++ Testing Framework for some time now, but as soon as I tried to...
Duplicating projects and Xcode4
I found that when you duplicate a Xcode project, say to make experimental changes you don’t want in...
Checking out a file in Perforce using Xcode’s 4 behaviors
Perforce published a knowledge base article on how to use Xcode’s built in behaviors to check out a...
Code review time
Right now, I’m reviewing code I copied into my own code branch (p4) and I’m finding that I’m...
CPUID for MacOS
This is a little old, but I wanted to share the link any for those looking for CPUID...
Converting ASCII to HEX and vice-versa
I created a Dashboard Widget to convert ASCII characters to HEX. The Widget uses Javascript code created by...