-
Notifications
You must be signed in to change notification settings - Fork 39
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
5 ➡️ 4 - EnumIface: suppress deprecation warning (#540) #600
Closed
Commits on Apr 25, 2024
-
EnumIface: suppress deprecation warning (#540)
The EnumIterator inherits from std::iterator, which has been deprecated in c++17. There is a fix in gz-common6 but it breaks API, so it can't be merged to Garden. So just suppress the deprecation warning in Garden. Signed-off-by: Steve Peters <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e1c34b - Browse repository at this point
Copy the full SHA 1e1c34bView commit details
Commits on Apr 26, 2024
-
Include SuppressWarning from utils
Signed-off-by: Crola1702 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c95da7c - Browse repository at this point
Copy the full SHA c95da7cView commit details -
Signed-off-by: Crola1702 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25fda70 - Browse repository at this point
Copy the full SHA 25fda70View commit details
Commits on May 1, 2024
-
Link core library publicly to gz-utils
Needed to use warning suppression in public header file. Signed-off-by: Steve Peters <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c336c7b - Browse repository at this point
Copy the full SHA c336c7bView commit details
Commits on May 2, 2024
-
Signed-off-by: Crola1702 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2cfb85 - Browse repository at this point
Copy the full SHA a2cfb85View commit details
Commits on May 8, 2024
-
Co-authored-by: Addisu Z. Taddese <[email protected]> Signed-off-by: Cristóbal Arroyo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51926a6 - Browse repository at this point
Copy the full SHA 51926a6View commit details -
Merge branch 'ign-common4' into Crola1702/5_to_4_25-04-2024
Signed-off-by: Cristóbal Arroyo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b07733 - Browse repository at this point
Copy the full SHA 4b07733View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a20624 - Browse repository at this point
Copy the full SHA 6a20624View 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.