File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9191 - name : glfw
9292 if : contains(matrix.config.image, '2023') == true
9393 run : ./ci/install_glfw.sh 3.3.10
94- - name : cppunit
95- run : ./ci/install_cppunit.sh 1.15.1
9694 - name : install_gtest
9795 run : ./ci/install_gtest.sh 1.15.2
9896 - name : timestamp
Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ jobs:
407407 shell : powershell
408408 run : |
409409 vcpkg update
410- vcpkg install tbb cppunit
410+ vcpkg install tbb gtest
411411 - name : build
412412 run : >
413413 ./ci/build.sh -v
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ OpenVDB AX:
1414 codegen::FunctionBuilder API require new usage from LLVM 16 due to
1515 the LLVM opaque pointer changes. If you're not using the OpenVDB AX
1616 Function codegen API then no client changes should be necessary.
17+ - Migrated OpenVDB AX unit tests from cppunit to gtest
18+ [Contributed by Tim Straubinger]
1719
1820 - Fixes:
1921 - Fixed a case of undefined behaviour when explicitly casting variables to
You can’t perform that action at this time.
0 commit comments