Everyone who has worked on a fair-sized C/C++ project surely knows these scenarios: sometimes it’s unavoidable to change or introduce a new #define or declaration that is used nearly everywhere. When you hit the ‘Build’ button next time, you’ll end up recompiling nearly the whole thing. Or you just came to the office, updated your [...]
Archive for the ‘Uncategorized’ category
Speed up C++ build times by means of parallel compilation
January 27, 2012Ditching Facebook, moving to Twitter
September 6, 2011A month ago, I had an interesting talk with my friend who refused to join Facebook or any other “social” media for that matter. In fact, I have a couple of friends outside any virtual friendship circles, but they are certainly a tiny minority. Until then, I was a devoted fan of FB (previously Orkut, [...]
Quick Open File, now available for VS 2010 Beta 2
November 29, 2009Those of you who embarked on the Visual Studio 2010 Beta 2 train, surely miss my Quick Open File plugin :) Well, good news for you: here it is. It was not as straightforward to port it over to VS 2010 as I first thought it would be. The new VS IDE is now WPF based, but my plugin is [...]
Quick Open File for Visual Studio – minor update
November 10, 2009I found out that people come to my homepage mainly to download the Quick Open File for Visual Studio 2008 plugin. In fact there have been over 700 downloads since April-2009, when I first released it. This makes me quite happy because I’ve finally created something people find useful :) As the name suggests, it’s a little utility for Visual Studio [...]
Finally on the web
May 29, 2009Hi there! As some of you may know, I try to pursue a freelance career for a change. So I decided to build myself a website where I can present my work in a convenient way. I’m happy that I finally managed to put it up into a state which I am not completely ashamed of :) I tried to summarize my project [...]