assimp/code/AssetLib/X3D
Krishty 36305cf987 Tidy Up Constructors and Destructors
This commit does not add or remove c’tors or d’tors, so it is *not* ABI-breaking.

If a c’tor/d’tor does nothing else than the default behavior, this commit replaces it with “= default”.

If an initializer list entry does nothing else than the default behavior, this commit removes it. First and foremost, remove default c’tor calls of base classes (always called by the compiler if no other base c’tor is explicitly called) and c’tor calls of members with complex types (e.g. “std::vector”).

In a few instances, user-defined copy c’tors / move c’tors / assignment operators / move assignment operators were replaced with “= default”, too. I only did this if I had a clear understanding of what’s going on.
2023-01-16 21:47:11 +01:00
..
X3DExporter.cpp Apply modernize-use-emplace clang-tidy rule 2022-08-23 11:41:49 -04:00
X3DExporter.hpp Tidy Up Constructors and Destructors 2023-01-16 21:47:11 +01:00
X3DGeoHelper.cpp Apply modernize-use-emplace clang-tidy rule 2022-08-23 11:41:49 -04:00
X3DGeoHelper.h migrated x3d importer to pugixml reader 2021-09-12 11:37:33 +02:00
X3DImporter.cpp Apply various clang-tidy checks for smartprs and modern C++ types 2022-11-08 11:03:55 -05:00
X3DImporter.hpp apply fixes to more headers 2022-09-01 12:28:45 -04:00
X3DImporter_Geometry2D.cpp Merge branch 'master' into skylion007/modernize-use-emplace 2022-08-24 11:48:30 +02:00
X3DImporter_Geometry3D.cpp Use correct XmlParser-methods and add some missing casts 2021-12-13 18:06:23 +01:00
X3DImporter_Group.cpp X3D: simplistic attempt to avoid crashes due to nullptr access 2021-12-01 12:21:29 +01:00
X3DImporter_Light.cpp Fixes 2021-11-10 20:37:27 +01:00
X3DImporter_Macro.hpp apply fixes to more headers 2022-09-01 12:28:45 -04:00
X3DImporter_Metadata.cpp Fixes 2021-11-10 20:37:27 +01:00
X3DImporter_Networking.cpp Fixes 2021-11-10 20:37:27 +01:00
X3DImporter_Node.hpp Tidy Up Constructors and Destructors 2023-01-16 21:47:11 +01:00
X3DImporter_Postprocess.cpp fixed some compiling issues 2021-09-15 14:49:46 +02:00
X3DImporter_Rendering.cpp Fixes 2021-11-10 20:37:27 +01:00
X3DImporter_Shape.cpp Fixes 2021-11-10 20:37:27 +01:00
X3DImporter_Texturing.cpp Fixes 2021-11-10 20:37:27 +01:00
X3DXmlHelper.cpp migrated x3d importer to pugixml reader 2021-09-12 11:37:33 +02:00
X3DXmlHelper.h migrated x3d importer to pugixml reader 2021-09-12 11:37:33 +02:00