Commit c072e07
Bumps [src/deps/Imath](https://github.com/AcademySoftwareFoundation/Imath) from `b90cc01` to `f65b01c`.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Porcino <[email protected]>
1 parent d876062 commit c072e07
1 file changed
+1
-1
lines changed- .github/workflows/ci_steps.yml+203
- .github/workflows/ci_workflow.yml+106-501
- .github/workflows/ci_workflow_old.yml+86
- .github/workflows/codeql.yml+91
- .github/workflows/release-sign.yml+5-3
- .github/workflows/scorecard.yml+3-3
- .gitignore+2
- CMakeLists.txt+9-6
- config/LibraryDefine.cmake+22-4
- share/ci/install_manifest/install_manifest.macos.1.txt+45
- share/ci/install_manifest/install_manifest.macos.2.txt+45
- share/ci/install_manifest/install_manifest.macos.3.txt+42
- share/ci/install_manifest/install_manifest.macos.4.txt+44
- share/ci/install_manifest/install_manifest.macos.5.txt+45
- share/ci/install_manifest/install_manifest.ubuntu.1.txt+99
- share/ci/install_manifest/install_manifest.ubuntu.2.txt+99
- share/ci/install_manifest/install_manifest.ubuntu.3.txt+93
- share/ci/install_manifest/install_manifest.ubuntu.4.txt+44
- share/ci/install_manifest/install_manifest.ubuntu.5.txt+99
- share/ci/install_manifest/install_manifest.ubuntu.6.txt+99
- share/ci/install_manifest/install_manifest.ubuntu.7.txt+99
- share/ci/install_manifest/install_manifest.windows.1.txt+43
- share/ci/install_manifest/install_manifest.windows.2.txt+43
- share/ci/install_manifest/install_manifest.windows.3.txt+42
- share/ci/install_manifest/install_manifest.windows.5.txt+42
- share/ci/install_manifest/install_manifest.windows.6.txt+43
- share/ci/scripts/validate_install.py+145
- src/Imath/CMakeLists.txt+11
- src/Imath/ImathBox.h+56-86
- src/Imath/ImathColor.h+4-4
- src/Imath/ImathEuler.h+10-12
- src/Imath/ImathFrame.h+19-15
- src/Imath/ImathMatrix.h+6-6
- src/Imath/ImathMatrixAlgo.cpp+6-6
- src/Imath/ImathMatrixAlgo.h+8-8
- src/Imath/ImathPlatform.h+3-1
- src/Imath/ImathShear.h+14-2
- src/Imath/ImathVec.h+187-16
- src/Imath/half.h+7-5
- src/ImathTest/CMakeLists.txt+4
- src/pybind11/CMakeLists.txt+22
- src/pybind11/PyBindImath/CMakeLists.txt+125
- src/pybind11/PyBindImath/PyBindImath.h+30
- src/pybind11/PyBindImath/PyBindImath.pc.in+17
- src/pybind11/PyBindImath/PyBindImathBox.cpp+7-7
- src/pybind11/PyBindImath/PyBindImathEuler.cpp+85
- src/pybind11/PyBindImath/PyBindImathExport.h+7-7
- src/pybind11/PyBindImath/PyBindImathFrustum.cpp+59
- src/pybind11/PyBindImath/PyBindImathFun.cpp+33
- src/pybind11/PyBindImath/PyBindImathLine.cpp+30
- src/pybind11/PyBindImath/PyBindImathPlane.cpp+53
- src/pybind11/PyBindImath/PyBindImathVec.cpp+502
- src/pybind11/PyBindImath/pybindimathmodule.cpp+12-6
- src/pybind11/PyBindImathTest/CMakeLists.txt+10
- src/pybind11/PyBindImathTest/pyBindImathTest+10.8k
- src/python/CMakeLists.txt+4-13
- src/python/PyBindImath/CMakeLists.txt-18
- src/python/PyBindImath/PyImath.h-25
- src/python/PyBindImath/PyImathVec.cpp-127
- src/python/PyImath/PyImath.h+2-2
- src/python/PyImath/PyImathBufferProtocol.cpp+31-31
- src/python/PyImath/PyImathFixedArray.h+24-2
- src/python/PyImath/PyImathFixedVArray.cpp+2-2
- src/python/PyImath/PyImathQuatOperators.h+1-1
- src/python/PyImath/PyImathVec2Impl.h+1-1
- src/python/PyImath/imathmodule.cpp+11-11
- src/python/PyImathNumpy/imathnumpymodule.cpp+1-1
- src/python/PyImathTest/main.cpp+530-530
- website/requirements.txt+1-1
0 commit comments