assimp/code/AssetLib/glTF
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
..
glTFAsset.h style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
glTFAsset.inl closes https://github.com/assimp/assimp/issues/3678: ensure lowercase 2021-03-09 21:08:28 +01:00
glTFAssetWriter.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
glTFAssetWriter.inl Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
glTFCommon.cpp Merge branch 'master' into update_copyrights 2021-02-28 12:18:41 +01:00
glTFCommon.h Flip the check on _MSC_VER for using TR1 containers. 2021-04-13 11:15:52 -07:00
glTFExporter.cpp closes https://github.com/assimp/assimp/issues/3678: ensure lowercase 2021-03-09 21:08:28 +01:00
glTFExporter.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
glTFImporter.cpp closes https://github.com/assimp/assimp/issues/3678: ensure lowercase 2021-03-09 21:08:28 +01:00
glTFImporter.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00