kicad/3d-viewer/3d_cache/sg
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
..
CMakeLists.txt Fix compilation and install for OSX plus general code cleanup 2016-03-01 10:08:19 +11:00
ifsg_api.cpp Fixed bad delete/delete [] invocations and other warnings and errors as suggested by cppcheck 2016-04-05 20:32:22 +10:00
ifsg_appearance.cpp Changed IFSG* log reports from stderr/stdout to wxLogTrace 2016-02-23 16:28:41 +11:00
ifsg_colors.cpp Changed IFSG* log reports from stderr/stdout to wxLogTrace 2016-02-23 16:28:41 +11:00
ifsg_coordindex.cpp Changed IFSG* log reports from stderr/stdout to wxLogTrace 2016-02-23 16:28:41 +11:00
ifsg_coords.cpp Changed IFSG* log reports from stderr/stdout to wxLogTrace 2016-02-23 16:28:41 +11:00
ifsg_faceset.cpp Changed IFSG* log reports from stderr/stdout to wxLogTrace 2016-02-23 16:28:41 +11:00
ifsg_index.cpp Changed IFSG* log reports from stderr/stdout to wxLogTrace 2016-02-23 16:28:41 +11:00
ifsg_node.cpp Changed IFSG* log reports from stderr/stdout to wxLogTrace 2016-02-23 16:28:41 +11:00
ifsg_normals.cpp Changed IFSG* log reports from stderr/stdout to wxLogTrace 2016-02-23 16:28:41 +11:00
ifsg_shape.cpp Switched SG* classes and plugin loader logging code from stderr to wxLogTrace 2016-02-23 17:46:22 +11:00
ifsg_transform.cpp Changed IFSG* log reports from stderr/stdout to wxLogTrace 2016-02-23 16:28:41 +11:00
scenegraph.cpp 3D: fix issues reported by Coverity scan 2016-04-06 21:41:52 -04:00
scenegraph.h Moving headers to facilitate support for building 3D plugins out-of-tree 2015-12-09 18:30:48 +11:00
sg_appearance.cpp Work on SG consistency checks: fixed a number of bugs and improved integrity checking when writing cache files 2016-03-14 12:30:59 +11:00
sg_appearance.h Changed handling of ambientIntensity; change of major version in SG* lib 2016-02-07 08:41:27 +11:00
sg_base.cpp Switched SG* classes and plugin loader logging code from stderr to wxLogTrace 2016-02-23 17:46:22 +11:00
sg_colors.cpp Work on SG consistency checks: fixed a number of bugs and improved integrity checking when writing cache files 2016-03-14 12:30:59 +11:00
sg_colors.h Implemented per-vertex colors for VRML2 and SGNODE 2016-01-06 16:15:54 +11:00
sg_coordindex.cpp + Bugfix: changed Plugin Loader to expect 'GetPluginVersion' instead of 2015-12-15 18:53:03 +11:00
sg_coordindex.h + Bugfix: changed Plugin Loader to expect 'GetPluginVersion' instead of 2015-12-15 18:53:03 +11:00
sg_coords.cpp Work on SG consistency checks: fixed a number of bugs and improved integrity checking when writing cache files 2016-03-14 12:30:59 +11:00
sg_coords.h + Fixed bug in SGSHAPE::Prepare() : bad assignment of color pointer 2015-12-17 13:55:35 +11:00
sg_faceset.cpp Fixed bad delete/delete [] invocations and other warnings and errors as suggested by cppcheck 2016-04-05 20:32:22 +10:00
sg_faceset.h Work in progress: implementing SG translation for VRML1 models 2016-01-06 15:34:14 +11:00
sg_helpers.cpp Fix invocation of glm::cross and glm::normalize 2016-03-15 11:38:55 +11:00
sg_helpers.h 3D: fix issues reported by Coverity scan 2016-04-06 21:41:52 -04:00
sg_index.cpp Work on SG consistency checks: fixed a number of bugs and improved integrity checking when writing cache files 2016-03-14 12:30:59 +11:00
sg_index.h Moving headers to facilitate support for building 3D plugins out-of-tree 2015-12-09 18:30:48 +11:00
sg_node.cpp Work on SG consistency checks: fixed a number of bugs and improved integrity checking when writing cache files 2016-03-14 12:30:59 +11:00
sg_node.h Work on SG consistency checks: fixed a number of bugs and improved integrity checking when writing cache files 2016-03-14 12:30:59 +11:00
sg_normals.cpp Work on SG consistency checks: fixed a number of bugs and improved integrity checking when writing cache files 2016-03-14 12:30:59 +11:00
sg_normals.h Moving headers to facilitate support for building 3D plugins out-of-tree 2015-12-09 18:30:48 +11:00
sg_shape.cpp Fixed bad delete/delete [] invocations and other warnings and errors as suggested by cppcheck 2016-04-05 20:32:22 +10:00
sg_shape.h Moving headers to facilitate support for building 3D plugins out-of-tree 2015-12-09 18:30:48 +11:00