-
Notifications
You must be signed in to change notification settings - Fork 81
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
Fix clang-tidy(-18) issues #564
Merged
Merged
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c6a663 - Browse repository at this point
Copy the full SHA 1c6a663View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for daab53b - Browse repository at this point
Copy the full SHA daab53bView commit details -
- Replace CHAR_BITS and M_PI to C++ replacements - Remove void function returns - move rvalue references / prefect forward universal references - move type_traits to C++17 '_v' suffixes - include all includes to c++ - Remove nested ? : ternary operators - Remove implicit inlines - Make all enum base to uint8_t - Remove some unnecessary namespace prefix - Change enable_if to requires - std::ignore some argument - header guard to canvas.h
Configuration menu - View commit details
-
Copy full SHA for b8d760b - Browse repository at this point
Copy the full SHA b8d760bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a85dc3 - Browse repository at this point
Copy the full SHA 5a85dc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 889313e - Browse repository at this point
Copy the full SHA 889313eView commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab014ed - Browse repository at this point
Copy the full SHA ab014edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68a76e1 - Browse repository at this point
Copy the full SHA 68a76e1View commit details
Commits on Aug 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e6948c - Browse repository at this point
Copy the full SHA 4e6948cView commit details
Commits on Aug 12, 2024
-
Merge remote-tracking branch 'origin/main' into clang-tidy-fixes
# Conflicts: # src/base/geom/circle.cpp # src/base/geom/circle.h # src/base/geom/rect.cpp # src/base/geom/triangle.cpp
Configuration menu - View commit details
-
Copy full SHA for f859520 - Browse repository at this point
Copy the full SHA f859520View commit details -
Configuration menu - View commit details
-
Copy full SHA for 289ab7f - Browse repository at this point
Copy the full SHA 289ab7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e551a68 - Browse repository at this point
Copy the full SHA e551a68View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd4dde - Browse repository at this point
Copy the full SHA cdd4ddeView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.