Kimball Thurston
Kimball Thurston
Ah, yes. Poor documentation and inconsistent internal usage. You should just call task->group()->finishOneTask() such that the data stays an internal data structure, which if you look, calls data->removeTask for you....
@fweimer-rh is it possible that you are compiling with custom CXXFLAGS for architecture choices and now the Core library requires similar changes to using CFLAGS (it being pure C, not...
It would appear that using pre-computed values result in slightly different results on non-sse architectures. I've reverted that change for now in #1488 (will let it test on main, then...
at least in the OpenEXRCore library, _MSC_VER should only be used to truly detect msvc, not the win32 api vs. not - although at this level of builtin functions vs....
What version of the compiler are you using when compiling this? Does the normal / older C++ code for dwa compile with the compiler you are using? Both pieces of...
Yes, the clang-format bit is not fatal, need to see all the cmake output to know the source of the failed update, guessing it is deflate related which would be...
there is a stubbed function in the core to support in-place edit of metadata (provided you do not change the length of strings or add values, but just updating a...