summaryrefslogtreecommitdiffstats
path: root/test/unit/utObjImportExport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-1/+1
* Prefix MTL textures with the MTL directory path (#5928)David Campos Rodríguez2025-01-151-0/+14
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
* Support OBJ specified only a part of vertex colorsemaame2023-06-171-0/+48
* Update copyrightsKim Kulling2022-01-101-1/+1
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
* fix invalid checkKim Kulling2020-03-221-1/+1
* fix another warning: missing override.Kim Kulling2020-03-221-1/+1
* fix another unittest warning.Kim Kulling2020-03-211-2/+1
* fix unittests part 2.kimkulling2020-03-131-1/+1
* Merge branch 'enable_vs_warning_all' of https://github.com/assimp/assimp into...kimkulling2020-03-111-20/+19
|\
| * fix compiler warnings in tools and test-Kim Kulling2020-03-111-236/+233
* | fix warningskkulling2020-03-111-234/+231
|/
* Updated copyright dates.Marc-Antoine Lortie2020-01-201-1/+1
* Merge branch 'master' into test_gitignore_cleanupRichardTea2019-07-251-0/+34
|\
| * Add unit test for OBJ line continuationsMerwan2019-07-171-0/+34
* | Add Exporter Unit Test output to gitignoreRichardTea2019-07-251-3/+3
|/
* a test for bad OBJ file format and code fix that handles itVitaly Ovchinnikov2019-04-261-0/+33
* ignoring invalid normals and uvs indices instead of canceling the import comp...Vitaly Ovchinnikov2019-02-271-0/+14
* Merge branch 'master' into issue_2297Kim Kulling2019-02-031-1/+1
|\
| * Update copyrights.kimkulling2019-01-301-1/+1
* | closes https://github.com/assimp/assimp/issues/2297: introduce obj-unittest t...Kim Kulling2019-02-031-15/+20
|/
* Obj-Import: add missing unittest for poiuntcloud support.Kim Kulling2018-09-021-0/+7
* Fix for TravisCIKorbinian Würl2018-05-011-0/+4
* Unit test for Issue #1923: OBJ Exporter can't correctly export vertex colorsKorbinian Würl2018-04-301-0/+18
* Update utObjImportExport.cppKim Kulling2018-03-051-1/+1
* Fix material index off-by-one error in some OBJ files (seen in a C4D export)Josh Faust2018-02-271-0/+13
* update license dates.Kim Kulling2018-01-281-1/+2
* Add unit test to OBj importer for homogeneous coordAlexandre Avenel2017-12-291-0/+12
* Unit tests: Enable data structure validation in cases where it doesn't cause ...Turo Lamminen2017-11-211-3/+3
* Unit test: Fix signed/unsigned comparison warningsTuro Lamminen2017-11-181-8/+8
* Merge branch 'unittest_obj_importer' of https://github.com/aavenel/assimpKim Kulling2017-11-041-0/+35
|\
| * Add two unit tests for OBJ importerAlexandre Avenel2017-10-291-0/+35
* | [ObjExporter] add a test for the "no mtl" version of the obj exporterThomas Lemaire2017-10-271-0/+1
|/
* OBJ : add unit test to validate relative indicesAlexandre Avenel2017-10-161-0/+25
* Update utObjImportExport.cppKim Kulling2017-10-101-1/+0
* Merge branch 'master' into issue_1453Kim Kulling2017-10-071-0/+9
|\
| * Addressed a number of memory leaks identified in unit tests by asanJared Mulconry2017-10-021-0/+9
* | Reproduce issue and remove assertion when a nullptr makes more senceKim Kulling2017-10-071-9/+12
* | Obj: prepare test to reproduce crash on linux.Kim Kulling2017-09-301-0/+15
|/
* Update license info.Kim Kulling2017-05-091-1/+2
* closes github.com/assimp/assimp/issues/1228: use test extension for exported ...Kim Kulling2017-04-171-1/+1
* Cleanup_includes: fix linux build.Kim Kulling2017-03-081-0/+1
* Update utObjImportExport.cppKim Kulling2017-02-061-0/+8
* Update utObjImportExport.cppKim Kulling2017-02-061-4/+2
* Obj-Exporter test: fix test fixure if no export was requetsed.Kim Kulling2017-02-051-0/+4
* Fix the build: next try ( with full namespaces ).Kim Kulling2017-02-051-6/+6
* Merge branch 'master' of https://github.com/assimp/assimpKim Kulling2017-02-051-8/+7
|\
| * Fix the build.Kim Kulling2017-02-041-2/+1
|/
* closes https://github.com/assimp/assimp/issues/809: add vertex colorKim Kulling2017-02-041-0/+24