kicad/plugins/3d/vrml/v1
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
..
vrml1_base.cpp Fixed bad delete/delete [] invocations and other warnings and errors as suggested by cppcheck 2016-04-05 20:32:22 +10:00
vrml1_base.h Fix compilation and install for OSX plus general code cleanup 2016-03-01 10:08:19 +11:00
vrml1_coords.cpp Change logging of X3D and VRML1 parsers from stderr to wxLogTrace 2016-02-23 11:20:34 +11:00
vrml1_coords.h Improved VRML1 conformance to spec 2016-01-08 16:23:42 +11:00
vrml1_faceset.cpp Fixed bad delete/delete [] invocations and other warnings and errors as suggested by cppcheck 2016-04-05 20:32:22 +10:00
vrml1_faceset.h Fixed normals calculations in wrlfacet 2016-02-02 11:23:15 +11:00
vrml1_group.cpp Fixed bad delete/delete [] invocations and other warnings and errors as suggested by cppcheck 2016-04-05 20:32:22 +10:00
vrml1_group.h Improved VRML1 conformance to spec 2016-01-08 16:23:42 +11:00
vrml1_matbinding.cpp Change logging of X3D and VRML1 parsers from stderr to wxLogTrace 2016-02-23 11:20:34 +11:00
vrml1_matbinding.h Improved VRML1 conformance to spec 2016-01-08 16:23:42 +11:00
vrml1_material.cpp Change logging of X3D and VRML1 parsers from stderr to wxLogTrace 2016-02-23 11:20:34 +11:00
vrml1_material.h Fix compilation and install for OSX plus general code cleanup 2016-03-01 10:08:19 +11:00
vrml1_node.cpp Fixed bad delete/delete [] invocations and other warnings and errors as suggested by cppcheck 2016-04-05 20:32:22 +10:00
vrml1_node.h Fixed bad delete/delete [] invocations and other warnings and errors as suggested by cppcheck 2016-04-05 20:32:22 +10:00
vrml1_separator.cpp Fixed bad delete/delete [] invocations and other warnings and errors as suggested by cppcheck 2016-04-05 20:32:22 +10:00
vrml1_separator.h Improved VRML1 conformance to spec 2016-01-08 16:23:42 +11:00
vrml1_shapehints.cpp 3D: fix issues reported by Coverity scan 2016-04-06 21:41:52 -04:00
vrml1_shapehints.h Initial introduction of improved VRML normals calculations; working on VRML1 2016-02-01 17:27:50 +11:00
vrml1_switch.cpp Change logging of X3D and VRML1 parsers from stderr to wxLogTrace 2016-02-23 11:20:34 +11:00
vrml1_switch.h Improved VRML1 conformance to spec 2016-01-08 16:23:42 +11:00
vrml1_transform.cpp Change logging of X3D and VRML1 parsers from stderr to wxLogTrace 2016-02-23 11:20:34 +11:00
vrml1_transform.h Improved VRML1 conformance to spec 2016-01-08 16:23:42 +11:00