kicad/3d-viewer/3d_rendering/3d_render_ogl_legacy
Cirilo Bernardo c2a60d14d7 3D: fix issues reported by Coverity scan
*** CID 143752:  Incorrect expression  (USELESS_CALL)
*** CID 143751:  Incorrect expression  (UNUSED_VALUE)
*** CID 143749:  Uninitialized members  (UNINIT_CTOR)
*** CID 143748:  Uninitialized members  (UNINIT_CTOR)
*** CID 143747:  Uninitialized members  (UNINIT_CTOR)
*** CID 143746:  Uninitialized members  (UNINIT_CTOR)
*** CID 143745:  Uninitialized members  (UNINIT_CTOR)
*** CID 143744:  Uninitialized members  (UNINIT_CTOR)
*** CID 143740:  Null pointer dereferences  (NULL_RETURNS)
*** CID 143739:  Memory - corruptions  (MISMATCHED_ITERATOR)
*** CID 143735:  Integer handling issues  (CONSTANT_EXPRESSION_RESULT)
*** CID 143734:  Error handling issues  (CHECKED_RETURN)
2016-04-06 21:41:52 -04:00
..
c3d_render_createscene_ogl_legacy.cpp Fix compilation and install for OSX plus general code cleanup 2016-03-01 10:08:19 +11:00
c3d_render_ogl_legacy.cpp 3D: fix issues reported by Coverity scan 2016-04-06 21:41:52 -04:00
c3d_render_ogl_legacy.h + Removed glm source from kicad tree (Maciej / Cirilo) 2015-12-08 18:31:57 +11:00
c_ogl_3dmodel.cpp 3D: fix issues reported by Coverity scan 2016-04-06 21:41:52 -04:00
c_ogl_3dmodel.h Manually select changes from Mario Luzeiro's branch to fix model lighting in the preview window. 2016-02-04 12:16:19 +11:00
clayer_triangles.cpp Fixed bad delete/delete [] invocations and other warnings and errors as suggested by cppcheck 2016-04-05 20:32:22 +10:00
clayer_triangles.h Moving headers to facilitate support for building 3D plugins out-of-tree 2015-12-09 18:30:48 +11:00
ogl_legacy_utils.cpp + Removed glm source from kicad tree (Maciej / Cirilo) 2015-12-08 18:31:57 +11:00
ogl_legacy_utils.h Moving headers to facilitate support for building 3D plugins out-of-tree 2015-12-09 18:30:48 +11:00