-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
Improve versioning display with --version
#818
Conversation
You are modifying libf3d public API! |
@snoyer please review, F3D will not lie about versions anymore :) |
Codecov Report
@@ Coverage Diff @@
## master #818 +/- ##
==========================================
- Coverage 96.09% 96.07% -0.02%
==========================================
Files 109 109
Lines 6166 6173 +7
==========================================
+ Hits 5925 5931 +6
- Misses 241 242 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Generous of you to assume I know anything about cmake :) but I'm going to sit the review out. Best I can do is test it... nightly from sometime last month:
master:
your branch:
Not super helpful observations:
|
|
All good then 👍 |
Improve `--version` output by creating a F3D_VERSION_FULL that contains the output of `git describe`, handled in f3dVersion.cmake.
Improve versioning display with `--version`
Improve versioning display with `--version`
Before:
After:
We could always show the full version for F3D, but I like it like that.