-
Notifications
You must be signed in to change notification settings - Fork 288
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
Compatibility with more recent versions of Ogre #1538
base: master
Are you sure you want to change the base?
Conversation
rolalaro
commented
Jan 8, 2025
- Fix compatibilities issues with Ogre 1.12.10, 13.1.0 and 14.0.0
- Created 2 CIs to check the compilation of ViSP when Ogre is used as 3rd party. Unit tests for Ogre cannot be run because Ogre requires a valid X11 context
…d" and "Ogre::WindowEventListener : expected class-name before '{' token"
Moved detection of the visp-images outside the vp_add_test method, to make the detection possible even when tests are disabled
…cause it seemed to cause a problem when running successive configure steps
…oying uninitialized vpAROgre
The window did not close when clicking on the [x] button of the window. Now it works
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1538 +/- ##
=======================================
Coverage 54.01% 54.01%
=======================================
Files 441 441
Lines 53863 53865 +2
=======================================
+ Hits 29093 29095 +2
Misses 24770 24770 ☔ View full report in Codecov by Sentry. |
- Introduce vpDisplayFactory - Remove useless try/catch and other code
@rolalaro There remains a segfault when I run |