kicad/plugins/3d/vrml/x3d
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
..
x3d_appearance.cpp 3D: fix issues reported by Coverity scan 2016-04-06 21:41:52 -04:00
x3d_appearance.h Added preliminary X3D parser with no visualization data 2016-02-05 15:32:52 +11:00
x3d_base.cpp Fixed bad delete/delete [] invocations and other warnings and errors as suggested by cppcheck 2016-04-05 20:32:22 +10:00
x3d_base.h Added preliminary X3D parser with no visualization data 2016-02-05 15:32:52 +11:00
x3d_coords.cpp Change logging of X3D and VRML1 parsers from stderr to wxLogTrace 2016-02-23 11:20:34 +11:00
x3d_coords.h Added visualization of X3D models 2016-02-05 16:08:30 +11:00
x3d_ifaceset.cpp Change logging of X3D and VRML1 parsers from stderr to wxLogTrace 2016-02-23 11:20:34 +11:00
x3d_ifaceset.h Added preliminary X3D parser with no visualization data 2016-02-05 15:32:52 +11:00
x3d_ops.cpp Change logging of X3D and VRML1 parsers from stderr to wxLogTrace 2016-02-23 11:20:34 +11:00
x3d_ops.h Added preliminary X3D parser with no visualization data 2016-02-05 15:32:52 +11:00
x3d_shape.cpp Change logging of X3D and VRML1 parsers from stderr to wxLogTrace 2016-02-23 11:20:34 +11:00
x3d_shape.h Added preliminary X3D parser with no visualization data 2016-02-05 15:32:52 +11:00
x3d_transform.cpp Change logging of X3D and VRML1 parsers from stderr to wxLogTrace 2016-02-23 11:20:34 +11:00
x3d_transform.h Added preliminary X3D parser with no visualization data 2016-02-05 15:32:52 +11:00