Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(oiiotool): Get rid of the global Oiiotool singleton. #3848

Merged
merged 1 commit into from
May 24, 2023

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented May 21, 2023

Make all oiiotool actions take ot as a parameter.

This is a necessary first step to being able to parallelize over frame ranges.

Also finally convert the last of the int argc, const char**argv idioms to cspan<const char*>.

Make all oiiotool actions take ot as a parameter.

This is a necessary first step to being able to parallelize over frame
ranges.

Also finally convert the last of the `int argc, const char**argv`
idioms to `cspan<const char*>`.
@lgritz lgritz added this pull request to the merge queue May 24, 2023
@lgritz lgritz removed this pull request from the merge queue due to a manual request May 24, 2023
@lgritz lgritz merged commit 6f7db07 into AcademySoftwareFoundation:master May 24, 2023
19 of 20 checks passed
@lgritz lgritz deleted the lg-parallel branch May 24, 2023 06:44
lgritz added a commit to lgritz/OpenImageIO that referenced this pull request Jun 7, 2023
…ySoftwareFoundation#3848)

Make all oiiotool actions take ot as a parameter.

This is a necessary first step to being able to parallelize over frame
ranges.

Also finally convert the last of the `int argc, const char**argv` idioms
to `cspan<const char*>`.
lgritz added a commit to imageworks/OpenImageIO that referenced this pull request Jun 7, 2023
…ySoftwareFoundation#3848)

Make all oiiotool actions take ot as a parameter.

This is a necessary first step to being able to parallelize over frame
ranges.

Also finally convert the last of the `int argc, const char**argv` idioms
to `cspan<const char*>`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant