-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule OpenFX-IO
updated
12 files
+0 −263 | .appveyor.yml | |
+106 −2 | .github/workflows/ci.yml | |
+231 −0 | .github/workflows/find_and_copy_deps.py | |
+51 −0 | .github/workflows/verify_plugin_loads.cpp | |
+4 −2 | CMakeLists.txt | |
+1 −0 | IO/Makefile | |
+1 −1 | OIIO/Makefile | |
+90 −0 | OIIO/OIIOGlobal.cpp | |
+3 −43 | OIIO/OIIOGlobal.h | |
+2 −12 | OIIO/ReadOIIO.cpp | |
+41 −16 | OIIO/WriteOIIO.cpp | |
+1 −1 | SupportExt |