You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 2.4.7.0 (1 Jan 2023) -- compared to 2.4.6.0
IOMemReader detects and errors for out-of-range read positions. #3712
Build/Mac: Suppress some deprecation warnings when building wth the newest
Apple clang. #3709#3710
ARM: Fix signed/unsigned SIMD mismatch in vbool4::load. #3722
Build: New CMake variable INTERNALIZE_FMT, when set to OFF will ensure
that the fmt headers are not internalized (copied to the installed part
of OIIO). The default is ON, matching old behavior. #3598