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

some cleanups #3195

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

some cleanups #3195

wants to merge 16 commits into from

Conversation

neheb
Copy link
Collaborator

@neheb neheb commented Feb 27, 2025

No description provided.

Copy link

codecov bot commented Feb 28, 2025

Codecov Report

Attention: Patch coverage is 95.65217% with 1 line in your changes missing coverage. Please review.

Project coverage is 63.94%. Comparing base (c34ad10) to head (fa5fd60).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
src/tiffcomposite_int.cpp 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3195   +/-   ##
=======================================
  Coverage   63.94%   63.94%           
=======================================
  Files         104      104           
  Lines       21757    21764    +7     
  Branches    10635    10637    +2     
=======================================
+ Hits        13912    13917    +5     
  Misses       5639     5639           
- Partials     2206     2208    +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Rosen Penev <[email protected]>
Precomputed the second one instead of adding parentheses. Godbolt shows
a savings of two instructions on x86.

Signed-off-by: Rosen Penev <[email protected]>
clang-tidy complains about the result of release() being unused.

Signed-off-by: Rosen Penev <[email protected]>
clang-tidy complains about it.

Signed-off-by: Rosen Penev <[email protected]>
@neheb neheb force-pushed the un branch 2 times, most recently from 6244d9e to 9ca891e Compare February 28, 2025 01:20
Became unused from all the stringFormat conversions

Signed-off-by: Rosen Penev <[email protected]>
meson has this quirk where it tests default, hidden, and internal. If
one fails, they all fail. We don't care about hidden and internal.

Signed-off-by: Rosen Penev <[email protected]>
No need with std::filesystem

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

neheb commented Feb 28, 2025

Fun fact about the solaris stuff. There's no way it works.

I added CI in my repo and there's no linking done towards libsocket.

This is C++20 now.

Signed-off-by: Rosen Penev <[email protected]>
This is C++20 now.

Signed-off-by: Rosen Penev <[email protected]>
This was committed accidentally

Signed-off-by: Rosen Penev <[email protected]>
They're not really used.

Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Rosen Penev <[email protected]>
@neheb neheb marked this pull request as ready for review February 28, 2025 23:14
@neheb
Copy link
Collaborator Author

neheb commented Feb 28, 2025

Not sure about the config.h change.

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.

1 participant