| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "Refactoring: use using types (#6266)" (#6324) | Luca Della Vedova | 2025-11-04 | 1 | -13/+14 |
| * | Refactoring: use using types (#6266) | Kim Kulling | 2025-07-28 | 1 | -14/+13 |
| * | Fix Whitespace (#6063) | krishty | 2025-03-26 | 1 | -1/+1 |
| * | Bugfix: Fix possible nullptr dereferencing (#6049) | Kim Kulling | 2025-03-13 | 1 | -0/+5 |
| * | Use std::copy to copy array and remove user destructor to make sure is_trivia... | T.Yamada | 2025-03-11 | 1 | -5/+1 |
| * | Bugfix/fix mingw issue 5975 (#6005) | Kim Kulling | 2025-02-20 | 1 | -4/+4 |
| * | Remove strcpy. (#5802) | Kim Kulling | 2024-11-18 | 1 | -9/+0 |
| * | Fix potential memory leak in SceneCombiner for LWS/IRR/MD3 loader (#5721) | Matthias Möller | 2024-08-29 | 1 | -0/+10 |
| * | Fix copying private data when source pointer is NULL (#5733) | Vincent Fazio | 2024-08-29 | 1 | -1/+1 |
| * | Draft: Update init of aiString (#5623) | Kim Kulling | 2024-06-17 | 1 | -2/+2 |
| * | Add 2024 to copyright infos (#5475) | Kim Kulling | 2024-02-23 | 1 | -1/+1 |
| * | copy aiMetadata objects in scene combiner | Lutz Hören | 2023-05-11 | 1 | -0/+3 |
| * | Apply modernize-use-emplace clang-tidy rule | Aaron Gokaslan | 2022-08-23 | 1 | -4/+4 |
| * | Update copyrights | Kim Kulling | 2022-01-10 | 1 | -1/+1 |
| * | Bug: Export crashes when any of the meshes contains texture coordinate names ... | kovacsv | 2021-12-07 | 1 | -0/+20 |
| * | Increasing length of mDataLength if rewriting the texture index increases mag... | Scott Baldric | 2021-06-04 | 1 | -2/+16 |
| * | No need to distinguish formatting log functions. | Malcolm Tyrrell | 2021-05-13 | 1 | -1/+1 |
| * | Fix: Removing double delete of texture items. | Scott Baldric | 2021-04-22 | 1 | -2/+4 |
| * | Update copyrights to 2021. | Kim Kulling | 2021-02-28 | 1 | -1/+1 |
| * | _dest may be destructed twice if _dest is not null in MergeScenes() | wasd845 | 2020-12-14 | 1 | -2/+3 |
| * | replace NULL and avoid ai_assert with more than 2 tests. | Kim Kulling | 2020-06-23 | 1 | -471/+460 |
| |\ |
|
| | * | fix warning, hopefully ... | kimkulling | 2020-06-15 | 1 | -9/+19 |
| | * | Remove dead code | Kim Kulling | 2020-06-09 | 1 | -1/+0 |
| | * | Merge branch 'master' into issue_3165 | Kim Kulling | 2020-05-28 | 1 | -1/+1 |
| | |\ |
|
| | | * | Use verbose debug logging in certain places | Malcolm Tyrrell | 2020-05-15 | 1 | -1/+1 |
| | * | | closes https://github.com/assimp/assimp/issues/3165: fix gcc build. | kimkulling | 2020-05-28 | 1 | -1/+4 |
| | |/ |
|
| | * | scenecombiner: fix leak. | Kim Kulling | 2020-04-29 | 1 | -4/+1 |
| | * | build on Linux with gcc and clang; warning as error only for 'assimp' target | luca | 2020-04-27 | 1 | -11/+11 |
| | * | fix formatting. | Kim Kulling | 2020-04-26 | 1 | -2/+1 |
| |/ |
|
| * | Fixed mValues allocated twice. | Marc-Antoine Lortie | 2020-01-31 | 1 | -1/+0 |
| * | Updated copyright dates. | Marc-Antoine Lortie | 2020-01-20 | 1 | -1/+1 |
| * | gltf2.0 importer - Support for mesh morph animations added. | Victor Cebollada | 2019-09-25 | 1 | -0/+21 |
| * | A crash in the aiMesh descructor | Mike Samsonov | 2019-09-05 | 1 | -0/+29 |
| * | Reorg of code. | Kim Kulling | 2019-06-06 | 1 | -0/+1300 |