| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix linkage (#6388) | Kim Kulling | 2025-11-16 | 1 | -1/+1 |
| * | Add BOM skip and fix mtl parsing (#6253) | Paul Bauriegel | 2025-09-22 | 1 | -0/+7 |
| * | Use unique pointer to fix possible leak (#6104) | Kim Kulling | 2025-04-15 | 1 | -5/+5 |
| * | Refactorings: glTF cleanups (#6028) | Kim Kulling | 2025-03-05 | 1 | -1/+1 |
| * | Bugfix/cosmetic code cleanup (#5947) | Kim Kulling | 2025-01-07 | 1 | -2/+2 |
| * | Fix parsing of comments at the end of lines for tokens with variable number o... | Sebastian Schäfer | 2024-12-17 | 1 | -4/+4 |
| * | Replace duplicated trim (#5613) | Kim Kulling | 2024-06-11 | 1 | -1/+1 |
| * | Update ObjFileParser.cpp (#5598) | Kim Kulling | 2024-05-26 | 1 | -3/+5 |
| * | Fix compilation for MSVC14. (#5490) | Laura Hermanns | 2024-03-11 | 1 | -1/+0 |
| * | Add 2024 to copyright infos (#5475) | Kim Kulling | 2024-02-23 | 1 | -1/+1 |
| * | Add bounds checks to the parsing utilities. (#5421) | Kim Kulling | 2024-01-30 | 1 | -8/+11 |
| * | fix mesh-name error. | copycd | 2023-11-15 | 1 | -1/+2 |
| * | Merge branch 'master' into SupportOBJSpecifiedOnlyAPartOfVertexColors | Kim Kulling | 2023-06-27 | 1 | -2/+13 |
| |\ |
|
| | * | Update ObjFileParser.cpp | Alex | 2023-06-02 | 1 | -0/+3 |
| | * | Optimize | Alex | 2023-05-31 | 1 | -2/+10 |
| | * | Fix Heap-buffer-overflow READ in Assimp::ObjFileParser::getFace | Alex | 2023-05-31 | 1 | -2/+2 |
| * | | Support OBJ specified only a part of vertex colors | emaame | 2023-06-17 | 1 | -0/+8 |
| |/ |
|
| * | Fix warning related to unreachable-code-break. | Jackie9527 | 2023-04-19 | 1 | -1/+1 |
| * | Trim Trailing Whitespace | Krishty | 2023-01-16 | 1 | -1/+1 |
| * | Fixes Heap-buffer-overflow READ 1 in Assimp::ObjFileParser::getFace | sashashura | 2022-12-11 | 1 | -1/+1 |
| * | Explicitly default all empty dtors | Aaron Gokaslan | 2022-08-25 | 1 | -2/+1 |
| * | Apply modernize-use-emplace clang-tidy rule | Aaron Gokaslan | 2022-08-23 | 1 | -1/+1 |
| * | Remove set but unused variables | Turo Lamminen | 2022-08-17 | 1 | -2/+0 |
| * | Refactoring: Use correct prefix for attributes in ObjImport. | Kim Kulling | 2022-07-31 | 1 | -68/+68 |
| * | Fix face memleak. | Kim Kulling | 2022-07-31 | 1 | -3/+2 |
| * | Revert using face as pod type | Kim Kulling | 2022-07-30 | 1 | -13/+13 |
| * | Improvements of obj-parsers. | Kim Kulling | 2022-07-30 | 1 | -20/+22 |
| * | Fixes Heap-buffer-overflow in Assimp::ObjFileParser::getFace | sashashura | 2022-07-16 | 1 | -1/+2 |
| * | Fix v140 compile errror | xiaohunqupo | 2022-03-31 | 1 | -1/+1 |
| * | Update ObjFileParser.cpp | Danny许 | 2022-03-31 | 1 | -1/+1 |
| * | Fix compile in VC140 | Danny许 | 2022-03-31 | 1 | -1/+1 |
| * | cleanup | Jaroslav Přibyl | 2022-02-22 | 1 | -7/+2 |
| * | fixed obj parsing with cstype | Jaroslav Přibyl | 2022-02-22 | 1 | -0/+26 |
| * | Use Safe Constants Idioms for ObjFileParser::DEFAULT_MATERIAL. | Hill Ma | 2021-09-10 | 1 | -2/+1 |
| * | Improve use of logging | Malcolm Tyrrell | 2021-05-13 | 1 | -5/+5 |
| * | replace NULL and avoid ai_assert with more than 2 tests. | Kim Kulling | 2020-06-23 | 1 | -8/+9 |
| * | closes https://github.com/assimp/assimp/issues/3253 : remove useless code | Kim Kulling | 2020-06-17 | 1 | -1/+0 |
| * | Move format importer and exporter into its won folder. | Kim Kulling | 2020-05-02 | 1 | -0/+839 |