.. |
AbstractImportExportBase.cpp
|
New tests for importers.
|
2016-12-01 10:29:39 +01:00 |
AbstractImportExportBase.h
|
closes https://github.com/assimp/assimp/issues/809: add vertex color
|
2017-02-04 14:51:23 +01:00 |
AssimpAPITest.cpp
|
License info: fix dates
|
2016-02-25 18:22:59 +01:00 |
CCompilerTest.c
|
Refactor: Use LF for end of line
|
2015-06-28 16:08:06 -06:00 |
Main.cpp
|
Refactor: Expand tabs to 4 spaces
|
2015-06-28 16:08:06 -06:00 |
SceneDiffer.cpp
|
SceneDiffer: fix compiler warning: unused function.
|
2016-12-31 16:14:06 +01:00 |
SceneDiffer.h
|
New tests for importers.
|
2016-12-01 10:29:39 +01:00 |
TestIOStream.h
|
Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/
|
2017-02-28 11:44:04 +09:00 |
TestIOSystem.h
|
New tests for importers.
|
2016-12-01 10:29:39 +01:00 |
TestModelFactory.h
|
New tests for importers.
|
2016-12-01 10:29:39 +01:00 |
UnitTestPCH.h
|
Fix resource leaks in unit tests.
|
2016-07-04 22:15:23 +02:00 |
ut3DImportExport.cpp
|
unittest: new unittest for 3D-importer.
|
2017-01-07 17:45:29 +01:00 |
ut3DSImportExport.cpp
|
unittest: add unittest form 3ds-format.
|
2017-01-07 17:48:33 +01:00 |
utACImportExport.cpp
|
Unittest: new unittests.
|
2017-01-07 17:33:18 +01:00 |
utAMFImportExport.cpp
|
unittest: add import export unittest for AMF-format.
|
2017-01-07 17:58:31 +01:00 |
utASEImportExport.cpp
|
unittest: add unittest from ASE format importer.
|
2017-01-07 19:58:27 +01:00 |
utAnim.cpp
|
anim-header: fix some review findings + andd base tests.
|
2016-11-23 22:00:52 +01:00 |
utB3DImportExport.cpp
|
unittest: add unittest for b3d format importer / exporte3r.
|
2017-01-07 20:02:36 +01:00 |
utBVHImportExport.cpp
|
unittest: add unittest for bvh file importer.
|
2017-01-07 20:27:59 +01:00 |
utBatchLoader.cpp
|
BatchImporter: make validation configurable and add unittest for class.
|
2016-11-11 12:49:05 +01:00 |
utBlendImportAreaLight.cpp
|
Adds support for area lights.
|
2016-05-16 13:04:43 +02:00 |
utBlendImportMaterials.cpp
|
Adds blender material loading.
|
2016-05-17 21:17:51 +02:00 |
utBlenderImportExport.cpp
|
Blender: add import test to unit test suite.
|
2017-01-07 16:14:09 +01:00 |
utBlenderIntermediate.cpp
|
Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix
|
2016-11-23 22:24:04 +11:00 |
utCSMImportExport.cpp
|
unittest: add unittest for CSM format importer / exporter.
|
2017-01-07 21:07:41 +01:00 |
utColladaExportCamera.cpp
|
Fix resource leaks in unit tests.
|
2016-07-04 22:15:23 +02:00 |
utColladaExportLight.cpp
|
Fix resource leaks in unit tests.
|
2016-07-04 22:15:23 +02:00 |
utColladaImportExport.cpp
|
unittest: add import export test for collada file importer exporter.
|
2017-01-07 20:32:35 +01:00 |
utD3MFImportExport.cpp
|
Unittests: add 3mf load test.
|
2017-03-14 19:24:20 +01:00 |
utDXFImporterExporter.cpp
|
Initial test suite for DFX-format.
|
2016-12-08 19:24:25 +01:00 |
utDefaultIOStream.cpp
|
Remove compile warning.
|
2016-12-03 09:23:07 +01:00 |
utExport.cpp
|
Fixed: Use CMake to identify directory containing test models
|
2015-06-30 19:59:55 -06:00 |
utFBXImporterExporter.cpp
|
Unittest: fix a uppcase typo for the example FBX-file.
|
2016-12-02 16:47:54 +01:00 |
utFastAtof.cpp
|
Adding double precision import support for formats that can be exported
|
2016-07-16 18:23:33 +10:00 |
utFindDegenerates.cpp
|
Fix resource leaks in unit tests.
|
2016-07-04 22:15:23 +02:00 |
utFindInvalidData.cpp
|
Fix resource leaks in unit tests.
|
2016-07-04 22:15:23 +02:00 |
utFixInfacingNormals.cpp
|
License info: fix dates
|
2016-02-25 18:22:59 +01:00 |
utGenNormals.cpp
|
Fix resource leaks in unit tests.
|
2016-07-04 22:15:23 +02:00 |
utHMPImportExport.cpp
|
unittest: add unittest for hmp import format.
|
2017-01-07 21:29:22 +01:00 |
utIFCImportExport.cpp
|
unit: add format import test for lws-format.
|
2017-01-12 20:17:35 +01:00 |
utIOStreamBuffer.cpp
|
Unittest: fix compiler warning: unused variable.
|
2016-12-31 16:20:59 +01:00 |
utIOSystem.cpp
|
Remove dead code.
|
2016-11-29 19:38:42 +01:00 |
utImporter.cpp
|
Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/
|
2017-02-28 11:44:04 +09:00 |
utImproveCacheLocality.cpp
|
License info: fix dates
|
2016-02-25 18:22:59 +01:00 |
utIssues.cpp
|
Generate TestModelFactory for uniform test models in unittests.
|
2016-11-30 16:36:45 +01:00 |
utJoinVertices.cpp
|
Fix resource leaks in unit tests.
|
2016-07-04 22:15:23 +02:00 |
utLWSImportExport.cpp
|
unittest: add missing file to fix the build.
|
2017-01-12 21:41:19 +01:00 |
utLimitBoneWeights.cpp
|
Closes https://github.com/assimp/assimp/issues/940: use standard offsetof
|
2016-07-08 18:30:26 +02:00 |
utMaterialSystem.cpp
|
Closes https://github.com/assimp/assimp/issues/940: use standard offsetof
|
2016-07-08 18:30:26 +02:00 |
utMatrix3x3.cpp
|
Issue-1169: add a unittest.
|
2017-02-21 17:12:22 +01:00 |
utMatrix4x4.cpp
|
Add unittest fixure for aiMetadata.
|
2016-11-21 23:54:39 +01:00 |
utMetadata.cpp
|
Unittest: fix compiler warning: signed unsigned mismatch.
|
2016-12-31 16:18:13 +01:00 |
utNoBoostTest.cpp
|
Replaced boost::format with internal formater
|
2016-04-06 00:03:05 +02:00 |
utObjImportExport.cpp
|
Cleanup_includes: fix linux build.
|
2017-03-08 09:55:44 +01:00 |
utPLYImportExport.cpp
|
Issue-1183: add stp to the list of supported extensions for step-files.
|
2017-02-27 20:11:59 +01:00 |
utPretransformVertices.cpp
|
License info: fix dates
|
2016-02-25 18:22:59 +01:00 |
utRemoveComments.cpp
|
License info: fix dates
|
2016-02-25 18:22:59 +01:00 |
utRemoveComponent.cpp
|
License info: fix dates
|
2016-02-25 18:22:59 +01:00 |
utRemoveRedundantMaterials.cpp
|
License info: fix dates
|
2016-02-25 18:22:59 +01:00 |
utSIBImporter.cpp
|
New tests for importers.
|
2016-12-01 10:29:39 +01:00 |
utSMDImportExport.cpp
|
closes assimp/assimp/issues/899: fix parsing of texture name.
|
2016-12-12 21:22:03 +01:00 |
utScene.cpp
|
Scene: add method to add children.
|
2017-01-15 17:37:45 +01:00 |
utScenePreprocessor.cpp
|
License info: fix dates
|
2016-02-25 18:22:59 +01:00 |
utSharedPPData.cpp
|
License info: fix dates
|
2016-02-25 18:22:59 +01:00 |
utSortByPType.cpp
|
License info: fix dates
|
2016-02-25 18:22:59 +01:00 |
utSplitLargeMeshes.cpp
|
License info: fix dates
|
2016-02-25 18:22:59 +01:00 |
utStringUtils.cpp
|
closes https://github.com/assimp/assimp/issues/904: add ai_strtof for
|
2016-06-20 20:30:29 +02:00 |
utTargetAnimation.cpp
|
License info: fix dates
|
2016-02-25 18:22:59 +01:00 |
utTextureTransform.cpp
|
License info: fix dates
|
2016-02-25 18:22:59 +01:00 |
utTriangulate.cpp
|
ObjImporter: remove unnecessary allocations of std::vector in obj-specific
|
2016-11-09 20:09:45 +01:00 |
utTypes.cpp
|
Obj-Parser: Fix performance issue.
|
2016-11-08 20:34:55 +01:00 |
utVector3.cpp
|
Issue-1169: add a unittest.
|
2017-02-21 17:12:22 +01:00 |
utVersion.cpp
|
Unittests: fix version test.
|
2017-03-08 10:54:12 +01:00 |
utVertexTriangleAdjacency.cpp
|
License info: fix dates
|
2016-02-25 18:22:59 +01:00 |
utXImporterExporter.cpp
|
New tests for importers.
|
2016-12-01 10:29:39 +01:00 |
utglTFImportExport.cpp
|
unittest: add a disabled glft unittest.
|
2017-01-07 21:16:24 +01:00 |