assimp/code/AssetLib
Krishty 6cbeca5518 fixed glTF export stuff being pulled into the EXE even if building with ASSIMP_BUILD_NO_EXPORT
“LazyDictBase::WriteObjects()” in the two glTF implementations is only used for export. Since it’s a virtual method, and many compilers have trouble removing unreferenced virtual methods, glTF export stuff is pulled into the binary even if compiling without exports.

This commit removes said virtual function if only compiling for import.

This removes 75 KiB of useless code when compiled with Visual Studio for x64.
2021-04-16 20:44:40 +02:00
..
3DS Fixing 3DS import for CHUNK_TRMATRIX translation vector. 2021-03-29 15:31:08 +02:00
3MF closes https://github.com/assimp/assimp/issues/3678: ensure lowercase 2021-03-09 21:08:28 +01:00
AC Fix compiling issues in clang-cl 2021-03-03 22:30:36 -08:00
AMF Update AMFImporter_Material.cpp 2021-04-03 10:29:16 +02:00
ASE Update copyrights to 2021. 2021-02-28 12:17:54 +01: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 Update copyrights to 2021. 2021-02-28 12:17:54 +01: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 closes https://github.com/assimp/assimp/issues/3678: ensure lowercase 2021-03-09 21:08:28 +01:00
DXF Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBX Flip the check on _MSC_VER for using TR1 containers. 2021-04-13 11:15:52 -07:00
HMP Fix direct leak 2021-04-05 21:24:54 +02:00
IFC Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Irr Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
LWO Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
LWS Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
M3D Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
MD2 Update copyrights to 2021. 2021-02-28 12:17:54 +01: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 Fix MDC loader 2021-04-05 16:39:41 +03:00
MDL workaround for ASSIMP_DOUBLE_PRECISION compile errors 2021-02-28 14:45:39 -08:00
MMD closes https://github.com/assimp/assimp/issues/3678: ensure lowercase 2021-03-09 21:08:28 +01: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 Fix parsing for AMF-Files. 2021-04-03 10:25:03 +02:00
OpenGEX Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Ply Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Q3BSP Update copyrights to 2021. 2021-02-28 12:17:54 +01: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 closes https://github.com/assimp/assimp/issues/3678: ensure lowercase 2021-03-09 21:08:28 +01:00
X3D Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
XGL Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
glTF fixed glTF export stuff being pulled into the EXE even if building with ASSIMP_BUILD_NO_EXPORT 2021-04-16 20:44:40 +02:00
glTF2 fixed glTF export stuff being pulled into the EXE even if building with ASSIMP_BUILD_NO_EXPORT 2021-04-16 20:44:40 +02:00