Kimball Thurston
Kimball Thurston
Start process of cleaning up repository by introducing missing files, starting with a clang format file to be able to use clang-format (style to be refined later)
It would appear the 2021 CI builds are configuring with c++14 and the comment says gcc 6.3. VFX Platform 2021 states gcc 9.3.1 and c++17, we should normalize this. Also,...
ImfZipCompressor, ImfB44Compressor, ImfPizCompressor all have a _maxScanLineSize member which is unused. If these compressors truly do not need the max scanline size, the member should be removed when the opportunity...
This defines "simple" data only types for imath which can be used in API or in C for data carriage. Then the vector, matrix, box classes are updated to use...
This may have a slightly messy un-intended consequence of "snap-shotting" pythonpath when configured in a large python env, but eases testing confusion on systems where pythonpath is not yet set,...
My dev days contribution :) This was inspired based on #1285, although does not use a TBB task group to do any sync at this point, as if someone were...
This adds another path of access to vector suggested as the second part of #446