Commit Graph

  • 46ea0a7d7c Update sanitizer.yml mosfet80 2023-06-22 21:43:52 +02:00
  • 26c4505c53 Update run-cmake into sanitizer.yml mosfet80 2023-06-22 21:41:26 +02:00
  • a4258929ce [pyassimp] bumped pyassimp version to 5.2.5 Séverin Lemaignan 2023-06-20 22:33:16 +02:00
  • 86c332fec7 show correct pugixml version Andrea Reale 2023-06-20 11:52:12 +02:00
  • 8a3ec3ca2f updateunzip Andrea Reale 2023-06-20 11:40:38 +02:00
  • ce59d49dd9 update upf8 from 2.3.4 to 3.2.3 New convenience API for C++ 11 and later compilers. The library still works with C++ 98/03 compliant compilers, just without the new functions. advance() function works in both directions. The following deprecated functions were removed: Andrea Reale 2023-06-20 11:23:28 +02:00
  • 8741da2036 switch to zlib 1.2.13 Fix a bug when getting a gzip header extra field with inflateGetHeader(). This remedies CVE-2022-37434. Fix a bug in block type selection when Z_FIXED used. Now the smallest block type is selected, for better compression. Fix a configure issue that discarded the provided CC definition. Correct incorrect inputs provided to the CRC functions. This mitigates a bug in Java. Repair prototypes and exporting of the new CRC functions. Fix inflateBack to detect invalid input with distances too far. Fix a deflate bug when using the Z_FIXED strategy that can result in out-of-bound accesses. Fix a deflate bug when the window is full in deflate_stored(). Speed up CRC-32 computations by a factor of 1.5 to 3. Use the hardware CRC-32 instruction on ARMv8 processors. Speed up crc32_combine() with powers of x tables. Add crc32_combine_gen() and crc32_combine_op() for fast combines. Andrea Reale 2023-06-20 11:12:47 +02:00
  • bd65af0d44 Merge branch 'master' into SupportOBJSpecifiedOnlyAPartOfVertexColors Kim Kulling 2023-06-20 09:38:53 +02:00
  • b94392d199 Merge pull request #5146 from assimp/kimkulling/dxf_handling_for_invisible_faces_issue-2036 Kim Kulling 2023-06-20 09:15:25 +02:00
  • 63e1b071df Remove deprecated switch to disable warning. Kim Kulling 2023-06-19 23:50:32 +02:00
  • 6502b97d3e Fix: Put unused var into comments to later use. Kim Kulling 2023-06-19 23:38:57 +02:00
  • 3d19cd9362 Fix: Put unused var into comments to later use. Kim Kulling 2023-06-19 23:35:50 +02:00
  • 9c9d72169f Fix: Put unused var into comments to later use. Kim Kulling 2023-06-19 23:34:14 +02:00
  • 7f0c388ad8 Fix: Put unused var into comments to later use. Kim Kulling 2023-06-19 23:27:32 +02:00
  • 10059e6431 Add handling for negative indices. Kim Kulling 2023-06-19 23:21:35 +02:00
  • 22c8d97b54 Support OBJ specified only a part of vertex colors The omitted vertex colors are treated as (0, 0, 0, 1). emaame 2023-06-14 21:02:40 +09:00
  • aab3c8010c Correct from full FOV to assimp half-fov in camera. Compute from filmWidth and focalLength if FOV not specified. Scott Johnston 2023-06-15 12:16:06 -07:00
  • 9c54540a19 Merge pull request #5130 from mosfet80/patch-2 Kim Kulling 2023-06-15 11:39:12 +02:00
  • 693d681813 Merge branch 'master' into patch-2 Kim Kulling 2023-06-15 10:40:05 +02:00
  • 3939d35f18 Merge pull request #5138 from sashashura/4709035804065792 Kim Kulling 2023-06-15 10:39:17 +02:00
  • 36dfa3bed3 Fix UNKNOWN WRITE in Assimp::SortByPTypeProcess::Execute Alex 2023-06-14 15:50:50 +00:00
  • b158b716d1 Fix Memcpy-param-overlap in unzReadCurrentFile: bump zlib to 1.2.13 Alex 2023-06-02 15:25:14 +00:00
  • 9ef71fe231 Merge branch 'master' into 5781186265350144 Alex 2023-06-14 07:40:47 +02:00
  • 5bb1c6debd Fix UNKNOWN READ crash in UpdateMeshReferences Alex 2023-05-31 13:13:21 +00:00
  • b3a1c72c8f Fix Heap-buffer-overflow READ in Assimp::FileSystemFilter::Cleanup Alex 2023-06-02 07:45:40 +00:00
  • 646d3591b6 Fix memory leak Alex 2023-06-02 11:34:07 +00:00
  • 496a4bf156 Fix unknown write in Assimp::ObjFileMtlImporter::getFloatValue Alex 2023-06-02 11:33:54 +00:00
  • 8012657169 Fix Heap-buffer-overflow READ in Assimp::MD5::MD5Parser::ParseSection Alex 2023-05-31 10:14:09 +00:00
  • dbd15fd351 Fix UNKNOWN WRITE in std::__1::list<Assimp::LWO::Envelope, std::__1::allocator<Assimp::LWO::Envelope> Alex 2023-06-03 16:44:18 +00:00
  • 86aecf395e Fix Bad-cast to Assimp::D3DS::Material from invalid vptr in Assimp::ASE::Parser::ParseLV2MaterialBlock Alex 2023-06-03 17:27:49 +00:00
  • c6c95b69f6 Use SizeCheck Alex 2023-06-04 08:07:19 +00:00
  • 54b0c00418 Fix UNKNOWN READ in Assimp::MDLImporter::ParseSkinLump_3DGS_MDL7 Alex 2023-06-03 20:28:37 +00:00
  • f897b0c461 Merge branch 'master' into 6520123362508800 Alex 2023-06-13 22:06:08 +02:00
  • 4180b1fd08 Merge pull request #5134 from sashashura/memleak Kim Kulling 2023-06-13 20:18:37 +02:00
  • 3ccf242bdb Merge branch 'master' into memleak Kim Kulling 2023-06-13 19:46:56 +02:00
  • feb0303fd0 Merge pull request #5090 from FlorianBorn71/FixSkinnedWeightsAfterVertexRemappingOptimization Kim Kulling 2023-06-09 00:23:08 +02:00
  • bef66deeda Update glTF2Importer.h Kim Kulling 2023-06-08 20:56:14 +02:00
  • 1ab4161cd7 Update glTF2Importer.cpp Kim Kulling 2023-06-08 20:55:48 +02:00
  • 186d7fd606 Merge branch 'master' into FixSkinnedWeightsAfterVertexRemappingOptimization Kim Kulling 2023-06-08 13:16:08 +02:00
  • 9950bb4ed6 Merge pull request #5110 from sashashura/4890437695700992 Kim Kulling 2023-06-08 13:15:35 +02:00
  • 11dede8fc4 Merge branch 'master' into 4890437695700992 Kim Kulling 2023-06-08 13:02:15 +02:00
  • d5844f26b5 Merge pull request #5103 from mosfet80/patch-1 Kim Kulling 2023-06-08 13:01:35 +02:00
  • 839bed3274 Merge branch 'master' into patch-1 Kim Kulling 2023-06-07 18:38:57 +02:00
  • 4c16a6a16b Fix memory leak Alex 2023-06-07 07:02:50 +00:00
  • 49a6eec294 Merge pull request #5133 from Biohazard90/Fix-removeEmptyBones-cannot-be-disabled Kim Kulling 2023-06-07 08:19:23 +02:00
  • cb86029153 Fixed missing config property lookup for removal of empty bones. Kristjan Skutta 2023-06-06 06:16:26 +02:00
  • d9268dcf96 Merge branch 'master' into patch-1 Kim Kulling 2023-06-05 18:36:35 +02:00
  • 02d5ab294c Merge pull request #5129 from sashashura/4875566380220416 Kim Kulling 2023-06-05 18:35:56 +02:00
  • f5683b6f3a Update MDLMaterialLoader.cpp Alex 2023-06-05 14:27:21 +02:00
  • 05ab5c2e3b Delete old unused patch mosfet80 2023-06-04 22:49:12 +02:00
  • 513e62e1c9 Merge branch 'master' into 4875566380220416 Kim Kulling 2023-06-04 20:42:37 +02:00
  • 23f9990b22 Fix UNKNOWN READ in aiTexture::~aiTexture Alex 2023-06-04 07:50:00 +00:00
  • 915e146307 Merge pull request #5125 from mosfet80/updatePugiXML Kim Kulling 2023-06-03 21:26:13 +02:00
  • 5cc4a61d66 Fix Heap-buffer-overflow READ in Assimp::MD5::MD5MeshParser::MD5MeshParser Alex 2023-05-31 06:28:03 +00:00
  • 6c5fe9d76f Add missing include Alex 2023-06-02 15:08:50 +00:00
  • 57a55aa4d4 Fix memory leaks Alex 2023-06-02 14:36:19 +00:00
  • f4d3b6e862 Fix Stack-buffer-overflow READ in aiMaterial::AddBinaryProperty Alex 2023-06-02 14:36:03 +00:00
  • 62cefd5b27 Update pugiXML library mosfet80 2023-06-03 11:16:39 +02:00
  • d3506c24e7 Update ObjFileParser.cpp Alex 2023-06-02 18:57:53 +02:00
  • e30823fb1d Merge branch 'master' into 5781186265350144 Kim Kulling 2023-06-01 16:40:46 +02:00
  • b6c0fdd6e0 Merge branch 'master' into patch-1 Kim Kulling 2023-06-01 00:12:26 +02:00
  • d9a8837a5b Merge pull request #5112 from sashashura/6337324114116608 Kim Kulling 2023-05-31 23:31:38 +02:00
  • 628dde4a91 Merge branch 'master' into 6337324114116608 Kim Kulling 2023-05-31 21:30:47 +02:00
  • c22ddfda2b Merge pull request #5114 from assimp/kimkulling/update_docker_image Kim Kulling 2023-05-31 21:24:16 +02:00
  • 1538669f70 Update_ Use latest ubuntu image and switch to ninja Kim Kulling 2023-05-31 20:45:51 +02:00
  • 4cc70cb73c Optimize Alex 2023-05-31 14:10:57 +00:00
  • 54f5d01190 Fix Heap-buffer-overflow WRITE in Assimp::ObjFileImporter::createVertexArray Alex 2023-05-31 11:37:15 +00:00
  • c3e69b5b82 Fix Heap-buffer-overflow READ in Assimp::ObjFileParser::getFace Alex 2023-05-31 07:57:36 +00:00
  • 462755e5ba Update CMakeLists.txt mosfet80 2023-05-30 16:26:30 +02:00
  • 1f5c7da822 Update CMakeLists.txt mosfet80 2023-05-30 16:23:57 +02:00
  • bee751b5f9 Merge pull request #5109 from assimp/C-Tech-Development-Corp-gltf2_metadata_export Kim Kulling 2023-05-30 11:38:02 +02:00
  • 466f6960ac Merge branch 'gltf2_metadata_export' of https://github.com/C-Tech-Development-Corp/assimp into C-Tech-Development-Corp-gltf2_metadata_export Kim Kulling 2023-05-30 08:14:49 +02:00
  • 17c1a9125f Merge branch 'master' into FixSkinnedWeightsAfterVertexRemappingOptimization Kim Kulling 2023-05-24 23:36:59 +02:00
  • 0b53243b8f Merge pull request #5083 from Jackie9527/msvc-clang-unused-function Kim Kulling 2023-05-24 23:36:01 +02:00
  • f43cfa1fba Merge branch 'master' into msvc-clang-unused-function Kim Kulling 2023-05-24 23:23:40 +02:00
  • 0f4667fce4 Merge pull request #5082 from skogler/fix-pbrt-exporter Kim Kulling 2023-05-24 23:23:00 +02:00
  • ca848c5b09 Merge branch 'master' into fix-pbrt-exporter Kim Kulling 2023-05-24 22:28:32 +02:00
  • 0794b41d55 Merge pull request #5087 from mwestphal/master Kim Kulling 2023-05-24 22:25:34 +02:00
  • d73595b85d Merge branch 'master' into master Kim Kulling 2023-05-24 21:35:26 +02:00
  • e4621a3142 Update cpp-pm / hunter mosfet80 2023-05-24 17:29:29 +02:00
  • 0fbd2f5894 Merge branch 'master' into fix-pbrt-exporter Samuel Kogler 2023-05-24 15:24:46 +02:00
  • 9f593d70b5 Merge pull request #4786 from Beilinson/refactor/KHR_material_specular Kim Kulling 2023-05-23 12:44:47 +02:00
  • b7a8c4ba75 Update glTF2Asset.inl Kim Kulling 2023-05-23 10:33:14 +02:00
  • 3a09fd0c85 Fix review finding Kim Kulling 2023-05-23 09:50:20 +02:00
  • e947471549 Merge branch 'master' into refactor/KHR_material_specular Kim Kulling 2023-05-22 09:49:01 +02:00
  • 0e06a5f945 Merge pull request #4806 from naota29/master Kim Kulling 2023-05-22 09:48:26 +02:00
  • 03163a1dda Merge branch 'master' into master Kim Kulling 2023-05-21 18:26:56 +02:00
  • 7e16d4046e Merge branch 'master' into FixSkinnedWeightsAfterVertexRemappingOptimization Kim Kulling 2023-05-21 18:14:29 +02:00
  • 0dfd491d97 Merge pull request #5099 from assimp/kimkulling/ase_remove_commented_code Kim Kulling 2023-05-20 14:39:40 +02:00
  • 9c45f727e3 Update ASELoader.cpp Kim Kulling 2023-05-20 14:27:57 +02:00
  • 18b6cffe14 Merge pull request #5096 from assimp/FlorianBorn71-SmallAllocationFixInFBXLoader Kim Kulling 2023-05-16 11:00:34 +02:00
  • 94905d445f Revert usage of unique_ptr - error. Kim Kulling 2023-05-15 16:06:02 +02:00
  • 71a4977dd1 Fix: Try unique_ptr Kim Kulling 2023-05-15 15:46:21 +02:00
  • 8ad4bb0b2c Update StackAllocator.inl Kim Kulling 2023-05-15 15:09:54 +02:00
  • b5b6400320 Fix: Use vector. Kim Kulling 2023-05-15 15:08:52 +02:00
  • aed43878ef Merge branch 'master' into FlorianBorn71-SmallAllocationFixInFBXLoader Kim Kulling 2023-05-15 14:28:46 +02:00
  • ad399adf4b Add missing include Kim Kulling 2023-05-15 13:19:02 +02:00
  • 121f09b62a Fix: Fix the build. Kim Kulling 2023-05-15 11:02:58 +02:00
  • 0c4d5909f8 Merge pull request #5095 from assimp/kimkulling/enable_export_for_fuzzing Kim Kulling 2023-05-15 09:43:48 +02:00
  • e627f691a8 Merge branch 'SmallAllocationFixInFBXLoader' of https://github.com/FlorianBorn71/assimp into FlorianBorn71-SmallAllocationFixInFBXLoader Kim Kulling 2023-05-15 09:30:57 +02:00