assimp/contrib
Andrea Reale 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.
2023-06-20 11:12:47 +02:00
..
Open3DGC Fix warning related to missing-noreturn. 2023-04-01 18:46:12 +08:00
android-cmake CMake: Replace CMAKE_COMPILER_IS_MINGW by MINGW 2021-12-28 15:58:37 +01:00
clipper Add missing = operator 2022-07-08 18:16:02 +02:00
draco upgrade draco to 1.5.6 2023-03-01 09:43:40 +08:00
gtest FIX: Update unity build include file for gtest 2022-09-18 13:17:35 +02:00
openddlparser Use correct flags for openddl for static libs 2022-10-16 18:30:45 +02:00
poly2tri Fix warning related to unreachable-code. 2023-04-01 13:03:02 +08:00
pugixml Update pugiXML library 2023-06-03 11:16:39 +02:00
rapidjson RapidJSon: Upgrade to latest greatest 2021-02-05 21:45:37 +01:00
stb upgrade stb_image to v2.28. 2023-03-02 09:11:54 +08:00
unzip Fix warning related to missing-variable-declarations, add static to global variable. 2023-04-19 23:28:08 +08:00
utf8cpp Update utf8cpp to fix use of C++17 deprecated feature 2020-08-17 17:54:48 +10:00
zip Fix implicit conversion errors on macOS 2023-02-16 15:21:43 -08:00
zlib switch to zlib 1.2.13 2023-06-20 11:12:47 +02:00