なんだこれは

はてなダイアリーから移転しました。

TortoiceSVN + CppCheck のはなし

TortoiseSVN でコミットする前に CppCheck でソースコードをチェックする方法があるという。

Cppcheck is integrated with many popular development tools. For instance:

  • Code::Blocks - integrated
  • CodeLite - integrated
  • CppDepend 5 - integrated
  • Eclipse - Cppcheclipse
  • gedit - gedit plugin
  • Hudson - Cppcheck Plugin
  • Jenkins - Cppcheck Plugin
  • Mercurial (Linux) - pre-commit hook - Check for new errors on commit (requires interactive terminal)
  • Tortoise SVN - Adding a pre-commit hook script
  • Visual Studio - Visual Studio plugin
http://cppcheck.sourceforge.net/

で Tortoice SVN のリンクをたどると、

Since last changes with SourceForge, CppCheck data on SourceForge is missing. Therefore, I’m re-posting it here:

http://omerez.com/automatic-static-code-analysis/

消されてしまったから、もういっかいここに残すよとある。

うーん、そうなのいいのか? CppCheck としてはどうなの?

あとこの Script のライセンスがどこにもないような。