Matthew Cong

Results 6 issues of Matthew Cong

### Environment Windows 10 OpenVDB v9.0.0 Visual Studio 2017, exact compiler version 14.16.27048.0 ### Describe the bug Turning on `USE_EXPLICIT_INSTANTIATIONS` in CMake debug mode causes a fatal error in the...

bug

### Problem description It appears that the docstring argument maintains a pointer/reference to the C string that is passed in, which then lends itself to memory corruption when the string...

To reproduce, add the following registration to vdb_print/main.cc: `openvdb::Grid::registerGrid();` This will fail to build with a `no match for operator+` error on GCC 7.3.1 but building with Clang 16 reveals...

bug

This PR adds preliminary support for pip install. Assuming that the dependencies required for building OpenVDB and NanoVDB are installed, then `pip install ` will 1. Build OpenVDB, NanoVDB, and...

vdb12.0