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

Cxx17 updates #58

Merged
merged 6 commits into from
Apr 15, 2024
Merged

Cxx17 updates #58

merged 6 commits into from
Apr 15, 2024

Conversation

rogergodspeed
Copy link
Contributor

This matches the c++17 branch changes to OpenTimelineIO. Specifically replacing the custom any class with std::any and optional with std::optional.

NOTE: The json version schema feature has NOT been ported and instead the new schema_version_map has been hardcoded to an empty map.

@rogergodspeed
Copy link
Contributor Author

@meshula Should please double check it is ok to update this without supporting the json schema_version_map.

Signed-off-by: Jon Morley <[email protected]>
@rogergodspeed rogergodspeed force-pushed the cxx17_updates branch 2 times, most recently from 23c0513 to 6477e25 Compare March 31, 2024 12:55
@rogergodspeed rogergodspeed marked this pull request as draft April 2, 2024 17:12
@meshula
Copy link
Member

meshula commented Apr 5, 2024

@rogergodspeed It's fine to defer that until everything else is working....

@rogergodspeed rogergodspeed marked this pull request as ready for review April 13, 2024 05:04
Copy link
Member

@meshula meshula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make a note in the README.md about the work remaining? Specifically the version map support. I'm happy to land this, with a breadcrumb about the outstanding work remaining so that no one is surprised. I don't think anyone is dependent on managing the versioning system from C at the moment, so deferring it is OK.

@meshula meshula merged commit e8a695a into OpenTimelineIO:main Apr 15, 2024
3 checks passed
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.

2 participants