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

clang-tidy on Windows #2452

Merged
merged 3 commits into from
Jan 4, 2023
Merged

clang-tidy on Windows #2452

merged 3 commits into from
Jan 4, 2023

Conversation

neheb
Copy link
Collaborator

@neheb neheb commented Jan 4, 2023

Signed-off-by: Rosen Penev rosenp@gmail.com

@codecov
Copy link

codecov bot commented Jan 4, 2023

Codecov Report

Merging #2452 (6a3984b) into main (f981c51) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2452   +/-   ##
=======================================
  Coverage   62.10%   62.10%           
=======================================
  Files         122      122           
  Lines       22937    22937           
  Branches    11244    11244           
=======================================
  Hits        14245    14245           
  Misses       6475     6475           
  Partials     2217     2217           
Impacted Files Coverage Δ
app/actions.cpp 67.91% <ø> (ø)
app/exiv2.cpp 63.24% <ø> (ø)
include/exiv2/value.hpp 85.90% <ø> (ø)
src/basicio.cpp 51.67% <ø> (ø)
src/convert.cpp 53.61% <ø> (ø)
src/version.cpp 88.30% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
MSVC suggests this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Because of an MSVC bug, __cplusplus is always 199711L. Use _MSVC_LANG
which gets set properly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Copy link
Collaborator

@piponazo piponazo left a comment

Choose a reason for hiding this comment

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

LGTM, Thanks!

@neheb neheb merged commit b31b4ab into Exiv2:main Jan 4, 2023
@neheb neheb deleted the 2 branch January 4, 2023 09:40
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