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

tiff updates for libtiff 4.5 #3719

Merged
merged 1 commit into from
Dec 28, 2022

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Dec 22, 2022

libtiff 4.5 was just released, so confirm that we build against it, update the "latest versions" CI test to use 4.5.

More careful sorting out of libtiff version numbers for conditional compilation.

Get rid of some ancient tiff version guards that are related to libtiff versions that are older than we currently support.

When building against libiff 4.5, use the new open calls that allow per-file error handlers, which is better than the old global error handlers for thread safety of multiple threads reading from the same ImageInput if there are errors.

Convert error messages to std::format form.

libtiff 4.5 was just released, so confirm that we build against it,
update the "latest versions" CI test to use 4.5.

More careful sorting out of libtiff version numbers for conditional
compilation.

Get rid of some ancient tiff version guards that are related to
libtiff versions that are older than we currently support.

When building against libiff 4.5, use the new open calls that allow
per-file error handlers, which is better than the old global error
handlers for thread safety of multiple threads reading from the same
ImageInput if there are errors.

Convert error messages to std::format form.
@lgritz lgritz merged commit 46f31d5 into AcademySoftwareFoundation:master Dec 28, 2022
@lgritz lgritz deleted the lg-tiff45 branch December 28, 2022 17:29
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.

1 participant