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

Use int32_t in TimeValue #2280

Merged
merged 1 commit into from
Jul 27, 2022
Merged

Use int32_t in TimeValue #2280

merged 1 commit into from
Jul 27, 2022

Conversation

kevinbackhouse
Copy link
Collaborator

Use int32_t which is guaranteed to be the same size on all platforms.

@codecov
Copy link

codecov bot commented Jul 16, 2022

Codecov Report

Merging #2280 (d0a6074) into main (dc4ae73) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #2280   +/-   ##
=======================================
  Coverage   63.52%   63.52%           
=======================================
  Files         118      118           
  Lines       19600    19600           
  Branches     9560     9560           
=======================================
  Hits        12450    12450           
  Misses       5082     5082           
  Partials     2068     2068           
Impacted Files Coverage Δ
include/exiv2/value.hpp 84.44% <ø> (ø)
src/value.cpp 72.78% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dc4ae73...d0a6074. Read the comment docs.

@kevinbackhouse kevinbackhouse added this to the v1.00 milestone Jul 16, 2022
@neheb neheb merged commit 1958e70 into Exiv2:main Jul 27, 2022
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