Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork56.4k
Added stub library for cudev module#1101
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
apavlenko commentedJul 10, 2013
Roman? |
modules/cudev/src/stub.cpp Outdated
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.
Shouldn't this bestubFunc? Also, you might want toCV_EXPORTS this, or it might break on Windows. (I've heard rumors that MS link will not create an import library if there are no exports, and then it will all break. Might want to test this, if you can.)
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.
Confirm. No export library in this case.
vinograd47 commentedJul 11, 2013
Updated. |
in order to make CMake scripts work properly
vinograd47 commentedJul 12, 2013
@SpecLad Roman, I updated PR. |
SpecLad commentedJul 12, 2013
Right, 👍 |
Model and test data for the fix of shared const inputs
in order to make CMake scripts work properly