[Kicad-developers] PATCH: Coverity CID 149046

2016-06-02 Thread Cirilo Bernardo
The attached patch fixes CID 149046 (dead code). === modified file 'plugins/3d/vrml/v2/vrml2_shape.cpp' --- plugins/3d/vrml/v2/vrml2_shape.cpp 2016-05-20 01:12:07 + +++ plugins/3d/vrml/v2/vrml2_shape.cpp 2016-06-03 00:13:46 + @@ -490,22 +490,11 @@ if( NULL != appearance )

Re: [Kicad-developers] Coverity scans.

2016-06-02 Thread Cirilo Bernardo
The idftools are a mature set of tools and have already been fixed based on some of the earliest coverity reports. Since I did make some changes to the tools recently (replaced GNU getopt with the wxWidgets equivalent) I think it would be good to put them through one scan but I don't believe

Re: [Kicad-developers] New stable version.

2016-06-02 Thread Simon Wells
Sorry this was meant to be sent to the list not just to Adam Simon Asked: which bug was it that required upgrading? is it one that may need to up the minimum cmake version required in CMakeLists.txt? - Adam Responded: I think so, especially on OS X. https://cmake.org/Bug/view.php?id=15355 On

Re: [Kicad-developers] New stable version.

2016-06-02 Thread Wayne Stambaugh
Thanks for the update. Let me know if the stable branch will not build on OSX. It builds fine on 32 and 64 bit windows builds. I still have to build it on linux to make sure there are not issues. On 6/2/2016 1:29 PM, Adam Wolf wrote: > This is being hairy. > > I had to upgrade cmake on the

Re: [Kicad-developers] New stable version.

2016-06-02 Thread Adam Wolf
This is being hairy. I had to upgrade cmake on the system in order to get the nightly builds to continue working, due to a known bug in CMake, and now I'm having issues getting stable to build. We're working through the issues, but it might be a bit longer. Adam Wolf On Fri, May 27, 2016 at

[Kicad-developers] Coverity scans.

2016-06-02 Thread Wayne Stambaugh
I was looking over the latest coverity scans and noticed that the gerbview, kicad, and pagelayout_editor source folders were not included in the analysis. I just added them so expect a spike in findings on the next scan. I also notice that the idftools folder is not included. Do we want to add