Kimball Thurston
                                            Kimball Thurston
                                        
                                    There have been proposals for various containers, or extension to container formats, but none that are in any sort of active development or use within the community that I am...
oh, just need to edit the CI build script and specify 17 for the c++ version in the matrix specs, and think about reducing the size of the build matrix...
well, I was thinking about suggesting to change the build matrix to have the following convention: - current VFX platform year, do a "full" matrix of tests (debug, release, shared,...
Imath has no threading, there does not need to be that variant, but should have python / no python (which openexr does not need). That looks like a good list...
> I'm not sure that he CAN easily create a CentOS image with gcc11 -- I don't think CentOS has a devtoolset with that yet, do they? probably best to...
@meshula - can you provide a bit more detail? I presume this is under MSVC, but what version? I do not see this when compiling with mingw, and didn't see...
Thanks for pointing this out. Just fyi, this will all get revamped slightly when we switch the C++ api to use the new C core library, and then the "friendly"...
so what's interesting is that the type layout is entirely consistent, In that it's only the namespace differences that make it incompatible, at least in this particular scenario. So one...
> Yeah, but what does the _caller_ look like? > > I think we won't want it so that the caller has to say `static_cast(blah)` for every param that is...
vdb is still embedding their own copy of half. They appear to be using the same #defines as imath however, which could cause confusion if mixing both? https://github.com/AcademySoftwareFoundation/openvdb/blob/b77fc2b7d4656226af820719cf0b19403d552a35/openvdb/openvdb/math/Half.h#L210