Various improvements for using ViSP for iOS #1882
Merged
fspindle merged 10 commits intolagadic:masterfrom Jan 20, 2026
Merged
Conversation
Contributor
fspindle
commented
Jan 19, 2026
- Fix iOS framework build. Closes Unable to build ViSP framework from source for iOS #1876
- Fix OpenCV iOS framework detection. Closes Unable to build ViSP framework from source for iOS with OpenCV support #1878
- Upadate doxygen tutorials
…7 in headers - Using VISP_CXX_STANDARD_17 in headers brings issues when cross-compiling ViSP - Fixes No template named 'optional' in namespace 'std' reported issue lagadic#1876
Such sequences will not work in the future
…iple platforms Fixes lagadic#1876
…loses lagadic#1878 - Instead of creating a static link to opencv2.framework in `xcrun --sdk iphoneos --show-sdk-platform-path...' we added --cmake_framework_path option to platforms/ios/build_framework.py that can point to the path that contains opencv2.framework - Synchronize platforms/ios/cmake/Toolchains/ files with their correspondants in OpenCV
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1882 +/- ##
==========================================
+ Coverage 48.14% 48.33% +0.18%
==========================================
Files 532 532
Lines 69012 69220 +208
Branches 32241 32371 +130
==========================================
+ Hits 33229 33460 +231
+ Misses 31721 31675 -46
- Partials 4062 4085 +23 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.