-
Notifications
You must be signed in to change notification settings - Fork 287
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
base: main
Are you sure you want to change the base?
some cleanups #3195
Conversation
Codecov ReportAttention: Patch coverage is
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. |
Signed-off-by: Rosen Penev <[email protected]>
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]>
Signed-off-by: Rosen Penev <[email protected]>
6244d9e
to
9ca891e
Compare
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]>
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]>
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]>
Not sure about the config.h change. |
No description provided.