assimp/code/Common
Krishty f761dc72f4 style fix - initializing and assigning empty std::string properly
std::string s(""); s = ""; calls the copy constructor, which in turn calls strlen(), … assigning a default-constructed string generates fewer instructions and is therefore preferred.

With C++11 uniform initialization, you’d simply write s = { } instead.
2021-04-16 23:43:56 +02:00
..
AssertHandler.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
AssertHandler.h Allow assert handling to be replaced. 2020-06-23 11:55:51 +01:00
Assimp.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
BaseImporter.cpp style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
BaseProcess.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
BaseProcess.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Bitmap.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
CreateAnimMesh.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
DefaultIOStream.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
DefaultIOSystem.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
DefaultLogger.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
DefaultProgressHandler.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Exceptional.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Exporter.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FileLogStream.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FileSystemFilter.h style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
IFF.h Fix references in cmake file. 2019-06-09 18:43:56 +02:00
Importer.cpp style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
Importer.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
ImporterRegistry.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
PolyTools.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
PostStepRegistry.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
RemoveComments.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
SGSpatialSort.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
SceneCombiner.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
ScenePreprocessor.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
ScenePreprocessor.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
ScenePrivate.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
SkeletonMeshBuilder.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
SpatialSort.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
StandardShapes.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
StdOStreamLogStream.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Subdivision.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
TargetAnimation.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
TargetAnimation.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Version.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
VertexTriangleAdjacency.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
VertexTriangleAdjacency.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Win32DebugLogStream.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
ZipArchiveIOSystem.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
assbin_chunks.h Renamed WriteDumb.cpp to WriteDump.cpp 2020-01-30 16:40:34 -05:00
material.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
scene.cpp style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
simd.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
simd.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00