assimp/code/AssetLib
Krishty f3c18556d1 reduced OpenGEX string bloat
The OpenGEX importer defined a few global std::string constants, only to convert them back to C strings on use. This commit defines them as C strings from the beginning.

strncmp() was used to compare these strings to other strings, but the length limit was set to string length, which made it equivalent to strcmp(), just slower. Fixed that as well.
2021-05-04 22:01:01 +02:00
..
3DS use const chars 2021-05-04 10:57:30 +02:00
3MF Use const char* const 2021-05-04 12:09:38 +02:00
AC style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
AMF use const chars 2021-05-04 10:57:30 +02:00
ASE style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
Assbin Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Assjson Check _MSC_VER for MSVC specific pragma directives. 2020-12-02 02:05:14 +05:30
Assxml Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
B3D Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
BVH Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Blender Merge branch 'master' into fix-file-detection 2021-05-02 19:41:33 +02:00
C4D Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
COB Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
CSM Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Collada Merge branch 'master' into fix-file-detection 2021-05-02 19:41:33 +02:00
DXF reduced DXF string bloat 2021-05-04 22:01:00 +02:00
FBX Merge branch 'master' into fbxBlendshapes 2021-05-03 07:40:25 -07:00
HMP Fix direct leak 2021-04-05 21:24:54 +02:00
IFC style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
Irr style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
LWO style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
LWS style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
M3D added missing file extensions to aiImporterDesc::mFileExtensions 2021-04-23 15:05:09 +02:00
MD2 moved MD2/MDC tables from BSS to const data 2021-04-17 00:32:04 +02:00
MD3 Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
MD4 Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
MD5 Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
MDC moved MD2/MDC tables from BSS to const data 2021-04-17 00:32:04 +02:00
MDL style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
MMD style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
MS3D Fix incorrect indices in the MilkShape 3D loader 2021-04-05 19:14:48 -07:00
NDO Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
NFF Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
OFF Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Obj Fix apha value 2021-02-15 11:51:20 +01:00
Ogre reduced Ogre string bloat 2021-05-04 22:01:00 +02:00
OpenGEX reduced OpenGEX string bloat 2021-05-04 22:01:01 +02:00
Ply Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Q3BSP Merge branch 'master' into fix-file-detection 2021-05-02 19:41:33 +02:00
Q3D Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Raw Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
SIB Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
SMD Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
STEPParser Fix parsing for AMF-Files. 2021-04-03 10:25:03 +02:00
STL Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Step Flip the check on _MSC_VER for using TR1 containers. 2021-04-13 11:15:52 -07:00
Terragen Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Unreal Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
X style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
X3D removed dead code 2021-04-23 15:15:21 +02:00
XGL style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
glTF Merge branch 'master' into empty-string-style 2021-04-30 00:54:57 +02:00
glTF2 Merge branch 'master' into empty-string-style 2021-04-30 00:54:57 +02:00