-
Notifications
You must be signed in to change notification settings - Fork 284
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
Compilation fixes for Windows - codecheck patches (part 1) #501
Conversation
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Nice! This one too, do you think it would be possible to target |
Signed-off-by: Nate Koenig <[email protected]>
I need to check if visibility is affected somehow with these changes on top of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bump to ign-msgs7
and ign-transport10
is being done in #546
Thanks, I've merged main into this PR. |
I ported the changes to ign-gazebo3 branch and If I did not fail during the process there are problems with ABI stability. I'm afraid that changes are too intrusive to be backported. |
Ah ok, thanks for trying. Let's keep targeting Edifice then. |
Codecov Report
@@ Coverage Diff @@
## main #501 +/- ##
=======================================
Coverage 77.38% 77.38%
=======================================
Files 213 213
Lines 11950 11951 +1
=======================================
+ Hits 9247 9248 +1
Misses 2703 2703
Continue to review full report at Codecov.
|
This is the first part of Windows fixes to make ign-gazebo compile, commits are self-explanatory but in a summary:
Compilation is not yet there, this is the first part of patches. Let's see how it goes for UNIX ci.