-
Notifications
You must be signed in to change notification settings - Fork 286
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
Doc improvement and vpImage refactoring #1352
Merged
Merged
Conversation
This file contains 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
- svn export doesn't work anymore with github - profit to limit the length of the lines to have something more easy to read
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1352 +/- ##
==========================================
- Coverage 52.82% 52.81% -0.02%
==========================================
Files 411 411
Lines 52740 52737 -3
==========================================
- Hits 27862 27853 -9
- Misses 24878 24884 +6 ☔ View full report in Codecov by Sentry. |
…le time - These build options where not added when cmake run once - They were added using ccmake or when cmake launched 2 or more times
- change the way package version is retrieved using pkg-config
Allow to remove this cmake warning on macos: -- Found PythonLibs: /opt/homebrew/Frameworks/Python.framework/Versions/3.12/lib/libpython3.12.dylib (found suitable exact version "3.12.1") Traceback (most recent call last): File "<string>", line 1, in <module> AttributeError: module 'numpy.distutils' has no attribute 'misc_util'
….04. Corresponding images are also available ready to use on DockerHub https://hub.docker.com/repository/docker/vispci/vispci/general
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.
svn export
mention in the doxygen tutorials since this trick doesn't allow anymore to download single files from a github repovpImage
following functionsgetSum()
,getMeanValue()
andgetStdev()
with the objective to reduce the number of functions by overloading and using pointers when parameters are optional