Page 1 of 1

STK optimisations [Joerg, look here]

PostPosted: 28 Apr 2011, 19:12
by KroArtem
Disclaimer: I'm not a developer/user of this product and create a topic here just in case Joerg will find this tool useful.
Some weeks ago I discovered a static analyzer that detects errors in source code of C/C++/C++0x applications. It is made by Russian coders and I've read some topics where they were analyzing open-source programs code and sent them bugreports. After these topics I suddenly thought: 'Why not? Stk can also use it to find some errors'. This program is shareware, but some general tests can be done in trial version. And afaik developers provide full version for open-source projects (not 100% sure about it).
Why this post is mostly for Joerg? Because this program is something like a plugin for visual studio 2005/2008/2010 and he is the only developer who uses visual studio :)
Why am I writing this post today, not weeks ago? Stk 0.7.2 is going to fix memory leaks and this tool can help devs to find problems faster.
Hope this will help our devs at least a bit :) Don't ignore this tool, give it a try (and only after this you can blame me :D)
Here is the link to the english version of the site:
http://www.viva64.com/en/pvs-studio/

Re: STK optimisations [Joerg, look here]

PostPosted: 29 Apr 2011, 05:26
by hiker
Hi,

thanks for the link. This tool will not help us with the memory leaks at all (I already know where the memory is leaked ;) ) - how to fix this is the main issue. I might have a look later and see how 'clean' we all programmed :)

Cheers,
Joerg

Re: STK optimisations [Joerg, look here]

PostPosted: 26 Jun 2011, 00:31
by KroArtem
up?