forked from AcademySoftwareFoundation/OpenTimelineIO
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…ation#1455) Bumps [src/deps/Imath](https://github.com/AcademySoftwareFoundation/Imath) from `3ad5d4d` to `6add873`. - [Release notes](https://github.com/AcademySoftwareFoundation/Imath/releases) - [Commits](AcademySoftwareFoundation/Imath@3ad5d4d...6add873) --- updated-dependencies: - dependency-name: src/deps/Imath dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Michele Spina <[email protected]>
- Loading branch information
1 parent
5b19697
commit 74731ea
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Imath
updated
22 files
+14 −4 | .github/workflows/ci_workflow.yml | |
+17 −0 | docs/examples/CMakeLists.txt | |
+1 −0 | docs/examples/Color3.cpp | |
+1 −0 | docs/examples/Color4.cpp | |
+2 −1 | docs/examples/Euler.cpp | |
+1 −0 | docs/examples/Frustum.cpp | |
+1 −0 | docs/examples/Interval.cpp | |
+1 −0 | docs/examples/Line3.cpp | |
+1 −0 | docs/examples/Matrix22.cpp | |
+1 −0 | docs/examples/Matrix33.cpp | |
+1 −0 | docs/examples/Matrix44.cpp | |
+1 −0 | docs/examples/Plane3.cpp | |
+1 −0 | docs/examples/Quat.cpp | |
+1 −0 | docs/examples/Sphere3.cpp | |
+1 −0 | docs/examples/Vec2.cpp | |
+1 −0 | docs/examples/Vec3.cpp | |
+1 −0 | docs/examples/Vec4.cpp | |
+24 −0 | docs/examples/intro.cpp | |
+1 −20 | docs/intro.rst | |
+1 −0 | src/Imath/ImathVec.h | |
+2 −2 | src/ImathTest/testRoots.cpp | |
+1 −0 | src/python/PyImath/PyImathBufferProtocol.cpp |