summaryrefslogtreecommitdiffstats
path: root/code/Common/Importer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-1/+1
* Store current exception when caught in ASSIMP_CATCH_GLOBAL_EXCEPTIONS (#5810)Michael Schmitt2024-10-291-0/+1
* fix no_valid_proc (#5774)Pichas2024-09-161-5/+4
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
* Unify extension check for importers.Marco Feuerstein2023-07-081-17/+3
* Fix: Fix memleak when exiting method by exceptionKim Kulling2023-02-081-26/+32
* Trim Trailing WhitespaceKrishty2023-01-161-2/+2
* Merge branch 'new-file-detection' of https://github.com/krishty/assimp into k...Kim Kulling2022-01-161-16/+58
|\
| * fixed signature-based detection on unknown extensionsKrishty2021-05-051-9/+6
| * Merge branch 'master' into new-file-detectionKrishty2021-05-051-3/+3
| |\
| * | Simplified importer search and fixed a few bugsKrishty2021-04-241-7/+52
* | | Update copyrightsKim Kulling2022-01-101-1/+1
* | | Add console progresshandlerKim Kulling2021-12-261-1/+1
* | | Allow schema checking of glTF2 file.Malcolm Tyrrell2021-10-071-0/+20
* | | removed trailing spaces and tabs from source and textKrishty2021-07-291-40/+40
* | | Improve use of loggingMalcolm Tyrrell2021-05-131-1/+1
* | | No need to distinguish formatting log functions.Malcolm Tyrrell2021-05-131-3/+3
| |/ |/|
* | style fix - initializing and assigning empty std::string properlyKrishty2021-04-161-3/+3
|/
* Fix parsing for AMF-Files.Kim Kulling2021-04-031-1/+1
* closes https://github.com/assimp/assimp/issues/3678: ensure lowercaseKim Kulling2021-03-091-3/+2
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
* GCC 11 build fixesVille Voutilainen2021-01-241-0/+1
* Make all exceptions available.Malcolm Tyrrell2020-08-181-7/+7
* Provide an API for accessing internal errors.Malcolm Tyrrell2020-08-181-2/+12
* closes https://github.com/assimp/assimp/issues/2992: add single or double pre...upstream/issue_2992kimkulling2020-08-071-19/+28
* fix invalid pointer for bone animationKota Iguchi2020-07-161-1/+1
* replace NULL and avoid ai_assert with more than 2 tests.Kim Kulling2020-06-231-6/+6
* small changesiamAdrianIusca2020-02-181-4/+4
* Updated copyright dates.Marc-Antoine Lortie2020-01-201-1/+1
* Update Importer.cppKim Kulling2019-12-071-1/+1
* Update Importer.cppKim Kulling2019-12-071-4/+1
* Update Importer.cppKim Kulling2019-12-071-30/+30
* Update Importer.cppKim Kulling2019-12-061-129/+155
* More checkingMalcolm Tyrrell2019-12-051-1/+5
* Initial versionMalcolm Tyrrell2019-12-051-0/+5
* Error string of Importer should contain a message in case of an exceptionMike Samsonov2019-11-181-2/+2
* Add "importerIndex" Importer propertyRichardTea2019-06-241-0/+3
* Fix the compile pass, still unresolved symbols.Kim Kulling2019-06-101-8/+8
* Reorg of code.Kim Kulling2019-06-061-0/+1171