Nick Porcino

Results 510 comments of Nick Porcino

The rules are vague and hard to parse~ https://docs.microsoft.com/en-us/cpp/cpp/general-rules-and-limitations?view=msvc-160 ~ The templates are class exported for typeid comparisons under gcc/clang, doesn't necessarily mean they need to also class exported under...

https://github.com/AcademySoftwareFoundation/openvdb/pull/927

We are preparing for the 3.0 release. Hopefully vcpkg will follow quickly and this issue will be resolved.

Larry points out that one can't say OIIO version x is definitively version x, instead it's OIIO x + Imath y. My read is that Imath's SO version would have...

Thanks for the report. I suggest we drop IEXDEBUGTHROW. I added that more than a decade ago when debuggers lacked a consistent ability to break on exception throwing. Nowadays, it's...

Note: we should inventory warnings under msvc again, and update this issue as appropriate

There are still a number of warnings, here are a few representative messages, each of which recurs many times. ```` C:\Projects\openexr\src\lib\OpenEXR\ImfName.h(83,5): warning C4996: 'strncpy': This function or variable may be...

I think there's an interesting subtext here. The Eigen library does not have an appropriate license for many users, and is extremely extensive compared to a lot of common needs...

A sidecar header of aligned typedefs would be a nice non-intrusive addition. I imagine appropriate adornments exist for MSVC, icc, gcc, and clang, and they would need to be boiled...

My bad, the repo I copy/pasted from wasn't fully synched. Same number of options though on top of tree. I think I was hoping that Iex/IlmThread/OpenEXR could be further combined...