Tag Archives: c++

C++, ownership and shared_ptr

I’m a big fan of C++ shared_ptr — or I should rather say, I used to be a big fan. Lately I ran into some issues where the “shared ownership” model promoted by liberate use of shared_ptr started to make … Continue reading

Posted in Programming | Tagged , | 1 Comment

Review: PVS Studio

Disclaimer: The friendly folks at Viva64 have kindly provided me a review version of PVS Studio. I could test it completely on my own, on my machine, just as if I would have bought it. As I have been curious … Continue reading

Posted in Programming | Tagged , , , | 1 Comment

VPlan4: Project overview

VPlan4 Fast-forward to 2010: I started to use Linux for some of my development work, and I really wanted VPlan to run on Linux as well. In the meantime, all of the web-based tools have appeared with nice UIs, drag & … Continue reading

Posted in Programming | Tagged , , , , | Leave a comment

Build engineering

Do you have one-click-builds for your whole project? That’s a good question (so good that you should ask it before you get employed), but if the answer is no, chances are high that your team has not dedicated enough time … Continue reading

Posted in Programming | Tagged , , , , | Leave a comment