summaryrefslogtreecommitdiffstats
path: root/test/unit/utImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove Redundant `virtual` (#6064)krishty2025-03-251-1/+1
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-1/+1
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
* Strip aws gcs version string.Marco Feuerstein2023-07-141-0/+34
* Apply various clang-tidy checks for smartprs and modern C++ typesAaron Gokaslan2022-11-081-3/+3
* Update copyrightsKim Kulling2022-01-101-1/+1
* Add xml doc.Kim Kulling2021-05-181-68/+48
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
* Oops. Fix string to match restored error text.Malcolm Tyrrell2020-08-201-1/+1
* Actually, just keep the old behaviour for now.Malcolm Tyrrell2020-08-201-1/+1
* Add unit test for formatting.Malcolm Tyrrell2020-08-191-2/+2
* Make all exceptions available.Malcolm Tyrrell2020-08-181-5/+5
* Fix two warnings that annoy clang.Malcolm Tyrrell2020-08-181-1/+1
* Use runtime error.Malcolm Tyrrell2020-08-181-1/+1
* Unit test for internal failures.Malcolm Tyrrell2020-08-181-0/+102
* fix formatting.Kim Kulling2020-04-261-1316/+65
* reformat unittests.Kim Kulling2020-03-221-112/+1364
* Updated copyright dates.Marc-Antoine Lortie2020-01-201-1/+1
* Update copyrights.kimkulling2019-01-301-1/+1
* update license dates.Kim Kulling2018-01-281-1/+2
* header paths adjusted for unit tests and samplesBuildTools2018-01-051-1/+1
* Update license info.Kim Kulling2017-05-091-1/+2
* Export DefaultIOSystem and move it with DefaultIOStream to include/ instead o...Antoine Bolvy2017-02-281-7/+7
* Enable unittest for apacity bug for dae files.Kim Kulling2016-11-301-43/+47
* BatchImporter: make validation configurable and add unittest for class.Kim Kulling2016-11-111-0/+2
* Fix resource leaks in unit tests.Kim Kulling2016-07-041-8/+9
* License info: fix datesKim Kulling2016-02-251-1/+1
* Uinittests: add missing license info headers.Kim Kulling2015-12-021-0/+40
* Fixed: Use CMake to identify directory containing test modelsRichard2015-06-301-9/+9
* Refactor: Expand tabs to 4 spacesRichard2015-06-281-116/+116
* Refactor: Use LF for end of lineRichard2015-06-281-231/+231
* test fail, fix file pathwise86Android2015-05-161-7/+7
* Updated unit tests to use new SetProperty interfaceLéo Terziman2015-04-281-7/+4
* remove AssimpPCH.h: fixes #534abma2015-04-161-1/+3
* Replace cppunit with the googletest frameworkJared Duke2014-09-071-80/+94
* fix most warnings with -pendanticabma2014-08-181-3/+3
* fix unittests on linux / enable on travis-ciabma2014-08-181-2/+2
* - update unit tests.aramis_acg2012-04-221-6/+18
* Move test models with problematic license restrictions to test/models-nonbsd ...aramis_acg2010-10-131-3/+3
* Add a tiny test script to load all files in a test directory using one import...aramis_acg2010-03-231-2/+2
* Revamp exception handling. ImportErrorException renamed to DeadlyImportError ...aramis_acg2010-03-181-1/+1
* - Fix: unittest suite now shutdowns the logging system correctly.aramis_acg2010-03-111-1/+6
* - Fix http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3591099.aramis_acg2010-03-111-1/+27
* - Change BaseImporter::GetExtensionList to add all known file extensions to a...aramis_acg2010-03-021-6/+9
* Adding Importer::ReadFileFromMemory to make Chromanoid happy.aramis_acg2009-06-211-0/+59
* Fixing crash at Importer::IsExtensionSupported().aramis_acg2009-04-271-1/+5
* Generalaramis_acg2009-03-051-1/+1
* Major API cleanup. Unified formatting & doxygen tags in the public API.aramis_acg2009-01-121-0/+2
* MD5 bugfix.aramis_acg2008-08-281-0/+107