[Kdenlive-devel] cppcheck

2013-12-02 Thread Mikko Rapeli
cppcheck is a simple but effective static analysis tool. Here's how I run it with latest kdenlive 0.9 branch: $ cppcheck -I src -I /usr/include -I thumbnailer -I plugins/sampleplugin/ \ -I renderer/ --enable=all -v --force . 2> cppcheck_log.txt Results show partially similar issues than Coverit

[Kdenlive-devel] build servers?

2013-12-02 Thread Mikko Rapeli
Hi, Is there a build server for kdenlive somewhere? Maybe some of the downstream distributions? I would like to automate cppcheck and Coverity runs but don't have a build server at hand. The Coverity run would need to store a password token somewhere to do the upload of data, and of course instal

[Kdenlive-devel] build servers?

2013-12-02 Thread Yuri Chornoivan
Mon, 02 Dec 2013 21:08:06 +0200, Mikko Rapeli : > Hi, > > Is there a build server for kdenlive somewhere? Maybe some of the > downstream > distributions? > > I would like to automate cppcheck and Coverity runs but don't have a > build > server at hand. The Coverity run would need to

[Kdenlive-devel] build servers?

2013-12-02 Thread Mikko Rapeli
On Mon, Dec 02, 2013 at 09:20:38PM +0200, Yuri Chornoivan wrote: > Can it be integrated with KDE build service: > > http://build.kde.org/view/extragear/ > > ? Propably yes. I'll try to read into kde infra a bit. Or maybe someone already knows the details, processes and links to correct wiki page

[Kdenlive-devel] build servers?

2013-12-02 Thread Brian Matherly
>Hi, > >Is there a build server for kdenlive somewhere? Maybe some of the downstream >distributions? > >I would like to automate cppcheck and Coverity runs but don't have a build >server at hand. The Coverity run would need to store a password token somewhere >to do the upload of data, and of cou

[Kdenlive-devel] Coverity

2013-12-02 Thread Vincent PINON
Hello, Subcribed ! This can be a good way to start... To increase quality, we could also try to close any warning from GCC but try also LLVM ? +I did run an editing session with valgrind, but need to RTFM to see what to do from the results ;-) Bye Vincent Le 02/12/2013 19:46, Mikko Rapeli a ?cr

[Kdenlive-devel] Coverity

2013-12-02 Thread Mikko Rapeli
Hi all, I did another Coverity static analysis run for kdenlive 0.9 branch and results are available at https://scan.coverity.com/ . At the moment only me and JBM are members of the kdenlive Coverity project and can view results, but anyone else is free to join in as well. Just create an account