assimp/test/unit
Kim Kulling 5653a82a87 fix the unittests. 2020-09-27 20:20:44 +02:00
..
Common Merge branch 'master' into pugi_xml 2020-09-25 21:00:09 +02:00
ImportExport Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
AbstractImportExportBase.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
AbstractImportExportBase.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
AssimpAPITest.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
AssimpAPITest_aiMatrix3x3.cpp Small changes to C API unit tests. 2020-04-13 14:13:54 -04:00
AssimpAPITest_aiMatrix4x4.cpp Fix build when ASSIMP_DOUBLE_PRECISION is on. 2020-06-28 17:36:21 -07:00
AssimpAPITest_aiQuaternion.cpp Small changes to C API unit tests. 2020-04-13 14:13:54 -04:00
AssimpAPITest_aiVector2D.cpp Small changes to C API unit tests. 2020-04-13 14:13:54 -04:00
AssimpAPITest_aiVector3D.cpp Small changes to C API unit tests. 2020-04-13 14:13:54 -04:00
CCompilerTest.c Refactor: Use LF for end of line 2015-06-28 16:08:06 -06:00
Main.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
MathTest.cpp Small changes to C API unit tests. 2020-04-13 14:13:54 -04:00
MathTest.h Small changes to C API unit tests. 2020-04-13 14:13:54 -04:00
RandomNumberGeneration.h fix the build 2020-04-15 21:52:21 +02:00
SceneDiffer.cpp fix unittests part 2. 2020-03-13 17:00:14 +01:00
SceneDiffer.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
TestIOStream.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
TestIOSystem.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
TestModelFactory.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
UTLogStream.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
UnitTestFileGenerator.h build/clang-cl-windows 2020-07-20 17:04:11 +02:00
UnitTestPCH.h Try disabling C4389 for GTest only for MSVC 2020-08-27 17:02:42 -04:00
ut3DImportExport.cpp fix collada handling of xml nodes. 2020-08-28 16:17:56 +02:00
ut3DSImportExport.cpp Removed unneeded SceneDiffer.h includes. 2020-03-31 17:22:56 -04:00
utACImportExport.cpp add test to unit for acc file format loader 2020-07-06 20:16:22 -04:00
utAMFImportExport.cpp Collada: correct parsing of float data in xml nodes. 2020-09-02 22:38:19 +02:00
utASEImportExport.cpp Removed unneeded SceneDiffer.h includes. 2020-03-31 17:22:56 -04:00
utAnim.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
utArmaturePopulate.cpp Removed unneeded SceneDiffer.h includes. 2020-03-31 17:22:56 -04:00
utAssbinImportExport.cpp Removed unneeded SceneDiffer.h includes. 2020-03-31 17:22:56 -04:00
utB3DImportExport.cpp Removed unneeded SceneDiffer.h includes. 2020-03-31 17:22:56 -04:00
utBVHImportExport.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utBatchLoader.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
utBlendImportAreaLight.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utBlendImportMaterials.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utBlenderImportExport.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utBlenderIntermediate.cpp Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
utBlenderWork.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utCSMImportExport.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utColladaExport.cpp fix collada unittests. 2020-09-21 16:39:24 +02:00
utColladaImportExport.cpp fix the unittests. 2020-09-27 20:20:44 +02:00
utD3MFImportExport.cpp Fix memory handling of xml-nodes in the parser. 2020-09-01 21:48:50 +02:00
utDXFImporterExporter.cpp Removed unneeded SceneDiffer.h includes. 2020-03-31 17:22:56 -04:00
utDefaultIOStream.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
utExport.cpp Unit tests: Enable data structure validation in cases where it doesn't cause failures 2017-11-21 18:04:22 +02:00
utFBXImporterExporter.cpp Update to float 2020-04-30 09:14:42 +02:00
utFastAtof.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
utFindDegenerates.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utFindInvalidData.cpp Remove dead code. 2020-06-09 10:16:05 +02:00
utFixInfacingNormals.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
utGenBoundingBoxesProcess.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utGenNormals.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utHMPImportExport.cpp fix vs2013 warnings in unittests 2020-03-20 10:04:44 +01:00
utIFCImportExport.cpp fix vs2013 warnings in unittests 2020-03-20 10:04:44 +01:00
utIOStreamBuffer.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
utIOSystem.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
utImporter.cpp Oops. Fix string to match restored error text. 2020-08-20 15:10:11 +01:00
utImproveCacheLocality.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utIssues.cpp Merge branch 'pugi_xml' of https://github.com/assimp/assimp into pugi_xml 2020-09-22 17:29:49 +02:00
utJoinVertices.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utLWOImportExport.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utLWSImportExport.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utLimitBoneWeights.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utM3DImportExport.cpp Merge branch 'master' into kimkulling_dev 2020-04-04 18:28:50 +02:00
utMDCImportExport.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utMaterialSystem.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utMatrix3x3.cpp Change from (int division -> cast) to (cast -> float division) 2020-05-29 11:59:28 -04:00
utMatrix4x4.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utMetadata.cpp Added operator== and operator!= to aiMetadata to allow for testing. 2020-06-26 15:07:42 +10:00
utNoBoostTest.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
utObjImportExport.cpp fix invalid check 2020-03-22 14:21:24 +01:00
utObjTools.cpp Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
utOpenGEXImportExport.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utPLYImportExport.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utPMXImporter.cpp Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
utPretransformVertices.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utProfiler.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
utQ3DImportExport.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utRemoveComments.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utRemoveComponent.cpp Update utRemoveComponent.cpp 2020-05-25 20:40:19 +02:00
utRemoveRedundantMaterials.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utRemoveVCProcess.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utSIBImporter.cpp Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
utSMDImportExport.cpp Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
utSTLImportExport.cpp Removed unneeded SceneDiffer.h includes. 2020-03-31 17:22:56 -04:00
utScaleProcess.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utScene.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
utSceneCombiner.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utScenePreprocessor.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utSharedPPData.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
utSimd.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
utSortByPType.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utSplitLargeMeshes.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utStringUtils.cpp closes https://github.com/assimp/assimp/issues/3165: remove deprecated code whch causes compiler warning. 2020-04-26 08:59:52 +02:00
utTargetAnimation.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utTextureTransform.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utTriangulate.cpp Remove duplicate flag 2020-05-06 13:46:26 +02:00
utTypes.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
utValidateDataStructure.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
utVector3.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utVersion.cpp Changed date in test aiGetLegalStringTest to the appropriate year. 2020-01-20 09:14:04 -05:00
utVertexTriangleAdjacency.cpp reformat unittests. 2020-03-22 12:13:09 +01:00
utX3DImportExport.cpp fix next unittests. 2020-09-11 00:46:29 +02:00
utXImporterExporter.cpp Removed unneeded SceneDiffer.h includes. 2020-03-31 17:22:56 -04:00
utglTF2ImportExport.cpp Fix warning: comparison between unsigned and signed. 2020-07-24 10:57:24 +02:00
utglTFImportExport.cpp reformat unittests. 2020-03-22 12:13:09 +01:00