Is it possible to do an incremental check? If not, how hard is it to develop this feature? Can you give some guidelines?
Thanks, Nir
The GUI has a button to check only files that have been changed.
For the CLI you could use make or something.
See also the svn/git hook scripts that will run cppcheck on modified files. There are links on the mainpage: http://cppcheck.sourceforge.net/
Log in to post a comment.
Is it possible to do an incremental check?
If not, how hard is it to develop this feature? Can you give some guidelines?
Thanks,
Nir
The GUI has a button to check only files that have been changed.
For the CLI you could use make or something.
See also the svn/git hook scripts that will run cppcheck on modified files. There are links on the mainpage: http://cppcheck.sourceforge.net/