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

add support for gcc and clang 7 #2484

Merged
merged 1 commit into from
Jan 29, 2023
Merged

add support for gcc and clang 7 #2484

merged 1 commit into from
Jan 29, 2023

Conversation

neheb
Copy link
Collaborator

@neheb neheb commented Jan 28, 2023

Signed-off-by: Rosen Penev [email protected]

@ghost
Copy link

ghost commented Jan 28, 2023

👇 Click on the image for a new way to code review
  • Make big changes easier — review code in small groups of related files

  • Know where to start — see the whole change at a glance

  • Take a code tour — explore the change with an interactive tour

  • Make comments and review — all fully sync’ed with github

    Try it now!

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend

Uses std::experimental::filesystem

Signed-off-by: Rosen Penev <[email protected]>
@codecov
Copy link

codecov bot commented Jan 28, 2023

Codecov Report

Merging #2484 (f9c3e4c) into main (a7a9835) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #2484   +/-   ##
=======================================
  Coverage   62.11%   62.11%           
=======================================
  Files         121      121           
  Lines       22820    22820           
  Branches    11209    11209           
=======================================
  Hits        14174    14174           
  Misses       6439     6439           
  Partials     2207     2207           
Impacted Files Coverage Δ
app/actions.cpp 67.91% <ø> (ø)
app/getopt.cpp 59.18% <ø> (ø)
src/basicio.cpp 51.67% <ø> (ø)
src/makernote_int.cpp 66.91% <ø> (ø)
src/futils.cpp 75.29% <100.00%> (ø)

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

@kmilos
Copy link
Collaborator

kmilos commented Jan 28, 2023

Any particular reason to support these old compilers on main?

@neheb
Copy link
Collaborator Author

neheb commented Jan 28, 2023

No. It's just real easy to do. There might be super LTS systems out there that could benefit.

@kmilos
Copy link
Collaborator

kmilos commented Jan 29, 2023

It's more code... and I doubt super LTS systems would go for main/next version...

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.

I love it 💯

As @neheb stated, the more compilers we can support out there the better.

However, I do not think we have CI jobs checking that clang-7 or old gcc versions can actually compile the project, right? If we want to be sure that we support these compilers we should add some additional jobs in our pipelines (we can create another ticket for that)

@neheb
Copy link
Collaborator Author

neheb commented Jan 29, 2023

It's more code... and I doubt super LTS systems would go for main/next version...

not that much. It's just preprocessor stuff,

@neheb neheb merged commit 7783480 into Exiv2:main Jan 29, 2023
@neheb neheb deleted the 6 branch January 29, 2023 17:29
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.

3 participants