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

exrcheck -v prints OpenEXR and Imath versions and lib versions #992

Merged
merged 2 commits into from
Mar 30, 2021

Conversation

cary-ilm
Copy link
Member

A handy way to confirm how the project was built. This also exports OPENEXR_LIB_VERSION_STRING as a cpp macro.

Signed-off-by: Cary Phillips cary@ilm.com

A handy way to confirm how the project was built. This also exports
OPENEXR_LIB_VERSION_STRING as a cpp macro.

Signed-off-by: Cary Phillips <cary@ilm.com>
@@ -30,6 +30,7 @@ usageMessage (const char argv0[])
cerr << " -m : avoid excessive memory allocation (some files will not be fully checked)\n";
cerr << " -t : avoid spending excessive time (some files will not be fully checked)\n";
cerr << " -s : use stream API instead of file API\n";
cerr << " -v : print version info\n";
Copy link
Contributor

Choose a reason for hiding this comment

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

Would it be better if this said 'OpenEXR and IMath version info' so it's clear it isn't outputting the version of the provided file, as exrheader does?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point, done.

Signed-off-by: Cary Phillips <cary@ilm.com>
@cary-ilm cary-ilm merged commit ee4cda2 into AcademySoftwareFoundation:master Mar 30, 2021
cary-ilm added a commit to cary-ilm/openexr that referenced this pull request May 13, 2021
…mySoftwareFoundation#992)

* exrcheck -v prints OpenEXR and Imath versions and lib versions

A handy way to confirm how the project was built. This also exports
OPENEXR_LIB_VERSION_STRING as a cpp macro.

Signed-off-by: Cary Phillips <cary@ilm.com>

* Clarify exrcheck -v help comment

Signed-off-by: Cary Phillips <cary@ilm.com>
cary-ilm added a commit to cary-ilm/openexr that referenced this pull request May 17, 2021
…mySoftwareFoundation#992)

* exrcheck -v prints OpenEXR and Imath versions and lib versions

A handy way to confirm how the project was built. This also exports
OPENEXR_LIB_VERSION_STRING as a cpp macro.

Signed-off-by: Cary Phillips <cary@ilm.com>

* Clarify exrcheck -v help comment

Signed-off-by: Cary Phillips <cary@ilm.com>
cary-ilm added a commit that referenced this pull request May 17, 2021
* exrcheck -v prints OpenEXR and Imath versions and lib versions

A handy way to confirm how the project was built. This also exports
OPENEXR_LIB_VERSION_STRING as a cpp macro.

Signed-off-by: Cary Phillips <cary@ilm.com>

* Clarify exrcheck -v help comment

Signed-off-by: Cary Phillips <cary@ilm.com>
@cary-ilm cary-ilm deleted the lib-version branch May 18, 2021 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants