-
Notifications
You must be signed in to change notification settings - Fork 697
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
Update to C++17 #560
Merged
Merged
Update to C++17 #560
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2960d2c - Browse repository at this point
Copy the full SHA 2960d2cView commit details -
Code Quality: Address compiler warnings
- Fixing narrowing issues - Removing useless copies - Removing unused lines - unused-lambda-capture - Removes unused variables - Fix some casts (modernize c-style, or simply remove useless casts) - Explicitly deleting unused endpoint_impl copy and move constructors - Removing redundant std::bind - Improving const correctness - Moving thread init to constructor body - Moved check_routing_credentials_ inside vsomeip security section where it's used - Using =default destructor instead of empty destructor Thread init: Moving the initialization of these threads into the constructor body to ensure that they do not start with an incomplete "this". As they capture this, it is possible that if the new thread begins before the object is fully constructed, the new thread might operate on uninitialized members of "this".
Configuration menu - View commit details
-
Copy full SHA for 9ac4191 - Browse repository at this point
Copy the full SHA 9ac4191View commit details
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5324772 - Browse repository at this point
Copy the full SHA 5324772View commit details
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8398044 - Browse repository at this point
Copy the full SHA 8398044View commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cced1f3 - Browse repository at this point
Copy the full SHA cced1f3View commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff8ec66 - Browse repository at this point
Copy the full SHA ff8ec66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00398bc - Browse repository at this point
Copy the full SHA 00398bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c85a8a - Browse repository at this point
Copy the full SHA 2c85a8aView 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.