-
Notifications
You must be signed in to change notification settings - Fork 630
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
exrcheck -v prints OpenEXR and Imath versions and lib versions #992
Conversation
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>
src/bin/exrcheck/main.cpp
Outdated
@@ -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"; |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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>
…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>
…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>
* 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>
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