“Selectively Disable Warnings” with clang
I saw this demo done at WWDC on how to turn off warnings, only when truly warranted, while...
LLVM + Visual Studio = :)
What!? LLVM is available for Visual Studio? http://llvm.org/docs/GettingStartedVS.html
GoingNative 2012
Last week I was fortunate to attend the GoingNative 2012 seminar hosted at Microsoft’s Redmond campus. Bjarne Stroustrup,...
Detecting clang or llvm in Xcode 4.2
Use either __clang__ or __llvm__ defines. More information can be found at stackoverflow
Productivity Power Tools by Microsoft
Microsoft has a plug-in for Visual Studio that adds a lot of nice little features that I never...
Cyclomatic Complexity
I was introduced to Cyclomatic Complexity at Eric Rimbley’s course at Construx; I was facinated with the topic...
C++ tips and tricks for MacOS X
I had to do some fancy debugging of a C++ dylib and while I was searching around the...
Parallel coding
Last year, I had the great privilege of attending “Effective Concurrency” by Herb Sutter; I say great because...