| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "Refactoring: use using types (#6266)" (#6324) | Luca Della Vedova | 2025-11-04 | 1 | -13/+14 |
| | | | | | | * Revert "Refactoring: use using types (#6266)" | ||||
| * | Refactoring: use using types (#6266) | Kim Kulling | 2025-07-28 | 1 | -14/+13 |
| | | | | | | | | * Refactoring: use using types --------- Co-authored-by: Kim Kulling <kim.kulling@draeger.com> | ||||
| * | Fix Whitespace (#6063) | krishty | 2025-03-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | * Fix Whitespace No functional changes. This commit removes trailing spaces, undesired line breaks, and formatting screwups. * Remove more useless line breaks in license (500 out of 630 license copies do NOT use double line breaks here) --------- Co-authored-by: Krishty <krishty@krishty.com> Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com> | ||||
| * | Bugfix: Fix possible nullptr dereferencing (#6049) | Kim Kulling | 2025-03-13 | 1 | -0/+5 |
| | | | | | * Bugfix: Fix possible nullptr dereferencing | ||||
| * | Use std::copy to copy array and remove user destructor to make sure ↵ | T.Yamada | 2025-03-11 | 1 | -5/+1 |
| | | | | | | | is_trivially_copyable in order to avoid -Wno-error=nontrivial-memcall (#6029) Use std::copy to copy array and remove user destructor to make sure is_trivially_copyable in order to avoid -Wno-error=nontrivial-memcall (#6029) | ||||
| * | Bugfix/fix mingw issue 5975 (#6005) | Kim Kulling | 2025-02-20 | 1 | -4/+4 |
| | | | | | * MDL: Ensure alignment of bool vector | ||||
| * | Remove strcpy. (#5802) | Kim Kulling | 2024-11-18 | 1 | -9/+0 |
| | | | | | | | | * Remove strcpy. * Sonarcube: Add more strcpy replacements * BlenderLoader: Replace strncpy by memcpy | ||||
| * | Fix potential memory leak in SceneCombiner for LWS/IRR/MD3 loader (#5721) | Matthias Möller | 2024-08-29 | 1 | -0/+10 |
| | | | | | | | | | | | | * fix potential memory leak in scenecombiner * also cleansup srclist * de-duplicates before deleting --------- Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com> | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | | | * Draft: Update init of aiString - closes https://github.com/assimp/assimp/issues/5622 * Update types.h * Fix typo * Fix another typo * Adapt usage of AI_MAXLEN * Fix compare operator * Add missing renames | ||||
| * | 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 |
| | | | | | #4243 | ||||
| * | Increasing length of mDataLength if rewriting the texture index increases ↵ | Scott Baldric | 2021-06-04 | 1 | -2/+16 |
| | | | | | magnitutde of index. | ||||
| * | 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 |
| | | | | | | | | Textures were being double deleted after a merge scene because the texture array wasn't being properly deleted at the end of merging. Furthermore, the texture array was being sized to the number of materials instead of the number of textures. | ||||
| * | 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 |
| | | | | | mValues is already allocated in aiMetadata::Alloc(). | ||||
| * | Updated copyright dates. | Marc-Antoine Lortie | 2020-01-20 | 1 | -1/+1 |
| | | | | | | | | | | | Changed copyright end year to 2020 in every reference "Copyright (c) 2006-XXXX, assimp team". Changed copyright end year to 2020 in every reference "Copyright (c) 2006-XXXX, ASSIMP Development Team". Changed copyright end year to 2020 in LICENCE.rtf. Changed copyright end year in CMakeFiles.txt files and any other places referencing Assimp with a copyright start and end year. | ||||
| * | gltf2.0 importer - Support for mesh morph animations added. | Victor Cebollada | 2019-09-25 | 1 | -0/+21 |
| | | | | | Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> | ||||
| * | 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 |
